diff --git a/Cargo.lock b/Cargo.lock index 980b8dede8..9a64c0cb7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,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", @@ -86,9 +86,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", ] @@ -101,25 +101,25 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy-core" -version = "1.4.0" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "575053cea24ea8cb7e775e39d5c53c33b19cfd0ca1cf6c0fd653f3d8c682095f" +checksum = "dcfbc46fa201350bf859add798d818bbe68b84882a8af832e4433791d28a975d" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", - "alloy-primitives 1.4.0", + "alloy-primitives 1.5.4", "alloy-rlp", "alloy-sol-types", ] [[package]] name = "alloy-dyn-abi" -version = "1.4.0" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6c2905bafc2df7ccd32ca3af13f0b0d82f2e2ff9dfbeb12196c0d978d5c0deb" +checksum = "14ff5ee5f27aa305bda825c735f686ad71bb65508158f059f513895abe69b8c3" dependencies = [ "alloy-json-abi", - "alloy-primitives 1.4.0", + "alloy-primitives 1.5.4", "alloy-sol-type-parser", "alloy-sol-types", "itoa", @@ -130,11 +130,11 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "1.4.0" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2acb6637a9c0e1cdf8971e0ced8f3fa34c04c5e9dccf6bb184f6a64fe0e37d8" +checksum = "8708475665cc00e081c085886e68eada2f64cfa08fc668213a9231655093d4de" dependencies = [ - "alloy-primitives 1.4.0", + "alloy-primitives 1.5.4", "alloy-sol-type-parser", "serde", "serde_json", @@ -142,17 +142,17 @@ dependencies = [ [[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 2.13.0", "itoa", "k256", "keccak-asm", @@ -168,36 +168,36 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "1.4.0" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b77f7d5e60ad8ae6bd2200b8097919712a07a6db622a4b201e7ead6166f02e5" +checksum = "3b88cf92ed20685979ed1d8472422f0c6c2d010cec77caf63aaa7669cc1a7bc2" dependencies = [ "alloy-rlp", "bytes", "cfg-if", "const-hex", - "derive_more 2.0.1", + "derive_more 2.1.1", "foldhash 0.2.0", - "hashbrown 0.16.0", - "indexmap 2.11.4", + "hashbrown 0.16.1", + "indexmap 2.13.0", "itoa", "k256", "keccak-asm", "paste", "proptest", "rand 0.9.2", + "rapidhash", "ruint", "rustc-hash 2.1.1", "serde", "sha3", - "tiny-keccak", ] [[package]] name = "alloy-rlp" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f70d83b765fdc080dbcd4f4db70d8d23fe4761f2f02ebfa9146b833900634b4" +checksum = "e93e50f64a77ad9c5470bf2ad0ca02f228da70c792a8f06634801e202579f35e" dependencies = [ "arrayvec 0.7.6", "bytes", @@ -205,41 +205,41 @@ dependencies = [ [[package]] name = "alloy-sol-macro" -version = "1.4.0" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78c84c3637bee9b5c4a4d2b93360ee16553d299c3b932712353caf1cea76d0e6" +checksum = "f5fa1ca7e617c634d2bd9fa71f9ec8e47c07106e248b9fcbd3eaddc13cabd625" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "alloy-sol-macro-expander" -version = "1.4.0" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a882aa4e1790063362434b9b40d358942b188477ac1c44cfb8a52816ffc0cc17" +checksum = "27c00c0c3a75150a9dc7c8c679ca21853a137888b4e1c5569f92d7e2b15b5102" dependencies = [ "alloy-sol-macro-input", "const-hex", "heck 0.5.0", - "indexmap 2.11.4", + "indexmap 2.13.0", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.106", + "sha3", + "syn 2.0.114", "syn-solidity", - "tiny-keccak", ] [[package]] name = "alloy-sol-macro-input" -version = "1.4.0" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e5772107f9bb265d8d8c86e0733937bb20d0857ea5425b1b6ddf51a9804042" +checksum = "297db260eb4d67c105f68d6ba11b8874eec681caec5505eab8fbebee97f790bc" dependencies = [ "const-hex", "dunce", @@ -247,15 +247,15 @@ dependencies = [ "macro-string", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", "syn-solidity", ] [[package]] name = "alloy-sol-type-parser" -version = "1.4.0" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e188b939aa4793edfaaa099cb1be4e620036a775b4bdf24fdc56f1cd6fd45890" +checksum = "94b91b13181d3bcd23680fd29d7bc861d1f33fbe90fdd0af67162434aeba902d" dependencies = [ "serde", "winnow", @@ -263,12 +263,12 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "1.4.0" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c8a9a909872097caffc05df134e5ef2253a1cdb56d3a9cf0052a042ac763f9" +checksum = "fc442cc2a75207b708d481314098a0f8b6f7b58e3148dd8d8cc7407b0d6f9385" dependencies = [ "alloy-json-abi", - "alloy-primitives 1.4.0", + "alloy-primitives 1.5.4", "alloy-sol-macro", "serde", ] @@ -320,29 +320,29 @@ dependencies = [ [[package]] name = "anstyle-query" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" +checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] name = "anstyle-wincon" -version = "3.0.10" +version = "3.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" +checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] name = "anyhow" -version = "1.0.100" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" [[package]] name = "approx" @@ -364,7 +364,16 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", +] + +[[package]] +name = "ar_archive_writer" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b" +dependencies = [ + "object 0.37.3", ] [[package]] @@ -659,7 +668,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" dependencies = [ "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -697,7 +706,7 @@ dependencies = [ "num-traits", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -864,7 +873,7 @@ checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -926,9 +935,9 @@ dependencies = [ [[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", @@ -956,7 +965,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27d55334c98d756b32dcceb60248647ab34f027690f87f9a362fd292676ee927" dependencies = [ "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -1008,7 +1017,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", ] @@ -1020,7 +1029,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", "synstructure 0.13.2", ] @@ -1032,7 +1041,7 @@ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", "synstructure 0.13.2", ] @@ -1044,7 +1053,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -1056,7 +1065,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "assets-common" version = "0.22.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-primitives-core", "ethereum-standards", @@ -1135,7 +1144,7 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" dependencies = [ - "async-lock 3.4.1", + "async-lock 3.4.2", "blocking", "futures-lite 2.6.1", ] @@ -1173,7 +1182,7 @@ dependencies = [ "futures-lite 2.6.1", "parking", "polling 3.11.0", - "rustix 1.1.2", + "rustix 1.1.3", "slab", "windows-sys 0.61.2", ] @@ -1189,9 +1198,9 @@ dependencies = [ [[package]] name = "async-lock" -version = "3.4.1" +version = "3.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" +checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" dependencies = [ "event-listener 5.4.1", "event-listener-strategy", @@ -1245,14 +1254,14 @@ checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" dependencies = [ "async-channel 2.5.0", "async-io 2.6.0", - "async-lock 3.4.1", + "async-lock 3.4.2", "async-signal", "async-task", "blocking", "cfg-if", "event-listener 5.4.1", "futures-lite 2.6.1", - "rustix 1.1.2", + "rustix 1.1.3", ] [[package]] @@ -1262,12 +1271,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" dependencies = [ "async-io 2.6.0", - "async-lock 3.4.1", + "async-lock 3.4.2", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 1.1.2", + "rustix 1.1.3", "signal-hook-registry", "slab", "windows-sys 0.61.2", @@ -1287,7 +1296,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -1356,7 +1365,7 @@ checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -1428,14 +1437,14 @@ 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=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "hash-db", "log", @@ -1469,7 +1478,7 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -1491,11 +1500,11 @@ dependencies = [ [[package]] name = "bip39" -version = "2.2.0" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d193de1f7487df1914d3a568b772458861d33f9c54249612cc2893d6915054" +checksum = "90dbd31c98227229239363921e60fcf5e558e43ec69094d46fc4996f08d1d5bc" dependencies = [ - "bitcoin_hashes 0.13.0", + "bitcoin_hashes 0.14.1", "serde", "unicode-normalization", ] @@ -1523,9 +1532,9 @@ checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" [[package]] name = "bitcoin-io" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" +checksum = "2dee39a0ee5b4095224a0cfc6bf4cc1baf0f9624b96b367e53b66d974e51d953" [[package]] name = "bitcoin_hashes" @@ -1539,12 +1548,12 @@ dependencies = [ [[package]] name = "bitcoin_hashes" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" +checksum = "26ec84b80c482df901772e931a9a681e26a1b9ee2302edeff23cb30328745c8b" dependencies = [ "bitcoin-io", - "hex-conservative 0.2.1", + "hex-conservative 0.2.2", ] [[package]] @@ -1555,9 +1564,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.9.4" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" [[package]] name = "bitvec" @@ -1605,37 +1614,38 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99" +checksum = "b79834656f71332577234b50bfc009996f7449e0c056884e6a02492ded0ca2f3" dependencies = [ "arrayref", "arrayvec 0.7.6", - "constant_time_eq 0.3.1", + "constant_time_eq 0.4.2", ] [[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 = "ee29928bad1e3f94c9d1528da29e07a1d3d04817ae8332de1e8b846c8439f4b3" dependencies = [ "arrayref", "arrayvec 0.7.6", - "constant_time_eq 0.3.1", + "constant_time_eq 0.4.2", ] [[package]] name = "blake3" -version = "1.8.2" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" +checksum = "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d" dependencies = [ "arrayref", "arrayvec 0.7.6", "cc", "cfg-if", - "constant_time_eq 0.3.1", + "constant_time_eq 0.4.2", + "cpufeatures", ] [[package]] @@ -1704,7 +1714,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1721,7 +1731,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1737,7 +1747,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1754,7 +1764,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-messages", "bp-runtime", @@ -1770,7 +1780,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-header-chain", "bp-messages", @@ -1788,7 +1798,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -1811,7 +1821,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1831,7 +1841,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.7.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-messages", "bp-runtime", @@ -1848,7 +1858,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.18.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "scale-info", @@ -1860,7 +1870,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.14.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1879,7 +1889,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.22.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-header-chain", "bp-messages", @@ -1928,9 +1938,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.19.0" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" +checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" [[package]] name = "byte-slice-cast" @@ -1946,9 +1956,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[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" @@ -1958,9 +1968,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" dependencies = [ "serde", ] @@ -1987,9 +1997,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609" +checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" dependencies = [ "serde_core", ] @@ -2025,9 +2035,9 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.2.40" +version = "1.2.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb" +checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29" dependencies = [ "find-msvc-tools", "jobserver", @@ -2061,9 +2071,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" @@ -2113,9 +2123,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" dependencies = [ "iana-time-zone", "js-sys", @@ -2183,9 +2193,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.48" +version = "4.5.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" +checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a" dependencies = [ "clap_builder", "clap_derive", @@ -2193,9 +2203,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.48" +version = "4.5.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" +checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238" dependencies = [ "anstream", "anstyle", @@ -2206,27 +2216,27 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.47" +version = "4.5.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" +checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "clap_lex" -version = "0.7.5" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" +checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[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", @@ -2235,13 +2245,13 @@ dependencies = [ [[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]] @@ -2262,7 +2272,7 @@ dependencies = [ "nom", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -2283,12 +2293,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]] @@ -2308,22 +2318,22 @@ 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-hex" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6407bff74dea37e0fa3dc1c1c974e5d46405f0c987bf9997a0762adce71eda6" +checksum = "3bb320cac8a0750d7f25280aa97b09c26edfe161164238ecbbb31092b079e735" dependencies = [ "cfg-if", "cpufeatures", @@ -2352,7 +2362,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", "once_cell", "tiny-keccak", ] @@ -2391,9 +2401,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" @@ -2401,6 +2411,15 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" +[[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" @@ -2564,9 +2583,9 @@ dependencies = [ [[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", ] @@ -2655,9 +2674,9 @@ 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", @@ -2711,7 +2730,7 @@ dependencies = [ [[package]] name = "cumulus-client-bootnodes" version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -2737,7 +2756,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "clap", "parity-scale-codec", @@ -2754,7 +2773,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2777,7 +2796,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2824,7 +2843,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2856,7 +2875,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.20.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "anyhow", "async-trait", @@ -2871,7 +2890,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2894,7 +2913,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2921,7 +2940,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.18.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2931,7 +2950,7 @@ 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=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-inherents", "sp-runtime", "sp-state-machine", @@ -2942,7 +2961,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2970,7 +2989,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.25.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-channel 1.9.0", "cumulus-client-cli", @@ -3010,7 +3029,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3027,7 +3046,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -3044,7 +3063,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -3081,18 +3100,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "cumulus-pallet-session-benchmarking" version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3105,7 +3124,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3120,7 +3139,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -3139,7 +3158,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.20.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3154,7 +3173,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "approx", "bounded-collections 0.2.4", @@ -3179,7 +3198,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -3194,7 +3213,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.18.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "sp-api", "sp-consensus-aura", @@ -3203,7 +3222,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.19.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3220,7 +3239,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.19.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3234,7 +3253,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.13.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3244,7 +3263,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "12.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -3261,7 +3280,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3278,7 +3297,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.25.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -3306,7 +3325,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3326,7 +3345,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.25.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -3362,7 +3381,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3403,7 +3422,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-streams" version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-relay-chain-interface", "futures", @@ -3417,7 +3436,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.20.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3451,7 +3470,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -3469,9 +3488,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.186" +version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9c4fe7f2f5dc5c62871a1b43992d197da6fa1394656a94276ac2894a90a6fe" +checksum = "747d8437319e3a2f43d93b341c137927ca70c0f5dabeea7a005a73665e247c7e" dependencies = [ "cc", "cxx-build", @@ -3484,50 +3503,49 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.186" +version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5cf2909d37d80633ddd208676fc27c2608a7f035fff69c882421168038b26dd" +checksum = "b0f4697d190a142477b16aef7da8a99bfdc41e7e8b1687583c0d23a79c7afc1e" dependencies = [ "cc", "codespan-reporting", - "indexmap 2.11.4", + "indexmap 2.13.0", "proc-macro2", "quote", "scratch", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "cxxbridge-cmd" -version = "1.0.186" +version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "077f5ee3d3bfd8d27f83208fdaa96ddd50af7f096c77077cc4b94da10bfacefd" +checksum = "d0956799fa8678d4c50eed028f2de1c0552ae183c76e976cf7ca8c4e36a7c328" dependencies = [ "clap", "codespan-reporting", - "indexmap 2.11.4", + "indexmap 2.13.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "cxxbridge-flags" -version = "1.0.186" +version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0108748615125b9f2e915dfafdffcbdabbca9b15102834f6d7e9a768f2f2864" +checksum = "23384a836ab4f0ad98ace7e3955ad2de39de42378ab487dc28d3990392cb283a" [[package]] name = "cxxbridge-macro" -version = "1.0.186" +version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6e896681ef9b8dc462cfa6961d61909704bde0984b30bcb4082fe102b478890" +checksum = "e6acc6b5822b9526adfb4fc377b67128fdd60aac757cc4a741a6278603f763cf" dependencies = [ - "indexmap 2.11.4", + "indexmap 2.13.0", "proc-macro2", "quote", - "rustversion", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -3561,7 +3579,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -3575,7 +3593,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -3586,7 +3604,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core 0.20.11", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -3597,7 +3615,7 @@ checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" dependencies = [ "darling_core 0.21.3", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -3615,15 +3633,15 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" +checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" [[package]] name = "data-encoding-macro" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" +checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -3631,12 +3649,12 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" +checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -3680,9 +3698,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071" +checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" dependencies = [ "powerfmt", ] @@ -3706,7 +3724,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -3717,7 +3735,7 @@ checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -3726,11 +3744,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.114", ] [[package]] @@ -3744,11 +3762,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]] @@ -3759,18 +3777,20 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[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.114", "unicode-xid", ] @@ -3863,7 +3883,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -3887,7 +3907,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.106", + "syn 2.0.114", "termcolor", "toml 0.8.23", "walkdir", @@ -3913,9 +3933,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" @@ -3941,7 +3961,7 @@ checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -4015,7 +4035,7 @@ dependencies = [ "enum-ordinalize", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -4049,9 +4069,9 @@ dependencies = [ [[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 = "enum-as-inner" @@ -4062,27 +4082,27 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "enum-ordinalize" -version = "4.3.0" +version = "4.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" +checksum = "4a1091a7bb1f8f2c4b28f1fe2cef4980ca2d410a3d727d67ecc3178c9b0800f0" dependencies = [ "enum-ordinalize-derive", ] [[package]] name = "enum-ordinalize-derive" -version = "4.3.1" +version = "4.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" +checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -4102,7 +4122,7 @@ checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -4113,14 +4133,14 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "env_filter" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" +checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" dependencies = [ "log", "regex", @@ -4198,7 +4218,7 @@ dependencies = [ [[package]] name = "ethereum-standards" version = "0.1.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "alloy-core", ] @@ -4336,7 +4356,7 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -4405,17 +4425,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.11.4", + "indexmap 2.13.0", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "async-trait", "fp-storage", @@ -4427,7 +4447,7 @@ dependencies = [ [[package]] name = "fc-aura" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "fc-rpc", "fp-storage", @@ -4443,7 +4463,7 @@ dependencies = [ [[package]] name = "fc-babe" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "fc-rpc", "sc-client-api", @@ -4459,7 +4479,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "async-trait", "fp-consensus", @@ -4469,13 +4489,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=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "async-trait", "ethereum", @@ -4505,7 +4525,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "fc-db", "fc-storage", @@ -4528,7 +4548,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "ethereum", "ethereum-types", @@ -4572,14 +4592,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=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "ethereum", "ethereum-types", @@ -4588,13 +4608,13 @@ dependencies = [ "rustc-hex", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", ] [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "ethereum", "ethereum-types", @@ -4656,14 +4676,13 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.26" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" +checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" dependencies = [ "cfg-if", "libc", "libredox", - "windows-sys 0.60.2", ] [[package]] @@ -4684,9 +4703,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" @@ -4759,7 +4778,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", ] @@ -4786,7 +4805,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "hex", "impl-serde", @@ -4804,7 +4823,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "ethereum", "parity-scale-codec", @@ -4815,7 +4834,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "ethereum", "ethereum-types", @@ -4827,7 +4846,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "environmental", "evm", @@ -4843,7 +4862,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "ethereum", "ethereum-types", @@ -4859,7 +4878,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "frame-support", "parity-scale-codec", @@ -4871,7 +4890,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "parity-scale-codec", "serde", @@ -4886,7 +4905,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "41.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-support-procedural", @@ -4910,7 +4929,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "49.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "Inflector", "array-bytes 6.2.3", @@ -4975,7 +4994,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" version = "31.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5003,18 +5022,18 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "16.1.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "frame-election-provider-support" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5031,7 +5050,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "41.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "aquamarine", "frame-support", @@ -5071,9 +5090,9 @@ dependencies = [ [[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", @@ -5084,7 +5103,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.9.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "const-hex", @@ -5100,7 +5119,7 @@ dependencies = [ [[package]] name = "frame-storage-access-test-runtime" version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-pallet-parachain-system", "parity-scale-codec", @@ -5114,7 +5133,7 @@ dependencies = [ [[package]] name = "frame-support" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "aquamarine", "array-bytes 6.2.3", @@ -5122,7 +5141,7 @@ dependencies = [ "bitflags 1.3.2", "docify", "environmental", - "frame-metadata 23.0.0", + "frame-metadata 23.0.1", "frame-support-procedural", "impl-trait-for-tuples", "k256", @@ -5155,7 +5174,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "34.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "Inflector", "cfg-expr", @@ -5168,8 +5187,8 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", - "syn 2.0.106", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", + "syn 2.0.114", ] [[package]] @@ -5182,19 +5201,19 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "frame-support-procedural-tools" version = "13.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -5205,23 +5224,23 @@ checksum = "68672b9ec6fe72d259d3879dc212c5e42e977588cdac830c76f54d9f492aeb58" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "frame-system" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cfg-if", "docify", @@ -5240,7 +5259,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5254,7 +5273,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "parity-scale-codec", @@ -5264,7 +5283,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.47.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "parity-scale-codec", @@ -5413,7 +5432,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -5504,28 +5523,28 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 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", + "wasip2", "wasm-bindgen", ] @@ -5625,7 +5644,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.11.4", + "indexmap 2.13.0", "slab", "tokio", "tokio-util", @@ -5634,17 +5653,17 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" +checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.3.1", - "indexmap 2.11.4", + "http 1.4.0", + "indexmap 2.13.0", "slab", "tokio", "tokio-util", @@ -5725,12 +5744,13 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" dependencies = [ "foldhash 0.2.0", "serde", + "serde_core", ] [[package]] @@ -5792,9 +5812,9 @@ checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" [[package]] name = "hex-conservative" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" +checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f" dependencies = [ "arrayvec 0.7.6", ] @@ -5848,7 +5868,7 @@ dependencies = [ "once_cell", "rand 0.9.2", "ring 0.17.14", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tokio", "tracing", @@ -5892,7 +5912,7 @@ dependencies = [ "rand 0.9.2", "resolv-conf", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -5949,12 +5969,11 @@ dependencies = [ [[package]] name = "http" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" dependencies = [ "bytes", - "fnv", "itoa", ] @@ -5976,7 +5995,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.3.1", + "http 1.4.0", ] [[package]] @@ -5987,7 +6006,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "pin-project-lite", ] @@ -6055,16 +6074,16 @@ dependencies = [ [[package]] name = "hyper" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" +checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" dependencies = [ "atomic-waker", "bytes", "futures-channel", "futures-core", - "h2 0.4.12", - "http 1.3.1", + "h2 0.4.13", + "http 1.4.0", "http-body 1.0.1", "httparse", "httpdate", @@ -6082,8 +6101,8 @@ version = "0.27.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ - "http 1.3.1", - "hyper 1.7.0", + "http 1.4.0", + "hyper 1.8.1", "hyper-util", "log", "rustls", @@ -6096,20 +6115,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.0", "http-body 1.0.1", - "hyper 1.7.0", + "hyper 1.8.1", "libc", "pin-project-lite", - "socket2 0.6.0", + "socket2 0.6.2", "tokio", "tower-service", "tracing", @@ -6117,9 +6135,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", @@ -6141,9 +6159,9 @@ dependencies = [ [[package]] name = "icu_collections" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" +checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" dependencies = [ "displaydoc", "potential_utf", @@ -6154,9 +6172,9 @@ dependencies = [ [[package]] name = "icu_locale_core" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" +checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" dependencies = [ "displaydoc", "litemap", @@ -6167,11 +6185,10 @@ dependencies = [ [[package]] name = "icu_normalizer" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" +checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" dependencies = [ - "displaydoc", "icu_collections", "icu_normalizer_data", "icu_properties", @@ -6182,42 +6199,38 @@ dependencies = [ [[package]] name = "icu_normalizer_data" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" +checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" [[package]] name = "icu_properties" -version = "2.0.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" +checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 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.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" +checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" [[package]] name = "icu_provider" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" +checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" dependencies = [ "displaydoc", "icu_locale_core", - "stable_deref_trait", - "tinystr", "writeable", "yoke", "zerofrom", @@ -6359,7 +6372,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -6394,12 +6407,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.11.4" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" dependencies = [ "equivalent", - "hashbrown 0.16.0", + "hashbrown 0.16.1", "serde", "serde_core", ] @@ -6448,17 +6461,6 @@ dependencies = [ "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" @@ -6485,13 +6487,13 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[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", "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -6505,9 +6507,9 @@ dependencies = [ [[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" @@ -6556,9 +6558,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.15" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "jni" @@ -6588,15 +6590,15 @@ version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" dependencies = [ - "getrandom 0.3.3", + "getrandom 0.3.4", "libc", ] [[package]] name = "js-sys" -version = "0.3.81" +version = "0.3.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" +checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" dependencies = [ "once_cell", "wasm-bindgen", @@ -6604,9 +6606,9 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37b26c20e2178756451cfeb0661fb74c47dd5988cb7e3939de7e9241fd604d42" +checksum = "e281ae70cc3b98dac15fced3366a880949e65fc66e345ce857a5682d152f3e62" dependencies = [ "jsonrpsee-client-transport", "jsonrpsee-core", @@ -6620,13 +6622,13 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bacb85abf4117092455e1573625e21b8f8ef4dec8aff13361140b2dc266cdff2" +checksum = "cc4280b709ac3bb5e16cf3bad5056a0ec8df55fa89edfe996361219aadc2c7ea" dependencies = [ "base64 0.22.1", "futures-util", - "http 1.3.1", + "http 1.4.0", "jsonrpsee-core", "pin-project", "rustls", @@ -6643,15 +6645,15 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "456196007ca3a14db478346f58c7238028d55ee15c1df15115596e411ff27925" +checksum = "348ee569eaed52926b5e740aae20863762b16596476e943c9e415a6479021622" dependencies = [ "async-trait", "bytes", "futures-timer", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "jsonrpsee-types", @@ -6669,28 +6671,28 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e65763c942dfc9358146571911b0cd1c361c2d63e2d2305622d40d36376ca80" +checksum = "7398cddf5013cca4702862a2692b66c48a3bd6cf6ec681a47453c93d63cf8de5" dependencies = [ "heck 0.5.0", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "jsonrpsee-server" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55e363146da18e50ad2b51a0a7925fc423137a0b1371af8235b1c231a0647328" +checksum = "21429bcdda37dcf2d43b68621b994adede0e28061f816b038b0f18c70c143d51" dependencies = [ "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", - "hyper 1.7.0", + "hyper 1.8.1", "hyper-util", "jsonrpsee-core", "jsonrpsee-types", @@ -6709,11 +6711,11 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a8e70baf945b6b5752fc8eb38c918a48f1234daf11355e07106d963f860089" +checksum = "b0f05e0028e55b15dbd2107163b3c744cd3bb4474f193f95d9708acbf5677e44" dependencies = [ - "http 1.3.1", + "http 1.4.0", "serde", "serde_json", "thiserror 1.0.69", @@ -6721,11 +6723,11 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01b3323d890aa384f12148e8d2a1fd18eb66e9e7e825f9de4fa53bcc19b93eef" +checksum = "78fc744f17e7926d57f478cf9ca6e1ee5d8332bf0514860b1a3cdf1742e614cc" dependencies = [ - "http 1.3.1", + "http 1.4.0", "jsonrpsee-client-transport", "jsonrpsee-core", "jsonrpsee-types", @@ -6757,9 +6759,9 @@ dependencies = [ [[package]] name = "keccak-asm" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6" +checksum = "b646a74e746cd25045aa0fd42f4f7f78aa6d119380182c7e63a5593c4ab8df6f" dependencies = [ "digest 0.10.7", "sha3-asm", @@ -6852,9 +6854,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.176" +version = "0.2.180" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" +checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "libloading" @@ -6868,9 +6870,9 @@ dependencies = [ [[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" @@ -6882,7 +6884,7 @@ dependencies = [ "either", "futures", "futures-timer", - "getrandom 0.2.16", + "getrandom 0.2.17", "libp2p-allow-block-list", "libp2p-connection-limits", "libp2p-core", @@ -7000,9 +7002,9 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3104e13b51e4711ff5738caa1fb54467c8604c2e94d607e27745bcf709068774" +checksum = "f0c7892c221730ba55f7196e98b0b8ba5e04b4155651736036628e9f73ed6fc3" dependencies = [ "bs58", "ed25519-dalek", @@ -7011,7 +7013,7 @@ dependencies = [ "quick-protobuf", "rand 0.8.5", "sha2 0.10.9", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "zeroize", ] @@ -7205,7 +7207,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -7293,18 +7295,18 @@ dependencies = [ "thiserror 1.0.69", "tracing", "yamux 0.12.1", - "yamux 0.13.7", + "yamux 0.13.8", ] [[package]] name = "libredox" -version = "0.1.10" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" +checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", "libc", - "redox_syscall 0.5.18", + "redox_syscall 0.7.0", ] [[package]] @@ -7383,9 +7385,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.22" +version = "1.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" +checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7" dependencies = [ "cc", "pkg-config", @@ -7409,9 +7411,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", ] @@ -7463,9 +7465,9 @@ dependencies = [ [[package]] name = "litemap" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" +checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" [[package]] name = "litep2p" @@ -7481,7 +7483,7 @@ dependencies = [ "futures", "futures-timer", "hickory-resolver 0.25.2", - "indexmap 2.11.4", + "indexmap 2.13.0", "libc", "mockall", "multiaddr 0.17.1", @@ -7498,7 +7500,7 @@ dependencies = [ "smallvec", "snow", "socket2 0.5.10", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tokio-tungstenite", @@ -7509,7 +7511,7 @@ dependencies = [ "url", "x25519-dalek", "x509-parser 0.17.0", - "yamux 0.13.7", + "yamux 0.13.8", "yasna", "zeroize", ] @@ -7525,9 +7527,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.28" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lru" @@ -7595,7 +7597,7 @@ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -7607,7 +7609,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -7621,7 +7623,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -7632,7 +7634,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -7643,18 +7645,18 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[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.114", ] [[package]] @@ -7678,9 +7680,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.6" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "memfd" @@ -7688,7 +7690,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.3", ] [[package]] @@ -7702,9 +7704,9 @@ dependencies = [ [[package]] name = "memmap2" -version = "0.9.8" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7" +checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" dependencies = [ "libc", ] @@ -7737,7 +7739,7 @@ checksum = "b3e3e3f549d27d2dc054372f320ddf68045a833fab490563ff70d4cf1b9d91ea" dependencies = [ "array-bytes 9.3.0", "blake3", - "frame-metadata 23.0.0", + "frame-metadata 23.0.1", "parity-scale-codec", "scale-decode", "scale-info", @@ -7772,13 +7774,13 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.4" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" dependencies = [ "libc", - "wasi 0.11.1+wasi-snapshot-preview1", - "windows-sys 0.59.0", + "wasi", + "windows-sys 0.61.2", ] [[package]] @@ -7808,9 +7810,9 @@ dependencies = [ [[package]] name = "ml-kem" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97befee0c869cb56f3118f49d0f9bb68c9e3f380dec23c1100aedc4ec3ba239a" +checksum = "dcaee19a45f916d98f24a551cc9a2cdae705a040e66f3cbc4f3a282ea6a2e982" dependencies = [ "hybrid-array", "kem", @@ -7821,7 +7823,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "46.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "log", @@ -7840,7 +7842,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7875,14 +7877,14 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "moka" -version = "0.12.11" +version = "0.12.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077" +checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e" dependencies = [ "crossbeam-channel", "crossbeam-epoch", @@ -7890,7 +7892,6 @@ dependencies = [ "equivalent", "parking_lot 0.12.5", "portable-atomic", - "rustc_version 0.4.1", "smallvec", "tagptr", "uuid", @@ -8052,7 +8053,7 @@ dependencies = [ "libc", "log", "openssl", - "openssl-probe", + "openssl-probe 0.1.6", "openssl-sys", "schannel", "security-framework 2.11.1", @@ -8123,17 +8124,17 @@ dependencies = [ "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", @@ -8141,13 +8142,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", ] @@ -8168,7 +8169,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", "cfg-if", "cfg_aliases 0.2.1", "libc", @@ -8216,7 +8217,7 @@ dependencies = [ "hkdf", "jsonrpsee", "log", - "memmap2 0.9.8", + "memmap2 0.9.9", "ml-kem", "node-subtensor-runtime", "num-traits", @@ -8232,7 +8233,7 @@ dependencies = [ "parity-scale-codec", "polkadot-sdk", "rand 0.8.5", - "rand_core 0.9.3", + "rand_core 0.9.5", "sc-basic-authorship", "sc-chain-spec", "sc-chain-spec-derive", @@ -8304,14 +8305,14 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-metadata 23.0.0", + "frame-metadata 23.0.1", "frame-metadata-hash-extension", "frame-support", "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", - "getrandom 0.2.16", + "getrandom 0.2.17", "hex", "log", "pallet-admin-utils", @@ -8343,6 +8344,7 @@ dependencies = [ "pallet-offences", "pallet-preimage", "pallet-registry", + "pallet-revive", "pallet-safe-mode", "pallet-scheduler", "pallet-session", @@ -8365,6 +8367,7 @@ dependencies = [ "precompile-utils", "rand_chacha 0.3.1", "scale-info", + "serde", "serde_json", "sha2 0.10.9", "smallvec", @@ -8438,9 +8441,9 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "ntapi" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" +checksum = "c70f219e21142367c70c0b30c6a9e3a14d55b4d12a204d897fbec83a0363f081" dependencies = [ "winapi", ] @@ -8490,9 +8493,9 @@ dependencies = [ [[package]] name = "num-conv" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" [[package]] name = "num-derive" @@ -8502,7 +8505,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -8568,9 +8571,9 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" +checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" dependencies = [ "num_enum_derive", "rustversion", @@ -8578,14 +8581,14 @@ dependencies = [ [[package]] name = "num_enum_derive" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" +checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -8648,9 +8651,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" @@ -8666,11 +8669,11 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.73" +version = "0.10.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" +checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", "cfg-if", "foreign-types", "libc", @@ -8687,7 +8690,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -8696,11 +8699,17 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" +[[package]] +name = "openssl-probe" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" + [[package]] name = "openssl-sys" -version = "0.9.109" +version = "0.9.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" +checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" dependencies = [ "cc", "libc", @@ -8738,7 +8747,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43dfaf083aef571385fccfdc3a2f8ede8d0a1863160455d4f2b014d8f7d04a3f" dependencies = [ "expander", - "indexmap 2.11.4", + "indexmap 2.13.0", "itertools 0.11.0", "petgraph 0.6.5", "proc-macro-crate 3.4.0", @@ -8789,7 +8798,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "frame-benchmarking", @@ -8801,7 +8810,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-io", "sp-runtime", ] @@ -8809,7 +8818,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8827,7 +8836,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.9.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8845,7 +8854,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8860,7 +8869,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8874,7 +8883,7 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8892,7 +8901,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8908,7 +8917,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "43.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "ethereum-standards", "frame-benchmarking", @@ -8926,7 +8935,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.8.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "pallet-assets", @@ -8938,7 +8947,7 @@ dependencies = [ [[package]] name = "pallet-assets-holder" version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8953,7 +8962,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -8963,7 +8972,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -8979,7 +8988,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -8994,7 +9003,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -9007,7 +9016,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9030,7 +9039,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "aquamarine", "docify", @@ -9051,7 +9060,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-benchmarking", @@ -9067,7 +9076,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "fp-evm", "frame-support", @@ -9081,7 +9090,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -9100,7 +9109,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree", @@ -9125,7 +9134,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9142,7 +9151,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-header-chain", "bp-runtime", @@ -9161,7 +9170,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-header-chain", "bp-messages", @@ -9180,7 +9189,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-header-chain", "bp-parachains", @@ -9200,7 +9209,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-header-chain", "bp-messages", @@ -9223,7 +9232,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.20.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitvec", "frame-benchmarking", @@ -9241,7 +9250,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9259,7 +9268,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9278,7 +9287,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-benchmarking", @@ -9295,7 +9304,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.19.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9367,7 +9376,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "environmental", "frame-benchmarking", @@ -9376,8 +9385,8 @@ dependencies = [ "impl-trait-for-tuples", "log", "pallet-balances", - "pallet-contracts-proc-macro 23.0.3 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", - "pallet-contracts-uapi 14.0.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "pallet-contracts-proc-macro 23.0.3 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", + "pallet-contracts-uapi 14.0.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "parity-scale-codec", "paste", "rand 0.8.5", @@ -9398,14 +9407,14 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "18.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", "pallet-assets", "pallet-balances", "pallet-contracts 41.0.0", - "pallet-contracts-uapi 14.0.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "pallet-contracts-uapi 14.0.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "pallet-message-queue", "pallet-timestamp", "pallet-xcm", @@ -9433,17 +9442,17 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-stable dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "pallet-contracts-proc-macro" version = "23.0.3" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -9460,7 +9469,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "14.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -9471,7 +9480,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9487,7 +9496,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "25.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9524,7 +9533,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "8.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -9539,7 +9548,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9556,7 +9565,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -9605,7 +9614,7 @@ dependencies = [ [[package]] name = "pallet-dummy-dim" version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9623,7 +9632,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-block" version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9644,7 +9653,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9665,7 +9674,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9678,7 +9687,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9696,7 +9705,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "ethereum", "ethereum-types", @@ -9719,7 +9728,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "environmental", @@ -9744,7 +9753,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "frame-support", "frame-system", @@ -9755,7 +9764,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "fp-evm", "sp-core", @@ -9765,7 +9774,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "fp-evm", "frame-support", @@ -9777,7 +9786,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "fp-evm", "num", @@ -9786,7 +9795,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "fp-evm", "tiny-keccak", @@ -9795,7 +9804,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "fp-evm", "ripemd", @@ -9805,7 +9814,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-benchmarking", @@ -9823,7 +9832,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "27.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -9841,7 +9850,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9863,7 +9872,7 @@ dependencies = [ [[package]] name = "pallet-hotfix-sufficients" version = "1.0.0" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9878,7 +9887,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -9894,7 +9903,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9913,7 +9922,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9928,7 +9937,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "29.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -9939,7 +9948,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9952,7 +9961,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9968,7 +9977,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "44.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "environmental", "frame-benchmarking", @@ -9987,7 +9996,7 @@ dependencies = [ [[package]] name = "pallet-meta-tx" version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-benchmarking", @@ -10005,7 +10014,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "11.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-benchmarking", @@ -10024,7 +10033,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.17.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "parity-scale-codec", @@ -10038,7 +10047,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "parity-scale-codec", @@ -10050,7 +10059,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "parity-scale-codec", @@ -10061,7 +10070,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "pallet-assets", @@ -10074,7 +10083,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "35.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10091,7 +10100,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10101,7 +10110,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "parity-scale-codec", @@ -10112,7 +10121,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "39.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -10130,7 +10139,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "39.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10150,7 +10159,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -10160,7 +10169,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -10175,7 +10184,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10198,7 +10207,7 @@ dependencies = [ [[package]] name = "pallet-origin-restriction" version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10216,7 +10225,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.19.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "parity-scale-codec", @@ -10227,7 +10236,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.12.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-benchmarking", @@ -10244,7 +10253,7 @@ dependencies = [ [[package]] name = "pallet-people" version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10262,7 +10271,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10278,7 +10287,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10288,7 +10297,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10306,7 +10315,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10316,7 +10325,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10351,7 +10360,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10366,7 +10375,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.7.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "alloy-core", "derive_more 0.99.20", @@ -10412,7 +10421,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.4.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "anyhow", "cargo_metadata", @@ -10426,17 +10435,17 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "pallet-revive-uapi" version = "0.5.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitflags 1.3.2", "pallet-revive-proc-macro", @@ -10448,7 +10457,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "38.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -10464,7 +10473,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "17.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -10477,7 +10486,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "pallet-balances", @@ -10491,7 +10500,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "26.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "pallet-ranked-collective", @@ -10503,7 +10512,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-benchmarking", @@ -10520,7 +10529,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -10533,7 +10542,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -10554,7 +10563,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10590,7 +10599,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "16.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -10602,7 +10611,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10619,7 +10628,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10641,7 +10650,7 @@ dependencies = [ [[package]] name = "pallet-staking-async" version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10664,7 +10673,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-ah-client" version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -10683,7 +10692,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-rc-client" version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -10700,18 +10709,18 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "pallet-staking-reward-fn" version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "sp-arithmetic", @@ -10720,7 +10729,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "27.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "sp-api", @@ -10730,7 +10739,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "46.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10746,7 +10755,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -10833,7 +10842,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", @@ -10905,7 +10914,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-benchmarking", @@ -10920,7 +10929,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-benchmarking", @@ -10938,7 +10947,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10956,7 +10965,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10971,7 +10980,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "44.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -10987,7 +10996,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -10999,7 +11008,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "frame-benchmarking", @@ -11018,7 +11027,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-benchmarking", @@ -11037,7 +11046,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "parity-scale-codec", @@ -11048,7 +11057,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -11062,7 +11071,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -11077,7 +11086,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "0.4.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -11092,7 +11101,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -11106,7 +11115,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11116,7 +11125,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "20.1.3" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bounded-collections 0.2.4", "frame-benchmarking", @@ -11142,7 +11151,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-benchmarking", "frame-support", @@ -11159,7 +11168,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.17.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-messages", "bp-runtime", @@ -11181,7 +11190,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.19.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -11201,7 +11210,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -11287,7 +11296,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -11392,12 +11401,12 @@ 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", + "serde_core", ] [[package]] @@ -11417,9 +11426,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.8.3" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4" +checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" dependencies = [ "memchr", "ucd-trie", @@ -11427,9 +11436,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.8.3" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de" +checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" dependencies = [ "pest", "pest_generator", @@ -11437,22 +11446,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.8.3" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843" +checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "pest_meta" -version = "2.8.3" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a" +checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" dependencies = [ "pest", "sha2 0.10.9", @@ -11465,7 +11474,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset 0.4.2", - "indexmap 2.11.4", + "indexmap 2.13.0", ] [[package]] @@ -11475,7 +11484,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ "fixedbitset 0.5.7", - "indexmap 2.11.4", + "indexmap 2.13.0", ] [[package]] @@ -11495,7 +11504,7 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -11540,7 +11549,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-approval-distribution" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "futures-timer", @@ -11558,7 +11567,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "futures-timer", @@ -11573,7 +11582,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "fatality", "futures", @@ -11596,7 +11605,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "fatality", @@ -11629,7 +11638,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "25.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "clap", "frame-benchmarking-cli", @@ -11653,7 +11662,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitvec", "fatality", @@ -11676,7 +11685,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "18.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "scale-info", @@ -11687,12 +11696,12 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "fatality", "futures", "futures-timer", - "indexmap 2.11.4", + "indexmap 2.13.0", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -11709,7 +11718,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -11723,7 +11732,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "24.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "futures-timer", @@ -11736,7 +11745,7 @@ dependencies = [ "sc-network", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-keystore", "tracing-gum", ] @@ -11744,7 +11753,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "always-assert", "async-trait", @@ -11767,7 +11776,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "parity-scale-codec", @@ -11785,7 +11794,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "bitvec", @@ -11817,7 +11826,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" version = "0.7.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "futures", @@ -11841,7 +11850,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitvec", "futures", @@ -11860,7 +11869,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitvec", "fatality", @@ -11881,7 +11890,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "polkadot-node-subsystem", @@ -11896,7 +11905,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "futures", @@ -11918,7 +11927,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "polkadot-node-metrics", @@ -11932,7 +11941,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "futures-timer", @@ -11948,7 +11957,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "fatality", "futures", @@ -11966,7 +11975,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "futures", @@ -11983,7 +11992,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "fatality", "futures", @@ -11997,7 +12006,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitvec", "fatality", @@ -12014,7 +12023,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "always-assert", "array-bytes 6.2.3", @@ -12042,7 +12051,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "polkadot-node-subsystem", @@ -12055,7 +12064,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cpu-time", "futures", @@ -12070,7 +12079,7 @@ dependencies = [ "sc-executor-wasmtime", "seccompiler", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-externalities", "sp-io", "sp-tracing", @@ -12081,7 +12090,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "polkadot-node-metrics", @@ -12096,7 +12105,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bs58", "futures", @@ -12113,7 +12122,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -12138,7 +12147,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitvec", "bounded-vec", @@ -12162,7 +12171,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -12171,7 +12180,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "derive_more 0.99.20", @@ -12199,7 +12208,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "24.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "fatality", "futures", @@ -12230,7 +12239,7 @@ dependencies = [ [[package]] name = "polkadot-omni-node-lib" version = "0.7.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "clap", @@ -12316,7 +12325,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "futures", @@ -12336,7 +12345,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "17.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bounded-collections 0.2.4", "derive_more 0.99.20", @@ -12352,7 +12361,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "19.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitvec", "bounded-collections 0.2.4", @@ -12381,7 +12390,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "25.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -12414,7 +12423,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitvec", "frame-benchmarking", @@ -12464,7 +12473,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bs58", "frame-benchmarking", @@ -12476,7 +12485,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "20.0.2" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -12524,7 +12533,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "2506.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "assets-common", "bridge-hub-common", @@ -12682,7 +12691,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.10.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-benchmarking", @@ -12717,7 +12726,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "25.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "frame-benchmarking", @@ -12825,7 +12834,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitvec", "fatality", @@ -12845,7 +12854,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -12944,7 +12953,7 @@ dependencies = [ "polkavm-common 0.21.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -12956,7 +12965,7 @@ dependencies = [ "polkavm-common 0.24.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -12966,7 +12975,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36837f6b7edfd6f4498f8d25d81da16cf03bd6992c3e56f3d477dfc90f4fefca" dependencies = [ "polkavm-derive-impl 0.21.0", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -12976,7 +12985,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba0ef0f17ad81413ea1ca5b1b67553aedf5650c88269b673d3ba015c83bc2651" dependencies = [ "polkavm-derive-impl 0.24.0", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -13049,7 +13058,7 @@ dependencies = [ "concurrent-queue", "hermit-abi 0.5.2", "pin-project-lite", - "rustix 1.1.2", + "rustix 1.1.3", "windows-sys 0.61.2", ] @@ -13078,24 +13087,24 @@ 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.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" +checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5" dependencies = [ "portable-atomic", ] [[package]] name = "potential_utf" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" +checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" dependencies = [ "zerovec", ] @@ -13118,7 +13127,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "environmental", "evm", @@ -13142,15 +13151,15 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/opentensor/frontier?rev=6dc7c0400cfee2a1acb62ae17149c4d3a983e58d#6dc7c0400cfee2a1acb62ae17149c4d3a983e58d" +source = "git+https://github.com/opentensor/frontier?rev=0d7776fed2f35c5e5476e49ed62c568df141ab3e#0d7776fed2f35c5e5476e49ed62c568df141ab3e" dependencies = [ "case", "num_enum", "prettyplease", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", - "syn 2.0.106", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", + "syn 2.0.114", ] [[package]] @@ -13186,7 +13195,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" dependencies = [ "proc-macro2", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -13247,7 +13256,7 @@ version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" dependencies = [ - "toml_edit 0.23.6", + "toml_edit 0.23.10+spec-1.0.0", ] [[package]] @@ -13293,7 +13302,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -13304,14 +13313,14 @@ checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[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", ] @@ -13331,8 +13340,8 @@ dependencies = [ "proc-macro2", "quote", "regex", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", - "syn 2.0.106", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", + "syn 2.0.114", ] [[package]] @@ -13369,24 +13378,23 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "proptest" -version = "1.8.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce" +checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.9.4", - "lazy_static", + "bitflags 2.10.0", "num-traits", "rand 0.9.2", "rand_chacha 0.9.0", "rand_xorshift", - "regex-syntax 0.8.6", + "regex-syntax 0.8.9", "rusty-fork", "tempfile", "unarray", @@ -13428,7 +13436,7 @@ dependencies = [ "prost 0.13.5", "prost-types", "regex", - "syn 2.0.106", + "syn 2.0.114", "tempfile", ] @@ -13442,7 +13450,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -13455,7 +13463,7 @@ dependencies = [ "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -13469,10 +13477,11 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.27" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e66fcd288453b748497d8fb18bccc83a16b0518e3906d4b8df0a8d42d93dbb1c" +checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8" dependencies = [ + "ar_archive_writer", "cc", ] @@ -13486,7 +13495,7 @@ dependencies = [ "libc", "once_cell", "raw-cpuid", - "wasi 0.11.1+wasi-snapshot-preview1", + "wasi", "web-sys", "winapi", ] @@ -13533,8 +13542,8 @@ dependencies = [ "quinn-udp", "rustc-hash 2.1.1", "rustls", - "socket2 0.6.0", - "thiserror 2.0.17", + "socket2 0.6.2", + "thiserror 2.0.18", "tokio", "tracing", "web-time", @@ -13547,7 +13556,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" dependencies = [ "bytes", - "getrandom 0.3.3", + "getrandom 0.3.4", "lru-slab", "rand 0.9.2", "ring 0.17.14", @@ -13555,7 +13564,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tracing", "web-time", @@ -13570,16 +13579,16 @@ dependencies = [ "cfg_aliases 0.2.1", "libc", "once_cell", - "socket2 0.6.0", + "socket2 0.6.2", "tracing", "windows-sys 0.60.2", ] [[package]] name = "quote" -version = "1.0.41" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" +checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" dependencies = [ "proc-macro2", ] @@ -13614,7 +13623,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", - "rand_core 0.9.3", + "rand_core 0.9.5", "serde", ] @@ -13635,7 +13644,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]] @@ -13644,16 +13653,16 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", ] [[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", + "getrandom 0.3.4", "serde", ] @@ -13682,7 +13691,16 @@ 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]] +name = "rapidhash" +version = "4.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84816e4c99c467e92cf984ee6328caa976dfecd33a673544489d79ca2caaefe5" +dependencies = [ + "rustversion", ] [[package]] @@ -13691,7 +13709,7 @@ version = "11.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", ] [[package]] @@ -13747,7 +13765,16 @@ version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", +] + +[[package]] +name = "redox_syscall" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27" +dependencies = [ + "bitflags 2.10.0", ] [[package]] @@ -13756,7 +13783,7 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", "libredox", "thiserror 1.0.69", ] @@ -13790,7 +13817,7 @@ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -13820,14 +13847,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.3" +version = "1.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" +checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.11", - "regex-syntax 0.8.6", + "regex-automata 0.4.14", + "regex-syntax 0.8.9", ] [[package]] @@ -13841,13 +13868,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.11" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" +checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.6", + "regex-syntax 0.8.9", ] [[package]] @@ -13858,15 +13885,15 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.6" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" +checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" [[package]] name = "resolv-conf" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" +checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "rfc6979" @@ -13901,7 +13928,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.16", + "getrandom 0.2.17", "libc", "untrusted 0.9.0", "windows-sys 0.52.0", @@ -13945,7 +13972,7 @@ checksum = "652db34deaaa57929e10ca18e5454a32cb0efc351ae80d320334bbf907b908b3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -13961,7 +13988,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "24.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "binary-merkle-tree", "bitvec", @@ -14059,7 +14086,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "polkadot-primitives", @@ -14119,9 +14146,9 @@ dependencies = [ [[package]] name = "ruint" -version = "1.17.0" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68df0380e5c9d20ce49534f292a36a7514ae21350726efe1865bdb1fa91d278" +checksum = "c141e807189ad38a07276942c6623032d3753c8859c146104ac2e4d68865945a" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", @@ -14153,9 +14180,9 @@ checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" [[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" @@ -14245,7 +14272,7 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", "errno", "libc", "linux-raw-sys 0.4.15", @@ -14254,11 +14281,11 @@ dependencies = [ [[package]] name = "rustix" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", "errno", "libc", "linux-raw-sys 0.11.0", @@ -14267,26 +14294,26 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.32" +version = "0.23.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" +checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" dependencies = [ "log", "once_cell", "ring 0.17.14", "rustls-pki-types", - "rustls-webpki 0.103.7", + "rustls-webpki 0.103.9", "subtle 2.6.1", "zeroize", ] [[package]] name = "rustls-native-certs" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" +checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" dependencies = [ - "openssl-probe", + "openssl-probe 0.2.1", "rustls-pki-types", "schannel", "security-framework 3.5.1", @@ -14294,9 +14321,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.12.0" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" +checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" dependencies = [ "web-time", "zeroize", @@ -14316,7 +14343,7 @@ dependencies = [ "rustls", "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.103.7", + "rustls-webpki 0.103.9", "security-framework 3.5.1", "security-framework-sys", "webpki-root-certs 0.26.11", @@ -14341,9 +14368,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.7" +version = "0.103.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" +checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" dependencies = [ "ring 0.17.14", "rustls-pki-types", @@ -14402,9 +14429,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-math" @@ -14455,7 +14482,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "32.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "sp-core", @@ -14466,7 +14493,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "futures", @@ -14497,7 +14524,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "log", @@ -14518,7 +14545,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.45.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "sp-api", @@ -14533,12 +14560,12 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "44.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "clap", "docify", - "memmap2 0.9.8", + "memmap2 0.9.9", "parity-scale-codec", "sc-chain-spec-derive", "sc-client-api", @@ -14549,7 +14576,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -14560,18 +14587,18 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "sc-cli" version = "0.53.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "chrono", @@ -14613,7 +14640,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "fnv", "futures", @@ -14639,7 +14666,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.47.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "hash-db", "kvdb", @@ -14667,7 +14694,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "futures", @@ -14690,7 +14717,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "futures", @@ -14719,7 +14746,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "fork-tree", @@ -14744,7 +14771,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-inherents", "sp-keystore", "sp-runtime", @@ -14755,7 +14782,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "jsonrpsee", @@ -14777,7 +14804,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "30.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -14811,7 +14838,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "30.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "jsonrpsee", @@ -14831,7 +14858,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "fork-tree", "parity-scale-codec", @@ -14844,7 +14871,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.36.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "ahash", "array-bytes 6.2.3", @@ -14878,7 +14905,7 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -14888,7 +14915,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.36.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "finality-grandpa", "futures", @@ -14908,7 +14935,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.52.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "assert_matches", "async-trait", @@ -14943,7 +14970,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "futures", @@ -14966,7 +14993,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -14989,7 +15016,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.39.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "polkavm 0.24.0", "sc-allocator", @@ -15002,7 +15029,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.36.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "polkavm 0.24.0", @@ -15013,7 +15040,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.39.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "anyhow", "log", @@ -15029,7 +15056,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "console", "futures", @@ -15045,7 +15072,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "36.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.5", @@ -15059,7 +15086,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "arrayvec 0.7.6", @@ -15087,7 +15114,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.51.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15137,7 +15164,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.49.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -15147,7 +15174,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "ahash", "futures", @@ -15166,7 +15193,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15187,7 +15214,7 @@ dependencies = [ [[package]] name = "sc-network-statement" version = "0.33.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15207,7 +15234,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15242,7 +15269,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "futures", @@ -15261,7 +15288,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.17.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bs58", "bytes", @@ -15282,14 +15309,14 @@ dependencies = [ [[package]] name = "sc-offchain" version = "46.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bytes", "fnv", "futures", "futures-timer", "http-body-util", - "hyper 1.7.0", + "hyper 1.8.1", "hyper-rustls", "hyper-util", "num_cpus", @@ -15316,7 +15343,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.20.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -15325,7 +15352,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "46.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "jsonrpsee", @@ -15357,7 +15384,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15377,15 +15404,15 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "dyn-clone", "forwarded-header-value", "futures", "governor", - "http 1.3.1", + "http 1.4.0", "http-body-util", - "hyper 1.7.0", + "hyper 1.8.1", "ip_network", "jsonrpsee", "log", @@ -15401,7 +15428,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "futures", @@ -15434,13 +15461,13 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" 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=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-state-machine", "sp-wasm-interface", "thiserror 1.0.69", @@ -15449,7 +15476,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.52.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "directories", @@ -15513,7 +15540,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.39.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "parity-scale-codec", @@ -15524,7 +15551,7 @@ dependencies = [ [[package]] name = "sc-statement-store" version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "parity-db", @@ -15543,7 +15570,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.25.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "clap", "fs4", @@ -15556,7 +15583,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15575,7 +15602,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "43.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "derive_more 0.99.20", "futures", @@ -15588,14 +15615,14 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-io", ] [[package]] name = "sc-telemetry" version = "29.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "chrono", "futures", @@ -15614,7 +15641,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "chrono", "console", @@ -15642,23 +15669,23 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "sc-transaction-pool" version = "40.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "futures", "futures-timer", - "indexmap 2.11.4", + "indexmap 2.13.0", "itertools 0.11.0", "linked-hash-map", "parity-scale-codec", @@ -15670,7 +15697,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-runtime", "sp-tracing", "sp-transaction-pool", @@ -15684,11 +15711,11 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "futures", - "indexmap 2.11.4", + "indexmap 2.13.0", "log", "parity-scale-codec", "serde", @@ -15701,7 +15728,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "19.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-channel 1.9.0", "futures", @@ -15726,9 +15753,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", @@ -15736,26 +15763,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.114", ] [[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", @@ -15763,20 +15790,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-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -15802,7 +15829,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -15824,15 +15851,15 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.106", - "thiserror 2.0.17", + "syn 2.0.114", + "thiserror 2.0.18", ] [[package]] name = "scale-value" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ca8b26b451ecb7fd7b62b259fa28add63d12ec49bbcac0e01fcb4b5ae0c09aa" +checksum = "884aab179aba344c67ddcd1d7dd8e3f8fee202f2e570d97ec34ec8688442a5b3" dependencies = [ "base58", "blake2 0.10.6", @@ -15843,7 +15870,7 @@ dependencies = [ "scale-encode", "scale-type-resolver", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "yap", ] @@ -15974,7 +16001,7 @@ version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" dependencies = [ - "bitcoin_hashes 0.14.0", + "bitcoin_hashes 0.14.1", "rand 0.8.5", "secp256k1-sys 0.10.1", ] @@ -16030,7 +16057,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", "core-foundation 0.9.4", "core-foundation-sys", "libc", @@ -16043,7 +16070,7 @@ version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", "core-foundation 0.10.1", "core-foundation-sys", "libc", @@ -16159,20 +16186,20 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "serde_json" -version = "1.0.145" +version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ "itoa", "memchr", - "ryu", "serde", "serde_core", + "zmij", ] [[package]] @@ -16198,9 +16225,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.15.0" +version = "3.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6093cd8c01b25262b84927e0f7151692158fab02d961e04c979d3903eba7ecc5" +checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" dependencies = [ "base64 0.22.1", "chrono", @@ -16213,14 +16240,14 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.15.0" +version = "3.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7e6c180db0816026a61afa1cff5344fb7ebded7e4d3062772179f2501481c27" +checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" dependencies = [ "darling 0.21.3", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -16293,9 +16320,9 @@ dependencies = [ [[package]] name = "sha3-asm" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46" +checksum = "b31139435f327c93c6038ed350ae4588e2c70a13d50599509fee6349967ba35a" dependencies = [ "cc", "cfg-if", @@ -16327,10 +16354,11 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[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", ] @@ -16363,7 +16391,7 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", ] [[package]] @@ -16380,15 +16408,15 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "siphasher" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" +checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[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" @@ -16399,7 +16427,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "18.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "enumn", "parity-scale-codec", @@ -16409,9 +16437,9 @@ dependencies = [ [[package]] name = "slotmap" -version = "1.0.7" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" +checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" dependencies = [ "version_check", ] @@ -16449,7 +16477,7 @@ dependencies = [ "async-executor", "async-fs 2.2.0", "async-io 2.6.0", - "async-lock 3.4.1", + "async-lock 3.4.2", "async-net 2.0.0", "async-process 2.5.0", "blocking", @@ -16517,7 +16545,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "966e72d77a3b2171bb7461d0cb91f43670c63558c62d7cf42809cae6c8b6b818" dependencies = [ "arrayvec 0.7.6", - "async-lock 3.4.1", + "async-lock 3.4.2", "atomic-take", "base64 0.22.1", "bip39", @@ -16554,7 +16582,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "sha3", - "siphasher 1.0.1", + "siphasher 1.0.2", "slab", "smallvec", "soketto 0.8.1", @@ -16607,7 +16635,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a33b06891f687909632ce6a4e3fd7677b24df930365af3d0bcb078310129f3f" dependencies = [ "async-channel 2.5.0", - "async-lock 3.4.1", + "async-lock 3.4.2", "base64 0.22.1", "blake2-rfc", "bs58", @@ -16629,7 +16657,7 @@ dependencies = [ "rand_chacha 0.3.1", "serde", "serde_json", - "siphasher 1.0.1", + "siphasher 1.0.2", "slab", "smol 2.0.2", "smoldot 0.18.0", @@ -16662,7 +16690,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.14.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bp-relayers", "frame-support", @@ -16704,12 +16732,12 @@ dependencies = [ [[package]] name = "socket2" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" +checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -16736,7 +16764,7 @@ dependencies = [ "base64 0.22.1", "bytes", "futures", - "http 1.3.1", + "http 1.4.0", "httparse", "log", "rand 0.8.5", @@ -16746,7 +16774,7 @@ dependencies = [ [[package]] name = "sp-api" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "hash-db", @@ -16768,7 +16796,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "Inflector", "blake2 0.10.6", @@ -16776,13 +16804,13 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "sp-application-crypto" version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "scale-info", @@ -16794,7 +16822,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "27.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "integer-sqrt", @@ -16808,7 +16836,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "scale-info", @@ -16820,7 +16848,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "sp-api", "sp-inherents", @@ -16830,7 +16858,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "futures", "parity-scale-codec", @@ -16849,7 +16877,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "futures", @@ -16863,7 +16891,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "parity-scale-codec", @@ -16879,7 +16907,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "parity-scale-codec", @@ -16897,7 +16925,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "25.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "scale-info", @@ -16905,7 +16933,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -16917,7 +16945,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "finality-grandpa", "log", @@ -16934,7 +16962,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "scale-info", @@ -16945,7 +16973,7 @@ dependencies = [ [[package]] name = "sp-core" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "ark-vrf", "array-bytes 6.2.3", @@ -16976,7 +17004,7 @@ dependencies = [ "secrecy 0.8.0", "serde", "sha2 0.10.9", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", @@ -16993,7 +17021,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.16.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -17027,7 +17055,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "blake2b_simd", "byteorder", @@ -17040,17 +17068,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", - "syn 2.0.106", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", + "syn 2.0.114", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "kvdb", "parking_lot 0.12.5", @@ -17059,17 +17087,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "sp-externalities" version = "0.30.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "environmental", "parity-scale-codec", @@ -17079,7 +17107,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.18.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "scale-info", @@ -17091,7 +17119,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -17104,7 +17132,7 @@ dependencies = [ [[package]] name = "sp-io" version = "41.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bytes", "docify", @@ -17116,7 +17144,7 @@ dependencies = [ "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -17130,7 +17158,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "sp-core", "sp-runtime", @@ -17140,7 +17168,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -17151,7 +17179,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -17160,9 +17188,9 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.11.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ - "frame-metadata 23.0.0", + "frame-metadata 23.0.1", "parity-scale-codec", "scale-info", ] @@ -17170,7 +17198,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.15.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "scale-info", @@ -17181,7 +17209,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "log", "parity-scale-codec", @@ -17198,7 +17226,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "scale-info", @@ -17211,7 +17239,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "sp-api", "sp-core", @@ -17221,7 +17249,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.2" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "backtrace", "regex", @@ -17230,7 +17258,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "35.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -17240,7 +17268,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "binary-merkle-tree", "docify", @@ -17269,7 +17297,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "30.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -17288,20 +17316,20 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "19.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "Inflector", "expander", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "sp-session" version = "39.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "scale-info", @@ -17315,7 +17343,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "39.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -17328,7 +17356,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.46.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "hash-db", "log", @@ -17348,7 +17376,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -17361,7 +17389,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d)", "sp-externalities", "sp-runtime", "sp-runtime-interface", @@ -17372,12 +17400,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" [[package]] name = "sp-storage" version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -17389,7 +17417,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "parity-scale-codec", @@ -17401,7 +17429,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "tracing", @@ -17412,7 +17440,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "sp-api", "sp-runtime", @@ -17421,7 +17449,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "async-trait", "parity-scale-codec", @@ -17435,7 +17463,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "ahash", "foldhash 0.1.5", @@ -17460,7 +17488,7 @@ dependencies = [ [[package]] name = "sp-version" version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -17477,19 +17505,19 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "15.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "parity-scale-codec", "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "sp-wasm-interface" version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -17501,7 +17529,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "32.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "bounded-collections 0.2.4", "parity-scale-codec", @@ -17575,7 +17603,7 @@ dependencies = [ "futures-util", "hashbrown 0.15.5", "hashlink 0.10.0", - "indexmap 2.11.4", + "indexmap 2.13.0", "log", "memchr", "native-tls", @@ -17584,7 +17612,7 @@ dependencies = [ "serde", "sha2 0.10.9", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -17601,7 +17629,7 @@ dependencies = [ "quote", "sqlx-core", "sqlx-macros-core", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -17622,7 +17650,7 @@ dependencies = [ "sha2 0.10.9", "sqlx-core", "sqlx-sqlite", - "syn 2.0.106", + "syn 2.0.114", "tokio", "url", ] @@ -17646,7 +17674,7 @@ dependencies = [ "serde", "serde_urlencoded", "sqlx-core", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "url", ] @@ -17668,14 +17696,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=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "clap", "docify", @@ -17688,7 +17716,7 @@ dependencies = [ [[package]] name = "staging-node-inspect" version = "0.29.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "clap", "parity-scale-codec", @@ -17706,7 +17734,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -17719,7 +17747,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "17.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "bounded-collections 0.2.4", @@ -17740,7 +17768,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "21.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "environmental", "frame-support", @@ -17764,7 +17792,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "20.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "environmental", "frame-benchmarking", @@ -17870,13 +17898,13 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -17901,7 +17929,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" [[package]] name = "substrate-fixed" @@ -17917,7 +17945,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "45.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -17937,10 +17965,10 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.6" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "http-body-util", - "hyper 1.7.0", + "hyper 1.8.1", "hyper-util", "log", "prometheus", @@ -17951,7 +17979,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "44.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -17978,14 +18006,14 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "27.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "array-bytes 6.2.3", "build-helper", "cargo_metadata", "console", "filetime", - "frame-metadata 23.0.0", + "frame-metadata 23.0.1", "jobserver", "merkleized-metadata", "parity-scale-codec", @@ -18013,7 +18041,7 @@ dependencies = [ "quote", "rayon", "subtensor-linting", - "syn 2.0.106", + "syn 2.0.114", "walkdir", ] @@ -18078,7 +18106,7 @@ dependencies = [ "proc-macro2", "procedural-fork", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -18088,7 +18116,7 @@ dependencies = [ "ahash", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -18242,7 +18270,7 @@ dependencies = [ "subxt-macro", "subxt-metadata", "subxt-rpcs", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-util", "tracing", @@ -18263,8 +18291,8 @@ dependencies = [ "scale-info", "scale-typegen", "subxt-metadata", - "syn 2.0.106", - "thiserror 2.0.17", + "syn 2.0.114", + "thiserror 2.0.18", ] [[package]] @@ -18293,7 +18321,7 @@ 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", ] @@ -18308,7 +18336,7 @@ dependencies = [ "serde", "serde_json", "smoldot-light 0.16.2", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -18327,7 +18355,7 @@ dependencies = [ "scale-typegen", "subxt-codegen", "subxt-utils-fetchmetadata", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -18342,7 +18370,7 @@ dependencies = [ "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]] @@ -18363,7 +18391,7 @@ dependencies = [ "serde_json", "subxt-core", "subxt-lightclient", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "url", ] @@ -18394,7 +18422,7 @@ 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", ] @@ -18406,7 +18434,7 @@ checksum = "fc868b55fe2303788dc7703457af390111940c3da4714b510983284501780ed5" dependencies = [ "hex", "parity-scale-codec", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -18422,9 +18450,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.106" +version = "2.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" +checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" dependencies = [ "proc-macro2", "quote", @@ -18433,14 +18461,14 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "1.4.0" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2375c17f6067adc651d8c2c51658019cef32edfff4a982adaf1d7fd1c039f08b" +checksum = "2379beea9476b89d0237078be761cf8e012d92d5ae4ae0c9a329f974838870fc" dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -18463,7 +18491,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -18487,7 +18515,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", "core-foundation 0.9.4", "system-configuration-sys", ] @@ -18522,22 +18550,22 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.23.0" +version = "3.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" dependencies = [ "fastrand 2.3.0", - "getrandom 0.3.3", + "getrandom 0.3.4", "once_cell", - "rustix 1.1.2", + "rustix 1.1.3", "windows-sys 0.61.2", ] [[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", ] @@ -18548,7 +18576,7 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" dependencies = [ - "rustix 1.1.2", + "rustix 1.1.3", "windows-sys 0.60.2", ] @@ -18569,11 +18597,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ - "thiserror-impl 2.0.17", + "thiserror-impl 2.0.18", ] [[package]] @@ -18593,7 +18621,7 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -18604,18 +18632,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[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.114", ] [[package]] @@ -18665,30 +18693,30 @@ dependencies = [ [[package]] name = "time" -version = "0.3.44" +version = "0.3.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" +checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" dependencies = [ "deranged", "itoa", "num-conv", "powerfmt", - "serde", + "serde_core", "time-core", "time-macros", ] [[package]] name = "time-core" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" +checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "time-macros" -version = "0.2.24" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" +checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" dependencies = [ "num-conv", "time-core", @@ -18705,9 +18733,9 @@ dependencies = [ [[package]] name = "tinystr" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" +checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" dependencies = [ "displaydoc", "zerovec", @@ -18758,33 +18786,30 @@ dependencies = [ [[package]] name = "tokio" -version = "1.47.1" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 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.2", "tokio-macros", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] name = "tokio-macros" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" +checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -18799,9 +18824,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", @@ -18827,9 +18852,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", @@ -18871,9 +18896,9 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.7.2" +version = "0.7.5+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1" +checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" dependencies = [ "serde_core", ] @@ -18884,7 +18909,7 @@ version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.11.4", + "indexmap 2.13.0", "serde", "serde_spanned", "toml_datetime 0.6.11", @@ -18894,21 +18919,21 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.23.6" +version = "0.23.10+spec-1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b" +checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" dependencies = [ - "indexmap 2.11.4", - "toml_datetime 0.7.2", + "indexmap 2.13.0", + "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", "winnow", ] [[package]] name = "toml_parser" -version = "1.0.3" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" +checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" dependencies = [ "winnow", ] @@ -18940,9 +18965,9 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.10.0", "bytes", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "pin-project-lite", @@ -18964,9 +18989,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", @@ -18976,20 +19001,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.114", ] [[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", @@ -19008,7 +19033,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "coarsetime", "polkadot-primitives", @@ -19019,13 +19044,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "expander", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -19109,14 +19134,14 @@ checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" dependencies = [ "bytes", "data-encoding", - "http 1.3.1", + "http 1.4.0", "httparse", "log", "rand 0.9.2", "rustls", "rustls-pki-types", "sha1", - "thiserror 2.0.17", + "thiserror 2.0.18", "url", "utf-8", ] @@ -19183,9 +19208,9 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unicode-ident" -version = "1.0.19" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" +checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" [[package]] name = "unicode-normalization" @@ -19202,12 +19227,6 @@ version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" -[[package]] -name = "unicode-width" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - [[package]] name = "unicode-width" version = "0.2.2" @@ -19266,9 +19285,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", @@ -19296,11 +19315,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.18.1" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" +checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" dependencies = [ - "getrandom 0.3.3", + "getrandom 0.3.4", "js-sys", "wasm-bindgen", ] @@ -19475,38 +19494,29 @@ 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" +version = "1.0.2+wasi-0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" dependencies = [ "wit-bindgen", ] [[package]] name = "wasix" -version = "0.12.21" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" +checksum = "1757e0d1f8456693c7e5c6c629bdb54884e032aa0bb53c155f6a39f94440d332" dependencies = [ - "wasi 0.11.1+wasi-snapshot-preview1", + "wasi", ] [[package]] name = "wasm-bindgen" -version = "0.2.104" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" +checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" dependencies = [ "cfg-if", "once_cell", @@ -19515,27 +19525,14 @@ dependencies = [ "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.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" +checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" dependencies = [ "cfg-if", + "futures-util", "js-sys", "once_cell", "wasm-bindgen", @@ -19544,9 +19541,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.104" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" +checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -19554,22 +19551,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.104" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" +checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" dependencies = [ + "bumpalo", "proc-macro2", "quote", - "syn 2.0.106", - "wasm-bindgen-backend", + "syn 2.0.114", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.104" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" +checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" dependencies = [ "unicode-ident", ] @@ -19925,9 +19922,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.81" +version = "0.3.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" +checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" dependencies = [ "js-sys", "wasm-bindgen", @@ -19949,14 +19946,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.6", ] [[package]] name = "webpki-root-certs" -version = "1.0.3" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05d651ec480de84b762e7be71e6efa7461699c19d9e2c272c8d93455f567786e" +checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" dependencies = [ "rustls-pki-types", ] @@ -19970,7 +19967,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" version = "24.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "binary-merkle-tree", "bitvec", @@ -20077,7 +20074,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "polkadot-primitives", @@ -20102,9 +20099,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" @@ -20197,7 +20194,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -20208,7 +20205,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -20543,9 +20540,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" dependencies = [ "memchr", ] @@ -20562,15 +20559,15 @@ dependencies = [ [[package]] name = "wit-bindgen" -version = "0.46.0" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" [[package]] name = "writeable" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" +checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" [[package]] name = "wyz" @@ -20623,25 +20620,25 @@ dependencies = [ "nom", "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=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "xcm-runtime-apis" version = "0.8.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "parity-scale-codec", @@ -20655,7 +20652,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=df2f9b531e05ab2fa58a25113627c02d6fe96aaa#df2f9b531e05ab2fa58a25113627c02d6fe96aaa" +source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=e131eccc216707f913c74831199b96dc5b034a5d#e131eccc216707f913c74831199b96dc5b034a5d" dependencies = [ "frame-support", "frame-system", @@ -20675,9 +20672,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" @@ -20705,9 +20702,9 @@ dependencies = [ [[package]] name = "yamux" -version = "0.13.7" +version = "0.13.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6927cfe0edfae4b26a369df6bad49cd0ef088c0ec48f4045b2084bcaedc10246" +checksum = "deab71f2e20691b4728b349c6cee8fc7223880fa67b6b4f92225ec32225447e5" dependencies = [ "futures", "log", @@ -20736,11 +20733,10 @@ dependencies = [ [[package]] name = "yoke" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" +checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" dependencies = [ - "serde", "stable_deref_trait", "yoke-derive", "zerofrom", @@ -20748,34 +20744,34 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" +checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", "synstructure 0.13.2", ] [[package]] name = "zerocopy" -version = "0.8.27" +version = "0.8.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" +checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.27" +version = "0.8.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" +checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] @@ -20795,7 +20791,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", "synstructure 0.13.2", ] @@ -20810,20 +20806,20 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.4.2" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" +checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] [[package]] name = "zerotrie" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" +checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" dependencies = [ "displaydoc", "yoke", @@ -20832,9 +20828,9 @@ dependencies = [ [[package]] name = "zerovec" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" +checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" dependencies = [ "yoke", "zerofrom", @@ -20843,15 +20839,21 @@ dependencies = [ [[package]] name = "zerovec-derive" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" +checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.114", ] +[[package]] +name = "zmij" +version = "1.0.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7" + [[package]] name = "zstd" version = "0.11.2+zstd.1.5.2" diff --git a/Cargo.toml b/Cargo.toml index 475ef831e5..aec737782f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,6 +149,8 @@ pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2503-6", default-features = false } pallet-root-testing = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2503-6", default-features = false } pallet-contracts = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2503-6", default-features = false } +# pallet-revive temporarily disabled due to compilation errors in EVM runtime module +pallet-revive = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2503-6", default-features = false } # NPoS frame-election-provider-support = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2503-6", default-features = false } @@ -234,35 +236,35 @@ polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = " runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2503-6", default-features = false } # Frontier -fp-evm = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fp-rpc = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fp-self-contained = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fp-account = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fc-storage = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fc-db = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fc-consensus = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fp-consensus = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fp-dynamic-fee = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fc-api = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fc-rpc = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fc-rpc-core = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fc-aura = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fc-babe = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -fc-mapping-sync = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -precompile-utils = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } +fp-evm = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fp-rpc = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fp-self-contained = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fp-account = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fc-storage = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fc-db = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fc-consensus = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fp-consensus = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fp-dynamic-fee = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fc-api = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fc-rpc = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fc-rpc-core = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fc-aura = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fc-babe = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +fc-mapping-sync = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +precompile-utils = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } # Frontier FRAME -pallet-base-fee = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -pallet-dynamic-fee = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -pallet-ethereum = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -pallet-evm = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } -pallet-hotfix-sufficients = { git = "https://github.com/opentensor/frontier", rev = "6dc7c0400cfee2a1acb62ae17149c4d3a983e58d", default-features = false } +pallet-base-fee = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +pallet-dynamic-fee = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +pallet-ethereum = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +pallet-evm = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } +pallet-hotfix-sufficients = { git = "https://github.com/opentensor/frontier", rev = "0d7776fed2f35c5e5476e49ed62c568df141ab3e", default-features = false } #DRAND pallet-drand = { path = "pallets/drand", default-features = false } @@ -318,190 +320,191 @@ w3f-bls = { git = "https://github.com/opentensor/bls", branch = "fix-no-std" } # NOTE: The Diener will patch unnecesarry crates while this is waiting to be merged: . # You may install diener from `liamaharon:ignore-unused-flag` if you like in the meantime. [patch."https://github.com/paritytech/polkadot-sdk"] -frame-support = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -binary-merkle-tree = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-core = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-crypto-hashing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-crypto-hashing-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-debug-derive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-externalities = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-storage = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-runtime-interface = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-runtime-interface-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-std = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-tracing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-wasm-interface = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-io = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-keystore = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-state-machine = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-panic-handler = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-trie = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-runtime = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-application-crypto = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-arithmetic = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-weights = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-api-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-metadata-ir = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-version = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-version-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-block-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-block-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-inherents = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-blockchain = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-consensus = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-database = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-client-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -substrate-prometheus-endpoint = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-executor = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-executor-common = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-allocator = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-maybe-compressed-blob = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-executor-polkavm = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-executor-wasmtime = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -substrate-wasm-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-tracing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-tracing-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-executive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-system = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-try-runtime = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-balances = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-benchmarking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-support-procedural = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-support-procedural-tools = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-support-procedural-tools-derive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-client-db = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-state-db = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-sdk-frame = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-system-benchmarking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-system-rpc-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-consensus-aura = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-consensus-slots = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-timestamp = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-consensus-grandpa = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-genesis-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-keyring = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-offchain = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-session = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-staking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-transaction-pool = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-sdk = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -cumulus-primitives-core = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-core-primitives = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-parachain-primitives = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-primitives = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-authority-discovery = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -staging-xcm = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -xcm-procedural = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -cumulus-primitives-proof-size-hostfunction = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-message-queue = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-runtime-parachains = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-authority-discovery = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-session = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-timestamp = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-authorship = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-babe = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-consensus-babe = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-election-provider-support = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-election-provider-solution-type = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-npos-elections = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-offences = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-staking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-bags-list = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-staking-reward-curve = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-broker = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-mmr = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-mmr-primitives = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-runtime-metrics = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -staging-xcm-executor = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-keystore = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -staging-xcm-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-asset-conversion = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-transaction-payment = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-grandpa = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-sudo = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-vesting = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-runtime-common = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-asset-rate = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-election-provider-multi-phase = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-election-provider-support-benchmarking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-fast-unstake = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-identity = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-staking-reward-fn = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-treasury = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-utility = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-root-testing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -slot-range-helper = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-aura = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-chain-spec = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-chain-spec-derive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-network = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-network-common = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-network-types = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-utils = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-telemetry = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-cli = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-mixnet = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-transaction-pool-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-mixnet = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-service = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-consensus = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-informant = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-network-sync = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -fork-tree = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-network-light = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-network-transactions = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-rpc-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-statement-store = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-transaction-pool = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-rpc-server = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-rpc-spec-v2 = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-sysinfo = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-transaction-storage-proof = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -cumulus-relay-chain-interface = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-overseer = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -tracing-gum = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -tracing-gum-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-node-metrics = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-node-primitives = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-node-subsystem-types = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-node-network-protocol = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-authority-discovery = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -polkadot-statement-table = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-benchmarking-cli = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -cumulus-client-parachain-inherent = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-runtime-utilities = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -frame-metadata-hash-extension = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-nomination-pools = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-membership = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-multisig = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-preimage = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-proxy = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-scheduler = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-staking-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-offchain = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-consensus-babe = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-consensus-epochs = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-consensus-slots = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-transaction-payment-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-consensus-babe-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-network-gossip = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-consensus-grandpa = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-consensus-grandpa-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -substrate-frame-rpc-system = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-basic-authorship = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-proposer-metrics = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -substrate-build-script-utils = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-consensus-aura = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -pallet-safe-mode = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sc-consensus-manual-seal = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -sp-crypto-ec-utils = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } -substrate-bip39 = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "df2f9b531e05ab2fa58a25113627c02d6fe96aaa" } +frame-support = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +binary-merkle-tree = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-core = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-crypto-hashing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-crypto-hashing-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-debug-derive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-externalities = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-storage = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-runtime-interface = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-runtime-interface-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-std = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-tracing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-wasm-interface = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-io = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-keystore = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-state-machine = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-panic-handler = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-trie = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-runtime = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-application-crypto = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-arithmetic = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-weights = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-api-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-metadata-ir = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-version = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-version-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-block-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-block-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-inherents = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-blockchain = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-consensus = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-database = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-client-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +substrate-prometheus-endpoint = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-executor = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-executor-common = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-allocator = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-maybe-compressed-blob = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-executor-polkavm = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-executor-wasmtime = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +substrate-wasm-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-tracing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-tracing-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-executive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-system = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-try-runtime = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-balances = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-benchmarking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-support-procedural = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-support-procedural-tools = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-support-procedural-tools-derive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-client-db = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-state-db = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-sdk-frame = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-system-benchmarking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-system-rpc-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-consensus-aura = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-consensus-slots = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-timestamp = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-consensus-grandpa = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-genesis-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-keyring = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-offchain = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-session = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-staking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-transaction-pool = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-sdk = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +cumulus-primitives-core = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-core-primitives = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-parachain-primitives = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-primitives = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-authority-discovery = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +staging-xcm = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +xcm-procedural = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +cumulus-primitives-proof-size-hostfunction = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-message-queue = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-runtime-parachains = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-authority-discovery = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-session = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-timestamp = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-authorship = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-babe = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-consensus-babe = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-election-provider-support = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-election-provider-solution-type = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-npos-elections = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-offences = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-staking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-bags-list = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-staking-reward-curve = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-broker = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-mmr = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-mmr-primitives = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-runtime-metrics = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +staging-xcm-executor = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-keystore = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +staging-xcm-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-asset-conversion = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-transaction-payment = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-grandpa = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-sudo = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-vesting = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-runtime-common = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-asset-rate = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-election-provider-multi-phase = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-election-provider-support-benchmarking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-fast-unstake = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-identity = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-staking-reward-fn = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-treasury = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-utility = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-root-testing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +slot-range-helper = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-aura = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-chain-spec = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-chain-spec-derive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-network = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-network-common = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-network-types = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-utils = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-telemetry = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-cli = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-mixnet = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-transaction-pool-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-mixnet = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-service = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-consensus = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-informant = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-network-sync = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +fork-tree = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-network-light = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-network-transactions = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-rpc-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-statement-store = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-transaction-pool = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-rpc-server = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-rpc-spec-v2 = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-sysinfo = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-transaction-storage-proof = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +cumulus-relay-chain-interface = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-overseer = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +tracing-gum = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +tracing-gum-proc-macro = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-node-metrics = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-node-primitives = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-node-subsystem-types = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-node-network-protocol = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-authority-discovery = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +polkadot-statement-table = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-benchmarking-cli = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +cumulus-client-parachain-inherent = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-runtime-utilities = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +frame-metadata-hash-extension = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-nomination-pools = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-membership = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-multisig = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-preimage = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-proxy = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-scheduler = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-staking-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-offchain = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-consensus-babe = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-consensus-epochs = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-consensus-slots = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-transaction-payment-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-consensus-babe-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-network-gossip = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-consensus-grandpa = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-consensus-grandpa-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +substrate-frame-rpc-system = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-basic-authorship = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-proposer-metrics = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +substrate-build-script-utils = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-consensus-aura = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-safe-mode = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sc-consensus-manual-seal = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +sp-crypto-ec-utils = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +substrate-bip39 = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } +pallet-revive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "e131eccc216707f913c74831199b96dc5b034a5d" } \ No newline at end of file diff --git a/contract-tests/package-lock.json b/contract-tests/package-lock.json index bf5d2f89d9..a66e167ab5 100644 --- a/contract-tests/package-lock.json +++ b/contract-tests/package-lock.json @@ -6,7 +6,6 @@ "": { "license": "ISC", "dependencies": { - "@noble/hashes": "^2.0.1", "@polkadot-api/descriptors": "file:.papi/descriptors", "@polkadot-api/ink-contracts": "^0.4.1", "@polkadot-api/sdk-ink": "^0.5.1", @@ -18,12 +17,14 @@ "ethers": "^6.13.5", "mocha": "^11.1.0", "polkadot-api": "^1.22.0", + "revive": "^1.1.8", "rxjs": "^7.8.2", "scale-ts": "^1.6.1", "viem": "2.23.4", "ws": "^8.18.2" }, "devDependencies": { + "@parity/resolc": "^1.0.0", "@types/chai": "^5.0.1", "@types/node": "^22.18.0", "assert": "^2.1.0", @@ -35,7 +36,7 @@ }, ".papi/descriptors": { "name": "@polkadot-api/descriptors", - "version": "0.1.0-autogenerated.9476216756280928360", + "version": "0.1.0-autogenerated.13981338386861156638", "peerDependencies": { "polkadot-api": ">=1.21.0" } @@ -712,6 +713,33 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/@parity/resolc": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@parity/resolc/-/resolc-1.0.0.tgz", + "integrity": "sha512-2XZ8QhHvVMeR8mF6afrtQCnpC9GeZURWuFXeRaR/P+CVlVXoPimg3sHl/GBeEuD6SEgC3SsiUMC04LakldnGTA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/node": "^22.9.0", + "commander": "^13.1.0", + "package-json": "^10.0.1", + "resolve-pkg": "^2.0.0", + "solc": ">=0.8.0 <=0.8.33" + }, + "bin": { + "resolc": "dist/bin.js" + } + }, + "node_modules/@parity/resolc/node_modules/commander": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", + "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -722,6 +750,44 @@ "node": ">=14" } }, + "node_modules/@pnpm/config.env-replace": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz", + "integrity": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.22.0" + } + }, + "node_modules/@pnpm/network.ca-file": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz", + "integrity": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "4.2.10" + }, + "engines": { + "node": ">=12.22.0" + } + }, + "node_modules/@pnpm/npm-conf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-3.0.2.tgz", + "integrity": "sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@pnpm/config.env-replace": "^1.1.0", + "@pnpm/network.ca-file": "^1.0.1", + "config-chain": "^1.1.11" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@polkadot-api/cli": { "version": "0.16.3", "resolved": "https://registry.npmjs.org/@polkadot-api/cli/-/cli-0.16.3.tgz", @@ -2829,6 +2895,13 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "license": "MIT" }, + "node_modules/command-exists": { + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz", + "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==", + "dev": true, + "license": "MIT" + }, "node_modules/commander": { "version": "14.0.2", "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz", @@ -2845,6 +2918,17 @@ "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", "license": "MIT" }, + "node_modules/config-chain": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ini": "^1.3.4", + "proto-list": "~1.2.1" + } + }, "node_modules/consola": { "version": "3.4.2", "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz", @@ -2913,6 +2997,16 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4.0.0" + } + }, "node_modules/deepmerge-ts": { "version": "7.1.5", "resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-7.1.5.tgz", @@ -3007,6 +3101,12 @@ "node": ">= 0.4" } }, + "node_modules/duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "license": "MIT" + }, "node_modules/eastasianwidth": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", @@ -3215,6 +3315,21 @@ } } }, + "node_modules/event-stream": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", + "integrity": "sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==", + "license": "MIT", + "dependencies": { + "duplexer": "~0.1.1", + "from": "~0", + "map-stream": "~0.1.0", + "pause-stream": "0.0.11", + "split": "0.3", + "stream-combiner": "~0.0.4", + "through": "~2.3.1" + } + }, "node_modules/eventemitter3": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", @@ -3338,6 +3453,27 @@ "flat": "cli.js" } }, + "node_modules/follow-redirects": { + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", + "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, "node_modules/for-each": { "version": "0.3.5", "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", @@ -3382,6 +3518,12 @@ "node": ">=12.20.0" } }, + "node_modules/from": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz", + "integrity": "sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==", + "license": "MIT" + }, "node_modules/fs.promises.exists": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/fs.promises.exists/-/fs.promises.exists-1.1.4.tgz", @@ -3533,6 +3675,13 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true, + "license": "ISC" + }, "node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -3664,6 +3813,13 @@ "dev": true, "license": "ISC" }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true, + "license": "ISC" + }, "node_modules/is-arguments": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz", @@ -3877,6 +4033,13 @@ "node": ">=10" } }, + "node_modules/js-sha3": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", + "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==", + "dev": true, + "license": "MIT" + }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -3901,6 +4064,19 @@ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", "license": "ISC" }, + "node_modules/ky": { + "version": "1.14.3", + "resolved": "https://registry.npmjs.org/ky/-/ky-1.14.3.tgz", + "integrity": "sha512-9zy9lkjac+TR1c2tG+mkNSVlyOpInnWdSMiue4F+kq8TwJSgv6o8jhLRg8Ho6SnZ9wOYUq/yozts9qQCfk7bIw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sindresorhus/ky?sponsor=1" + } + }, "node_modules/lilconfig": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", @@ -3999,6 +4175,11 @@ "dev": true, "license": "ISC" }, + "node_modules/map-stream": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", + "integrity": "sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==" + }, "node_modules/math-intrinsics": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", @@ -4009,6 +4190,15 @@ "node": ">= 0.4" } }, + "node_modules/memorystream": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==", + "dev": true, + "engines": { + "node": ">= 0.10.0" + } + }, "node_modules/mimic-function": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", @@ -4036,6 +4226,16 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/minipass": { "version": "7.1.2", "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", @@ -4387,6 +4587,16 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/ox": { "version": "0.6.7", "resolved": "https://registry.npmjs.org/ox/-/ox-0.6.7.tgz", @@ -4458,6 +4668,25 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/package-json": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-10.0.1.tgz", + "integrity": "sha512-ua1L4OgXSBdsu1FPb7F3tYH0F48a6kxvod4pLUlGY9COeJAJQNX/sNH2IiEmsxw7lqYiAwrdHMjz1FctOsyDQg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ky": "^1.2.0", + "registry-auth-token": "^5.0.2", + "registry-url": "^6.0.1", + "semver": "^7.6.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/package-json-from-dist": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", @@ -4533,6 +4762,18 @@ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", "license": "MIT" }, + "node_modules/pause-stream": { + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", + "integrity": "sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==", + "license": [ + "MIT", + "Apache2" + ], + "dependencies": { + "through": "~2.3" + } + }, "node_modules/picocolors": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", @@ -4690,6 +4931,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/promise-tool": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/promise-tool/-/promise-tool-1.1.5.tgz", + "integrity": "sha512-T76GEQ89nQcLfbOow9CnOL6zyPXFOZv547zLMJOD1ilV6mVxXgApPJRnAUkONV56SgNHm6xU+CFh9dm80ZP6fg==", + "license": "MPL-2.0" + }, "node_modules/propagate": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz", @@ -4699,6 +4946,28 @@ "node": ">= 8" } }, + "node_modules/proto-list": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", + "dev": true, + "license": "ISC" + }, + "node_modules/ps-tree": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.2.0.tgz", + "integrity": "sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==", + "license": "MIT", + "dependencies": { + "event-stream": "=3.3.4" + }, + "bin": { + "ps-tree": "bin/ps-tree.js" + }, + "engines": { + "node": ">= 0.10" + } + }, "node_modules/punycode": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", @@ -4717,6 +4986,32 @@ "safe-buffer": "^5.1.0" } }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dev": true, + "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/rc/node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/read-pkg": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-10.0.0.tgz", @@ -4764,6 +5059,35 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/registry-auth-token": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.1.1.tgz", + "integrity": "sha512-P7B4+jq8DeD2nMsAcdfaqHbssgHtZ7Z5+++a5ask90fvmJ8p5je4mOa+wzu+DB4vQ5tdJV/xywY+UnVFeQLV5Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@pnpm/npm-conf": "^3.0.2" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/registry-url": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-6.0.1.tgz", + "integrity": "sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "rc": "1.2.8" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -4782,6 +5106,19 @@ "node": ">=8" } }, + "node_modules/resolve-pkg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-2.0.0.tgz", + "integrity": "sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/restore-cursor": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz", @@ -4798,6 +5135,16 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/revive": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/revive/-/revive-1.1.8.tgz", + "integrity": "sha512-he3Sqf2+lCdwCvR70QZrfBA6djprtunBNba41y6OZIXcc5HWoY3rqDu4Ks4nMNj7I284zyZOWrAdeXucWKo9wQ==", + "license": "MPL-2.0", + "dependencies": { + "promise-tool": "^1.0.1", + "ps-tree": "^1.1.0" + } + }, "node_modules/rollup": { "version": "4.53.3", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.3.tgz", @@ -4965,6 +5312,48 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/solc": { + "version": "0.8.33", + "resolved": "https://registry.npmjs.org/solc/-/solc-0.8.33.tgz", + "integrity": "sha512-qPdHuAeg+DccqYz4Mq4grc7lOdgLA8wB8meCrMHcVXj70noKZhfAMzOCcOD/4RODZnn+sV3V6fWEyUkeVaBPVQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "command-exists": "^1.2.8", + "commander": "^8.1.0", + "follow-redirects": "^1.12.1", + "js-sha3": "0.8.0", + "memorystream": "^0.3.1", + "semver": "^5.5.0", + "tmp": "0.0.33" + }, + "bin": { + "solcjs": "solc.js" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/solc/node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, + "node_modules/solc/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver" + } + }, "node_modules/sort-keys": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-5.1.0.tgz", @@ -5024,6 +5413,18 @@ "integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==", "license": "CC0-1.0" }, + "node_modules/split": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", + "integrity": "sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==", + "license": "MIT", + "dependencies": { + "through": "2" + }, + "engines": { + "node": "*" + } + }, "node_modules/stdin-discarder": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.2.2.tgz", @@ -5036,6 +5437,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/stream-combiner": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz", + "integrity": "sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==", + "license": "MIT", + "dependencies": { + "duplexer": "~0.1.1" + } + }, "node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -5193,6 +5603,12 @@ "node": ">=0.8" } }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", + "license": "MIT" + }, "node_modules/tinyexec": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", @@ -5215,6 +5631,19 @@ "url": "https://github.com/sponsors/SuperchupuDev" } }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, "node_modules/tr46": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", diff --git a/contract-tests/package.json b/contract-tests/package.json index 5e2413d766..40f6afd14d 100644 --- a/contract-tests/package.json +++ b/contract-tests/package.json @@ -17,12 +17,14 @@ "ethers": "^6.13.5", "mocha": "^11.1.0", "polkadot-api": "^1.22.0", + "revive": "^1.1.8", "rxjs": "^7.8.2", "scale-ts": "^1.6.1", "viem": "2.23.4", "ws": "^8.18.2" }, "devDependencies": { + "@parity/resolc": "^1.0.0", "@types/chai": "^5.0.1", "@types/node": "^22.18.0", "assert": "^2.1.0", diff --git a/contract-tests/run-ci.sh b/contract-tests/run-ci.sh index 0ea0e72297..d75f26e7a7 100755 --- a/contract-tests/run-ci.sh +++ b/contract-tests/run-ci.sh @@ -10,6 +10,10 @@ rustup component add rust-src cargo install cargo-contract cargo contract build --release +cargo install --git https://github.com/opentensor/polkadot-sdk \ +--rev df2f9b531e05ab2fa58a25113627c02d6fe96aaa \ +pallet-revive-eth-rpc --locked + cd ../.. scripts/localnet.sh &>/dev/null & diff --git a/contract-tests/yarn.lock b/contract-tests/yarn.lock index 6688f4fb8a..2e19837bee 100644 --- a/contract-tests/yarn.lock +++ b/contract-tests/yarn.lock @@ -2,16 +2,16 @@ # yarn lockfile v1 -"@adraffy/ens-normalize@1.10.1": - version "1.10.1" - resolved "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.1.tgz" - integrity sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw== - "@adraffy/ens-normalize@^1.10.1", "@adraffy/ens-normalize@^1.11.0": version "1.11.1" resolved "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.11.1.tgz" integrity sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ== +"@adraffy/ens-normalize@1.10.1": + version "1.10.1" + resolved "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.1.tgz" + integrity sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw== + "@babel/code-frame@^7.26.2": version "7.27.1" resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz" @@ -40,22 +40,22 @@ "@esbuild/aix-ppc64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz#80fcbe36130e58b7670511e888b8e88a259ed76c" + resolved "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz" integrity sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA== -"@esbuild/android-arm64@0.25.12": - version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz#8aa4965f8d0a7982dc21734bf6601323a66da752" - integrity sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg== - "@esbuild/android-arm@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz#300712101f7f50f1d2627a162e6e09b109b6767a" + resolved "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz" integrity sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg== +"@esbuild/android-arm64@0.25.12": + version "0.25.12" + resolved "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz" + integrity sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg== + "@esbuild/android-x64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz#87dfb27161202bdc958ef48bb61b09c758faee16" + resolved "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz" integrity sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg== "@esbuild/darwin-arm64@0.25.12": @@ -65,107 +65,107 @@ "@esbuild/darwin-x64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz#146400a8562133f45c4d2eadcf37ddd09718079e" + resolved "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz" integrity sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA== "@esbuild/freebsd-arm64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz#1c5f9ba7206e158fd2b24c59fa2d2c8bb47ca0fe" + resolved "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz" integrity sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg== "@esbuild/freebsd-x64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz#ea631f4a36beaac4b9279fa0fcc6ca29eaeeb2b3" + resolved "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz" integrity sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ== -"@esbuild/linux-arm64@0.25.12": - version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz#e1066bce58394f1b1141deec8557a5f0a22f5977" - integrity sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ== - "@esbuild/linux-arm@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz#452cd66b20932d08bdc53a8b61c0e30baf4348b9" + resolved "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz" integrity sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw== +"@esbuild/linux-arm64@0.25.12": + version "0.25.12" + resolved "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz" + integrity sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ== + "@esbuild/linux-ia32@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz#b24f8acc45bcf54192c7f2f3be1b53e6551eafe0" + resolved "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz" integrity sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA== "@esbuild/linux-loong64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz#f9cfffa7fc8322571fbc4c8b3268caf15bd81ad0" + resolved "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz" integrity sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng== "@esbuild/linux-mips64el@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz#575a14bd74644ffab891adc7d7e60d275296f2cd" + resolved "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz" integrity sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw== "@esbuild/linux-ppc64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz#75b99c70a95fbd5f7739d7692befe60601591869" + resolved "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz" integrity sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA== "@esbuild/linux-riscv64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz#2e3259440321a44e79ddf7535c325057da875cd6" + resolved "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz" integrity sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w== "@esbuild/linux-s390x@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz#17676cabbfe5928da5b2a0d6df5d58cd08db2663" + resolved "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz" integrity sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg== "@esbuild/linux-x64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz#0583775685ca82066d04c3507f09524d3cd7a306" + resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz" integrity sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw== "@esbuild/netbsd-arm64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz#f04c4049cb2e252fe96b16fed90f70746b13f4a4" + resolved "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz" integrity sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg== "@esbuild/netbsd-x64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz#77da0d0a0d826d7c921eea3d40292548b258a076" + resolved "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz" integrity sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ== "@esbuild/openbsd-arm64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz#6296f5867aedef28a81b22ab2009c786a952dccd" + resolved "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz" integrity sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A== "@esbuild/openbsd-x64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz#f8d23303360e27b16cf065b23bbff43c14142679" + resolved "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz" integrity sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw== "@esbuild/openharmony-arm64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz#49e0b768744a3924be0d7fd97dd6ce9b2923d88d" + resolved "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz" integrity sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg== "@esbuild/sunos-x64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz#a6ed7d6778d67e528c81fb165b23f4911b9b13d6" + resolved "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz" integrity sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w== "@esbuild/win32-arm64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz#9ac14c378e1b653af17d08e7d3ce34caef587323" + resolved "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz" integrity sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg== "@esbuild/win32-ia32@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz#918942dcbbb35cc14fca39afb91b5e6a3d127267" + resolved "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz" integrity sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ== "@esbuild/win32-x64@0.25.12": version "0.25.12" - resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz#9bdad8176be7811ad148d1f8772359041f46c6c5" + resolved "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz" integrity sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA== "@ethereumjs/rlp@^10.0.0": @@ -203,14 +203,6 @@ resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og== -"@jridgewell/trace-mapping@0.3.9": - version "0.3.9" - resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz" - integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ== - dependencies: - "@jridgewell/resolve-uri" "^3.0.3" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jridgewell/trace-mapping@^0.3.24": version "0.3.31" resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz" @@ -219,11 +211,54 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" +"@jridgewell/trace-mapping@0.3.9": + version "0.3.9" + resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz" + integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ== + dependencies: + "@jridgewell/resolve-uri" "^3.0.3" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@noble/ciphers@^1.3.0": version "1.3.0" resolved "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz" integrity sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw== +"@noble/curves@^1.3.0", "@noble/curves@^1.6.0", "@noble/curves@~1.9.0": + version "1.9.7" + resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz" + integrity sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw== + dependencies: + "@noble/hashes" "1.8.0" + +"@noble/curves@^2.0.0": + version "2.0.1" + resolved "https://registry.npmjs.org/@noble/curves/-/curves-2.0.1.tgz" + integrity sha512-vs1Az2OOTBiP4q0pwjW5aF0xp9n4MxVrmkFBxc6EKZc6ddYx5gaZiAsZoq0uRRXWbi3AT/sBqn05eRPtn1JCPw== + dependencies: + "@noble/hashes" "2.0.1" + +"@noble/curves@^2.0.1": + version "2.0.1" + resolved "https://registry.npmjs.org/@noble/curves/-/curves-2.0.1.tgz" + integrity sha512-vs1Az2OOTBiP4q0pwjW5aF0xp9n4MxVrmkFBxc6EKZc6ddYx5gaZiAsZoq0uRRXWbi3AT/sBqn05eRPtn1JCPw== + dependencies: + "@noble/hashes" "2.0.1" + +"@noble/curves@~1.8.1": + version "1.8.2" + resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.8.2.tgz" + integrity sha512-vnI7V6lFNe0tLAuJMu+2sX+FcL14TaCWy1qiczg1VwRmPrpQCdq5ESXQMqUc2tluRNf6irBXrWbl1mGN8uaU/g== + dependencies: + "@noble/hashes" "1.7.2" + +"@noble/curves@~2.0.0": + version "2.0.1" + resolved "https://registry.npmjs.org/@noble/curves/-/curves-2.0.1.tgz" + integrity sha512-vs1Az2OOTBiP4q0pwjW5aF0xp9n4MxVrmkFBxc6EKZc6ddYx5gaZiAsZoq0uRRXWbi3AT/sBqn05eRPtn1JCPw== + dependencies: + "@noble/hashes" "2.0.1" + "@noble/curves@1.2.0": version "1.2.0" resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.2.0.tgz" @@ -245,57 +280,88 @@ dependencies: "@noble/hashes" "1.8.0" -"@noble/curves@^1.3.0", "@noble/curves@^1.6.0", "@noble/curves@~1.9.0": - version "1.9.7" - resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz" - integrity sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw== - dependencies: - "@noble/hashes" "1.8.0" +"@noble/hashes@^1.3.1": + version "1.8.0" + resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz" + integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A== + +"@noble/hashes@^1.3.3": + version "1.8.0" + resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz" + integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A== -"@noble/curves@^2.0.0", "@noble/curves@^2.0.1", "@noble/curves@~2.0.0": +"@noble/hashes@^1.5.0": + version "1.8.0" + resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz" + integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A== + +"@noble/hashes@^1.8.0", "@noble/hashes@1.8.0": + version "1.8.0" + resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz" + integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A== + +"@noble/hashes@^2.0.0", "@noble/hashes@^2.0.1", "@noble/hashes@~2.0.0", "@noble/hashes@2.0.1": version "2.0.1" - resolved "https://registry.npmjs.org/@noble/curves/-/curves-2.0.1.tgz" - integrity sha512-vs1Az2OOTBiP4q0pwjW5aF0xp9n4MxVrmkFBxc6EKZc6ddYx5gaZiAsZoq0uRRXWbi3AT/sBqn05eRPtn1JCPw== - dependencies: - "@noble/hashes" "2.0.1" + resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-2.0.1.tgz" + integrity sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw== -"@noble/curves@~1.8.1": - version "1.8.2" - resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.8.2.tgz" - integrity sha512-vnI7V6lFNe0tLAuJMu+2sX+FcL14TaCWy1qiczg1VwRmPrpQCdq5ESXQMqUc2tluRNf6irBXrWbl1mGN8uaU/g== - dependencies: - "@noble/hashes" "1.7.2" +"@noble/hashes@~1.7.1", "@noble/hashes@1.7.1": + version "1.7.1" + resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.1.tgz" + integrity sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ== + +"@noble/hashes@~1.8.0": + version "1.8.0" + resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz" + integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A== "@noble/hashes@1.3.2": version "1.3.2" resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.2.tgz" integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ== -"@noble/hashes@1.7.1", "@noble/hashes@~1.7.1": - version "1.7.1" - resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.1.tgz" - integrity sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ== - "@noble/hashes@1.7.2": version "1.7.2" resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.2.tgz" integrity sha512-biZ0NUSxyjLLqo6KxEJ1b+C2NAx0wtDoFvCaXHGgUkeHzf3Xc1xKumFKREuT7f7DARNZ/slvYUwFG6B0f2b6hQ== -"@noble/hashes@1.8.0", "@noble/hashes@^1.3.1", "@noble/hashes@^1.3.3", "@noble/hashes@^1.5.0", "@noble/hashes@^1.8.0", "@noble/hashes@~1.8.0": - version "1.8.0" - resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz" - integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A== - -"@noble/hashes@2.0.1", "@noble/hashes@^2.0.0", "@noble/hashes@^2.0.1", "@noble/hashes@~2.0.0": - version "2.0.1" - resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-2.0.1.tgz" - integrity sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw== +"@parity/resolc@^1.0.0": + version "1.0.0" + resolved "https://registry.npmjs.org/@parity/resolc/-/resolc-1.0.0.tgz" + integrity sha512-2XZ8QhHvVMeR8mF6afrtQCnpC9GeZURWuFXeRaR/P+CVlVXoPimg3sHl/GBeEuD6SEgC3SsiUMC04LakldnGTA== + dependencies: + "@types/node" "^22.9.0" + commander "^13.1.0" + package-json "^10.0.1" + resolve-pkg "^2.0.0" + solc ">=0.8.0 <=0.8.33" "@pkgjs/parseargs@^0.11.0": version "0.11.0" resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== +"@pnpm/config.env-replace@^1.1.0": + version "1.1.0" + resolved "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz" + integrity sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w== + +"@pnpm/network.ca-file@^1.0.1": + version "1.0.2" + resolved "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz" + integrity sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA== + dependencies: + graceful-fs "4.2.10" + +"@pnpm/npm-conf@^3.0.2": + version "3.0.2" + resolved "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-3.0.2.tgz" + integrity sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA== + dependencies: + "@pnpm/config.env-replace" "^1.1.0" + "@pnpm/network.ca-file" "^1.0.1" + config-chain "^1.1.11" + "@polkadot-api/cli@0.16.3": version "0.16.3" resolved "https://registry.npmjs.org/@polkadot-api/cli/-/cli-0.16.3.tgz" @@ -346,9 +412,10 @@ integrity sha512-cgA9fh8dfBai9b46XaaQmj9vwzyHStQjc/xrAvQksgF6SqvZ0yAfxVqLvGrsz/Xi3dsAdKLg09PybC7MUAMv9w== "@polkadot-api/descriptors@file:.papi/descriptors": - version "0.1.0-autogenerated.9476216756280928360" + version "0.1.0-autogenerated.13981338386861156638" + resolved "file:.papi/descriptors" -"@polkadot-api/ink-contracts@0.4.3", "@polkadot-api/ink-contracts@^0.4.1": +"@polkadot-api/ink-contracts@^0.4.1", "@polkadot-api/ink-contracts@>=0.4.0", "@polkadot-api/ink-contracts@0.4.3": version "0.4.3" resolved "https://registry.npmjs.org/@polkadot-api/ink-contracts/-/ink-contracts-0.4.3.tgz" integrity sha512-Wl+4Dxjt0GAl+rADZEgrrqEesqX/xygTpX18TmzmspcKhb9QIZf9FJI8A5Sgtq0TKAOwsd1d/hbHVX3LgbXFXg== @@ -357,17 +424,17 @@ "@polkadot-api/substrate-bindings" "0.16.5" "@polkadot-api/utils" "0.2.0" -"@polkadot-api/json-rpc-provider-proxy@0.2.7": - version "0.2.7" - resolved "https://registry.npmjs.org/@polkadot-api/json-rpc-provider-proxy/-/json-rpc-provider-proxy-0.2.7.tgz" - integrity sha512-+HM4JQXzO2GPUD2++4GOLsmFL6LO8RoLvig0HgCLuypDgfdZMlwd8KnyGHjRnVEHA5X+kvXbk84TDcAXVxTazQ== - "@polkadot-api/json-rpc-provider-proxy@^0.1.0": version "0.1.0" resolved "https://registry.npmjs.org/@polkadot-api/json-rpc-provider-proxy/-/json-rpc-provider-proxy-0.1.0.tgz" integrity sha512-8GSFE5+EF73MCuLQm8tjrbCqlgclcHBSRaswvXziJ0ZW7iw3UEMsKkkKvELayWyBuOPa2T5i1nj6gFOeIsqvrg== -"@polkadot-api/json-rpc-provider@0.0.1", "@polkadot-api/json-rpc-provider@^0.0.1": +"@polkadot-api/json-rpc-provider-proxy@0.2.7": + version "0.2.7" + resolved "https://registry.npmjs.org/@polkadot-api/json-rpc-provider-proxy/-/json-rpc-provider-proxy-0.2.7.tgz" + integrity sha512-+HM4JQXzO2GPUD2++4GOLsmFL6LO8RoLvig0HgCLuypDgfdZMlwd8KnyGHjRnVEHA5X+kvXbk84TDcAXVxTazQ== + +"@polkadot-api/json-rpc-provider@^0.0.1": version "0.0.1" resolved "https://registry.npmjs.org/@polkadot-api/json-rpc-provider/-/json-rpc-provider-0.0.1.tgz" integrity sha512-/SMC/l7foRjpykLTUTacIH05H3mr9ip8b5xxfwXlVezXrNVLp3Cv0GX6uItkKd+ZjzVPf3PFrDF2B2/HLSNESA== @@ -432,6 +499,15 @@ "@polkadot-api/metadata-builders" "0.13.7" "@polkadot-api/substrate-bindings" "0.16.5" +"@polkadot-api/observable-client@^0.3.0": + version "0.3.2" + resolved "https://registry.npmjs.org/@polkadot-api/observable-client/-/observable-client-0.3.2.tgz" + integrity sha512-HGgqWgEutVyOBXoGOPp4+IAq6CNdK/3MfQJmhCJb8YaJiaK4W6aRGrdQuQSTPHfERHCARt9BrOmEvTXAT257Ug== + dependencies: + "@polkadot-api/metadata-builders" "0.3.2" + "@polkadot-api/substrate-bindings" "0.6.0" + "@polkadot-api/utils" "0.1.0" + "@polkadot-api/observable-client@0.17.0": version "0.17.0" resolved "https://registry.npmjs.org/@polkadot-api/observable-client/-/observable-client-0.17.0.tgz" @@ -442,15 +518,6 @@ "@polkadot-api/substrate-client" "0.4.7" "@polkadot-api/utils" "0.2.0" -"@polkadot-api/observable-client@^0.3.0": - version "0.3.2" - resolved "https://registry.npmjs.org/@polkadot-api/observable-client/-/observable-client-0.3.2.tgz" - integrity sha512-HGgqWgEutVyOBXoGOPp4+IAq6CNdK/3MfQJmhCJb8YaJiaK4W6aRGrdQuQSTPHfERHCARt9BrOmEvTXAT257Ug== - dependencies: - "@polkadot-api/metadata-builders" "0.3.2" - "@polkadot-api/substrate-bindings" "0.6.0" - "@polkadot-api/utils" "0.1.0" - "@polkadot-api/pjs-signer@0.6.17": version "0.6.17" resolved "https://registry.npmjs.org/@polkadot-api/pjs-signer/-/pjs-signer-0.6.17.tgz" @@ -522,7 +589,7 @@ "@polkadot-api/json-rpc-provider" "0.0.4" "@polkadot-api/json-rpc-provider-proxy" "0.2.7" -"@polkadot-api/smoldot@0.3.14": +"@polkadot-api/smoldot@>=0.3", "@polkadot-api/smoldot@0.3.14": version "0.3.14" resolved "https://registry.npmjs.org/@polkadot-api/smoldot/-/smoldot-0.3.14.tgz" integrity sha512-eWqO0xFQaKzqY5mRYxYuZcj1IiaLcQP+J38UQyuJgEorm+9yHVEQ/XBWoM83P+Y8TwE5IWTICp1LCVeiFQTGPQ== @@ -530,7 +597,7 @@ "@types/node" "^24.5.2" smoldot "2.0.39" -"@polkadot-api/substrate-bindings@0.16.5", "@polkadot-api/substrate-bindings@^0.16.3": +"@polkadot-api/substrate-bindings@^0.16.3", "@polkadot-api/substrate-bindings@0.16.5": version "0.16.5" resolved "https://registry.npmjs.org/@polkadot-api/substrate-bindings/-/substrate-bindings-0.16.5.tgz" integrity sha512-QFgNlBmtLtiUGTCTurxcE6UZrbI2DaQ5/gyIiC2FYfEhStL8tl20b09FRYHcSjY+lxN42Rcf9HVX+MCFWLYlpQ== @@ -550,7 +617,7 @@ "@scure/base" "^1.1.1" scale-ts "^1.6.0" -"@polkadot-api/substrate-client@0.4.7": +"@polkadot-api/substrate-client@^0.1.2", "@polkadot-api/substrate-client@0.1.4", "@polkadot-api/substrate-client@0.4.7": version "0.4.7" resolved "https://registry.npmjs.org/@polkadot-api/substrate-client/-/substrate-client-0.4.7.tgz" integrity sha512-Mmx9VKincVqfVQmq89gzDk4DN3uKwf8CxoqYvq+EiPUZ1QmMUc7X4QMwG1MXIlYdnm5LSXzn+2Jn8ik8xMgL+w== @@ -559,14 +626,6 @@ "@polkadot-api/raw-client" "0.1.1" "@polkadot-api/utils" "0.2.0" -"@polkadot-api/substrate-client@^0.1.2": - version "0.1.4" - resolved "https://registry.yarnpkg.com/@polkadot-api/substrate-client/-/substrate-client-0.1.4.tgz#7a808e5cb85ecb9fa2b3a43945090a6c807430ce" - integrity sha512-MljrPobN0ZWTpn++da9vOvt+Ex+NlqTlr/XT7zi9sqPtDJiQcYl+d29hFAgpaeTqbeQKZwz3WDE9xcEfLE8c5A== - dependencies: - "@polkadot-api/json-rpc-provider" "0.0.1" - "@polkadot-api/utils" "0.1.0" - "@polkadot-api/utils@0.1.0": version "0.1.0" resolved "https://registry.npmjs.org/@polkadot-api/utils/-/utils-0.1.0.tgz" @@ -661,7 +720,7 @@ rxjs "^7.8.1" tslib "^2.8.1" -"@polkadot/api@16.5.3", "@polkadot/api@^16.4.6": +"@polkadot/api@^16.4.6", "@polkadot/api@16.5.3": version "16.5.3" resolved "https://registry.npmjs.org/@polkadot/api/-/api-16.5.3.tgz" integrity sha512-Ptwo0f5Qonmus7KIklsbFcGTdHtNjbTAwl5GGI8Mp0dmBc7Y/ISJpIJX49UrG6FhW6COMa0ItsU87XIWMRwI/Q== @@ -693,7 +752,7 @@ "@polkadot/util-crypto" "13.5.9" tslib "^2.8.0" -"@polkadot/networks@13.5.9", "@polkadot/networks@^13.5.9": +"@polkadot/networks@^13.5.9", "@polkadot/networks@13.5.9": version "13.5.9" resolved "https://registry.npmjs.org/@polkadot/networks/-/networks-13.5.9.tgz" integrity sha512-nmKUKJjiLgcih0MkdlJNMnhEYdwEml2rv/h59ll2+rAvpsVWMTLCb6Cq6q7UC44+8kiWK2UUJMkFU+3PFFxndA== @@ -807,7 +866,7 @@ rxjs "^7.8.1" tslib "^2.8.1" -"@polkadot/util-crypto@13.5.9", "@polkadot/util-crypto@^13.5.9": +"@polkadot/util-crypto@^13.5.9", "@polkadot/util-crypto@13.5.9": version "13.5.9" resolved "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-13.5.9.tgz" integrity sha512-foUesMhxkTk8CZ0/XEcfvHk6I0O+aICqqVJllhOpyp/ZVnrTBKBf59T6RpsXx2pCtBlMsLRvg/6Mw7RND1HqDg== @@ -823,7 +882,7 @@ "@scure/base" "^1.1.7" tslib "^2.8.0" -"@polkadot/util@13.5.9", "@polkadot/util@^13.5.9": +"@polkadot/util@*", "@polkadot/util@^13.5.9", "@polkadot/util@13.5.9": version "13.5.9" resolved "https://registry.npmjs.org/@polkadot/util/-/util-13.5.9.tgz" integrity sha512-pIK3XYXo7DKeFRkEBNYhf3GbCHg6dKQisSvdzZwuyzA6m7YxQq4DFw4IE464ve4Z7WsJFt3a6C9uII36hl9EWw== @@ -882,14 +941,14 @@ "@polkadot/wasm-util" "7.5.3" tslib "^2.7.0" -"@polkadot/wasm-util@7.5.3", "@polkadot/wasm-util@^7.5.3": +"@polkadot/wasm-util@*", "@polkadot/wasm-util@^7.5.3", "@polkadot/wasm-util@7.5.3": version "7.5.3" resolved "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-7.5.3.tgz" integrity sha512-hBr9bbjS+Yr7DrDUSkIIuvlTSoAlI8WXuo9YEB4C76j130u/cl+zyq6Iy/WnaTE6QH+8i9DhM8QTety6TqYnUQ== dependencies: tslib "^2.7.0" -"@polkadot/x-bigint@13.5.9", "@polkadot/x-bigint@^13.5.9": +"@polkadot/x-bigint@^13.5.9", "@polkadot/x-bigint@13.5.9": version "13.5.9" resolved "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.5.9.tgz" integrity sha512-JVW6vw3e8fkcRyN9eoc6JIl63MRxNQCP/tuLdHWZts1tcAYao0hpWUzteqJY93AgvmQ91KPsC1Kf3iuuZCi74g== @@ -906,14 +965,14 @@ node-fetch "^3.3.2" tslib "^2.8.0" -"@polkadot/x-global@13.5.9", "@polkadot/x-global@^13.5.9": +"@polkadot/x-global@^13.5.9", "@polkadot/x-global@13.5.9": version "13.5.9" resolved "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.5.9.tgz" integrity sha512-zSRWvELHd3Q+bFkkI1h2cWIqLo1ETm+MxkNXLec3lB56iyq/MjWBxfXnAFFYFayvlEVneo7CLHcp+YTFd9aVSA== dependencies: tslib "^2.8.0" -"@polkadot/x-randomvalues@13.5.9": +"@polkadot/x-randomvalues@*", "@polkadot/x-randomvalues@13.5.9": version "13.5.9" resolved "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-13.5.9.tgz" integrity sha512-Uuuz3oubf1JCCK97fsnVUnHvk4BGp/W91mQWJlgl5TIOUSSTIRr+lb5GurCfl4kgnQq53Zi5fJV+qR9YumbnZw== @@ -948,12 +1007,12 @@ "@rollup/rollup-android-arm-eabi@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.3.tgz#7e478b66180c5330429dd161bf84dad66b59c8eb" + resolved "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.3.tgz" integrity sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w== "@rollup/rollup-android-arm64@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.3.tgz#2b025510c53a5e3962d3edade91fba9368c9d71c" + resolved "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.3.tgz" integrity sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w== "@rollup/rollup-darwin-arm64@4.53.3": @@ -963,97 +1022,97 @@ "@rollup/rollup-darwin-x64@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.3.tgz#2bf5f2520a1f3b551723d274b9669ba5b75ed69c" + resolved "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.3.tgz" integrity sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ== "@rollup/rollup-freebsd-arm64@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.3.tgz#4bb9cc80252564c158efc0710153c71633f1927c" + resolved "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.3.tgz" integrity sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w== "@rollup/rollup-freebsd-x64@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.3.tgz#2301289094d49415a380cf942219ae9d8b127440" + resolved "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.3.tgz" integrity sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q== "@rollup/rollup-linux-arm-gnueabihf@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.3.tgz#1d03d776f2065e09fc141df7d143476e94acca88" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.3.tgz" integrity sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw== "@rollup/rollup-linux-arm-musleabihf@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.3.tgz#8623de0e040b2fd52a541c602688228f51f96701" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.3.tgz" integrity sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg== "@rollup/rollup-linux-arm64-gnu@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.3.tgz#ce2d1999bc166277935dde0301cde3dd0417fb6e" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.3.tgz" integrity sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w== "@rollup/rollup-linux-arm64-musl@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.3.tgz#88c2523778444da952651a2219026416564a4899" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.3.tgz" integrity sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A== "@rollup/rollup-linux-loong64-gnu@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.3.tgz#578ca2220a200ac4226c536c10c8cc6e4f276714" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.3.tgz" integrity sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g== "@rollup/rollup-linux-ppc64-gnu@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.3.tgz#aa338d3effd4168a20a5023834a74ba2c3081293" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.3.tgz" integrity sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw== "@rollup/rollup-linux-riscv64-gnu@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.3.tgz#16ba582f9f6cff58119aa242782209b1557a1508" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.3.tgz" integrity sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g== "@rollup/rollup-linux-riscv64-musl@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.3.tgz#e404a77ebd6378483888b8064c703adb011340ab" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.3.tgz" integrity sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A== "@rollup/rollup-linux-s390x-gnu@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.3.tgz#92ad52d306227c56bec43d96ad2164495437ffe6" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.3.tgz" integrity sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg== "@rollup/rollup-linux-x64-gnu@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.3.tgz#fd0dea3bb9aa07e7083579f25e1c2285a46cb9fa" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.3.tgz" integrity sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w== "@rollup/rollup-linux-x64-musl@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.3.tgz#37a3efb09f18d555f8afc490e1f0444885de8951" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.3.tgz" integrity sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q== "@rollup/rollup-openharmony-arm64@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.3.tgz#c489bec9f4f8320d42c9b324cca220c90091c1f7" + resolved "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.3.tgz" integrity sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw== "@rollup/rollup-win32-arm64-msvc@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.3.tgz#152832b5f79dc22d1606fac3db946283601b7080" + resolved "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.3.tgz" integrity sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw== "@rollup/rollup-win32-ia32-msvc@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.3.tgz#54d91b2bb3bf3e9f30d32b72065a4e52b3a172a5" + resolved "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.3.tgz" integrity sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA== "@rollup/rollup-win32-x64-gnu@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.3.tgz#df9df03e61a003873efec8decd2034e7f135c71e" + resolved "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.3.tgz" integrity sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg== "@rollup/rollup-win32-x64-msvc@4.53.3": version "4.53.3" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.3.tgz#38ae84f4c04226c1d56a3b17296ef1e0460ecdfe" + resolved "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.3.tgz" integrity sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ== "@rx-state/core@^0.1.4": @@ -1071,6 +1130,15 @@ resolved "https://registry.npmjs.org/@scure/base/-/base-2.0.0.tgz" integrity sha512-3E1kpuZginKkek01ovG8krQ0Z44E3DHPjc5S2rjJw9lZn3KSQOs8S7wqikF/AH7iRanHypj85uGyxk0XAyC37w== +"@scure/bip32@^1.5.0", "@scure/bip32@^1.7.0", "@scure/bip32@1.7.0": + version "1.7.0" + resolved "https://registry.npmjs.org/@scure/bip32/-/bip32-1.7.0.tgz" + integrity sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw== + dependencies: + "@noble/curves" "~1.9.0" + "@noble/hashes" "~1.8.0" + "@scure/base" "~1.2.5" + "@scure/bip32@1.6.2": version "1.6.2" resolved "https://registry.npmjs.org/@scure/bip32/-/bip32-1.6.2.tgz" @@ -1080,12 +1148,11 @@ "@noble/hashes" "~1.7.1" "@scure/base" "~1.2.2" -"@scure/bip32@1.7.0", "@scure/bip32@^1.5.0", "@scure/bip32@^1.7.0": - version "1.7.0" - resolved "https://registry.npmjs.org/@scure/bip32/-/bip32-1.7.0.tgz" - integrity sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw== +"@scure/bip39@^1.4.0", "@scure/bip39@^1.6.0", "@scure/bip39@1.6.0": + version "1.6.0" + resolved "https://registry.npmjs.org/@scure/bip39/-/bip39-1.6.0.tgz" + integrity sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A== dependencies: - "@noble/curves" "~1.9.0" "@noble/hashes" "~1.8.0" "@scure/base" "~1.2.5" @@ -1097,14 +1164,6 @@ "@noble/hashes" "~1.7.1" "@scure/base" "~1.2.4" -"@scure/bip39@1.6.0", "@scure/bip39@^1.4.0", "@scure/bip39@^1.6.0": - version "1.6.0" - resolved "https://registry.npmjs.org/@scure/bip39/-/bip39-1.6.0.tgz" - integrity sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A== - dependencies: - "@noble/hashes" "~1.8.0" - "@scure/base" "~1.2.5" - "@scure/sr25519@^0.3.0": version "0.3.0" resolved "https://registry.npmjs.org/@scure/sr25519/-/sr25519-0.3.0.tgz" @@ -1211,27 +1270,34 @@ resolved "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz" integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q== -"@types/node@*", "@types/node@^22.18.0": +"@types/node@*", "@types/node@^22.18.0", "@types/node@^22.9.0": version "22.19.1" resolved "https://registry.npmjs.org/@types/node/-/node-22.19.1.tgz" integrity sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ== dependencies: undici-types "~6.21.0" -"@types/node@22.7.5": - version "22.7.5" - resolved "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz" - integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ== +"@types/node@^24.10.1": + version "24.10.1" + resolved "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz" + integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ== dependencies: - undici-types "~6.19.2" + undici-types "~7.16.0" -"@types/node@^24.10.1", "@types/node@^24.5.2": +"@types/node@^24.5.2": version "24.10.1" resolved "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz" integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ== dependencies: undici-types "~7.16.0" +"@types/node@22.7.5": + version "22.7.5" + resolved "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz" + integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ== + dependencies: + undici-types "~6.19.2" + "@types/normalize-package-data@^2.4.3", "@types/normalize-package-data@^2.4.4": version "2.4.4" resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz" @@ -1244,6 +1310,11 @@ dependencies: "@types/node" "*" +abitype@^1.0.6, abitype@^1.0.9, abitype@^1.1.1: + version "1.2.0" + resolved "https://registry.npmjs.org/abitype/-/abitype-1.2.0.tgz" + integrity sha512-fD3ROjckUrWsybaSor2AdWxzA0e/DSyV2dA4aYd7bd8orHsoJjl09fOgKfUkTDfk0BsDGBf4NBgu/c7JoS2Npw== + abitype@1.0.8: version "1.0.8" resolved "https://registry.npmjs.org/abitype/-/abitype-1.0.8.tgz" @@ -1254,11 +1325,6 @@ abitype@1.1.0: resolved "https://registry.npmjs.org/abitype/-/abitype-1.1.0.tgz" integrity sha512-6Vh4HcRxNMLA0puzPjM5GBgT4aAcFGKZzSgAXvuZ27shJP6NEpielTuqbBmZILR5/xd0PizkBGy5hReKz9jl5A== -abitype@^1.0.6, abitype@^1.0.9, abitype@^1.1.1: - version "1.2.0" - resolved "https://registry.npmjs.org/abitype/-/abitype-1.2.0.tgz" - integrity sha512-fD3ROjckUrWsybaSor2AdWxzA0e/DSyV2dA4aYd7bd8orHsoJjl09fOgKfUkTDfk0BsDGBf4NBgu/c7JoS2Npw== - acorn-walk@^8.1.1: version "8.3.4" resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz" @@ -1459,7 +1525,17 @@ color-name@~1.1.4: resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -commander@^14.0.2: +command-exists@^1.2.8: + version "1.2.9" + resolved "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz" + integrity sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w== + +commander@^13.1.0: + version "13.1.0" + resolved "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz" + integrity sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw== + +commander@^14.0.2, commander@~14.0.0: version "14.0.2" resolved "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz" integrity sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ== @@ -1469,11 +1545,24 @@ commander@^4.0.0: resolved "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz" integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== +commander@^8.1.0: + version "8.3.0" + resolved "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz" + integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== + confbox@^0.1.8: version "0.1.8" resolved "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz" integrity sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w== +config-chain@^1.1.11: + version "1.1.13" + resolved "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz" + integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ== + dependencies: + ini "^1.3.4" + proto-list "~1.2.1" + consola@^3.4.0: version "3.4.2" resolved "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz" @@ -1510,6 +1599,11 @@ decamelize@^4.0.0: resolved "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz" integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ== +deep-extend@^0.6.0: + version "0.6.0" + resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" + integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== + deepmerge-ts@^7.1.0: version "7.1.5" resolved "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-7.1.5.tgz" @@ -1562,6 +1656,11 @@ dunder-proto@^1.0.1: es-errors "^1.3.0" gopd "^1.2.0" +duplexer@~0.1.1: + version "0.1.2" + resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz" + integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== + eastasianwidth@^0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" @@ -1594,7 +1693,7 @@ es-object-atoms@^1.0.0, es-object-atoms@^1.1.1: dependencies: es-errors "^1.3.0" -esbuild@^0.25.0: +esbuild@^0.25.0, esbuild@>=0.18: version "0.25.12" resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz" integrity sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg== @@ -1649,7 +1748,20 @@ ethers@^6.13.5: tslib "2.7.0" ws "8.17.1" -eventemitter3@5.0.1, eventemitter3@^5.0.1: +event-stream@=3.3.4: + version "3.3.4" + resolved "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz" + integrity sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g== + dependencies: + duplexer "~0.1.1" + from "~0" + map-stream "~0.1.0" + pause-stream "0.0.11" + split "0.3" + stream-combiner "~0.0.4" + through "~2.3.1" + +eventemitter3@^5.0.1, eventemitter3@5.0.1: version "5.0.1" resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz" integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA== @@ -1714,6 +1826,11 @@ flat@^5.0.2: resolved "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz" integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== +follow-redirects@^1.12.1: + version "1.15.11" + resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz" + integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ== + for-each@^0.3.5: version "0.3.5" resolved "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz" @@ -1736,6 +1853,11 @@ formdata-polyfill@^4.0.10: dependencies: fetch-blob "^3.1.2" +from@~0: + version "0.1.7" + resolved "https://registry.npmjs.org/from/-/from-0.1.7.tgz" + integrity sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g== + fs.promises.exists@^1.1.4: version "1.1.4" resolved "https://registry.npmjs.org/fs.promises.exists/-/fs.promises.exists-1.1.4.tgz" @@ -1815,6 +1937,11 @@ gopd@^1.0.1, gopd@^1.2.0: resolved "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg== +graceful-fs@4.2.10: + version "4.2.10" + resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" + integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== + has-flag@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" @@ -1885,6 +2012,11 @@ inherits@^2.0.3: resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== +ini@^1.3.4, ini@~1.3.0: + version "1.3.8" + resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== + is-arguments@^1.0.4: version "1.2.0" resolved "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz" @@ -2003,6 +2135,11 @@ joycon@^3.1.1: resolved "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz" integrity sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw== +js-sha3@0.8.0: + version "0.8.0" + resolved "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz" + integrity sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q== + js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" @@ -2020,6 +2157,11 @@ json-stringify-safe@^5.0.1: resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz" integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== +ky@^1.2.0: + version "1.14.3" + resolved "https://registry.npmjs.org/ky/-/ky-1.14.3.tgz" + integrity sha512-9zy9lkjac+TR1c2tG+mkNSVlyOpInnWdSMiue4F+kq8TwJSgv6o8jhLRg8Ho6SnZ9wOYUq/yozts9qQCfk7bIw== + lilconfig@^3.1.1: version "3.1.3" resolved "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz" @@ -2085,11 +2227,21 @@ make-error@^1.1.1: resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz" integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== +map-stream@~0.1.0: + version "0.1.0" + resolved "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz" + integrity sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g== + math-intrinsics@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== +memorystream@^0.3.1: + version "0.3.1" + resolved "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz" + integrity sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw== + mimic-function@^5.0.0: version "5.0.1" resolved "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz" @@ -2102,6 +2254,11 @@ minimatch@^9.0.4, minimatch@^9.0.5: dependencies: brace-expansion "^2.0.1" +minimist@^1.2.0: + version "1.2.8" + resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== + "minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2: version "7.1.2" resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" @@ -2264,6 +2421,11 @@ ora@^9.0.0: string-width "^8.1.0" strip-ansi "^7.1.2" +os-tmpdir@~1.0.2: + version "1.0.2" + resolved "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz" + integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== + ox@0.6.7: version "0.6.7" resolved "https://registry.npmjs.org/ox/-/ox-0.6.7.tgz" @@ -2310,6 +2472,16 @@ package-json-from-dist@^1.0.0: resolved "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz" integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw== +package-json@^10.0.1: + version "10.0.1" + resolved "https://registry.npmjs.org/package-json/-/package-json-10.0.1.tgz" + integrity sha512-ua1L4OgXSBdsu1FPb7F3tYH0F48a6kxvod4pLUlGY9COeJAJQNX/sNH2IiEmsxw7lqYiAwrdHMjz1FctOsyDQg== + dependencies: + ky "^1.2.0" + registry-auth-token "^5.0.2" + registry-url "^6.0.1" + semver "^7.6.0" + parse-json@^8.0.0, parse-json@^8.3.0: version "8.3.0" resolved "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz" @@ -2352,12 +2524,19 @@ pathe@^2.0.1, pathe@^2.0.3: resolved "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz" integrity sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w== +pause-stream@0.0.11: + version "0.0.11" + resolved "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz" + integrity sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A== + dependencies: + through "~2.3" + picocolors@^1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== -picomatch@^4.0.3: +"picomatch@^3 || ^4", picomatch@^4.0.3: version "4.0.3" resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz" integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q== @@ -2376,7 +2555,7 @@ pkg-types@^1.3.1: mlly "^1.7.4" pathe "^2.0.1" -polkadot-api@^1.22.0: +polkadot-api@^1.22.0, polkadot-api@^1.8.1, polkadot-api@>=1.19.0, polkadot-api@>=1.21.0: version "1.22.0" resolved "https://registry.npmjs.org/polkadot-api/-/polkadot-api-1.22.0.tgz" integrity sha512-uREBLroPbnJxBBQ+qSkKLF493qukX4PAg32iThlELrZdxfNNgro6nvWRdVmBv73tFHvf+nyWWHKTx1c57nbixg== @@ -2425,11 +2604,28 @@ pretty-ms@^9.2.0: dependencies: parse-ms "^4.0.0" +promise-tool@^1.0.1: + version "1.1.5" + resolved "https://registry.npmjs.org/promise-tool/-/promise-tool-1.1.5.tgz" + integrity sha512-T76GEQ89nQcLfbOow9CnOL6zyPXFOZv547zLMJOD1ilV6mVxXgApPJRnAUkONV56SgNHm6xU+CFh9dm80ZP6fg== + propagate@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz" integrity sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag== +proto-list@~1.2.1: + version "1.2.4" + resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz" + integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA== + +ps-tree@^1.1.0: + version "1.2.0" + resolved "https://registry.npmjs.org/ps-tree/-/ps-tree-1.2.0.tgz" + integrity sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA== + dependencies: + event-stream "=3.3.4" + punycode@^2.1.0: version "2.3.1" resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" @@ -2442,6 +2638,16 @@ randombytes@^2.1.0: dependencies: safe-buffer "^5.1.0" +rc@1.2.8: + version "1.2.8" + resolved "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" + integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== + dependencies: + deep-extend "^0.6.0" + ini "~1.3.0" + minimist "^1.2.0" + strip-json-comments "~2.0.1" + read-pkg@^10.0.0: version "10.0.0" resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-10.0.0.tgz" @@ -2469,6 +2675,20 @@ readdirp@^4.0.1: resolved "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" integrity sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg== +registry-auth-token@^5.0.2: + version "5.1.1" + resolved "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.1.1.tgz" + integrity sha512-P7B4+jq8DeD2nMsAcdfaqHbssgHtZ7Z5+++a5ask90fvmJ8p5je4mOa+wzu+DB4vQ5tdJV/xywY+UnVFeQLV5Q== + dependencies: + "@pnpm/npm-conf" "^3.0.2" + +registry-url@^6.0.1: + version "6.0.1" + resolved "https://registry.npmjs.org/registry-url/-/registry-url-6.0.1.tgz" + integrity sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q== + dependencies: + rc "1.2.8" + require-directory@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" @@ -2479,6 +2699,13 @@ resolve-from@^5.0.0: resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== +resolve-pkg@^2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-2.0.0.tgz" + integrity sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ== + dependencies: + resolve-from "^5.0.0" + restore-cursor@^5.0.0: version "5.1.0" resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz" @@ -2487,6 +2714,14 @@ restore-cursor@^5.0.0: onetime "^7.0.0" signal-exit "^4.1.0" +revive@^1.1.8: + version "1.1.8" + resolved "https://registry.npmjs.org/revive/-/revive-1.1.8.tgz" + integrity sha512-he3Sqf2+lCdwCvR70QZrfBA6djprtunBNba41y6OZIXcc5HWoY3rqDu4Ks4nMNj7I284zyZOWrAdeXucWKo9wQ== + dependencies: + promise-tool "^1.0.1" + ps-tree "^1.1.0" + rollup@^4.34.8: version "4.53.3" resolved "https://registry.npmjs.org/rollup/-/rollup-4.53.3.tgz" @@ -2518,7 +2753,7 @@ rollup@^4.34.8: "@rollup/rollup-win32-x64-msvc" "4.53.3" fsevents "~2.3.2" -rxjs@^7.8.1, rxjs@^7.8.2: +rxjs@^7.8.1, rxjs@^7.8.2, rxjs@>=7, rxjs@>=7.8.0, rxjs@>=7.8.1: version "7.8.2" resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz" integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA== @@ -2544,7 +2779,12 @@ scale-ts@^1.6.0, scale-ts@^1.6.1: resolved "https://registry.npmjs.org/scale-ts/-/scale-ts-1.6.1.tgz" integrity sha512-PBMc2AWc6wSEqJYBDPcyCLUj9/tMKnLX70jLOSndMtcUoLQucP/DM0vnQo1wJAYjTrQiq8iG9rD0q6wFzgjH7g== -semver@^7.3.5: +semver@^5.5.0: + version "5.7.2" + resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" + integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== + +semver@^7.3.5, semver@^7.6.0: version "7.7.3" resolved "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz" integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q== @@ -2585,13 +2825,6 @@ signal-exit@^4.0.1, signal-exit@^4.1.0: resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== -smoldot@2.0.26: - version "2.0.26" - resolved "https://registry.yarnpkg.com/smoldot/-/smoldot-2.0.26.tgz#0e64c7fcd26240fbe4c8d6b6e4b9a9aca77e00f6" - integrity sha512-F+qYmH4z2s2FK+CxGj8moYcd1ekSIKH8ywkdqlOz88Dat35iB1DIYL11aILN46YSGMzQW/lbJNS307zBSDN5Ig== - dependencies: - ws "^8.8.1" - smoldot@2.0.39: version "2.0.39" resolved "https://registry.npmjs.org/smoldot/-/smoldot-2.0.39.tgz" @@ -2599,6 +2832,19 @@ smoldot@2.0.39: dependencies: ws "^8.8.1" +"solc@>=0.8.0 <=0.8.33": + version "0.8.33" + resolved "https://registry.npmjs.org/solc/-/solc-0.8.33.tgz" + integrity sha512-qPdHuAeg+DccqYz4Mq4grc7lOdgLA8wB8meCrMHcVXj70noKZhfAMzOCcOD/4RODZnn+sV3V6fWEyUkeVaBPVQ== + dependencies: + command-exists "^1.2.8" + commander "^8.1.0" + follow-redirects "^1.12.1" + js-sha3 "0.8.0" + memorystream "^0.3.1" + semver "^5.5.0" + tmp "0.0.33" + sort-keys@^5.0.0: version "5.1.0" resolved "https://registry.npmjs.org/sort-keys/-/sort-keys-5.1.0.tgz" @@ -2639,11 +2885,25 @@ spdx-license-ids@^3.0.0: resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz" integrity sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ== +split@0.3: + version "0.3.3" + resolved "https://registry.npmjs.org/split/-/split-0.3.3.tgz" + integrity sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA== + dependencies: + through "2" + stdin-discarder@^0.2.2: version "0.2.2" resolved "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.2.2.tgz" integrity sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ== +stream-combiner@~0.0.4: + version "0.0.4" + resolved "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz" + integrity sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw== + dependencies: + duplexer "~0.1.1" + "string-width-cjs@npm:string-width@^4.2.0": version "4.2.3" resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" @@ -2693,7 +2953,14 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1: dependencies: ansi-regex "^5.0.1" -strip-ansi@^7.0.1, strip-ansi@^7.1.0, strip-ansi@^7.1.2: +strip-ansi@^7.0.1: + version "7.1.2" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz" + integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA== + dependencies: + ansi-regex "^6.0.1" + +strip-ansi@^7.1.0, strip-ansi@^7.1.2: version "7.1.2" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz" integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA== @@ -2710,6 +2977,11 @@ strip-json-comments@^3.1.1: resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== +strip-json-comments@~2.0.1: + version "2.0.1" + resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" + integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== + sucrase@^3.35.0: version "3.35.1" resolved "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz" @@ -2756,6 +3028,11 @@ thenify-all@^1.0.0: dependencies: any-promise "^1.0.0" +through@~2.3, through@~2.3.1, through@2: + version "2.3.8" + resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz" + integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== + tinyexec@^0.3.2: version "0.3.2" resolved "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz" @@ -2769,6 +3046,13 @@ tinyglobby@^0.2.11: fdir "^6.5.0" picomatch "^4.0.3" +tmp@0.0.33: + version "0.0.33" + resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz" + integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== + dependencies: + os-tmpdir "~1.0.2" + tr46@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz" @@ -2810,16 +3094,16 @@ tsc-prog@^2.3.0: resolved "https://registry.npmjs.org/tsc-prog/-/tsc-prog-2.3.0.tgz" integrity sha512-ycET2d75EgcX7y8EmG4KiZkLAwUzbY4xRhA6NU0uVbHkY4ZjrAAuzTMxXI85kOwATqPnBI5C/7y7rlpY0xdqHA== -tslib@2.7.0: - version "2.7.0" - resolved "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz" - integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA== - tslib@^2.1.0, tslib@^2.7.0, tslib@^2.8.0, tslib@^2.8.1: version "2.8.1" resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== +tslib@2.7.0: + version "2.7.0" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz" + integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA== + tsup@8.5.0: version "8.5.0" resolved "https://registry.npmjs.org/tsup/-/tsup-8.5.0.tgz" @@ -2855,7 +3139,7 @@ type-fest@^5.2.0: dependencies: tagged-tag "^1.0.0" -typescript@^5.7.2, typescript@^5.9.3: +typescript@^5.7.2, typescript@^5.9.3, typescript@>=2.7, typescript@>=4, typescript@>=4.5.0, typescript@>=5.0.4, typescript@>=5.4.0: version "5.9.3" resolved "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz" integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== @@ -2914,20 +3198,6 @@ validate-npm-package-license@^3.0.4: spdx-correct "^3.0.0" spdx-expression-parse "^3.0.0" -viem@2.23.4: - version "2.23.4" - resolved "https://registry.npmjs.org/viem/-/viem-2.23.4.tgz" - integrity sha512-UQquuolKlS1w5H5e0Fd1KKoUlIPJryIEBzY5AUhGyV1ka+9O6+3uYVhUzj6RbvGK0PtsMKn2ddwPZFwjNDVU/A== - dependencies: - "@noble/curves" "1.8.1" - "@noble/hashes" "1.7.1" - "@scure/bip32" "1.6.2" - "@scure/bip39" "1.5.4" - abitype "1.0.8" - isows "1.0.6" - ox "0.6.7" - ws "8.18.0" - viem@^2.37.9: version "2.41.2" resolved "https://registry.npmjs.org/viem/-/viem-2.41.2.tgz" @@ -2942,6 +3212,20 @@ viem@^2.37.9: ox "0.9.6" ws "8.18.3" +viem@2.23.4: + version "2.23.4" + resolved "https://registry.npmjs.org/viem/-/viem-2.23.4.tgz" + integrity sha512-UQquuolKlS1w5H5e0Fd1KKoUlIPJryIEBzY5AUhGyV1ka+9O6+3uYVhUzj6RbvGK0PtsMKn2ddwPZFwjNDVU/A== + dependencies: + "@noble/curves" "1.8.1" + "@noble/hashes" "1.7.1" + "@scure/bip32" "1.6.2" + "@scure/bip39" "1.5.4" + abitype "1.0.8" + isows "1.0.6" + ox "0.6.7" + ws "8.18.0" + web-streams-polyfill@^3.0.3: version "3.3.3" resolved "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz" @@ -3042,6 +3326,11 @@ write-package@^7.2.0: type-fest "^4.23.0" write-json-file "^6.0.0" +ws@*, ws@^8.18.0, ws@^8.18.2, ws@^8.18.3, ws@^8.8.1, ws@8.18.3: + version "8.18.3" + resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz" + integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg== + ws@8.17.1: version "8.17.1" resolved "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz" @@ -3052,11 +3341,6 @@ ws@8.18.0: resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz" integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw== -ws@8.18.3, ws@^8.18.0, ws@^8.18.2, ws@^8.18.3, ws@^8.8.1: - version "8.18.3" - resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz" - integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg== - y18n@^5.0.5: version "5.0.8" resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index b3aced2160..bac0f04d7b 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -16,6 +16,7 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] +serde = { workspace = true, features = ["derive"] } subtensor-macros.workspace = true subtensor-custom-rpc-runtime-api.workspace = true smallvec.workspace = true @@ -98,6 +99,10 @@ runtime-common.workspace = true pallet-contracts.workspace = true subtensor-chain-extensions.workspace = true +# PolkaVM smart contracts support +# pallet-revive temporarily disabled due to compilation errors +pallet-revive.workspace = true + # NPoS frame-election-provider-support = { workspace = true } pallet-authority-discovery = { workspace = true } @@ -275,6 +280,7 @@ std = [ "subtensor-chain-extensions/std", "ethereum/std", "pallet-shield/std", + "pallet-revive/std" ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", @@ -320,6 +326,7 @@ runtime-benchmarks = [ # Smart Tx fees pallet "subtensor-transaction-fee/runtime-benchmarks", "pallet-shield/runtime-benchmarks", + "pallet-revive/runtime-benchmarks" ] try-runtime = [ "frame-try-runtime/try-runtime", @@ -368,5 +375,6 @@ try-runtime = [ "runtime-common/try-runtime", "pallet-aura/try-runtime", "pallet-shield/try-runtime", + "pallet-revive/try-runtime", ] metadata-hash = ["substrate-wasm-builder/metadata-hash"] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 629298a5ab..867cbb004d 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -15,9 +15,10 @@ pub mod check_nonce; mod migrations; pub mod sudo_wrapper; pub mod transaction_payment_wrapper; +pub mod unchecked_extrinsics; extern crate alloc; - +use crate::unchecked_extrinsics::UncheckedExtrinsic as CombinedUncheckedExtrinsic; use codec::{Compact, Decode, Encode}; use ethereum::AuthorizationList; use frame_support::{ @@ -193,6 +194,7 @@ impl frame_system::offchain::CreateSignedTransaction } // Subtensor module +// pub use pallet_revive; // Temporarily disabled pub use pallet_scheduler; pub use pallet_subtensor; @@ -1182,6 +1184,31 @@ impl> FindAuthor for FindAuthorTruncated { } } +pub struct FindAuthorTruncated2(PhantomData); +impl> FindAuthor for FindAuthorTruncated2 { + fn find_author<'a, I>(digests: I) -> Option + where + I: 'a + IntoIterator, + { + if let Some(author_index) = F::find_author(digests) { + pallet_aura::Authorities::::get() + .get(author_index as usize) + .and_then(|authority_id| { + let raw_vec = authority_id.to_raw_vec(); + if raw_vec.len() >= 32 { + let mut account_bytes = [0u8; 32]; + account_bytes.copy_from_slice(raw_vec.get(..32)?); + Some(AccountId::from(AccountId32::from(account_bytes))) + } else { + None + } + }) + } else { + None + } + } +} + const BLOCK_GAS_LIMIT: u64 = 75_000_000; pub const NORMAL_DISPATCH_BASE_PRIORITY: TransactionPriority = 1; pub const OPERATIONAL_DISPATCH_PRIORITY: TransactionPriority = 10_000_000_000; @@ -1517,6 +1544,68 @@ impl pallet_contracts::Config for Runtime { type ApiVersion = (); } +// PolkaVM smart contracts (pallet-revive) +// Temporarily disabled due to compilation errors in EVM runtime module +// The pallet-revive crate has a bug where it tries to import ExtrinsicCall from +// frame_support::traits but it should be from sp_runtime::traits +parameter_types! { + pub const DepositPerItem: Balance = deposit(1, 0); + pub const DepositPerByte: Balance = deposit(0, 1); +} + +// EthExtraImpl is only used for pallet-revive EVM runtime +// The EthExtra trait is not available in the current SDK version +#[derive(Clone, PartialEq, Eq, Debug, TypeInfo, Encode, Decode)] +pub struct EthExtraImpl; + +impl pallet_revive::evm::runtime::EthExtra for EthExtraImpl { + type Config = Runtime; + type Extension = TransactionExtensions; + + fn get_eth_extension(nonce: u32, tip: Balance) -> Self::Extension { + ( + frame_system::CheckNonZeroSender::::new(), + frame_system::CheckSpecVersion::::new(), + frame_system::CheckTxVersion::::new(), + frame_system::CheckGenesis::::new(), + frame_system::CheckEra::from(crate::generic::Era::Immortal), + check_nonce::CheckNonce::::from(nonce), + frame_system::CheckWeight::::new(), + ChargeTransactionPaymentWrapper::new( + pallet_transaction_payment::ChargeTransactionPayment::::from(tip), + ), + SudoTransactionExtension::::new(), + pallet_subtensor::SubtensorTransactionExtension::::new(), + pallet_drand::drand_priority::DrandPriority::::new(), + frame_metadata_hash_extension::CheckMetadataHash::::new(false), + ) + } +} + +impl pallet_revive::Config for Runtime { + type Time = Timestamp; + type Currency = Balances; + type RuntimeEvent = RuntimeEvent; + type RuntimeCall = RuntimeCall; + type DepositPerItem = DepositPerItem; + type DepositPerByte = DepositPerByte; + type WeightPrice = pallet_transaction_payment::Pallet; + type WeightInfo = pallet_revive::weights::SubstrateWeight; + type Precompiles = (); + type AddressMapper = pallet_revive::AccountId32Mapper; + type RuntimeMemory = ConstU32<{ 128 * 1024 * 1024 }>; + type PVFMemory = ConstU32<{ 512 * 1024 * 1024 }>; + type UnsafeUnstableInterface = ConstBool; + type UploadOrigin = EnsureSigned; + type InstantiateOrigin = EnsureSigned; + type RuntimeHoldReason = RuntimeHoldReason; + type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; + type ChainId = ConstU64<420_420_420>; + type NativeToEthRatio = ConstU32<1_000_000>; // 10^(18 - 12) Eth is 10^18, Native is 10^12. + type EthGasEncoder = (); + type FindAuthor = FindAuthorTruncated2; +} + // Create the runtime by composing the FRAME pallets that were previously configured. construct_runtime!( pub struct Runtime @@ -1555,6 +1644,7 @@ construct_runtime!( Swap: pallet_subtensor_swap = 28, Contracts: pallet_contracts = 29, MevShield: pallet_shield = 30, + Revive: pallet_revive = 31, } ); @@ -1590,7 +1680,7 @@ type Migrations = ( // Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = - fp_self_contained::UncheckedExtrinsic; + CombinedUncheckedExtrinsic; /// Extrinsic type that has already been checked. pub type CheckedExtrinsic = @@ -1672,7 +1762,10 @@ fn generate_genesis_json() -> Vec { type EventRecord = frame_system::EventRecord; -impl_runtime_apis! { +pallet_revive::impl_runtime_apis_plus_revive!( + Runtime, + Executive, + EthExtraImpl, impl sp_api::Core for Runtime { fn version() -> RuntimeVersion { VERSION @@ -2461,7 +2554,7 @@ impl_runtime_apis! { pallet_subtensor_swap::Pallet::::current_price(netuid.into()) .saturating_mul(U96F32::from_num(1_000_000_000)) - .saturating_to_num() + .saturating_to_num::() } fn sim_swap_tao_for_alpha(netuid: NetUid, tao: TaoCurrency) -> SimSwapResult { @@ -2472,16 +2565,16 @@ impl_runtime_apis! { ) .map_or_else( |_| SimSwapResult { - tao_amount: 0.into(), - alpha_amount: 0.into(), - tao_fee: 0.into(), - alpha_fee: 0.into(), + tao_amount: TaoCurrency::from(0u64), + alpha_amount: AlphaCurrency::from(0u64), + tao_fee: TaoCurrency::from(0u64), + alpha_fee: AlphaCurrency::from(0u64), }, |sr| SimSwapResult { - tao_amount: sr.amount_paid_in.into(), - alpha_amount: sr.amount_paid_out.into(), - tao_fee: sr.fee_paid.into(), - alpha_fee: 0.into(), + tao_amount: TaoCurrency::from(sr.amount_paid_in.to_u64()), + alpha_amount: AlphaCurrency::from(sr.amount_paid_out.to_u64()), + tao_fee: TaoCurrency::from(sr.fee_paid.to_u64()), + alpha_fee: AlphaCurrency::from(0u64), }, ) } @@ -2494,21 +2587,21 @@ impl_runtime_apis! { ) .map_or_else( |_| SimSwapResult { - tao_amount: 0.into(), - alpha_amount: 0.into(), - tao_fee: 0.into(), - alpha_fee: 0.into(), + tao_amount: TaoCurrency::from(0u64), + alpha_amount: AlphaCurrency::from(0u64), + tao_fee: TaoCurrency::from(0u64), + alpha_fee: AlphaCurrency::from(0u64), }, |sr| SimSwapResult { - tao_amount: sr.amount_paid_out.into(), - alpha_amount: sr.amount_paid_in.into(), - tao_fee: 0.into(), - alpha_fee: sr.fee_paid.into(), + tao_amount: TaoCurrency::from(sr.amount_paid_out.to_u64()), + alpha_amount: AlphaCurrency::from(sr.amount_paid_in.to_u64()), + tao_fee: TaoCurrency::from(0u64), + alpha_fee: AlphaCurrency::from(sr.fee_paid.to_u64()), }, ) } } -} +); #[test] fn check_whitelist() { diff --git a/runtime/src/unchecked_extrinsics.rs b/runtime/src/unchecked_extrinsics.rs new file mode 100644 index 0000000000..21e687d7dc --- /dev/null +++ b/runtime/src/unchecked_extrinsics.rs @@ -0,0 +1,286 @@ +use codec::{Decode, DecodeWithMemTracking, Encode}; +use frame_support::{ + dispatch::{DispatchInfo, GetDispatchInfo}, + traits::{InherentBuilder, IsSubType, SignedTransactionBuilder}, +}; +use pallet_transaction_payment::OnChargeTransaction; +use scale_info::TypeInfo; +use serde; +use sp_core::{H256, U256}; +// use serde::{Deserialize, Serialize}; +use pallet_revive::evm::runtime::EthExtra; +use sp_runtime::{ + OpaqueExtrinsic, RuntimeDebug, + generic::{self, ExtrinsicFormat, Preamble}, + traits::{ + self, Checkable, Dispatchable, ExtrinsicCall, ExtrinsicLike, ExtrinsicMetadata, + IdentifyAccount, MaybeDisplay, Member, TransactionExtension, + }, + transaction_validity::{InvalidTransaction, TransactionValidityError}, +}; +// use crate::TransactionExtensions; + +// use crate::CheckedExtrinsic; +use fp_self_contained::{CheckedExtrinsic, CheckedSignature, SelfContainedCall}; +/// A extrinsic right from the external world. This is unchecked and so +/// can contain a signature. +#[derive(PartialEq, Eq, Clone, Encode, Decode, DecodeWithMemTracking, RuntimeDebug, TypeInfo)] +pub struct UncheckedExtrinsic( + pub generic::UncheckedExtrinsic, +); + +impl UncheckedExtrinsic +where + E::Extension: TypeInfo, +{ + /// New instance of a signed extrinsic aka "transaction". + pub fn new_signed( + function: Call, + signed: Address, + signature: Signature, + tx_ext: E::Extension, + ) -> Self { + Self(generic::UncheckedExtrinsic::new_signed( + function, signed, signature, tx_ext, + )) + } + + /// New instance of an unsigned extrinsic aka "inherent". + pub fn new_bare(function: Call) -> Self { + Self(generic::UncheckedExtrinsic::new_bare(function)) + } +} + +impl ExtrinsicLike + for UncheckedExtrinsic +{ + fn is_bare(&self) -> bool { + ExtrinsicLike::is_bare(&self.0) + } +} + +impl Checkable + for UncheckedExtrinsic +where + Address: Member + MaybeDisplay, + Call: Encode + + Member + + SelfContainedCall + + IsSubType> + + From> + + From<<::Config as frame_system::Config>::RuntimeCall>, + Signature: Member + traits::Verify, + ::Signer: IdentifyAccount, + E::Extension: Encode + TransactionExtension, + ::Nonce: TryFrom, + ::RuntimeCall: Dispatchable, + pallet_revive::BalanceOf: Into + TryFrom, + pallet_revive::MomentOf: Into, + ::RuntimeCall: + From> + IsSubType>, + <::OnChargeTransaction as OnChargeTransaction>::Balance: Into>, + AccountId: Member + MaybeDisplay + From<::AccountId> + Into<::AccountId>, + Lookup: traits::Lookup, + E: EthExtra, + // CallOf: From> + IsSubType>, + ::Hash: frame_support::traits::IsType, + ExtrinsicFormat::Extension>: From::Config as frame_system::Config>::AccountId, ::Extension>> +{ + type Checked = + CheckedExtrinsic::SignedInfo>; + + fn check(self, lookup: &Lookup) -> Result { + if self.0.function.is_self_contained() { + if matches!(self.0.preamble, Preamble::Signed(_, _, _)) { + return Err(TransactionValidityError::Invalid( + InvalidTransaction::BadProof, + )); + } + + let signed_info = self.0.function.check_self_contained().ok_or( + TransactionValidityError::Invalid(InvalidTransaction::BadProof), + )??; + Ok(CheckedExtrinsic { + signed: CheckedSignature::SelfContained(signed_info), + function: self.0.function, + }) + } else { + if !self.0.is_signed() + && let Some(pallet_revive::Call::eth_transact { payload }) = + self.0.function.is_sub_type() + { + let checked = E::try_into_checked_extrinsic( + payload.to_vec(), + self.0.function.encoded_size(), + )?; + return Ok(CheckedExtrinsic { + signed: CheckedSignature::GenericDelegated(checked.format.into()), + function: checked.function.into(), + }) + }; + + let checked = Checkable::::check(self.0, lookup)?; + Ok(CheckedExtrinsic { + signed: CheckedSignature::GenericDelegated(checked.format), + function: checked.function, + }) + } + } + + #[cfg(feature = "try-runtime")] + fn unchecked_into_checked_i_know_what_i_am_doing( + self, + lookup: &Lookup, + ) -> Result { + use generic::ExtrinsicFormat; + if self.0.function.is_self_contained() { + match self.0.function.check_self_contained() { + Some(signed_info) => Ok(CheckedExtrinsic { + signed: match signed_info { + Ok(info) => CheckedSignature::SelfContained(info), + _ => CheckedSignature::GenericDelegated(ExtrinsicFormat::Bare), + }, + function: self.0.function, + }), + None => Ok(CheckedExtrinsic { + signed: CheckedSignature::GenericDelegated(ExtrinsicFormat::Bare), + function: self.0.function, + }), + } + } else { + let checked = + Checkable::::unchecked_into_checked_i_know_what_i_am_doing(self.0, lookup)?; + Ok(CheckedExtrinsic { + signed: CheckedSignature::GenericDelegated(checked.format), + function: checked.function, + }) + } + } +} + +impl ExtrinsicMetadata + for UncheckedExtrinsic +where + Call: Dispatchable, + E::Extension: TransactionExtension, + E: EthExtra, +{ + const VERSIONS: &'static [u8] = + generic::UncheckedExtrinsic::::VERSIONS; + type TransactionExtensions = E::Extension; +} + +impl ExtrinsicCall for UncheckedExtrinsic +where + Address: TypeInfo, + Call: TypeInfo, + Signature: TypeInfo, + E::Extension: TypeInfo, + E: EthExtra, +{ + type Call = Call; + + fn call(&self) -> &Self::Call { + &self.0.function + } +} + +impl GetDispatchInfo + for UncheckedExtrinsic +where + Call: GetDispatchInfo + Dispatchable, + E::Extension: TransactionExtension, +{ + fn get_dispatch_info(&self) -> DispatchInfo { + self.0.function.get_dispatch_info() + } +} + +// #[cfg(feature = "serde")] +impl serde::Serialize + for UncheckedExtrinsic +where + Call: Encode + Dispatchable, + E::Extension: Encode + TransactionExtension, +{ + fn serialize(&self, seq: S) -> Result + where + S: serde::Serializer, + { + self.0.serialize(seq) + } +} + +// #[cfg(feature = "serde")] +impl<'a, Address: Decode, Signature: Decode, Call, E: EthExtra> serde::Deserialize<'a> + for UncheckedExtrinsic +where + Call: Decode + Dispatchable + DecodeWithMemTracking, + E::Extension: Decode + TransactionExtension, +{ + fn deserialize(de: D) -> Result + where + D: serde::Deserializer<'a>, + { + >::deserialize(de) + .map(Self) + } +} + +impl SignedTransactionBuilder + for UncheckedExtrinsic +where + Address: TypeInfo, + Signature: TypeInfo, + Call: TypeInfo, + E::Extension: TypeInfo, +{ + type Address = Address; + type Signature = Signature; + type Extension = E::Extension; + + fn new_signed_transaction( + call: Self::Call, + signed: Address, + signature: Signature, + tx_ext: E::Extension, + ) -> Self { + generic::UncheckedExtrinsic::new_signed(call, signed, signature, tx_ext).into() + } +} + +impl InherentBuilder + for UncheckedExtrinsic +where + Address: TypeInfo, + Signature: TypeInfo, + Call: TypeInfo, + E::Extension: TypeInfo, +{ + fn new_inherent(call: Self::Call) -> Self { + generic::UncheckedExtrinsic::new_bare(call).into() + } +} + +impl From> + for OpaqueExtrinsic +where + Address: Encode, + Signature: Encode, + Call: Encode, + E::Extension: Encode, + E: Encode, +{ + fn from(extrinsic: UncheckedExtrinsic) -> Self { + extrinsic.0.into() + } +} + +impl + From> + for UncheckedExtrinsic +{ + fn from(utx: generic::UncheckedExtrinsic) -> Self { + Self(utx) + } +}