diff --git a/Cargo.lock b/Cargo.lock index c94deffa7..b02f6b6d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "always-assert" @@ -191,9 +191,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "approx" @@ -215,7 +215,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -224,9 +224,9 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f" dependencies = [ - "ark-ec", - "ark-ff", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -236,9 +236,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" dependencies = [ "ark-bls12-377", - "ark-ec", + "ark-ec 0.4.2", "ark-models-ext", - "ark-std", + "ark-std 0.4.0", ] [[package]] @@ -247,10 +247,10 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -260,11 +260,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" dependencies = [ "ark-bls12-381", - "ark-ec", - "ark-ff", + "ark-ec 0.4.2", + "ark-ff 0.4.2", "ark-models-ext", - "ark-serialize", - "ark-std", + "ark-serialize 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -274,9 +274,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" dependencies = [ "ark-bls12-377", - "ark-ec", - "ark-ff", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -286,10 +286,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" dependencies = [ "ark-bw6-761", - "ark-ec", - "ark-ff", + "ark-ec 0.4.2", + "ark-ff 0.4.2", "ark-models-ext", - "ark-std", + "ark-std 0.4.0", ] [[package]] @@ -298,10 +298,10 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" dependencies = [ - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", + "ark-ff 0.4.2", + "ark-poly 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "derivative", "hashbrown 0.13.2", "itertools 0.10.5", @@ -310,6 +310,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "ark-ec" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce" +dependencies = [ + "ahash 0.8.11", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "educe", + "fnv", + "hashbrown 0.15.2", + "itertools 0.13.0", + "num-bigint", + "num-integer", + "num-traits", + "zeroize", +] + [[package]] name = "ark-ed-on-bls12-377" version = "0.4.0" @@ -317,9 +338,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" dependencies = [ "ark-bls12-377", - "ark-ec", - "ark-ff", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -328,11 +349,11 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-377", - "ark-ff", + "ark-ff 0.4.2", "ark-models-ext", - "ark-std", + "ark-std 0.4.0", ] [[package]] @@ -342,9 +363,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" dependencies = [ "ark-bls12-381", - "ark-ec", - "ark-ff", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-std 0.4.0", ] [[package]] @@ -353,11 +374,11 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-381-bandersnatch", - "ark-ff", + "ark-ff 0.4.2", "ark-models-ext", - "ark-std", + "ark-std 0.4.0", ] [[package]] @@ -366,10 +387,10 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" dependencies = [ - "ark-ff-asm", - "ark-ff-macros", - "ark-serialize", - "ark-std", + "ark-ff-asm 0.4.2", + "ark-ff-macros 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "derivative", "digest 0.10.7", "itertools 0.10.5", @@ -380,6 +401,26 @@ dependencies = [ "zeroize", ] +[[package]] +name = "ark-ff" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70" +dependencies = [ + "ark-ff-asm 0.5.0", + "ark-ff-macros 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "arrayvec 0.7.6", + "digest 0.10.7", + "educe", + "itertools 0.13.0", + "num-bigint", + "num-traits", + "paste", + "zeroize", +] + [[package]] name = "ark-ff-asm" version = "0.4.2" @@ -390,6 +431,16 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-ff-asm" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" +dependencies = [ + "quote", + "syn 2.0.90", +] + [[package]] name = "ark-ff-macros" version = "0.4.2" @@ -403,16 +454,29 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-ff-macros" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3" +dependencies = [ + "num-bigint", + "num-traits", + "proc-macro2", + "quote", + "syn 2.0.90", +] + [[package]] name = "ark-models-ext" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "derivative", ] @@ -422,23 +486,38 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" dependencies = [ - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "derivative", "hashbrown 0.13.2", ] +[[package]] +name = "ark-poly" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27" +dependencies = [ + "ahash 0.8.11", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "educe", + "fnv", + "hashbrown 0.15.2", +] + [[package]] name = "ark-scale" version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "parity-scale-codec", "scale-info", ] @@ -448,10 +527,10 @@ name = "ark-secret-scalar" version = "0.0.2" source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "ark-transcript", "digest 0.10.7", "getrandom_or_panic", @@ -464,8 +543,21 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" dependencies = [ - "ark-serialize-derive", - "ark-std", + "ark-serialize-derive 0.4.2", + "ark-std 0.4.0", + "digest 0.10.7", + "num-bigint", +] + +[[package]] +name = "ark-serialize" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7" +dependencies = [ + "ark-serialize-derive 0.5.0", + "ark-std 0.5.0", + "arrayvec 0.7.6", "digest 0.10.7", "num-bigint", ] @@ -481,6 +573,17 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-serialize-derive" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.90", +] + [[package]] name = "ark-std" version = "0.4.0" @@ -492,14 +595,24 @@ dependencies = [ "rayon", ] +[[package]] +name = "ark-std" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" +dependencies = [ + "num-traits", + "rand", +] + [[package]] name = "ark-transcript" version = "0.0.2" source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "digest 0.10.7", "rand_core 0.6.4", "sha3", @@ -544,7 +657,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror", + "thiserror 1.0.69", "time", ] @@ -560,7 +673,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror", + "thiserror 1.0.69", "time", ] @@ -584,7 +697,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", "synstructure 0.13.1", ] @@ -607,7 +720,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -647,7 +760,7 @@ checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" dependencies = [ "async-task", "concurrent-queue", - "fastrand 2.2.0", + "fastrand 2.3.0", "futures-lite 2.5.0", "slab", ] @@ -697,7 +810,7 @@ dependencies = [ "futures-lite 2.5.0", "parking", "polling 3.7.4", - "rustix 0.38.41", + "rustix 0.38.42", "slab", "tracing", "windows-sys 0.59.0", @@ -747,7 +860,7 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.41", + "rustix 0.38.42", "windows-sys 0.48.0", ] @@ -763,7 +876,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 0.38.41", + "rustix 0.38.42", "signal-hook-registry", "slab", "windows-sys 0.59.0", @@ -783,7 +896,7 @@ checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -849,11 +962,11 @@ version = "0.0.4" source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ "ark-bls12-381", - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-381-bandersnatch", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "dleq_vrf", "rand_chacha", "rand_core 0.6.4", @@ -914,9 +1027,9 @@ dependencies = [ [[package]] name = "bigdecimal" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1" +checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c" dependencies = [ "autocfg", "libm", @@ -929,7 +1042,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "15.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "hash-db", "log", @@ -962,7 +1075,7 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -1074,9 +1187,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" +checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" dependencies = [ "arrayref", "arrayvec 0.7.6", @@ -1134,13 +1247,13 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce" dependencies = [ - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "bp-xcm-bridge-hub-router" version = "0.14.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "scale-info", @@ -1193,9 +1306,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" +checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" [[package]] name = "byteorder" @@ -1205,9 +1318,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "bzip2-sys" @@ -1241,9 +1354,9 @@ dependencies = [ [[package]] name = "cargo-platform" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" +checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" dependencies = [ "serde", ] @@ -1259,14 +1372,14 @@ dependencies = [ "semver 1.0.23", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "cc" -version = "1.2.1" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" +checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d" dependencies = [ "jobserver", "libc", @@ -1345,9 +1458,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1416,9 +1529,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.21" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" +checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" dependencies = [ "clap_builder", "clap_derive", @@ -1426,9 +1539,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.21" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" +checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" dependencies = [ "anstream", "anstyle", @@ -1446,20 +1559,20 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "clap_lex" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "coarsetime" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d" +checksum = "4252bf230cb600c19826a575b31c8c9c84c6f11acfab6dfcad2e941b10b6f8e2" dependencies = [ "libc", "wasix", @@ -1494,7 +1607,7 @@ dependencies = [ "nom", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -1529,11 +1642,11 @@ name = "common" version = "0.1.0" source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-poly 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "fflonk", "getrandom_or_panic", "merlin", @@ -1664,9 +1777,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6" +checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" dependencies = [ "libc", ] @@ -1898,7 +2011,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "clap", "parity-scale-codec", @@ -1915,7 +2028,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1938,7 +2051,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "cumulus-client-collator", @@ -1983,7 +2096,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2013,7 +2126,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "anyhow", "async-trait", @@ -2022,13 +2135,13 @@ dependencies = [ "sp-inherents 34.0.0", "sp-runtime 39.0.1", "sp-state-machine 0.43.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "cumulus-client-network" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2054,7 +2167,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.12.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2076,7 +2189,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2102,7 +2215,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2139,7 +2252,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cumulus-pallet-parachain-system", "frame-support 38.0.0", @@ -2156,7 +2269,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.17.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2192,18 +2305,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "cumulus-pallet-session-benchmarking" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -2216,7 +2329,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cumulus-primitives-core", "frame-support 38.0.0", @@ -2231,7 +2344,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2256,7 +2369,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "sp-api 34.0.0", "sp-consensus-aura", @@ -2265,7 +2378,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "polkadot-core-primitives 15.0.0", @@ -2281,7 +2394,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2295,7 +2408,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "sp-externalities 0.29.0", "sp-runtime-interface 28.0.0", @@ -2305,7 +2418,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2321,7 +2434,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cumulus-primitives-core", "frame-support 38.0.0", @@ -2338,7 +2451,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2362,7 +2475,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2375,13 +2488,13 @@ dependencies = [ "sp-blockchain", "sp-state-machine 0.43.0", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "async-trait", @@ -2416,7 +2529,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2445,7 +2558,7 @@ dependencies = [ "sp-state-machine 0.43.0", "sp-storage 21.0.0", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-util", "tracing", @@ -2455,7 +2568,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2502,7 +2615,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -2520,46 +2633,61 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.130" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23c042a0ba58aaff55299632834d1ea53ceff73d62373f62c9ae60890ad1b942" +checksum = "05e1ec88093d2abd9cf1b09ffd979136b8e922bf31cad966a8fe0d73233112ef" dependencies = [ "cc", + "cxxbridge-cmd", "cxxbridge-flags", "cxxbridge-macro", + "foldhash", "link-cplusplus", ] [[package]] name = "cxx-build" -version = "1.0.130" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45dc1c88d0fdac57518a9b1f6c4f4fb2aca8f3c30c0d03d7d8518b47ca0bcea6" +checksum = "9afa390d956ee7ccb41aeed7ed7856ab3ffb4fc587e7216be7e0f83e949b4e6c" dependencies = [ "cc", "codespan-reporting", "proc-macro2", "quote", "scratch", - "syn 2.0.87", + "syn 2.0.90", +] + +[[package]] +name = "cxxbridge-cmd" +version = "1.0.133" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c23bfff654d6227cbc83de8e059d2f8678ede5fc3a6c5a35d5c379983cc61e6" +dependencies = [ + "clap", + "codespan-reporting", + "proc-macro2", + "quote", + "syn 2.0.90", ] [[package]] name = "cxxbridge-flags" -version = "1.0.130" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa7ed7d30b289e2592cc55bc2ccd89803a63c913e008e6eb59f06cddf45bb52f" +checksum = "f7c01b36e22051bc6928a78583f1621abaaf7621561c2ada1b00f7878fbe2caa" [[package]] name = "cxxbridge-macro" -version = "1.0.130" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b8c465d22de46b851c04630a5fc749a26005b263632ed2e0d9cc81518ead78d" +checksum = "f6e14013136fac689345d17b9a6df55977251f11d333c0a571e8d963b55e1f95" dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -2583,7 +2711,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -2594,7 +2722,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" dependencies = [ "darling_core", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -2713,7 +2841,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -2726,7 +2854,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -2746,14 +2874,14 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "diesel" -version = "2.2.4" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "158fe8e2e68695bd615d7e4f3227c0727b151330d3e253b525086c348d055d5e" +checksum = "ccf1bedf64cdb9643204a36dd15b19a6ce8e7aa7f7b105868e9f1fad5ffa7d12" dependencies = [ "bigdecimal", "bitflags 2.6.0", @@ -2769,9 +2897,9 @@ dependencies = [ [[package]] name = "diesel-async" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c5c6ec8d5c7b8444d19a47161797cbe361e0fb1ee40c6a8124ec915b64a4125" +checksum = "51a307ac00f7c23f526a04a77761a0519b9f0eb2838ebf5b905a58580095bdcb" dependencies = [ "async-trait", "bb8", @@ -2792,7 +2920,7 @@ dependencies = [ "dsl_auto_type", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -2801,7 +2929,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "209c735641a413bc68c4923a9d6ad4bcb3ca306b794edaa7eb0b3228a99ffb25" dependencies = [ - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -2890,7 +3018,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -2898,12 +3026,12 @@ name = "dleq_vrf" version = "0.0.2" source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ - "ark-ec", - "ark-ff", + "ark-ec 0.4.2", + "ark-ff 0.4.2", "ark-scale", "ark-secret-scalar", - "ark-serialize", - "ark-std", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "ark-transcript", "arrayvec 0.7.6", "zeroize", @@ -2930,7 +3058,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.87", + "syn 2.0.90", "termcolor", "toml 0.8.19", "walkdir", @@ -2959,7 +3087,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -3064,6 +3192,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "educe" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" +dependencies = [ + "enum-ordinalize", + "proc-macro2", + "quote", + "syn 2.0.90", +] + [[package]] name = "either" version = "1.13.0" @@ -3117,7 +3257,27 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", +] + +[[package]] +name = "enum-ordinalize" +version = "4.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" +dependencies = [ + "enum-ordinalize-derive", +] + +[[package]] +name = "enum-ordinalize-derive" +version = "4.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.90", ] [[package]] @@ -3137,7 +3297,7 @@ checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -3148,7 +3308,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -3178,12 +3338,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3216,9 +3376,9 @@ dependencies = [ [[package]] name = "event-listener-strategy" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" +checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" dependencies = [ "event-listener 5.3.1", "pin-project-lite", @@ -3245,7 +3405,7 @@ dependencies = [ "prettyplease 0.2.25", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -3271,9 +3431,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fatality" @@ -3282,7 +3442,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec6f82451ff7f0568c6181287189126d492b5654e30a788add08027b6363d019" dependencies = [ "fatality-proc-macro", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -3292,11 +3452,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.6.0", + "indexmap 2.7.0", "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -3306,7 +3466,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" dependencies = [ "libc", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -3321,14 +3481,14 @@ dependencies = [ [[package]] name = "fflonk" -version = "0.1.0" -source = "git+https://github.com/w3f/fflonk#1e854f35e9a65d08b11a86291405cdc95baa0a35" +version = "0.1.1" +source = "git+https://github.com/w3f/fflonk#eda051ea3b80042e844a3ebd17c2f60536e6ee3f" dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", "merlin", ] @@ -3443,7 +3603,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", ] @@ -3464,7 +3624,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" dependencies = [ "nonempty", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -3502,7 +3662,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-support-procedural 30.0.3", @@ -3526,7 +3686,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "43.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "Inflector", "array-bytes", @@ -3569,7 +3729,7 @@ dependencies = [ "sp-storage 21.0.0", "sp-trie 37.0.0", "sp-wasm-interface 21.0.1", - "thiserror", + "thiserror 1.0.69", "thousands", ] @@ -3582,18 +3742,18 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -3617,7 +3777,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-election-provider-solution-type 14.0.1", "frame-support 38.0.0", @@ -3633,7 +3793,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "aquamarine", "frame-support 38.0.0", @@ -3674,7 +3834,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "docify", @@ -3731,7 +3891,7 @@ dependencies = [ [[package]] name = "frame-support" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "aquamarine", "array-bytes", @@ -3786,13 +3946,13 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "frame-support-procedural" version = "30.0.3" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "Inflector", "cfg-expr", @@ -3806,7 +3966,7 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409)", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -3819,19 +3979,19 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "frame-support-procedural-tools" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -3842,17 +4002,17 @@ checksum = "68672b9ec6fe72d259d3879dc212c5e42e977588cdac830c76f54d9f492aeb58" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -3879,7 +4039,7 @@ dependencies = [ [[package]] name = "frame-system" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cfg-if", "docify", @@ -3899,7 +4059,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -3913,7 +4073,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "parity-scale-codec", @@ -3923,7 +4083,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "parity-scale-codec", @@ -3956,7 +4116,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.41", + "rustix 0.38.42", "windows-sys 0.48.0", ] @@ -4046,7 +4206,7 @@ version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" dependencies = [ - "fastrand 2.2.0", + "fastrand 2.3.0", "futures-core", "futures-io", "parking", @@ -4061,7 +4221,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -4256,7 +4416,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.6.0", + "indexmap 2.7.0", "slab", "tokio", "tokio-util", @@ -4265,17 +4425,17 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" +checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.1.0", - "indexmap 2.6.0", + "http 1.2.0", + "indexmap 2.7.0", "slab", "tokio", "tokio-util", @@ -4293,7 +4453,7 @@ dependencies = [ "pest_derive", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -4342,9 +4502,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "allocator-api2", "equivalent", @@ -4484,9 +4644,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", @@ -4511,7 +4671,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.1.0", + "http 1.2.0", ] [[package]] @@ -4522,7 +4682,7 @@ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "pin-project-lite", ] @@ -4562,7 +4722,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.7", + "socket2 0.5.8", "tokio", "tower-service", "tracing", @@ -4571,15 +4731,15 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.6", - "http 1.1.0", + "h2 0.4.7", + "http 1.2.0", "http-body 1.0.1", "httparse", "httpdate", @@ -4613,9 +4773,9 @@ checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" dependencies = [ "bytes", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "tokio", "tower-service", @@ -4759,7 +4919,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -4911,13 +5071,13 @@ dependencies = [ [[package]] name = "impl-trait-for-tuples" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" +checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.90", ] [[package]] @@ -4952,12 +5112,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" +checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "equivalent", - "hashbrown 0.15.1", + "hashbrown 0.15.2", ] [[package]] @@ -5022,7 +5182,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.7", + "socket2 0.5.8", "widestring", "windows-sys 0.48.0", "winreg", @@ -5087,11 +5247,20 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + [[package]] name = "itoa" -version = "1.0.11" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "jni" @@ -5103,7 +5272,7 @@ dependencies = [ "combine", "jni-sys", "log", - "thiserror", + "thiserror 1.0.69", "walkdir", ] @@ -5124,10 +5293,11 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.72" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" +checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" dependencies = [ + "once_cell", "wasm-bindgen", ] @@ -5154,16 +5324,16 @@ checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" dependencies = [ "base64 0.22.1", "futures-util", - "http 1.1.0", + "http 1.2.0", "jsonrpsee-core", "pin-project", - "rustls 0.23.17", + "rustls 0.23.19", "rustls-pki-types", "rustls-platform-verifier", - "soketto 0.8.0", - "thiserror", + "soketto 0.8.1", + "thiserror 1.0.69", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.1", "tokio-util", "tracing", "url", @@ -5179,17 +5349,17 @@ dependencies = [ "bytes", "futures-timer", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", "jsonrpsee-types", "parking_lot 0.12.3", "pin-project", "rand", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", @@ -5205,7 +5375,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -5215,10 +5385,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" dependencies = [ "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "jsonrpsee-core", "jsonrpsee-types", @@ -5226,8 +5396,8 @@ dependencies = [ "route-recognizer", "serde", "serde_json", - "soketto 0.8.0", - "thiserror", + "soketto 0.8.1", + "thiserror 1.0.69", "tokio", "tokio-stream", "tokio-util", @@ -5241,10 +5411,10 @@ version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" dependencies = [ - "http 1.1.0", + "http 1.2.0", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5253,7 +5423,7 @@ version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" dependencies = [ - "http 1.1.0", + "http 1.2.0", "jsonrpsee-client-transport", "jsonrpsee-core", "jsonrpsee-types", @@ -5341,7 +5511,7 @@ checksum = "9baa9eeb6e315942429397e617a190f4fdc696ef1ee0342939d641029cbb4ea7" dependencies = [ "enumflags2", "libc", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5358,15 +5528,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.164" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "libloading" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" +checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", "windows-targets 0.52.6", @@ -5412,7 +5582,7 @@ dependencies = [ "multiaddr 0.18.2", "pin-project", "rw-stream-sink", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5453,7 +5623,7 @@ dependencies = [ "libp2p-identity", "log", "multiaddr 0.18.2", - "multihash 0.19.2", + "multihash 0.19.3", "multistream-select", "once_cell", "parking_lot 0.12.3", @@ -5462,7 +5632,7 @@ dependencies = [ "rand", "rw-stream-sink", "smallvec", - "thiserror", + "thiserror 1.0.69", "unsigned-varint 0.7.2", "void", ] @@ -5502,24 +5672,24 @@ dependencies = [ "quick-protobuf", "quick-protobuf-codec", "smallvec", - "thiserror", + "thiserror 1.0.69", "void", ] [[package]] name = "libp2p-identity" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" +checksum = "257b5621d159b32282eac446bed6670c39c7dc68a200a992d8f056afa0066f6d" dependencies = [ "bs58 0.5.1", "ed25519-dalek", "hkdf", - "multihash 0.19.2", + "multihash 0.19.3", "quick-protobuf", "rand", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", "tracing", "zeroize", ] @@ -5547,7 +5717,7 @@ dependencies = [ "rand", "sha2 0.10.8", "smallvec", - "thiserror", + "thiserror 1.0.69", "uint 0.9.5", "unsigned-varint 0.7.2", "void", @@ -5568,7 +5738,7 @@ dependencies = [ "log", "rand", "smallvec", - "socket2 0.5.7", + "socket2 0.5.8", "tokio", "trust-dns-proto 0.22.0", "void", @@ -5604,14 +5774,14 @@ dependencies = [ "libp2p-identity", "log", "multiaddr 0.18.2", - "multihash 0.19.2", + "multihash 0.19.3", "once_cell", "quick-protobuf", "rand", "sha2 0.10.8", "snow", "static_assertions", - "thiserror", + "thiserror 1.0.69", "x25519-dalek", "zeroize", ] @@ -5653,8 +5823,8 @@ dependencies = [ "rand", "ring 0.16.20", "rustls 0.21.12", - "socket2 0.5.7", - "thiserror", + "socket2 0.5.8", + "thiserror 1.0.69", "tokio", ] @@ -5709,7 +5879,7 @@ dependencies = [ "proc-macro-warning 0.4.2", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -5725,7 +5895,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "log", - "socket2 0.5.7", + "socket2 0.5.8", "tokio", ] @@ -5743,7 +5913,7 @@ dependencies = [ "ring 0.16.20", "rustls 0.21.12", "rustls-webpki 0.101.7", - "thiserror", + "thiserror 1.0.69", "x509-parser 0.15.1", "yasna", ] @@ -5793,8 +5963,8 @@ dependencies = [ "parking_lot 0.12.3", "pin-project-lite", "rw-stream-sink", - "soketto 0.8.0", - "thiserror", + "soketto 0.8.1", + "thiserror 1.0.69", "url", "webpki-roots 0.25.4", ] @@ -5808,7 +5978,7 @@ dependencies = [ "futures", "libp2p-core", "log", - "thiserror", + "thiserror 1.0.69", "yamux", ] @@ -5964,9 +6134,9 @@ dependencies = [ [[package]] name = "litemap" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" +checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "litep2p" @@ -5982,7 +6152,7 @@ dependencies = [ "futures", "futures-timer", "hex-literal", - "indexmap 2.6.0", + "indexmap 2.7.0", "libc", "mockall 0.12.1", "multiaddr 0.17.1", @@ -6003,10 +6173,10 @@ dependencies = [ "simple-dns", "smallvec", "snow", - "socket2 0.5.7", + "socket2 0.5.8", "static_assertions", "str0m", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", "tokio-tungstenite", @@ -6051,7 +6221,7 @@ version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.15.1", + "hashbrown 0.15.2", ] [[package]] @@ -6100,7 +6270,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -6114,7 +6284,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -6125,7 +6295,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -6136,7 +6306,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -6201,7 +6371,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.41", + "rustix 0.38.42", ] [[package]] @@ -6294,11 +6464,10 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" +checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" dependencies = [ - "hermit-abi 0.3.9", "libc", "wasi", "windows-sys 0.52.0", @@ -6325,14 +6494,14 @@ dependencies = [ "rand_chacha", "rand_distr", "subtle 2.6.1", - "thiserror", + "thiserror 1.0.69", "zeroize", ] [[package]] name = "mmr-gadget" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "log", @@ -6351,7 +6520,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -6414,7 +6583,7 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -6447,7 +6616,7 @@ dependencies = [ "data-encoding", "libp2p-identity", "multibase", - "multihash 0.19.2", + "multihash 0.19.3", "percent-encoding", "serde", "static_assertions", @@ -6502,9 +6671,9 @@ dependencies = [ [[package]] name = "multihash" -version = "0.19.2" +version = "0.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc41f430805af9d1cf4adae4ed2149c759b877b01d909a1f40256188d09345d2" +checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" dependencies = [ "core2", "unsigned-varint 0.8.0", @@ -6614,7 +6783,7 @@ dependencies = [ "anyhow", "byteorder", "paste", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -6628,7 +6797,7 @@ dependencies = [ "log", "netlink-packet-core", "netlink-sys", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -6653,7 +6822,7 @@ checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" dependencies = [ "cc", "libc", - "thiserror", + "thiserror 1.0.69", "winapi", ] @@ -6906,7 +7075,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -6956,7 +7125,7 @@ dependencies = [ "orchestra-proc-macro", "pin-project", "prioritized-metered-channel", - "thiserror", + "thiserror 1.0.69", "tracing", ] @@ -6967,7 +7136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7b1d40dd8f367db3c65bec8d3dd47d4a604ee8874480738f93191bddab4e0e0" dependencies = [ "expander", - "indexmap 2.6.0", + "indexmap 2.7.0", "itertools 0.11.0", "petgraph", "proc-macro-crate 3.2.0", @@ -6994,7 +7163,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-asset-conversion" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7028,7 +7197,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7042,7 +7211,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7059,7 +7228,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7075,7 +7244,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -7108,7 +7277,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -7138,7 +7307,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -7176,7 +7345,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7199,7 +7368,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "aquamarine", "docify", @@ -7237,7 +7406,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "frame-benchmarking 38.0.0", @@ -7252,7 +7421,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -7271,7 +7440,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -7296,7 +7465,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7332,7 +7501,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bitvec", "frame-benchmarking 38.0.0", @@ -7379,7 +7548,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7397,7 +7566,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7416,7 +7585,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7432,7 +7601,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "assert_matches", "frame-benchmarking 38.0.0", @@ -7448,7 +7617,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -7463,7 +7632,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7504,7 +7673,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-election-provider-support 38.0.0", @@ -7541,7 +7710,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-election-provider-support 38.0.0", @@ -7554,7 +7723,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7592,7 +7761,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "frame-benchmarking 38.0.0", @@ -7653,7 +7822,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7693,7 +7862,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "enumflags2", "frame-benchmarking 38.0.0", @@ -7709,7 +7878,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7728,7 +7897,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7744,7 +7913,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7781,7 +7950,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "41.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "environmental", "frame-benchmarking 38.0.0", @@ -7800,7 +7969,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7817,7 +7986,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7832,7 +8001,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "enumflags2", "frame-benchmarking 38.0.0", @@ -7849,7 +8018,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -7864,7 +8033,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "35.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -7882,7 +8051,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-election-provider-support 38.0.0", @@ -7902,7 +8071,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "33.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7912,7 +8081,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -7928,7 +8097,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-election-provider-support 38.0.0", @@ -7951,7 +8120,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "frame-benchmarking 38.0.0", @@ -8005,7 +8174,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8062,7 +8231,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8096,7 +8265,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8114,7 +8283,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8128,7 +8297,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "assert_matches", "frame-benchmarking 38.0.0", @@ -8146,7 +8315,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -8160,7 +8329,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "frame-benchmarking 38.0.0", @@ -8200,7 +8369,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -8221,7 +8390,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8237,7 +8406,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8277,7 +8446,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-election-provider-support 38.0.0", @@ -8309,7 +8478,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "log", "sp-arithmetic 26.0.0", @@ -8318,7 +8487,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "sp-api 34.0.0", @@ -8328,7 +8497,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8382,7 +8551,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "frame-benchmarking 38.0.0", @@ -8418,7 +8587,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "frame-benchmarking 38.0.0", @@ -8437,7 +8606,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8472,7 +8641,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -8487,7 +8656,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8503,7 +8672,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "pallet-transaction-payment 38.0.0", "parity-scale-codec", @@ -8535,7 +8704,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "frame-benchmarking 38.0.0", @@ -8553,7 +8722,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8567,7 +8736,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8598,7 +8767,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8612,7 +8781,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8626,7 +8795,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bounded-collections", "frame-benchmarking 38.0.0", @@ -8650,7 +8819,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-benchmarking 38.0.0", "frame-support 38.0.0", @@ -8668,7 +8837,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -8731,9 +8900,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.7.0" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be4817d39f3272f69c59fe05d0535ae6456c2dc2fa1ba02910296c7e0a5c590" +checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ "arrayvec 0.7.6", "bitvec", @@ -8741,20 +8910,19 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec-derive", - "rustversion", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "3.7.0" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8781a75c6205af67215f382092b6e0a4ff3734798523e69073d4bcd294ec767b" +checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 1.0.109", ] [[package]] @@ -8882,20 +9050,20 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.14" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" +checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror", + "thiserror 2.0.6", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.7.14" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd" +checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e" dependencies = [ "pest", "pest_generator", @@ -8903,22 +9071,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.14" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e" +checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "pest_meta" -version = "2.7.14" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d" +checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea" dependencies = [ "once_cell", "pest", @@ -8932,7 +9100,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.6.0", + "indexmap 2.7.0", ] [[package]] @@ -8970,7 +9138,7 @@ checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -8992,7 +9160,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.2.0", + "fastrand 2.3.0", "futures-io", ] @@ -9015,7 +9183,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "polkadot-approval-distribution" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bitvec", "futures", @@ -9035,7 +9203,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "always-assert", "futures", @@ -9051,7 +9219,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "derive_more 0.99.18", "fatality", @@ -9068,14 +9236,14 @@ dependencies = [ "schnellru", "sp-core 34.0.0", "sp-keystore 0.40.0", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "fatality", @@ -9090,7 +9258,7 @@ dependencies = [ "rand", "sc-network", "schnellru", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing-gum", ] @@ -9108,7 +9276,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cfg-if", "clap", @@ -9130,13 +9298,13 @@ dependencies = [ "sp-maybe-compressed-blob", "sp-runtime 39.0.1", "substrate-build-script-utils", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "polkadot-collator-protocol" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bitvec", "fatality", @@ -9151,7 +9319,7 @@ dependencies = [ "sp-core 34.0.0", "sp-keystore 0.40.0", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", "tokio-util", "tracing-gum", ] @@ -9172,7 +9340,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "scale-info", @@ -9183,13 +9351,13 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "derive_more 0.99.18", "fatality", "futures", "futures-timer", - "indexmap 2.6.0", + "indexmap 2.7.0", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -9201,14 +9369,14 @@ dependencies = [ "schnellru", "sp-application-crypto 38.0.0", "sp-keystore 0.40.0", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -9216,13 +9384,13 @@ dependencies = [ "reed-solomon-novelpoly", "sp-core 34.0.0", "sp-trie 37.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "polkadot-gossip-support" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "futures-timer", @@ -9244,7 +9412,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "always-assert", "async-trait", @@ -9260,14 +9428,14 @@ dependencies = [ "polkadot-primitives 16.0.0", "sc-network", "sp-consensus", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-collation-generation" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "parity-scale-codec", @@ -9278,14 +9446,14 @@ dependencies = [ "polkadot-primitives 16.0.0", "sp-core 34.0.0", "sp-maybe-compressed-blob", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-approval-voting" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bitvec", "derive_more 0.99.18", @@ -9311,14 +9479,14 @@ dependencies = [ "sp-consensus", "sp-consensus-slots 0.40.1", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bitvec", "futures", @@ -9333,14 +9501,14 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives 16.0.0", "sp-consensus", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-backing" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bitvec", "fatality", @@ -9353,21 +9521,21 @@ dependencies = [ "polkadot-statement-table", "schnellru", "sp-keystore 0.40.0", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 16.0.0", "sp-keystore 0.40.0", - "thiserror", + "thiserror 1.0.69", "tracing-gum", "wasm-timer", ] @@ -9375,7 +9543,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "futures", @@ -9397,7 +9565,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "polkadot-node-metrics", @@ -9411,7 +9579,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "futures-timer", @@ -9421,14 +9589,14 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 16.0.0", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "fatality", "futures", @@ -9440,14 +9608,14 @@ dependencies = [ "polkadot-primitives 16.0.0", "sc-keystore", "schnellru", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-parachains-inherent" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "futures", @@ -9457,28 +9625,28 @@ dependencies = [ "polkadot-primitives 16.0.0", "sp-blockchain", "sp-inherents 34.0.0", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "fatality", "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 16.0.0", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bitvec", "fatality", @@ -9489,14 +9657,14 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives 16.0.0", "schnellru", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "always-assert", "array-bytes", @@ -9517,7 +9685,7 @@ dependencies = [ "slotmap", "sp-core 34.0.0", "tempfile", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing-gum", ] @@ -9525,7 +9693,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "polkadot-node-primitives", @@ -9534,14 +9702,14 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives 16.0.0", "sp-keystore 0.40.0", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cpu-time", "futures", @@ -9560,14 +9728,14 @@ dependencies = [ "sp-externalities 0.29.0", "sp-io 38.0.0", "sp-tracing 17.0.1", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-runtime-api" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "polkadot-node-metrics", @@ -9582,7 +9750,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "lazy_static", "log", @@ -9594,14 +9762,14 @@ dependencies = [ "sc-network", "sc-network-types", "sp-core 34.0.0", - "thiserror", + "thiserror 1.0.69", "tokio", ] [[package]] name = "polkadot-node-metrics" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bs58 0.5.1", "futures", @@ -9620,7 +9788,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "18.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -9639,14 +9807,14 @@ dependencies = [ "sc-network-types", "sp-runtime 39.0.1", "strum 0.26.3", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-primitives" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bitvec", "bounded-vec", @@ -9665,14 +9833,14 @@ dependencies = [ "sp-keystore 0.40.0", "sp-maybe-compressed-blob", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9682,7 +9850,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "bitvec", @@ -9706,13 +9874,13 @@ dependencies = [ "sp-consensus-babe 0.40.0", "sp-runtime 39.0.1", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "polkadot-node-subsystem-util" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "derive_more 0.99.18", @@ -9741,14 +9909,14 @@ dependencies = [ "sp-application-crypto 38.0.0", "sp-core 34.0.0", "sp-keystore 0.40.0", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-overseer" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "futures", @@ -9788,7 +9956,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bounded-collections", "derive_more 0.99.18", @@ -9832,7 +10000,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bitvec", "hex-literal", @@ -9858,7 +10026,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -9944,7 +10112,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bitvec", "frame-benchmarking 38.0.0", @@ -10023,7 +10191,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bs58 0.5.1", "frame-benchmarking 38.0.0", @@ -10084,7 +10252,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -10133,7 +10301,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "frame-benchmarking 38.0.0", @@ -10233,7 +10401,7 @@ dependencies = [ "sp-weights 31.0.0", "staging-xcm 14.2.0", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", "tracing-gum", "westend-runtime", "xcm-runtime-apis", @@ -10242,14 +10410,14 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "arrayvec 0.7.6", "bitvec", "fatality", "futures", "futures-timer", - "indexmap 2.6.0", + "indexmap 2.7.0", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -10258,14 +10426,14 @@ dependencies = [ "polkadot-primitives 16.0.0", "sp-keystore 0.40.0", "sp-staking 36.0.0", - "thiserror", + "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-statement-table" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "polkadot-primitives 16.0.0", @@ -10282,7 +10450,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common", + "polkavm-common 0.9.0", "polkavm-linux-raw", ] @@ -10304,13 +10472,28 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-common" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f0dbafef4ab6ceecb4982ac3b550df430ef4f9fdbf07c108b7d4f91a0682fce" + [[package]] name = "polkavm-derive" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro 0.9.0", +] + +[[package]] +name = "polkavm-derive" +version = "0.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "206caf322dfc02144510ad8360ff2051e5072f0874dcab3b410f78cdd52d0ebb" +dependencies = [ + "polkavm-derive-impl-macro 0.17.0", ] [[package]] @@ -10319,10 +10502,22 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", + "polkavm-common 0.9.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", +] + +[[package]] +name = "polkavm-derive-impl" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42565aed4adbc4034612d0b17dea8db3681fb1bd1aed040d6edc5455a9f478a1" +dependencies = [ + "polkavm-common 0.17.0", + "proc-macro2", + "quote", + "syn 2.0.90", ] [[package]] @@ -10331,8 +10526,18 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl", - "syn 2.0.87", + "polkavm-derive-impl 0.9.0", + "syn 2.0.90", +] + +[[package]] +name = "polkavm-derive-impl-macro" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86d9838e95241b0bce4fe269cdd4af96464160505840ed5a8ac8536119ba19e2" +dependencies = [ + "polkavm-derive-impl 0.17.0", + "syn 2.0.90", ] [[package]] @@ -10345,7 +10550,7 @@ dependencies = [ "hashbrown 0.14.5", "log", "object 0.32.2", - "polkavm-common", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] @@ -10382,7 +10587,7 @@ dependencies = [ "concurrent-queue", "hermit-abi 0.4.0", "pin-project-lite", - "rustix 0.38.41", + "rustix 0.38.42", "tracing", "windows-sys 0.59.0", ] @@ -10412,9 +10617,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" +checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" [[package]] name = "postgres-protocol" @@ -10526,7 +10731,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" dependencies = [ "proc-macro2", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -10568,7 +10773,7 @@ dependencies = [ "futures", "futures-timer", "nanorand", - "thiserror", + "thiserror 1.0.69", "tracing", ] @@ -10578,7 +10783,7 @@ version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" dependencies = [ - "thiserror", + "thiserror 1.0.69", "toml 0.5.11", ] @@ -10623,7 +10828,7 @@ checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -10634,14 +10839,14 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "proc-macro2" -version = "1.0.89" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" +checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" dependencies = [ "unicode-ident", ] @@ -10657,7 +10862,7 @@ dependencies = [ "lazy_static", "memchr", "parking_lot 0.12.3", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -10680,7 +10885,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -10742,7 +10947,7 @@ dependencies = [ "prost 0.12.6", "prost-types 0.12.6", "regex", - "syn 2.0.87", + "syn 2.0.90", "tempfile", ] @@ -10769,7 +10974,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -10838,7 +11043,7 @@ dependencies = [ "asynchronous-codec", "bytes", "quick-protobuf", - "thiserror", + "thiserror 1.0.69", "unsigned-varint 0.7.2", ] @@ -10854,7 +11059,7 @@ dependencies = [ "quinn-udp 0.3.2", "rustc-hash 1.1.0", "rustls 0.20.9", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", "webpki", @@ -10873,7 +11078,7 @@ dependencies = [ "quinn-udp 0.4.1", "rustc-hash 1.1.0", "rustls 0.21.12", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", ] @@ -10890,7 +11095,7 @@ dependencies = [ "rustc-hash 1.1.0", "rustls 0.20.9", "slab", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tracing", "webpki", @@ -10908,7 +11113,7 @@ dependencies = [ "rustc-hash 1.1.0", "rustls 0.21.12", "slab", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tracing", ] @@ -10934,7 +11139,7 @@ checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" dependencies = [ "bytes", "libc", - "socket2 0.5.7", + "socket2 0.5.8", "tracing", "windows-sys 0.48.0", ] @@ -11082,7 +11287,7 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom", "libredox", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -11094,7 +11299,7 @@ dependencies = [ "derive_more 0.99.18", "fs-err", "static_init", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -11114,7 +11319,7 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -11226,11 +11431,11 @@ name = "ring" version = "0.1.0" source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-poly 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", "arrayvec 0.7.6", "blake2 0.10.6", "common", @@ -11281,7 +11486,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "binary-merkle-tree", "bitvec", @@ -11381,7 +11586,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "polkadot-primitives 16.0.0", @@ -11425,7 +11630,7 @@ dependencies = [ "netlink-proto", "netlink-sys", "nix 0.26.4", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -11453,9 +11658,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" +checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" [[package]] name = "rustc-hex" @@ -11511,15 +11716,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.41" +version = "0.38.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" +checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" dependencies = [ "bitflags 2.6.0", "errno", "libc", "linux-raw-sys 0.4.14", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -11547,9 +11752,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.17" +version = "0.23.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" +checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1" dependencies = [ "log", "once_cell", @@ -11620,13 +11825,13 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.17", + "rustls 0.23.19", "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", "rustls-webpki 0.102.8", "security-framework", "security-framework-sys", - "webpki-roots 0.26.6", + "webpki-roots 0.26.7", "winapi", ] @@ -11712,18 +11917,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "log", "sp-core 34.0.0", "sp-wasm-interface 21.0.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-authority-discovery" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "futures", @@ -11732,7 +11937,7 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.19.2", + "multihash 0.19.3", "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", @@ -11747,13 +11952,13 @@ dependencies = [ "sp-keystore 0.40.0", "sp-runtime 39.0.1", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-basic-authorship" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "futures-timer", @@ -11775,7 +11980,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.42.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "sp-api 34.0.0", @@ -11790,7 +11995,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "docify", @@ -11817,18 +12022,18 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sc-cli" version = "0.47.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "chrono", @@ -11862,14 +12067,14 @@ dependencies = [ "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409)", "sp-runtime 39.0.1", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", "tokio", ] [[package]] name = "sc-client-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "fnv", "futures", @@ -11896,7 +12101,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.44.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "hash-db", "kvdb", @@ -11922,7 +12127,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "futures", @@ -11940,13 +12145,13 @@ dependencies = [ "sp-runtime 39.0.1", "sp-state-machine 0.43.0", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-aura" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "futures", @@ -11969,13 +12174,13 @@ dependencies = [ "sp-keystore 0.40.0", "sp-runtime 39.0.1", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-babe" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "fork-tree", @@ -12005,13 +12210,13 @@ dependencies = [ "sp-keystore 0.40.0", "sp-runtime 39.0.1", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-babe-rpc" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "jsonrpsee", @@ -12027,13 +12232,13 @@ dependencies = [ "sp-core 34.0.0", "sp-keystore 0.40.0", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-beefy" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12061,7 +12266,7 @@ dependencies = [ "sp-keystore 0.40.0", "sp-runtime 39.0.1", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", "tokio", "wasm-timer", ] @@ -12069,7 +12274,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "jsonrpsee", @@ -12083,13 +12288,13 @@ dependencies = [ "sp-consensus-beefy", "sp-core 34.0.0", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-epochs" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -12102,7 +12307,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "ahash 0.8.11", "array-bytes", @@ -12140,13 +12345,13 @@ dependencies = [ "sp-keystore 0.40.0", "sp-runtime 39.0.1", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-grandpa-rpc" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "finality-grandpa", "futures", @@ -12160,13 +12365,13 @@ dependencies = [ "sp-blockchain", "sp-core 34.0.0", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-manual-seal" version = "0.46.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "assert_matches", "async-trait", @@ -12195,13 +12400,13 @@ dependencies = [ "sp-runtime 39.0.1", "sp-timestamp 34.0.0", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-slots" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "futures", @@ -12224,7 +12429,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.40.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -12247,20 +12452,20 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.1", - "thiserror", + "thiserror 1.0.69", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "log", "polkavm", @@ -12271,7 +12476,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "anyhow", "cfg-if", @@ -12289,7 +12494,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "console", "futures", @@ -12306,7 +12511,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "33.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -12314,13 +12519,13 @@ dependencies = [ "sp-application-crypto 38.0.0", "sp-core 34.0.0", "sp-keystore 0.40.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-mixnet" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -12343,13 +12548,13 @@ dependencies = [ "sp-keystore 0.40.0", "sp-mixnet", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-network" version = "0.45.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12388,7 +12593,7 @@ dependencies = [ "sp-core 34.0.0", "sp-runtime 39.0.1", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", "unsigned-varint 0.7.2", @@ -12400,7 +12605,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -12418,7 +12623,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "ahash 0.8.11", "futures", @@ -12437,7 +12642,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.44.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12452,13 +12657,13 @@ dependencies = [ "sp-blockchain", "sp-core 34.0.0", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-network-sync" version = "0.44.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12487,7 +12692,7 @@ dependencies = [ "sp-core 34.0.0", "sp-runtime 39.0.1", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", ] @@ -12495,7 +12700,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.44.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "futures", @@ -12514,7 +12719,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.12.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bs58 0.5.1", "ed25519-dalek", @@ -12522,16 +12727,16 @@ dependencies = [ "litep2p", "log", "multiaddr 0.18.2", - "multihash 0.19.2", + "multihash 0.19.3", "rand", - "thiserror", + "thiserror 1.0.69", "zeroize", ] [[package]] name = "sc-offchain" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "bytes", @@ -12565,7 +12770,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -12574,7 +12779,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "jsonrpsee", @@ -12606,7 +12811,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12620,21 +12825,21 @@ dependencies = [ "sp-rpc", "sp-runtime 39.0.1", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-rpc-server" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "dyn-clone", "forwarded-header-value", "futures", "governor", - "http 1.1.0", + "http 1.2.0", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "ip_network", "jsonrpsee", "log", @@ -12650,7 +12855,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "futures", @@ -12674,7 +12879,7 @@ dependencies = [ "sp-rpc", "sp-runtime 39.0.1", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", ] @@ -12682,7 +12887,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.46.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "directories", @@ -12737,7 +12942,7 @@ dependencies = [ "static_init", "substrate-prometheus-endpoint", "tempfile", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", "tracing-futures", @@ -12746,7 +12951,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "log", "parity-scale-codec", @@ -12757,20 +12962,20 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.22.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "clap", "fs4", "log", "sp-core 34.0.0", - "thiserror", + "thiserror 1.0.69", "tokio", ] [[package]] name = "sc-sync-state-rpc" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12783,13 +12988,13 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-sysinfo" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "derive_more 0.99.18", "futures", @@ -12810,7 +13015,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "chrono", "futures", @@ -12823,14 +13028,14 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "wasm-timer", ] [[package]] name = "sc-tracing" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "chrono", "console", @@ -12850,27 +13055,27 @@ dependencies = [ "sp-rpc", "sp-runtime 39.0.1", "sp-tracing 17.0.1", - "thiserror", + "thiserror 1.0.69", "tracing", "tracing-log 0.2.0", - "tracing-subscriber 0.3.18", + "tracing-subscriber 0.3.19", ] [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sc-transaction-pool" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "futures", @@ -12891,13 +13096,13 @@ dependencies = [ "sp-tracing 17.0.1", "sp-transaction-pool", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-transaction-pool-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "futures", @@ -12907,13 +13112,13 @@ dependencies = [ "sp-blockchain", "sp-core 34.0.0", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-utils" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-channel 1.9.0", "futures", @@ -12950,9 +13155,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.11.5" +version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aa7ffc1c0ef49b0452c6e2986abf2b07743320641ffd5fc63d552458e3b779b" +checksum = "346a3b32eba2640d17a9cb5927056b08f3de90f65b72fe09402c2ad07d684d0b" dependencies = [ "bitvec", "cfg-if", @@ -12964,14 +13169,14 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.5" +version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46385cc24172cf615450267463f937c10072516359b3ff1cb24228a4a08bf951" +checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -13078,7 +13283,7 @@ dependencies = [ "log", "rand", "slab", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -13212,7 +13417,7 @@ checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -13522,7 +13727,7 @@ dependencies = [ "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409)", "sp-trie 29.0.0", "storage-hub-runtime", - "thiserror", + "thiserror 1.0.69", "trie-db 0.29.1", ] @@ -13544,7 +13749,7 @@ dependencies = [ "sp-runtime 39.0.1", "sp-state-machine 0.43.0", "sp-trie 29.0.0", - "thiserror", + "thiserror 1.0.69", "trie-db 0.29.1", ] @@ -13570,7 +13775,7 @@ dependencies = [ "shc-common", "shp-file-key-verifier", "shp-file-metadata", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -13595,7 +13800,7 @@ dependencies = [ "sp-runtime 39.0.1", "sp-state-machine 0.43.0", "sp-trie 29.0.0", - "thiserror", + "thiserror 1.0.69", "tokio", "trie-db 0.29.1", ] @@ -13612,7 +13817,7 @@ dependencies = [ "log", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -13662,7 +13867,7 @@ dependencies = [ "sp-runtime 39.0.1", "storage-hub-runtime", "substrate-frame-rpc-system", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -13892,7 +14097,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "enumn", "parity-scale-codec", @@ -14057,9 +14262,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" dependencies = [ "libc", "windows-sys 0.52.0", @@ -14082,14 +14287,14 @@ dependencies = [ [[package]] name = "soketto" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" +checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" dependencies = [ "base64 0.22.1", "bytes", "futures", - "http 1.1.0", + "http 1.2.0", "httparse", "log", "rand", @@ -14115,13 +14320,13 @@ dependencies = [ "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-trie 30.0.0", "sp-version 30.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sp-api" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "hash-db", @@ -14137,7 +14342,7 @@ dependencies = [ "sp-state-machine 0.43.0", "sp-trie 37.0.0", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -14152,13 +14357,13 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sp-api-proc-macro" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14166,7 +14371,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -14186,7 +14391,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14213,7 +14418,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "integer-sqrt", @@ -14259,7 +14464,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14271,7 +14476,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "sp-api 34.0.0", "sp-inherents 34.0.0", @@ -14281,7 +14486,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "futures", "parity-scale-codec", @@ -14293,14 +14498,14 @@ dependencies = [ "sp-database", "sp-runtime 39.0.1", "sp-state-machine 0.43.0", - "thiserror", + "thiserror 1.0.69", "tracing", ] [[package]] name = "sp-consensus" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "futures", @@ -14309,13 +14514,13 @@ dependencies = [ "sp-inherents 34.0.0", "sp-runtime 39.0.1", "sp-state-machine 0.43.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sp-consensus-aura" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "parity-scale-codec", @@ -14351,7 +14556,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "parity-scale-codec", @@ -14369,7 +14574,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "22.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "lazy_static", "parity-scale-codec", @@ -14390,7 +14595,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "finality-grandpa", "log", @@ -14420,7 +14625,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.40.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14431,7 +14636,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -14469,7 +14674,7 @@ dependencies = [ "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "ss58-registry", "substrate-bip39 0.4.7", - "thiserror", + "thiserror 1.0.69", "tracing", "w3f-bls", "zeroize", @@ -14515,7 +14720,7 @@ dependencies = [ "sp-storage 20.0.0", "ss58-registry", "substrate-bip39 0.4.6", - "thiserror", + "thiserror 1.0.69", "tracing", "w3f-bls", "zeroize", @@ -14524,7 +14729,7 @@ dependencies = [ [[package]] name = "sp-core" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -14561,7 +14766,7 @@ dependencies = [ "sp-storage 21.0.0", "ss58-registry", "substrate-bip39 0.6.0", - "thiserror", + "thiserror 1.0.69", "tracing", "w3f-bls", "zeroize", @@ -14570,7 +14775,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -14578,7 +14783,7 @@ dependencies = [ "ark-bls12-381-ext", "ark-bw6-761", "ark-bw6-761-ext", - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-377", "ark-ed-on-bls12-377-ext", "ark-ed-on-bls12-381-bandersnatch", @@ -14604,7 +14809,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "blake2b_simd", "byteorder", @@ -14617,7 +14822,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "blake2b_simd", "byteorder", @@ -14635,23 +14840,23 @@ checksum = "b85d0f1f1e44bd8617eb2a48203ee854981229e3e79e6f468c7175d5fd37489b" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409)", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -14665,43 +14870,43 @@ checksum = "48d09fa0a5f7299fb81ee25ae3853d26200f7a348148aed6de76be905c007dbe" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "environmental", "parity-scale-codec", @@ -14711,7 +14916,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "environmental", "parity-scale-codec", @@ -14733,7 +14938,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "environmental", "parity-scale-codec", @@ -14755,7 +14960,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.15.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14776,20 +14981,20 @@ dependencies = [ "scale-info", "sp-runtime 32.0.0", "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sp-inherents" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -14821,7 +15026,7 @@ dependencies = [ [[package]] name = "sp-io" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bytes", "docify", @@ -14829,7 +15034,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", "sp-core 34.0.0", @@ -14847,7 +15052,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "sp-core 34.0.0", "sp-runtime 39.0.1", @@ -14864,13 +15069,13 @@ dependencies = [ "parking_lot 0.12.3", "sp-core 29.0.0", "sp-externalities 0.26.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sp-keystore" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -14881,9 +15086,9 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ - "thiserror", + "thiserror 1.0.69", "zstd 0.12.4", ] @@ -14902,7 +15107,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -14912,7 +15117,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.12.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14923,7 +15128,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "34.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "log", "parity-scale-codec", @@ -14934,7 +15139,7 @@ dependencies = [ "sp-core 34.0.0", "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409)", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -14955,7 +15160,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14968,7 +15173,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "sp-api 34.0.0", "sp-core 34.0.0", @@ -14989,7 +15194,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "backtrace", "lazy_static", @@ -14999,7 +15204,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -15034,7 +15239,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "39.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "either", @@ -15060,12 +15265,12 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.17.1", "primitive-types 0.13.1", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", @@ -15079,12 +15284,12 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.17.1", "primitive-types 0.13.1", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk)", "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)", @@ -15117,12 +15322,12 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "primitive-types 0.12.2", "sp-externalities 0.29.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -15144,46 +15349,46 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "Inflector", "expander", "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "Inflector", "expander", "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "Inflector", "expander", "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -15205,7 +15410,7 @@ dependencies = [ [[package]] name = "sp-session" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "scale-info", @@ -15234,7 +15439,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -15261,7 +15466,7 @@ dependencies = [ "sp-panic-handler 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-trie 30.0.0", - "thiserror", + "thiserror 1.0.69", "tracing", "trie-db 0.28.0", ] @@ -15269,7 +15474,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "hash-db", "log", @@ -15281,7 +15486,7 @@ dependencies = [ "sp-externalities 0.29.0", "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409)", "sp-trie 37.0.0", - "thiserror", + "thiserror 1.0.69", "tracing", "trie-db 0.29.1", ] @@ -15289,7 +15494,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.3", @@ -15306,7 +15511,7 @@ dependencies = [ "sp-externalities 0.29.0", "sp-runtime 39.0.1", "sp-runtime-interface 28.0.0", - "thiserror", + "thiserror 1.0.69", "x25519-dalek", ] @@ -15319,22 +15524,22 @@ checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -15346,7 +15551,7 @@ dependencies = [ [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -15372,7 +15577,7 @@ dependencies = [ [[package]] name = "sp-storage" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", @@ -15392,19 +15597,19 @@ dependencies = [ "sp-inherents 27.0.0", "sp-runtime 32.0.0", "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sp-timestamp" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents 34.0.0", "sp-runtime 39.0.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -15423,40 +15628,40 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "parity-scale-codec", "tracing", "tracing-core", - "tracing-subscriber 0.3.18", + "tracing-subscriber 0.3.19", ] [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "parity-scale-codec", "tracing", "tracing-core", - "tracing-subscriber 0.3.18", + "tracing-subscriber 0.3.19", ] [[package]] name = "sp-tracing" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "tracing", "tracing-core", - "tracing-subscriber 0.3.18", + "tracing-subscriber 0.3.19", ] [[package]] name = "sp-transaction-pool" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "sp-api 34.0.0", "sp-runtime 39.0.1", @@ -15465,7 +15670,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "async-trait", "parity-scale-codec", @@ -15479,7 +15684,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15492,7 +15697,7 @@ dependencies = [ "schnellru", "sp-core 28.0.0", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", - "thiserror", + "thiserror 1.0.69", "tracing", "trie-db 0.29.1", "trie-root", @@ -15517,7 +15722,7 @@ dependencies = [ "sp-core 29.0.0", "sp-externalities 0.26.0", "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", + "thiserror 1.0.69", "tracing", "trie-db 0.28.0", "trie-root", @@ -15526,7 +15731,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15540,7 +15745,7 @@ dependencies = [ "schnellru", "sp-core 34.0.0", "sp-externalities 0.29.0", - "thiserror", + "thiserror 1.0.69", "tracing", "trie-db 0.29.1", "trie-root", @@ -15561,13 +15766,13 @@ dependencies = [ "sp-runtime 32.0.0", "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-version-proc-macro 13.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sp-version" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", @@ -15578,7 +15783,7 @@ dependencies = [ "sp-runtime 39.0.1", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409)", "sp-version-proc-macro 14.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -15590,18 +15795,18 @@ dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "sp-version-proc-macro" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -15621,7 +15826,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -15632,7 +15837,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -15643,7 +15848,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -15671,7 +15876,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -15737,7 +15942,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "cumulus-primitives-core", "frame-support 38.0.0", @@ -15769,7 +15974,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "14.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "bounded-collections", @@ -15811,7 +16016,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -15855,7 +16060,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "environmental", "frame-benchmarking 38.0.0", @@ -16005,7 +16210,7 @@ dependencies = [ "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -16101,7 +16306,7 @@ checksum = "6706347e49b13373f7ddfafad47df7583ed52083d6fc8a594eb2c80497ef959d" dependencies = [ "combine", "crc", - "fastrand 2.2.0", + "fastrand 2.3.0", "hmac 0.12.1", "once_cell", "openssl", @@ -16109,7 +16314,7 @@ dependencies = [ "sctp-proto", "serde", "sha-1 0.10.1", - "thiserror", + "thiserror 1.0.69", "tracing", ] @@ -16171,7 +16376,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -16190,7 +16395,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#0449b214accd0f0fbf7ea3e8f3a8d8b7f99445e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#4198dc95b20e7a157fa0d1b8ef4a2e01a223af1b" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -16202,7 +16407,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -16214,12 +16419,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" [[package]] name = "substrate-frame-rpc-system" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -16239,21 +16444,21 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "log", "prometheus", - "thiserror", + "thiserror 1.0.69", "tokio", ] [[package]] name = "substrate-state-trie-migration-rpc" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16270,7 +16475,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "24.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "array-bytes", "build-helper", @@ -16327,9 +16532,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.87" +version = "2.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" +checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" dependencies = [ "proc-macro2", "quote", @@ -16356,7 +16561,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -16399,9 +16604,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" dependencies = [ "cfg-if", - "fastrand 2.2.0", + "fastrand 2.3.0", "once_cell", - "rustix 0.38.41", + "rustix 0.38.42", "windows-sys 0.59.0", ] @@ -16416,11 +16621,11 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" +checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" dependencies = [ - "rustix 0.38.41", + "rustix 0.38.42", "windows-sys 0.59.0", ] @@ -16436,7 +16641,16 @@ version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +dependencies = [ + "thiserror-impl 2.0.6", ] [[package]] @@ -16456,7 +16670,7 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -16467,7 +16681,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.90", ] [[package]] @@ -16531,9 +16756,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" dependencies = [ "deranged", "itoa", @@ -16552,9 +16777,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" dependencies = [ "num-conv", "time-core", @@ -16596,9 +16821,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", @@ -16607,7 +16832,7 @@ dependencies = [ "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.7", + "socket2 0.5.8", "tokio-macros", "windows-sys 0.52.0", ] @@ -16620,7 +16845,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -16643,7 +16868,7 @@ dependencies = [ "postgres-protocol", "postgres-types", "rand", - "socket2 0.5.7", + "socket2 0.5.8", "tokio", "tokio-util", "whoami", @@ -16661,20 +16886,19 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" dependencies = [ - "rustls 0.23.17", - "rustls-pki-types", + "rustls 0.23.19", "tokio", ] [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", @@ -16699,9 +16923,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", @@ -16747,7 +16971,7 @@ version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.0", "serde", "serde_spanned", "toml_datetime", @@ -16777,7 +17001,7 @@ checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ "bitflags 2.6.0", "bytes", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", "pin-project-lite", @@ -16799,9 +17023,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.40" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ "log", "pin-project-lite", @@ -16811,20 +17035,20 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" +checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "tracing-core" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" dependencies = [ "once_cell", "valuable", @@ -16843,7 +17067,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "coarsetime", "polkadot-primitives 16.0.0", @@ -16854,13 +17078,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "expander", "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -16919,9 +17143,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" dependencies = [ "matchers 0.1.0", "nu-ansi-term", @@ -17003,7 +17227,7 @@ dependencies = [ "rand", "smallvec", "socket2 0.4.10", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tokio", "tracing", @@ -17028,7 +17252,7 @@ dependencies = [ "once_cell", "rand", "smallvec", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tokio", "tracing", @@ -17050,7 +17274,7 @@ dependencies = [ "rand", "resolv-conf", "smallvec", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", "trust-dns-proto 0.23.2", @@ -17083,7 +17307,7 @@ dependencies = [ "rand", "rustls 0.21.12", "sha1", - "thiserror", + "thiserror 1.0.69", "url", "utf-8", ] @@ -17144,9 +17368,9 @@ checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" [[package]] name = "unicode-ident" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" +checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" [[package]] name = "unicode-normalization" @@ -17227,9 +17451,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.3" +version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", "idna 1.0.3", @@ -17292,10 +17516,10 @@ checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024" dependencies = [ "ark-bls12-377", "ark-bls12-381", - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-serialize-derive", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-serialize-derive 0.4.2", "arrayref", "constcat", "digest 0.10.7", @@ -17304,7 +17528,7 @@ dependencies = [ "rand_core 0.6.4", "sha2 0.10.8", "sha3", - "thiserror", + "thiserror 1.0.69", "zeroize", ] @@ -17356,9 +17580,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.95" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" +checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" dependencies = [ "cfg-if", "once_cell", @@ -17367,36 +17591,36 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.95" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" +checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.45" +version = "0.4.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" +checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" dependencies = [ "cfg-if", "js-sys", + "once_cell", "wasm-bindgen", "web-sys", ] [[package]] name = "wasm-bindgen-macro" -version = "0.2.95" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" +checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -17404,22 +17628,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.95" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" +checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.95" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" +checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "wasm-instrument" @@ -17441,7 +17665,7 @@ dependencies = [ "strum 0.24.1", "strum_macros 0.24.3", "tempfile", - "thiserror", + "thiserror 1.0.69", "wasm-opt-cxx-sys", "wasm-opt-sys", ] @@ -17608,7 +17832,7 @@ dependencies = [ "log", "object 0.30.4", "target-lexicon", - "thiserror", + "thiserror 1.0.69", "wasmparser", "wasmtime-cranelift-shared", "wasmtime-environ", @@ -17643,7 +17867,7 @@ dependencies = [ "object 0.30.4", "serde", "target-lexicon", - "thiserror", + "thiserror 1.0.69", "wasmparser", "wasmtime-types", ] @@ -17726,15 +17950,15 @@ checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" dependencies = [ "cranelift-entity", "serde", - "thiserror", + "thiserror 1.0.69", "wasmparser", ] [[package]] name = "web-sys" -version = "0.3.72" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" +checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" dependencies = [ "js-sys", "wasm-bindgen", @@ -17758,9 +17982,9 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.6" +version = "0.26.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" +checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" dependencies = [ "rustls-pki-types", ] @@ -17768,7 +17992,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "18.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "binary-merkle-tree", "bitvec", @@ -17876,7 +18100,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "polkadot-primitives 16.0.0", @@ -17898,7 +18122,7 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.41", + "rustix 0.38.42", ] [[package]] @@ -17914,9 +18138,9 @@ dependencies = [ [[package]] name = "wide" -version = "0.7.28" +version = "0.7.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b828f995bf1e9622031f8009f8481a85406ce1f4d4588ff746d872043e855690" +checksum = "58e6db2670d2be78525979e9a5f9c69d296fd7d670549fe9ebf70f8708cb5019" dependencies = [ "bytemuck", "safe_arch", @@ -18291,7 +18515,7 @@ dependencies = [ "nom", "oid-registry 0.6.1", "rusticata-macros", - "thiserror", + "thiserror 1.0.69", "time", ] @@ -18308,7 +18532,7 @@ dependencies = [ "nom", "oid-registry 0.7.1", "rusticata-macros", - "thiserror", + "thiserror 1.0.69", "time", ] @@ -18321,24 +18545,24 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "xcm-procedural" version = "10.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "xcm-runtime-apis" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "parity-scale-codec", @@ -18352,7 +18576,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#dba2dd59101617aad64d167e400b19e2c35052b1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2409#72d463fb00d7524fd0b7a0ba66f8bc03257bd95c" dependencies = [ "frame-support 38.0.0", "frame-system 38.0.0", @@ -18373,9 +18597,9 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.23" +version = "0.8.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af310deaae937e48a26602b730250b4949e125f468f11e6990be3e5304ddd96f" +checksum = "ea8b391c9a790b496184c29f7f93b9ed5b16abb306c05415b68bcc16e4d06432" [[package]] name = "xmltree" @@ -18412,9 +18636,9 @@ dependencies = [ [[package]] name = "yoke" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" +checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" dependencies = [ "serde", "stable_deref_trait", @@ -18424,13 +18648,13 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" +checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", "synstructure 0.13.1", ] @@ -18452,27 +18676,27 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] name = "zerofrom" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" +checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" +checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", "synstructure 0.13.1", ] @@ -18493,7 +18717,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] @@ -18515,7 +18739,7 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.90", ] [[package]] diff --git a/client/blockchain-service/src/commands.rs b/client/blockchain-service/src/commands.rs index 5c21d5350..b48ec5872 100644 --- a/client/blockchain-service/src/commands.rs +++ b/client/blockchain-service/src/commands.rs @@ -17,8 +17,9 @@ use pallet_storage_providers_runtime_api::{ }; use shc_actors_framework::actor::ActorHandle; use shc_common::types::{ - BlockNumber, BucketId, ChunkId, ForestLeaf, MainStorageProviderId, Multiaddresses, ProviderId, - RandomnessOutput, StorageHubEventsVec, StorageProviderId, TickNumber, TrieRemoveMutation, + BlockNumber, BucketId, ChallengeableProviderId, ChunkId, ForestLeaf, MainStorageProviderId, + Multiaddresses, RandomnessOutput, StorageHubEventsVec, StorageProviderId, TickNumber, + TrieRemoveMutation, }; use sp_api::ApiError; use sp_core::H256; @@ -61,13 +62,13 @@ pub enum BlockchainServiceCommand { tokio::sync::oneshot::Sender>>, }, QueryFileEarliestVolunteerTick { - bsp_id: ProviderId, + bsp_id: ChallengeableProviderId, file_key: H256, callback: tokio::sync::oneshot::Sender>, }, QueryEarliestChangeCapacityBlock { - bsp_id: ProviderId, + bsp_id: ChallengeableProviderId, callback: tokio::sync::oneshot::Sender< Result, >, @@ -76,21 +77,21 @@ pub enum BlockchainServiceCommand { callback: tokio::sync::oneshot::Sender, }, QueryBspConfirmChunksToProveForFile { - bsp_id: ProviderId, + bsp_id: ChallengeableProviderId, file_key: H256, callback: tokio::sync::oneshot::Sender< Result, QueryBspConfirmChunksToProveForFileError>, >, }, QueryMspConfirmChunksToProveForFile { - msp_id: ProviderId, + msp_id: ChallengeableProviderId, file_key: H256, callback: tokio::sync::oneshot::Sender< Result, QueryMspConfirmChunksToProveForFileError>, >, }, QueryProviderMultiaddresses { - provider_id: ProviderId, + provider_id: ChallengeableProviderId, callback: tokio::sync::oneshot::Sender>, }, @@ -112,27 +113,27 @@ pub enum BlockchainServiceCommand { }, QueryChallengesFromSeed { seed: RandomnessOutput, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, count: u32, callback: tokio::sync::oneshot::Sender, ApiError>>, }, QueryForestChallengesFromSeed { seed: RandomnessOutput, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, callback: tokio::sync::oneshot::Sender, ApiError>>, }, QueryLastTickProviderSubmittedProof { - provider_id: ProviderId, + provider_id: ChallengeableProviderId, callback: tokio::sync::oneshot::Sender< Result, >, }, QueryChallengePeriod { - provider_id: ProviderId, + provider_id: ChallengeableProviderId, callback: tokio::sync::oneshot::Sender>, }, QueryNextChallengeTickForProvider { - provider_id: ProviderId, + provider_id: ChallengeableProviderId, callback: tokio::sync::oneshot::Sender>, }, QueryLastCheckpointChallengeTick { @@ -145,17 +146,17 @@ pub enum BlockchainServiceCommand { >, }, QueryProviderForestRoot { - provider_id: ProviderId, + provider_id: ChallengeableProviderId, callback: tokio::sync::oneshot::Sender>, }, QueryStorageProviderCapacity { - provider_id: ProviderId, + provider_id: ChallengeableProviderId, callback: tokio::sync::oneshot::Sender< Result, >, }, QueryAvailableStorageCapacity { - provider_id: ProviderId, + provider_id: ChallengeableProviderId, callback: tokio::sync::oneshot::Sender< Result, >, @@ -165,14 +166,14 @@ pub enum BlockchainServiceCommand { callback: tokio::sync::oneshot::Sender>>, }, QueryUsersWithDebt { - provider_id: ProviderId, + provider_id: ChallengeableProviderId, min_debt: Balance, callback: tokio::sync::oneshot::Sender< Result, GetUsersWithDebtOverThresholdError>, >, }, QueryWorstCaseScenarioSlashableAmount { - provider_id: ProviderId, + provider_id: ChallengeableProviderId, callback: tokio::sync::oneshot::Sender>>, }, QuerySlashAmountPerMaxFileSize { @@ -188,6 +189,10 @@ pub enum BlockchainServiceCommand { forest_root_write_tx: tokio::sync::oneshot::Sender<()>, callback: tokio::sync::oneshot::Sender>, }, + GetCurrentForestKey { + provider_id: ChallengeableProviderId, + callback: tokio::sync::oneshot::Sender>>, + }, } /// Interface for interacting with the BlockchainService actor. @@ -219,13 +224,13 @@ pub trait BlockchainServiceInterface { /// Query the earliest tick number that a file was volunteered for storage. async fn query_file_earliest_volunteer_tick( &self, - bsp_id: ProviderId, + bsp_id: ChallengeableProviderId, file_key: H256, ) -> Result; async fn query_earliest_change_capacity_block( &self, - bsp_id: ProviderId, + bsp_id: ChallengeableProviderId, ) -> Result; /// Get the node's public key. @@ -234,21 +239,21 @@ pub trait BlockchainServiceInterface { /// Query the chunks that a BSP needs to confirm for a file. async fn query_bsp_confirm_chunks_to_prove_for_file( &self, - bsp_id: ProviderId, + bsp_id: ChallengeableProviderId, file_key: H256, ) -> Result, QueryBspConfirmChunksToProveForFileError>; /// Query the chunks that a MSP needs to confirm for a file. async fn query_msp_confirm_chunks_to_prove_for_file( &self, - msp_id: ProviderId, + msp_id: ChallengeableProviderId, file_key: H256, ) -> Result, QueryMspConfirmChunksToProveForFileError>; /// Query the MSP multiaddresses. async fn query_provider_multiaddresses( &self, - msp_id: ProviderId, + msp_id: ChallengeableProviderId, ) -> Result; /// Queue a SubmitProofRequest to be processed. @@ -271,7 +276,7 @@ pub trait BlockchainServiceInterface { async fn query_challenges_from_seed( &self, seed: RandomnessOutput, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, count: u32, ) -> Result, ApiError>; @@ -282,25 +287,25 @@ pub trait BlockchainServiceInterface { async fn query_forest_challenges_from_seed( &self, seed: RandomnessOutput, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result, ApiError>; /// Query the last tick that a Provider submitted a proof for. async fn query_last_tick_provider_submitted_proof( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result; /// Query the challenge period for a given Provider. async fn query_challenge_period( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result; /// Query the next challenge tick for a given Provider. async fn get_next_challenge_tick_for_provider( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result; /// Query the last checkpoint tick. @@ -315,19 +320,19 @@ pub trait BlockchainServiceInterface { /// Query the Merkle Patricia Forest root for a given Provider. async fn query_provider_forest_root( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result; /// Query the storage capacity for a Provider. async fn query_storage_provider_capacity( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result; /// Query the available storage capacity for a Provider. async fn query_available_storage_capacity( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result; /// Query the ProviderId for a given account. If no account is provided, the node's account is @@ -339,13 +344,13 @@ pub trait BlockchainServiceInterface { async fn query_users_with_debt( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, min_debt: Balance, ) -> Result, GetUsersWithDebtOverThresholdError>; async fn query_worst_case_scenario_slashable_amount( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result>; async fn query_slash_amount_per_max_file_size(&self) -> Result; @@ -368,11 +373,15 @@ pub trait BlockchainServiceInterface { bucket_id: BucketId, ) -> Result, QueryMspIdOfBucketIdError>; - /// Helper function to release the forest root write lock. + /// Helper function to release the Forest root write lock. async fn release_forest_root_write_lock( &self, forest_root_write_tx: tokio::sync::oneshot::Sender<()>, ) -> Result<()>; + + /// Get the current Forest root for a given Provider. + async fn get_current_forest_key(&self, provider_id: ChallengeableProviderId) + -> Result>; } /// Implement the BlockchainServiceInterface for the ActorHandle. @@ -448,7 +457,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_file_earliest_volunteer_tick( &self, - bsp_id: ProviderId, + bsp_id: ChallengeableProviderId, file_key: H256, ) -> Result { let (callback, rx) = tokio::sync::oneshot::channel(); @@ -464,7 +473,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_earliest_change_capacity_block( &self, - bsp_id: ProviderId, + bsp_id: ChallengeableProviderId, ) -> Result { let (callback, rx) = tokio::sync::oneshot::channel(); let message = @@ -484,7 +493,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_bsp_confirm_chunks_to_prove_for_file( &self, - bsp_id: ProviderId, + bsp_id: ChallengeableProviderId, file_key: H256, ) -> Result, QueryBspConfirmChunksToProveForFileError> { let (callback, rx) = tokio::sync::oneshot::channel(); @@ -500,7 +509,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_msp_confirm_chunks_to_prove_for_file( &self, - msp_id: ProviderId, + msp_id: ChallengeableProviderId, file_key: H256, ) -> Result, QueryMspConfirmChunksToProveForFileError> { let (callback, rx) = tokio::sync::oneshot::channel(); @@ -516,7 +525,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_provider_multiaddresses( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result { let (callback, rx) = tokio::sync::oneshot::channel(); let message = BlockchainServiceCommand::QueryProviderMultiaddresses { @@ -565,7 +574,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_challenges_from_seed( &self, seed: RandomnessOutput, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, count: u32, ) -> Result, ApiError> { let (callback, rx) = tokio::sync::oneshot::channel(); @@ -583,7 +592,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_forest_challenges_from_seed( &self, seed: RandomnessOutput, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result, ApiError> { let (callback, rx) = tokio::sync::oneshot::channel(); let message = BlockchainServiceCommand::QueryForestChallengesFromSeed { @@ -597,7 +606,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_last_tick_provider_submitted_proof( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result { let (callback, rx) = tokio::sync::oneshot::channel(); let message = BlockchainServiceCommand::QueryLastTickProviderSubmittedProof { @@ -610,7 +619,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_challenge_period( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result { let (callback, rx) = tokio::sync::oneshot::channel(); let message = BlockchainServiceCommand::QueryChallengePeriod { @@ -623,7 +632,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn get_next_challenge_tick_for_provider( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result { let (callback, rx) = tokio::sync::oneshot::channel(); let message = BlockchainServiceCommand::QueryNextChallengeTickForProvider { @@ -653,7 +662,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_provider_forest_root( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result { let (callback, rx) = tokio::sync::oneshot::channel(); let message = BlockchainServiceCommand::QueryProviderForestRoot { @@ -679,7 +688,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_storage_provider_capacity( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result { let (callback, rx) = tokio::sync::oneshot::channel(); let message = BlockchainServiceCommand::QueryStorageProviderCapacity { @@ -692,7 +701,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_available_storage_capacity( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result { let (callback, rx) = tokio::sync::oneshot::channel(); let message = BlockchainServiceCommand::QueryAvailableStorageCapacity { @@ -705,7 +714,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_users_with_debt( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, min_debt: Balance, ) -> Result, GetUsersWithDebtOverThresholdError> { let (callback, rx) = tokio::sync::oneshot::channel(); @@ -720,7 +729,7 @@ impl BlockchainServiceInterface for ActorHandle { async fn query_worst_case_scenario_slashable_amount( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> Result> { let (callback, rx) = tokio::sync::oneshot::channel(); let message = BlockchainServiceCommand::QueryWorstCaseScenarioSlashableAmount { @@ -795,7 +804,7 @@ impl BlockchainServiceInterface for ActorHandle { match result { Ok(maybe_events) => { - debug!(target: LOG_TARGET, "Transaction succeeded"); + debug!(target: LOG_TARGET, "Transaction with hash {:?} succeeded", transaction.hash()); return Ok(maybe_events); } Err(err) => { @@ -807,7 +816,7 @@ impl BlockchainServiceInterface for ActorHandle { } } - warn!(target: LOG_TARGET, "Failed to submit transaction, attempt #{}", retry_count + 1); + warn!(target: LOG_TARGET, "Failed to submit transaction with hash {:?}, attempt #{}", transaction.hash(), retry_count + 1); } } } @@ -840,4 +849,17 @@ impl BlockchainServiceInterface for ActorHandle { self.send(message).await; rx.await.expect("Failed to receive response from BlockchainService. Probably means BlockchainService has crashed.") } + + async fn get_current_forest_key( + &self, + provider_id: ChallengeableProviderId, + ) -> Result> { + let (callback, rx) = tokio::sync::oneshot::channel(); + let message = BlockchainServiceCommand::GetCurrentForestKey { + provider_id, + callback, + }; + self.send(message).await; + rx.await.expect("Failed to receive response from BlockchainService. Probably means BlockchainService has crashed.") + } } diff --git a/client/blockchain-service/src/events.rs b/client/blockchain-service/src/events.rs index ea4b9b7d0..a88cefa7a 100644 --- a/client/blockchain-service/src/events.rs +++ b/client/blockchain-service/src/events.rs @@ -2,8 +2,9 @@ use codec::{Decode, Encode}; use sc_network::Multiaddr; use shc_actors_framework::event_bus::{EventBus, EventBusMessage, ProvidesEventBus}; use shc_common::types::{ - Balance, BlockNumber, BucketId, FileKey, FileLocation, Fingerprint, ForestRoot, KeyProofs, - PeerIds, ProviderId, RandomnessOutput, StorageData, TrieMutation, TrieRemoveMutation, + Balance, BlockNumber, BucketId, ChallengeableProviderId, FileKey, FileLocation, Fingerprint, + ForestRoot, KeyProofs, PeerIds, RandomnessOutput, StorageData, TrieMutation, + TrieRemoveMutation, }; use sp_core::H256; use sp_runtime::AccountId32; @@ -19,7 +20,7 @@ use crate::types::{ConfirmStoringRequest, RespondStorageRequest}; /// period of this BSP. #[derive(Debug, Clone, Encode, Decode)] pub struct NewChallengeSeed { - pub provider_id: ProviderId, + pub provider_id: ChallengeableProviderId, pub tick: BlockNumber, pub seed: RandomnessOutput, } @@ -35,7 +36,7 @@ impl EventBusMessage for NewChallengeSeed {} /// should be responded to last. #[derive(Debug, Clone, Encode, Decode)] pub struct MultipleNewChallengeSeeds { - pub provider_id: ProviderId, + pub provider_id: ChallengeableProviderId, pub seeds: Vec<(BlockNumber, RandomnessOutput)>, } @@ -70,7 +71,7 @@ impl EventBusMessage for NewStorageRequest {} #[derive(Debug, Clone)] pub struct FinalisedMspStoppedStoringBucket { /// MSP ID who stopped storing the bucket. - pub msp_id: ProviderId, + pub msp_id: ChallengeableProviderId, /// Account ID owner of the bucket. pub owner: AccountId32, pub bucket_id: BucketId, @@ -128,7 +129,7 @@ impl From for ForestWriteLockTask #[derive(Debug, Clone, Encode, Decode)] pub struct ProcessSubmitProofRequestData { - pub provider_id: ProviderId, + pub provider_id: ChallengeableProviderId, pub tick: BlockNumber, pub seed: RandomnessOutput, pub forest_challenges: Vec, @@ -187,7 +188,7 @@ impl EventBusMessage for ProcessStopStoringForInsolventUserRequest {} /// This event is emitted when a provider is marked as slashable by the runtime. #[derive(Debug, Clone)] pub struct SlashableProvider { - pub provider: ProviderId, + pub provider: ChallengeableProviderId, pub next_challenge_deadline: BlockNumber, } @@ -199,7 +200,7 @@ impl EventBusMessage for SlashableProvider {} /// in which there is a `MutationsApplied` event for one of the providers that this node is tracking. #[derive(Debug, Clone)] pub struct FinalisedTrieRemoveMutationsApplied { - pub provider_id: ProviderId, + pub provider_id: ChallengeableProviderId, pub mutations: Vec<(ForestRoot, TrieMutation)>, pub new_root: H256, } @@ -208,7 +209,7 @@ impl EventBusMessage for FinalisedTrieRemoveMutationsApplied {} #[derive(Debug, Clone)] pub struct ProofAccepted { - pub provider_id: ProviderId, + pub provider_id: ChallengeableProviderId, pub proofs: KeyProofs, } @@ -216,7 +217,7 @@ impl EventBusMessage for ProofAccepted {} #[derive(Debug, Clone)] pub struct LastChargeableInfoUpdated { - pub provider_id: ProviderId, + pub provider_id: ChallengeableProviderId, pub last_chargeable_tick: BlockNumber, pub last_chargeable_price_index: Balance, } @@ -238,7 +239,7 @@ impl EventBusMessage for UserWithoutFunds {} /// This event is emitted when a provider has stopped storing a file for an insolvent user. #[derive(Debug, Clone)] pub struct SpStopStoringInsolventUser { - pub sp_id: ProviderId, + pub sp_id: ChallengeableProviderId, pub file_key: FileKey, pub owner: AccountId32, pub location: FileLocation, diff --git a/client/blockchain-service/src/handler.rs b/client/blockchain-service/src/handler.rs index facff35c9..dc664c39f 100644 --- a/client/blockchain-service/src/handler.rs +++ b/client/blockchain-service/src/handler.rs @@ -1,6 +1,5 @@ use anyhow::anyhow; use futures::prelude::*; -use log::{debug, trace, warn}; use std::{ collections::{BTreeMap, BTreeSet}, path::PathBuf, @@ -12,14 +11,11 @@ use sc_client_api::{ }; use sc_network::Multiaddr; use sc_service::RpcHandlers; -use sc_tracing::tracing::{error, info}; +use sc_tracing::tracing::{debug, error, info, trace, warn}; use sp_api::{ApiError, ProvideRuntimeApi}; use sp_core::H256; use sp_keystore::{Keystore, KeystorePtr}; -use sp_runtime::{ - traits::{Header, Zero}, - AccountId32, SaturatedConversion, -}; +use sp_runtime::{traits::Header, AccountId32, SaturatedConversion}; use pallet_file_system_runtime_api::{ FileSystemApi, QueryBspConfirmChunksToProveForFileError, QueryFileEarliestVolunteerTickError, @@ -37,12 +33,12 @@ use pallet_storage_providers_runtime_api::{ }; use shc_actors_framework::actor::{Actor, ActorEventLoop}; use shc_common::{ - blockchain_utils::convert_raw_multiaddresses_to_multiaddr, - types::{BlockNumber, ParachainClient, ProviderId}, -}; -use shc_common::{ - blockchain_utils::get_events_at_block, - types::{Fingerprint, TickNumber, BCSV_KEY_TYPE}, + blockchain_utils::{convert_raw_multiaddresses_to_multiaddr, get_events_at_block}, + consts::CURRENT_FOREST_KEY, + types::{ + BlockNumber, ChallengeableProviderId, EitherBucketOrBspId, Fingerprint, ParachainClient, + StorageProviderId, TickNumber, BCSV_KEY_TYPE, + }, }; use shp_file_metadata::FileKey; use storage_hub_runtime::RuntimeEvent; @@ -63,13 +59,19 @@ use crate::{ transaction::SubmittedTransaction, typed_store::{CFDequeAPI, ProvidesTypedDbSingleAccess}, types::{ - BestBlockInfo, NewBlockNotificationKind, StopStoringForInsolventUserRequest, - SubmitProofRequest, + BestBlockInfo, ForestStorageSnapshotInfo, NewBlockNotificationKind, + StopStoringForInsolventUserRequest, SubmitProofRequest, }, }; pub(crate) const LOG_TARGET: &str = "blockchain-service"; -// TODO: Define properly the number of blocks to come out of sync mode + +/// The minimum number of blocks behind the current best block to consider the node out of sync. +/// +/// This triggers a catch-up of proofs and Forest root changes in the blockchain service, before +/// continuing to process incoming events. +/// +/// TODO: Define properly the number of blocks to come out of sync mode pub(crate) const SYNC_MODE_MIN_BLOCKS_BEHIND: BlockNumber = 5; /// The BlockchainService actor. @@ -86,7 +88,10 @@ pub struct BlockchainService { pub(crate) keystore: KeystorePtr, /// The RPC handlers. Used to send extrinsics. pub(crate) rpc_handlers: Arc, - /// The hash and number of the current best block. + /// The hash and number of the last best block processed by the BlockchainService. + /// + /// This is used to detect when the BlockchainService gets out of syncing mode and should therefore + /// run some initialisation tasks. Also used to detect reorgs. pub(crate) best_block: BestBlockInfo, /// Nonce counter for the extrinsics. pub(crate) nonce_counter: u32, @@ -96,19 +101,30 @@ pub struct BlockchainService { /// A registry of waiters for a tick number. pub(crate) wait_for_tick_request_by_number: BTreeMap>>>, - /// A list of Provider IDs that this node has to pay attention to submit proofs for. - /// This could be a BSP or a list of buckets that an MSP has. - pub(crate) provider_ids: BTreeSet, - /// A lock to prevent multiple tasks from writing to the runtime forest root (send transactions) at the same time. + /// The Provider ID that this node is managing. + /// + /// Can be a BSP or an MSP. + /// This is initialised when the node is in sync. + pub(crate) provider_id: Option, + /// A map of [`EitherBucketOrBspId`] to the current Forest keys. + /// + /// [`EitherBucketOrBspId`] can be a BSP or the buckets that an MSP has. + /// This is used to keep track of the current Forest key for each Bucket, or THE ONLY Forest key for the BSP, in the current best block. + pub(crate) current_forest_keys: BTreeMap>, + /// A map of [`EitherBucketOrBspId`] to the Forest Storage snapshots. + /// + /// [`EitherBucketOrBspId`] can be a BSP or the buckets that an MSP has. + /// Forest Storage snapshots are stored in a BTreeSet, ordered by block number and block hash. + /// TODO: Remove this `allow(dead_code)` once we have implemented the Forest Storage snapshots. + #[allow(dead_code)] + pub(crate) forest_root_snapshots: + BTreeMap>, + /// A lock to prevent multiple tasks from writing to the runtime Forest root (send transactions) at the same time. + /// /// This is a oneshot channel instead of a regular mutex because we want to "lock" in 1 - /// thread (blockchain service) and unlock it at the end of the spawned task. The alternative + /// thread (Blockchain Service) and unlock it at the end of the spawned task. The alternative /// would be to send a [`MutexGuard`]. pub(crate) forest_root_write_lock: Option>, - /// The last block number that was processed by the BlockchainService. - /// This is used to detect when the BlockchainService gets out of syncing mode and should therefore - /// run some initialisation tasks. - /// TODO: Consider if this should be removed in favour of the BestBlockInfo. - pub(crate) last_block_processed: BlockNumber, /// A persistent state store for the BlockchainService actor. pub(crate) persistent_state: BlockchainServiceStateStore, /// Pending submit proof requests. Note: this is not kept in the persistent state because of @@ -923,6 +939,35 @@ impl Actor for BlockchainService { } } } + BlockchainServiceCommand::GetCurrentForestKey { + provider_id, + callback, + } => { + let maybe_current_forest_key = self + .current_forest_keys + .get(&provider_id) + .map(|root| root.clone()); + + // TODO: Remove this `allow(unused_variables)` once we have implemented the Forest Storage snapshots. + #[allow(unused_variables)] + let current_forest_key = maybe_current_forest_key.ok_or_else(|| { + anyhow!( + "Current Forest Root not found for Provider ID {}", + provider_id + ) + }); + + // Temporarily returning the default Forest root for this to work with the current setup. + // TODO: Remove this once we have implemented the Forest Storage snapshots. + let current_forest_key = Ok(CURRENT_FOREST_KEY.to_vec()); + + match callback.send(current_forest_key) { + Ok(_) => {} + Err(e) => { + error!(target: LOG_TARGET, "Failed to send current forest root: {:?}", e); + } + } + } } } } @@ -950,9 +995,10 @@ impl BlockchainService { nonce_counter: 0, wait_for_block_request_by_number: BTreeMap::new(), wait_for_tick_request_by_number: BTreeMap::new(), - provider_ids: BTreeSet::new(), + provider_id: None, + current_forest_keys: BTreeMap::new(), + forest_root_snapshots: BTreeMap::new(), forest_root_write_lock: None, - last_block_processed: Zero::zero(), persistent_state: BlockchainServiceStateStore::new(rocksdb_root_path.into()), pending_submit_proof_requests: BTreeSet::new(), notify_period, @@ -965,6 +1011,7 @@ impl BlockchainService { ) where Block: cumulus_primitives_core::BlockT, { + let last_block_processed = self.best_block.number; let new_block_notification_kind = self.register_best_block_and_check_reorg(¬ification); let BestBlockInfo { number: block_number, @@ -988,7 +1035,9 @@ impl BlockchainService { // If this is the first block import notification, we might need to catch up. // Check if we just came out of syncing mode. - if block_number - self.last_block_processed < SYNC_MODE_MIN_BLOCKS_BEHIND { + // We use saturating_sub because in a reorg, there is a potential scenario where the last + // block processed is higher than the current block number. + if block_number.saturating_sub(last_block_processed) > SYNC_MODE_MIN_BLOCKS_BEHIND { self.handle_initial_sync(notification).await; } @@ -1000,8 +1049,8 @@ impl BlockchainService { // and update our internal counter if it's smaller than the result. self.check_nonce(&block_hash); - // Get provider IDs linked to keys in this node's keystore. - self.get_provider_ids(&block_hash); + // Get Provider ID linked to keys in this node's keystore. + self.get_provider_id(&block_hash); } /// Handle the first time this node syncs with the chain. @@ -1069,9 +1118,20 @@ impl BlockchainService { state_store_context.commit(); - // Catch up to proofs that this node might have missed. - for provider_id in self.provider_ids.clone() { - self.proof_submission_catch_up(&block_hash, &provider_id); + // Initialise the Provider. + match self.provider_id { + Some(StorageProviderId::BackupStorageProvider(bsp_id)) => { + self.proof_submission_catch_up(&block_hash, &bsp_id); + // TODO: Send events to check that this node has a Forest Storage for the BSP that it manages. + // TODO: Catch up to Forest root writes in the BSP Forest. + } + Some(StorageProviderId::MainStorageProvider(_msp_id)) => { + // TODO: Send events to check that this node has a Forest Storage for each Bucket this MSP manages. + // TODO: Catch up to Forest root writes in the Bucket's Forests. + } + None => { + warn!(target: LOG_TARGET, "No Provider ID found. This node is not managing a Provider."); + } } } @@ -1135,7 +1195,26 @@ impl BlockchainService { if self.keystore.has_keys(&[(account.clone(), BCSV_KEY_TYPE)]) { // If so, add the Provider ID to the list of Providers that this node is monitoring. info!(target: LOG_TARGET, "New Provider ID to monitor [{:?}] for account [{:?}]", provider_id, account); - self.provider_ids.insert(provider_id); + + // Managing more than one Provider is not supported, so if this node is already managing another Provider, emit a warning + // and stop managing it, in favour of the new Provider. + if let Some(managed_provider) = &self.provider_id { + let managed_provider_id = match managed_provider { + StorageProviderId::BackupStorageProvider(bsp_id) => { + bsp_id + } + StorageProviderId::MainStorageProvider(msp_id) => { + msp_id + } + }; + if managed_provider_id != &provider_id { + warn!(target: LOG_TARGET, "This node is already managing a Provider. Stopping managing Provider ID {:?} in favour of Provider ID {:?}", managed_provider, provider_id); + } + } + + // Only BSPs can be challenged, therefore this is a BSP. + self.provider_id = + Some(StorageProviderId::BackupStorageProvider(provider_id)); } } } @@ -1146,17 +1225,19 @@ impl BlockchainService { seed: _, }, ) => { - // For each Provider ID this node monitors... - for provider_id in &self.provider_ids { - // ...check if the challenges tick is one that this provider has to submit a proof for. + // This event is relevant in case the Provider managed is a BSP. + if let Some(StorageProviderId::BackupStorageProvider(bsp_id)) = + &self.provider_id + { + // Check if the challenges tick is one that this BSP has to submit a proof for. if self.should_provider_submit_proof( &block_hash, - provider_id, + bsp_id, &challenges_ticker, ) { - self.proof_submission_catch_up(&block_hash, provider_id); + self.proof_submission_catch_up(&block_hash, bsp_id); } else { - trace!(target: LOG_TARGET, "Challenges tick is not the next one to be submitted for Provider [{:?}]", provider_id); + trace!(target: LOG_TARGET, "Challenges tick is not the next one to be submitted for Provider [{:?}]", bsp_id); } } } @@ -1178,12 +1259,20 @@ impl BlockchainService { last_chargeable_price_index, }, ) => { - if self.provider_ids.contains(&provider_id) { - self.emit(LastChargeableInfoUpdated { - provider_id: provider_id, - last_chargeable_tick: last_chargeable_tick, - last_chargeable_price_index: last_chargeable_price_index, - }) + if let Some(managed_provider_id) = &self.provider_id { + // We only emit the event if the Provider ID is the one that this node is managing. + // It's irrelevant if the Provider ID is a MSP or a BSP. + let managed_provider_id = match managed_provider_id { + StorageProviderId::BackupStorageProvider(bsp_id) => bsp_id, + StorageProviderId::MainStorageProvider(msp_id) => msp_id, + }; + if provider_id == *managed_provider_id { + self.emit(LastChargeableInfoUpdated { + provider_id: provider_id, + last_chargeable_tick: last_chargeable_tick, + last_chargeable_price_index: last_chargeable_price_index, + }) + } } } // A user has been flagged as without funds in the runtime @@ -1202,14 +1291,22 @@ impl BlockchainService { new_root, }, ) => { - if self.provider_ids.contains(&sp_id) { - self.emit(SpStopStoringInsolventUser { - sp_id, - file_key: file_key.into(), - owner, - location, - new_root, - }) + if let Some(managed_provider_id) = &self.provider_id { + // We only emit the event if the Provider ID is the one that this node is managing. + // It's irrelevant if the Provider ID is a MSP or a BSP. + let managed_provider_id = match managed_provider_id { + StorageProviderId::BackupStorageProvider(bsp_id) => bsp_id, + StorageProviderId::MainStorageProvider(msp_id) => msp_id, + }; + if sp_id == *managed_provider_id { + self.emit(SpStopStoringInsolventUser { + sp_id, + file_key: file_key.into(), + owner, + location, + new_root, + }) + } } } // This event should only be of any use if a node is run by as a user. @@ -1255,12 +1352,17 @@ impl BlockchainService { new_root, }, ) => { - if self.provider_ids.contains(&bsp_id) { - self.emit(BspConfirmStoppedStoring { - bsp_id, - file_key: file_key.into(), - new_root, - }); + // This event is relevant in case the Provider managed is a BSP. + if let Some(StorageProviderId::BackupStorageProvider(managed_bsp_id)) = + &self.provider_id + { + if managed_bsp_id == &bsp_id { + self.emit(BspConfirmStoppedStoring { + bsp_id, + file_key: file_key.into(), + new_root, + }); + } } } // Ignore all other events. @@ -1303,18 +1405,23 @@ impl BlockchainService { // New storage request event coming from pallet-file-system. RuntimeEvent::ProofsDealer( pallet_proofs_dealer::Event::MutationsApplied { - provider, + provider: provider_id, mutations, new_root, }, ) => { - // Check if the provider ID is one of the provider IDs this node is tracking. - if self.provider_ids.contains(&provider) { - self.emit(FinalisedTrieRemoveMutationsApplied { - provider_id: provider, - mutations: mutations.clone().into(), - new_root, - }) + // This event is relevant in case the Provider managed is a BSP. + if let Some(StorageProviderId::BackupStorageProvider(managed_bsp_id)) = + &self.provider_id + { + // We only emit the event if the Provider ID is the one that this node is managing. + if provider_id == *managed_bsp_id { + self.emit(FinalisedTrieRemoveMutationsApplied { + provider_id, + mutations: mutations.clone().into(), + new_root, + }) + } } } RuntimeEvent::FileSystem( @@ -1324,12 +1431,17 @@ impl BlockchainService { bucket_id, }, ) => { - if self.provider_ids.contains(&msp_id) { - self.emit(FinalisedMspStoppedStoringBucket { - msp_id, - owner, - bucket_id, - }) + // This event is relevant in case the Provider managed is an MSP. + if let Some(StorageProviderId::MainStorageProvider(managed_msp_id)) = + &self.provider_id + { + if msp_id == *managed_msp_id { + self.emit(FinalisedMspStoppedStoringBucket { + msp_id, + owner, + bucket_id, + }) + } } } RuntimeEvent::FileSystem( @@ -1339,12 +1451,17 @@ impl BlockchainService { new_root, }, ) => { - if self.provider_ids.contains(&bsp_id) { - self.emit(FinalisedBspConfirmStoppedStoring { - bsp_id, - file_key: file_key.into(), - new_root, - }); + // This event is relevant in case the Provider managed is a BSP. + if let Some(StorageProviderId::BackupStorageProvider(managed_bsp_id)) = + &self.provider_id + { + if managed_bsp_id == &bsp_id { + self.emit(FinalisedBspConfirmStoppedStoring { + bsp_id, + file_key: file_key.into(), + new_root, + }); + } } } // Ignore all other events. diff --git a/client/blockchain-service/src/typed_store.rs b/client/blockchain-service/src/typed_store.rs index fc51fca81..ab4e080da 100644 --- a/client/blockchain-service/src/typed_store.rs +++ b/client/blockchain-service/src/typed_store.rs @@ -481,7 +481,7 @@ pub trait ProvidesTypedDbAccess: ProvidesDbContext { fn access<'a, CF: TypedCf>( &'a self, cf: &'a CF, - ) -> TypedCfApi<'a, '_, '_, CF, TypedRocksDB, BufferedWriteSupport<'a, TypedRocksDB>> { + ) -> TypedCfApi<'a, 'a, 'a, CF, TypedRocksDB, BufferedWriteSupport<'a, TypedRocksDB>> { self.db_context().cf(cf) } } diff --git a/client/blockchain-service/src/types.rs b/client/blockchain-service/src/types.rs index dc09f97ca..a8881d6ca 100644 --- a/client/blockchain-service/src/types.rs +++ b/client/blockchain-service/src/types.rs @@ -7,21 +7,24 @@ use std::{ use codec::{Decode, Encode}; use frame_support::dispatch::DispatchInfo; +use log::warn; use sc_client_api::BlockImportNotification; -use sp_core::H256; -use sp_runtime::{traits::Header, AccountId32, DispatchError, SaturatedConversion}; - use shc_common::types::{ - BlockNumber, ProviderId, RandomnessOutput, RejectedStorageRequestReason, StorageHubEventsVec, + BlockNumber, ChallengeableProviderId, HasherOutT, RandomnessOutput, + RejectedStorageRequestReason, StorageHubEventsVec, StorageProofsMerkleTrieLayout, TrieRemoveMutation, }; +use sp_core::H256; +use sp_runtime::{traits::Header, AccountId32, DispatchError, SaturatedConversion}; + +use crate::handler::LOG_TARGET; /// A struct that holds the information to submit a storage proof. /// /// This struct is used as an item in the `pending_submit_proof_requests` queue. #[derive(Debug, Clone, Encode, Decode)] pub struct SubmitProofRequest { - pub provider_id: ProviderId, + pub provider_id: ChallengeableProviderId, pub tick: BlockNumber, pub seed: RandomnessOutput, pub forest_challenges: Vec, @@ -30,7 +33,7 @@ pub struct SubmitProofRequest { impl SubmitProofRequest { pub fn new( - provider_id: ProviderId, + provider_id: ChallengeableProviderId, tick: BlockNumber, seed: RandomnessOutput, forest_challenges: Vec, @@ -320,3 +323,58 @@ pub enum NewBlockNotificationKind { new_best_block: BestBlockInfo, }, } + +/// The information needed to register a Forest Storage snapshot. +#[derive(Debug, Clone, Encode, Decode, PartialEq, Eq)] +pub struct ForestStorageSnapshotInfo { + /// The block number at which the Forest Storage snapshot was taken. + /// + /// i.e. the block number at which the Forest Storage changed from this snapshot + /// version due to adding or removing files. + pub block_number: BlockNumber, + /// The Forest Storage snapshot hash. + /// + /// This is to uniquely identify the Forest Storage snapshot, as there could be + /// snapshots at the same block number, but in different forks. + pub block_hash: H256, + /// The Forest Storage root when the snapshot was taken. + /// + /// This is used to identify the Forest Storage snapshot and retrieve it. + pub forest_root: HasherOutT, +} + +impl PartialOrd for ForestStorageSnapshotInfo { + fn partial_cmp(&self, other: &Self) -> Option { + Some(self.cmp(other)) + } +} + +/// Implements the `Ord` trait for `ForestStorageSnapshotInfo`. +/// +/// This allows for a BTreeSet to be used to store Forest Storage snapshots. +impl Ord for ForestStorageSnapshotInfo { + fn cmp(&self, other: &Self) -> std::cmp::Ordering { + // Block number ordering is the first criteria. + match self.block_number.cmp(&other.block_number) { + std::cmp::Ordering::Less => std::cmp::Ordering::Less, + std::cmp::Ordering::Greater => std::cmp::Ordering::Greater, + std::cmp::Ordering::Equal => { + // If the block numbers are equal, compare the block hashes. + match self.block_hash.cmp(&other.block_hash) { + std::cmp::Ordering::Less => std::cmp::Ordering::Less, + std::cmp::Ordering::Greater => std::cmp::Ordering::Greater, + std::cmp::Ordering::Equal => { + // If the block hashes and block numbers are equal, the forest roots should be + // the same, because there can only be one snapshot at a given block number, + // for a given fork. + if self.forest_root != other.forest_root { + warn!(target: LOG_TARGET, "CRITICAL❗️❗️ This is a bug! Forest storage snapshot forest roots are not equal, for the same block number and hash. This should not happen. This is a bug. Please report it to the StorageHub team."); + } + + std::cmp::Ordering::Equal + } + } + } + } + } +} diff --git a/client/blockchain-service/src/utils.rs b/client/blockchain-service/src/utils.rs index 3c5ec9811..50acc1e73 100644 --- a/client/blockchain-service/src/utils.rs +++ b/client/blockchain-service/src/utils.rs @@ -8,7 +8,6 @@ use pallet_proofs_dealer_runtime_api::{ GetChallengePeriodError, GetChallengeSeedError, GetLastTickProviderSubmittedProofError, ProofsDealerApi, }; -use pallet_storage_providers::types::StorageProviderId; use pallet_storage_providers_runtime_api::StorageProvidersApi; use polkadot_runtime_common::BlockHashCount; use sc_client_api::{BlockBackend, BlockImportNotification, HeaderBackend}; @@ -17,7 +16,8 @@ use shc_actors_framework::actor::Actor; use shc_common::{ blockchain_utils::get_events_at_block, types::{ - BlockNumber, MaxBatchMspRespondStorageRequests, ParachainClient, ProviderId, BCSV_KEY_TYPE, + BlockNumber, ChallengeableProviderId, MaxBatchMspRespondStorageRequests, ParachainClient, + StorageProviderId, BCSV_KEY_TYPE, }, }; use sp_api::ProvideRuntimeApi; @@ -161,32 +161,52 @@ impl BlockchainService { } } - /// Get all the provider IDs linked to keys in this node's keystore. + /// Get the Provider ID linked to the [`BCSV_KEY_TYPE`] key in this node's keystore. /// - /// The provider IDs found are added to the [`BlockchainService`]'s list of provider IDs. - pub(crate) fn get_provider_ids(&mut self, block_hash: &H256) { + /// IMPORTANT! If there is more than one [`BCSV_KEY_TYPE`] key in this node's keystore, linked to + /// different Provider IDs, this function will panic. In other words, this node doesn't support + /// managing multiple Providers at once. + pub(crate) fn get_provider_id(&mut self, block_hash: &H256) { + let mut provider_ids_found = Vec::new(); for key in self.keystore.sr25519_public_keys(BCSV_KEY_TYPE) { - self.client + let maybe_provider_id = match self + .client .runtime_api() .get_storage_provider_id(*block_hash, &key.into()) - .map(|provider_id| { - if let Some(provider_id) = provider_id { - match provider_id { - StorageProviderId::BackupStorageProvider(bsp_id) => { - self.provider_ids.insert(bsp_id); - } - StorageProviderId::MainStorageProvider(msp_id) => { - self.provider_ids.insert(msp_id); - } - } - } else { - warn!(target: LOG_TARGET, "There is no provider ID for key: {:?}. This means that the node has a BCSV key in the keystore for which there is no provider ID.", key); - } - }) - .unwrap_or_else(|_| { - warn!(target: LOG_TARGET, "Failed to get provider ID for key: {:?}.", key); - }); + { + Ok(provider_id) => provider_id, + Err(e) => { + error!(target: LOG_TARGET, "Runtime API error while getting Provider ID for key: {:?}. Error: {:?}", key, e); + continue; + } + }; + + match maybe_provider_id { + Some(provider_id) => { + provider_ids_found.push(provider_id); + } + None => { + debug!(target: LOG_TARGET, "There is no Provider ID for key: {:?}. This means that the node has a BCSV key in the keystore for which there is no Provider ID.", key); + } + }; + } + + // Case: There is no Provider ID linked to any of the [`BCSV_KEY_TYPE`] keys in this node's keystore. + // This is expected, if this node starts up before the Provider has been registered. + if provider_ids_found.is_empty() { + warn!(target: LOG_TARGET, "There is no Provider ID linked to any of the BCSV keys in this node's keystore. This is expected, if this node starts up before the BSP has been registered."); + return; } + + // Case: There is more than one Provider ID linked to any of the [`BCSV_KEY_TYPE`] keys in this node's keystore. + // This is unexpected, and should never happen. + if provider_ids_found.len() > 1 { + panic!("There are more than one BCSV keys linked to Provider IDs in this node's keystore. Managing multiple Providers at once is not supported."); + } + + // Case: There is exactly one Provider ID linked to any of the [`BCSV_KEY_TYPE`] keys in this node's keystore. + let provider_id = *provider_ids_found.get(0).expect("There is exactly one Provider ID linked to any of the BCSV keys in this node's keystore; qed"); + self.provider_id = Some(provider_id); } /// Send an extrinsic to this node using an RPC call. @@ -420,7 +440,7 @@ impl BlockchainService { pub(crate) fn should_provider_submit_proof( &self, block_hash: &H256, - provider_id: &ProviderId, + provider_id: &ChallengeableProviderId, current_tick: &BlockNumber, ) -> bool { // Get the last tick for which the BSP submitted a proof. @@ -490,8 +510,18 @@ impl BlockchainService { (current_tick_minus_last_submission % provider_challenge_period) == 0 } - /// Check if there are any pending requests to update the forest root on the runtime, and process them. - /// Takes care of prioritizing requests, favouring `SubmitProofRequest` over `ConfirmStoringRequest` over `StopStoringForInsolventUserRequest`. + /// Check if there are any pending requests to update the Forest root on the runtime, and process them. + /// + /// If this node is managing a BSP, the priority is given by: + /// 1. `SubmitProofRequest` over... + /// 2. `ConfirmStoringRequest`. + /// + /// If this node is managing a MSP, the priority is given by: + /// 1. `RespondStorageRequest`. + /// + /// For both BSPs and MSPs, the last priority is given to: + /// 1. `StopStoringForInsolventUserRequest`. + /// /// This function is called every time a new block is imported and after each request is queued. pub(crate) fn check_pending_forest_root_writes(&mut self) { if let Some(mut rx) = self.forest_root_write_lock.take() { @@ -501,7 +531,7 @@ impl BlockchainService { Err(TryRecvError::Empty) => { // If we have a task writing to the runtime, we don't want to start another one. self.forest_root_write_lock = Some(rx); - trace!(target: LOG_TARGET, "Waiting for current forest root write task to finish"); + trace!(target: LOG_TARGET, "Waiting for current Forest root write task to finish"); return; } Ok(_) => { @@ -539,23 +569,45 @@ impl BlockchainService { let state_store_context = self.persistent_state.open_rw_context_with_overlay(); let mut next_event_data = None; - // If we have a submit proof request, prioritise it. - // This is a BSP only operation, since MSPs don't have to submit proofs. - while let Some(request) = self.pending_submit_proof_requests.pop_first() { - // Check if the proof is still the next one to be submitted. - let provider_id = request.provider_id; - let next_challenge_tick = match self.get_next_challenge_tick_for_provider(&provider_id) - { - Ok(next_challenge_tick) => next_challenge_tick, - Err(e) => { - error!(target: LOG_TARGET, "Failed to get next challenge tick for provider [{:?}]: {:?}", provider_id, e); - break; + if self.provider_id.is_none() { + // If there's no Provider being managed, there's no point in checking for pending requests. + return; + } + + if let StorageProviderId::BackupStorageProvider(_) = self + .provider_id + .expect("Just checked that this node is managing a Provider; qed") + { + // If we have a submit proof request, prioritise it. + // This is a BSP only operation, since MSPs don't have to submit proofs. + while let Some(request) = self.pending_submit_proof_requests.pop_first() { + // Check if the proof is still the next one to be submitted. + let provider_id = request.provider_id; + let next_challenge_tick = match self + .get_next_challenge_tick_for_provider(&provider_id) + { + Ok(next_challenge_tick) => next_challenge_tick, + Err(e) => { + error!(target: LOG_TARGET, "Failed to get next challenge tick for provider [{:?}]: {:?}", provider_id, e); + + // If this is the case, no reason to continue to the next pending proof request. + // We can just break the loop. + break; + } + }; + + // This is to avoid starting a new task if the proof is not the next one to be submitted. + if next_challenge_tick != request.tick { + // If the proof is not the next one to be submitted, we can remove it from the list of pending submit proof requests. + trace!(target: LOG_TARGET, "Proof for tick [{:?}] is not the next one to be submitted. Removing it from the list of pending submit proof requests.", request.tick); + self.pending_submit_proof_requests.remove(&request); + + // Continue to the next pending proof request. + continue; } - }; - // This is to avoid starting a new task if the proof is not the next one to be submitted. - if next_challenge_tick == request.tick { // If the proof is still the next one to be submitted, we can process it. + trace!(target: LOG_TARGET, "Proof for tick [{:?}] is the next one to be submitted. Processing it.", request.tick); next_event_data = Some(ForestWriteLockTaskData::SubmitProofRequest( ProcessSubmitProofRequestData { seed: request.seed, @@ -565,73 +617,76 @@ impl BlockchainService { checkpoint_challenges: request.checkpoint_challenges, }, )); + + // Exit the loop since we have found the next proof to be submitted. break; - } else { - // If the proof is not the next one to be submitted, we can remove it from the list of pending submit proof requests. - trace!(target: LOG_TARGET, "Proof for tick [{:?}] is not the next one to be submitted. Removing it from the list of pending submit proof requests.", request.tick); - self.pending_submit_proof_requests.remove(&request); } - } - // If we have no pending submit proof requests, we can also check for pending confirm storing requests. - // This is a BSP only operation, since MSPs don't have to confirm storing. - if next_event_data.is_none() { - let max_batch_confirm = + // If we have no pending submit proof requests, we can also check for pending confirm storing requests. + // This is a BSP only operation, since MSPs don't have to confirm storing. + if next_event_data.is_none() { + let max_batch_confirm = <::MaxBatchConfirmStorageRequests as Get< u32, >>::get(); - // Batch multiple confirm file storing taking the runtime maximum. - let mut confirm_storing_requests = Vec::new(); - for _ in 0..max_batch_confirm { - if let Some(request) = state_store_context - .pending_confirm_storing_request_deque() - .pop_front() - { - trace!(target: LOG_TARGET, "Processing confirm storing request for file [{:?}]", request.file_key); - confirm_storing_requests.push(request); - } else { - break; + // Batch multiple confirm file storing taking the runtime maximum. + let mut confirm_storing_requests = Vec::new(); + for _ in 0..max_batch_confirm { + if let Some(request) = state_store_context + .pending_confirm_storing_request_deque() + .pop_front() + { + trace!(target: LOG_TARGET, "Processing confirm storing request for file [{:?}]", request.file_key); + confirm_storing_requests.push(request); + } else { + break; + } } - } - // If we have at least 1 confirm storing request, send the process event. - if confirm_storing_requests.len() > 0 { - next_event_data = Some( - ProcessConfirmStoringRequestData { - confirm_storing_requests, - } - .into(), - ); + // If we have at least 1 confirm storing request, send the process event. + if confirm_storing_requests.len() > 0 { + next_event_data = Some( + ProcessConfirmStoringRequestData { + confirm_storing_requests, + } + .into(), + ); + } } } - // If we have no pending submit proof requests nor pending confirm storing requests, we can also check for pending respond storing requests. - // This is a MSP only operation, since BSPs don't have to respond to storage requests, they volunteer and confirm. - if next_event_data.is_none() { - let max_batch_respond: u32 = MaxBatchMspRespondStorageRequests::get(); - - // Batch multiple respond storing requests up to the runtime configured maximum. - let mut respond_storage_requests = Vec::new(); - for _ in 0..max_batch_respond { - if let Some(request) = state_store_context - .pending_msp_respond_storage_request_deque() - .pop_front() - { - respond_storage_requests.push(request); - } else { - break; + if let StorageProviderId::MainStorageProvider(_) = self + .provider_id + .expect("Just checked that this node is managing a Provider; qed") + { + // If we have no pending submit proof requests nor pending confirm storing requests, we can also check for pending respond storing requests. + // This is a MSP only operation, since BSPs don't have to respond to storage requests, they volunteer and confirm. + if next_event_data.is_none() { + let max_batch_respond: u32 = MaxBatchMspRespondStorageRequests::get(); + + // Batch multiple respond storing requests up to the runtime configured maximum. + let mut respond_storage_requests = Vec::new(); + for _ in 0..max_batch_respond { + if let Some(request) = state_store_context + .pending_msp_respond_storage_request_deque() + .pop_front() + { + respond_storage_requests.push(request); + } else { + break; + } } - } - // If we have at least 1 respond storing request, send the process event. - if respond_storage_requests.len() > 0 { - next_event_data = Some( - ProcessMspRespondStoringRequestData { - respond_storing_requests: respond_storage_requests, - } - .into(), - ); + // If we have at least 1 respond storing request, send the process event. + if respond_storage_requests.len() > 0 { + next_event_data = Some( + ProcessMspRespondStoringRequestData { + respond_storing_requests: respond_storage_requests, + } + .into(), + ); + } } } @@ -727,7 +782,7 @@ impl BlockchainService { pub(crate) fn proof_submission_catch_up( &self, current_block_hash: &H256, - provider_id: &ProviderId, + provider_id: &ChallengeableProviderId, ) { // Get the last tick for which the BSP submitted a proof, according to the runtime right now. let last_tick_provider_submitted_proof = match self @@ -845,7 +900,7 @@ impl BlockchainService { pub(crate) fn get_next_challenge_tick_for_provider( &self, - provider_id: &ProviderId, + provider_id: &ChallengeableProviderId, ) -> Result { // Get the current block hash. let current_block_hash = self.client.info().best_hash; diff --git a/client/common/src/consts.rs b/client/common/src/consts.rs new file mode 100644 index 000000000..efcc4aaaa --- /dev/null +++ b/client/common/src/consts.rs @@ -0,0 +1,6 @@ +/// The key used to store the current Forest root in the Forest Storage. +/// +/// For BSPs, this is the actual key used to identify the current best Forest root. +/// For MSPs, who store Buckets, this key is concatenated with the Bucket ID to identify the current best Forest root +/// for that Bucket. +pub const CURRENT_FOREST_KEY: &[u8] = b":current_forest_key"; diff --git a/client/common/src/lib.rs b/client/common/src/lib.rs index db060e5ae..bf29d613f 100644 --- a/client/common/src/lib.rs +++ b/client/common/src/lib.rs @@ -1,2 +1,3 @@ pub mod blockchain_utils; +pub mod consts; pub mod types; diff --git a/client/common/src/types.rs b/client/common/src/types.rs index 041a1c907..c59f54d8f 100644 --- a/client/common/src/types.rs +++ b/client/common/src/types.rs @@ -46,8 +46,10 @@ pub type FileKeyWithProof = pallet_file_system::types::FileKeyWithProof pub type PeerIds = pallet_file_system::types::PeerIds; pub type BucketId = pallet_storage_providers::types::MerklePatriciaRoot; pub type StorageProviderId = pallet_storage_providers::types::StorageProviderId; -pub type MainStorageProviderId = pallet_storage_providers::types::ProviderIdFor; -pub type ProviderId = pallet_proofs_dealer::types::ProviderIdFor; +pub type BackupStorageProviderId = + pallet_storage_providers::types::BackupStorageProviderId; +pub type MainStorageProviderId = pallet_storage_providers::types::MainStorageProviderId; +pub type ChallengeableProviderId = pallet_proofs_dealer::types::ProviderIdFor; pub type Multiaddresses = pallet_storage_providers::types::Multiaddresses; pub type RandomnessOutput = pallet_proofs_dealer::types::RandomnessOutputFor; pub type ForestLeaf = pallet_proofs_dealer::types::KeyFor; @@ -75,6 +77,11 @@ pub type StorageHubEventsVec = Vec< >, >; +pub enum EitherBucketOrBspId { + Bucket(BucketId), + Bsp(BackupStorageProviderId), +} + #[cfg(not(feature = "runtime-benchmarks"))] type HostFunctions = cumulus_client_service::ParachainHostFunctions; diff --git a/client/rpc/src/lib.rs b/client/rpc/src/lib.rs index c5c37521f..92f115009 100644 --- a/client/rpc/src/lib.rs +++ b/client/rpc/src/lib.rs @@ -11,10 +11,13 @@ use sp_blockchain::HeaderBackend; use tokio::{fs, fs::create_dir_all, sync::RwLock}; use pallet_proofs_dealer_runtime_api::ProofsDealerApi as ProofsDealerRuntimeApi; -use shc_common::types::{ - BlockNumber, ChunkId, FileMetadata, ForestLeaf, HashT, KeyProof, KeyProofs, Proven, ProviderId, - RandomnessOutput, StorageProof, StorageProofsMerkleTrieLayout, TrieRemoveMutation, - BCSV_KEY_TYPE, FILE_CHUNK_SIZE, +use shc_common::{ + consts::CURRENT_FOREST_KEY, + types::{ + BlockNumber, ChallengeableProviderId, ChunkId, FileMetadata, ForestLeaf, HashT, KeyProof, + KeyProofs, Proven, RandomnessOutput, StorageProof, StorageProofsMerkleTrieLayout, + TrieRemoveMutation, BCSV_KEY_TYPE, FILE_CHUNK_SIZE, + }, }; use shc_file_manager::traits::{FileDataTrie, FileStorage, FileStorageError}; use shc_forest_manager::traits::{ForestStorage, ForestStorageHandler}; @@ -197,7 +200,7 @@ where C: ProvideRuntimeApi + HeaderBackend + Send + Sync + 'static, C::Api: ProofsDealerRuntimeApi< Block, - ProviderId, + ChallengeableProviderId, BlockNumber, ForestLeaf, RandomnessOutput, @@ -336,7 +339,10 @@ where } async fn get_forest_root(&self, forest_key: Option) -> RpcResult> { - let forest_key = FSH::Key::from(forest_key.unwrap_or_default().as_ref().to_vec()); + let forest_key = match forest_key { + Some(forest_key) => forest_key.as_ref().to_vec().into(), + None => CURRENT_FOREST_KEY.to_vec().into(), + }; // return None if not found let fs = match self.forest_storage_handler.get(&forest_key).await { @@ -350,7 +356,10 @@ where } async fn is_file_in_forest(&self, forest_key: Option, file_key: H256) -> RpcResult { - let forest_key = FSH::Key::from(forest_key.unwrap_or_default().as_ref().to_vec()); + let forest_key = match forest_key { + Some(forest_key) => forest_key.as_ref().to_vec().into(), + None => CURRENT_FOREST_KEY.to_vec().into(), + }; let fs = self .forest_storage_handler @@ -411,7 +420,10 @@ where forest_key: Option, file_key: H256, ) -> RpcResult> { - let forest_key = FSH::Key::from(forest_key.unwrap_or_default().as_ref().to_vec()); + let forest_key = match forest_key { + Some(forest_key) => forest_key.as_ref().to_vec().into(), + None => CURRENT_FOREST_KEY.to_vec().into(), + }; let fs = self .forest_storage_handler @@ -432,7 +444,10 @@ where forest_key: Option, challenged_file_keys: Vec, ) -> RpcResult> { - let forest_key = FSH::Key::from(forest_key.unwrap_or_default().as_ref().to_vec()); + let forest_key = match forest_key { + Some(forest_key) => forest_key.as_ref().to_vec().into(), + None => CURRENT_FOREST_KEY.to_vec().into(), + }; let fs = self .forest_storage_handler @@ -645,7 +660,7 @@ async fn generate_key_proof( file_storage: Arc>, file_key: H256, seed: RandomnessOutput, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, at: Option, ) -> RpcResult where @@ -653,7 +668,7 @@ where C: ProvideRuntimeApi + HeaderBackend + Send + Sync + 'static, C::Api: ProofsDealerRuntimeApi< Block, - ProviderId, + ChallengeableProviderId, BlockNumber, ForestLeaf, RandomnessOutput, diff --git a/node/src/rpc.rs b/node/src/rpc.rs index 5536123ae..2b0beadff 100644 --- a/node/src/rpc.rs +++ b/node/src/rpc.rs @@ -14,7 +14,7 @@ use sc_consensus_manual_seal::{ }; use sc_transaction_pool_api::TransactionPool; use shc_common::types::{ - BlockNumber, ForestLeaf, ProviderId, RandomnessOutput, TrieRemoveMutation, + BlockNumber, ChallengeableProviderId, ForestLeaf, RandomnessOutput, TrieRemoveMutation, }; use shc_forest_manager::traits::ForestStorageHandler; use shc_rpc::{StorageHubClientApiServer, StorageHubClientRpc, StorageHubClientRpcConfig}; @@ -57,7 +57,7 @@ where C::Api: BlockBuilder, C::Api: ProofsDealerRuntimeApi< Block, - ProviderId, + ChallengeableProviderId, BlockNumber, ForestLeaf, RandomnessOutput, diff --git a/node/src/service.rs b/node/src/service.rs index a8a00d419..2bd788c98 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -59,8 +59,8 @@ use crate::{ cli::StorageLayer, command::IndexerOptions, services::builder::{ - BspProvider, InMemoryStorageLayer, MspProvider, NoStorageLayer, - RequiredStorageProviderSetup, RocksDbStorageLayer, RoleSupport, RpcConfigBuilder, Runnable, + BspProvider, Buildable, InMemoryStorageLayer, MspProvider, NoStorageLayer, + RequiredStorageProviderSetup, RocksDbStorageLayer, RoleSupport, RpcConfigBuilder, StorageHubBuilder, StorageLayerBuilder, StorageLayerSupport, StorageTypes, UserRole, }, }; @@ -272,7 +272,7 @@ where StorageHubBuilder: RequiredStorageProviderSetup + StorageLayerBuilder + RpcConfigBuilder<<(R, S) as StorageTypes>::FL, <(R, S) as StorageTypes>::FSH> - + Runnable, + + Buildable, { // Spawn the Blockchain Service if node is running as a Storage Provider sh_builder @@ -285,7 +285,7 @@ where .await; // Call run using the Runnable trait - sh_builder.run(); + sh_builder.build().await; Ok(()) } @@ -306,7 +306,7 @@ where StorageHubBuilder: RequiredStorageProviderSetup + StorageLayerBuilder + RpcConfigBuilder<<(R, S) as StorageTypes>::FL, <(R, S) as StorageTypes>::FSH> - + Runnable, + + Buildable, Network: sc_network::NetworkBackend, { use async_io::Timer; @@ -700,7 +700,7 @@ where StorageHubBuilder: RequiredStorageProviderSetup + StorageLayerBuilder + RpcConfigBuilder<<(R, S) as StorageTypes>::FL, <(R, S) as StorageTypes>::FSH> - + Runnable, + + Buildable, Network: NetworkBackend, { let parachain_config = prepare_node_config(parachain_config); diff --git a/node/src/services/builder.rs b/node/src/services/builder.rs index d63b31ef6..f7b10f881 100644 --- a/node/src/services/builder.rs +++ b/node/src/services/builder.rs @@ -1,4 +1,5 @@ use async_channel::Receiver; +use async_trait::async_trait; use sc_network::{config::IncomingRequest, service::traits::NetworkService, ProtocolName}; use sc_service::RpcHandlers; use shc_common::types::StorageProofsMerkleTrieLayout; @@ -57,12 +58,13 @@ pub trait StorageTypes { impl StorageTypes for (BspProvider, InMemoryStorageLayer) { type FL = InMemoryFileStorage; - type FSH = ForestStorageSingle>; + type FSH = ForestStorageCaching, InMemoryForestStorage>; } impl StorageTypes for (BspProvider, RocksDbStorageLayer) { type FL = RocksDbFileStorage; - type FSH = ForestStorageSingle< + type FSH = ForestStorageCaching< + Vec, RocksDBForestStorage, >; } @@ -539,40 +541,45 @@ where } } -/// Abstraction layer to run the [`StorageHubHandler`] built from a specific configuration of [`RoleSupport`] and [`StorageLayerSupport`]. -pub trait Runnable { - fn run(self); +/// Abstraction layer to build the [`StorageHubBuilder`] with a specific configuration of [`RoleSupport`] and [`StorageLayerSupport`]. +#[async_trait] +pub trait Buildable { + async fn build(self); } -impl Runnable for StorageHubBuilder +#[async_trait] +impl Buildable for StorageHubBuilder where (BspProvider, S): StorageTypes, <(BspProvider, S) as StorageTypes>::FSH: BspForestStorageHandlerT, { - fn run(self) { - let handler = self.build_handler(); + async fn build(self) { + let mut handler = self.build_handler(); + handler.initialise_bsp().await; handler.start_bsp_tasks(); } } -impl Runnable for StorageHubBuilder +#[async_trait] +impl Buildable for StorageHubBuilder where (MspProvider, S): StorageTypes, <(MspProvider, S) as StorageTypes>::FSH: MspForestStorageHandlerT, { - fn run(self) { + async fn build(self) { let handler = self.build_handler(); - handler.start_msp_tasks(); + handler.start_msp_tasks() } } -impl Runnable for StorageHubBuilder +#[async_trait] +impl Buildable for StorageHubBuilder where (UserRole, NoStorageLayer): StorageTypes, <(UserRole, NoStorageLayer) as StorageTypes>::FSH: ForestStorageHandler + Clone + Send + Sync + 'static, { - fn run(self) { + async fn build(self) { let handler = self.build_handler(); handler.start_user_tasks(); } diff --git a/node/src/services/forest_storage.rs b/node/src/services/forest_storage.rs index 70a580e30..d3b4ef16c 100644 --- a/node/src/services/forest_storage.rs +++ b/node/src/services/forest_storage.rs @@ -46,6 +46,7 @@ impl ForestStorageSingle> { impl ForestStorageSingle> { + #[allow(dead_code)] pub fn new(storage_path: String) -> Self { let fs = rocksdb::create_db::(storage_path.clone()) .expect("Failed to create RocksDB"); diff --git a/node/src/services/handler.rs b/node/src/services/handler.rs index 8b7907091..500ce4252 100644 --- a/node/src/services/handler.rs +++ b/node/src/services/handler.rs @@ -14,6 +14,7 @@ use shc_blockchain_service::{ }, BlockchainService, }; +use shc_common::consts::CURRENT_FOREST_KEY; use shc_file_transfer_service::{ events::{RemoteDownloadRequest, RemoteUploadRequest}, FileTransferService, @@ -186,6 +187,15 @@ where FL: FileStorageT, FSH: BspForestStorageHandlerT, { + pub async fn initialise_bsp(&mut self) { + // Create an empty Forest Storage instance. + // A BSP is expected to always have at least one empty Forest Storage instance. + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); + self.forest_storage_handler + .insert(¤t_forest_key) + .await; + } + pub fn start_bsp_tasks(&self) { log::info!("Starting BSP tasks"); diff --git a/node/src/tasks/bsp_charge_fees.rs b/node/src/tasks/bsp_charge_fees.rs index 5efff1987..a12ec4cc2 100644 --- a/node/src/tasks/bsp_charge_fees.rs +++ b/node/src/tasks/bsp_charge_fees.rs @@ -1,8 +1,8 @@ use anyhow::anyhow; -use log::{error, info, trace}; -use pallet_storage_providers::types::StorageProviderId; use std::time::Duration; +use pallet_storage_providers::types::StorageProviderId; +use sc_tracing::tracing::*; use shc_actors_framework::event_bus::EventHandler; use shc_blockchain_service::{ commands::BlockchainServiceInterface, @@ -12,14 +12,18 @@ use shc_blockchain_service::{ }, types::{StopStoringForInsolventUserRequest, Tip}, }; -use shc_common::types::{MaxUsersToCharge, ProviderId}; +use shc_common::{ + consts::CURRENT_FOREST_KEY, + types::{ChallengeableProviderId, MaxUsersToCharge}, +}; +use shc_forest_manager::traits::ForestStorage; use sp_core::{Get, H256}; use storage_hub_runtime::Balance; -use shc_forest_manager::traits::ForestStorage; - -use crate::services::handler::StorageHubHandler; -use crate::tasks::{BspForestStorageHandlerT, FileStorageT, NoKey}; +use crate::{ + services::handler::StorageHubHandler, + tasks::{BspForestStorageHandlerT, FileStorageT}, +}; const LOG_TARGET: &str = "bsp-charge-fees-task"; const MIN_DEBT: Balance = 0; @@ -141,11 +145,14 @@ where // Get the insolvent user from the event. let insolvent_user = event.who; + // Get the current Forest key of the Provider running this node. + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); + // Check if we are storing any file for this user. let fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; @@ -185,11 +192,14 @@ where // Get the insolvent user from the event. let insolvent_user = event.owner; + // Get the current Forest key of the Provider running this node. + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); + // Check if we are storing any file for this user. let fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; @@ -247,11 +257,14 @@ where } }; + // Get the current Forest key of the Provider running this node. + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); + // Get the forest storage. let fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; @@ -370,10 +383,11 @@ where // Remove the file key from the Forest. // Check that the new Forest root matches the one on-chain. { + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); let fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; @@ -389,7 +403,10 @@ where Ok(()) } - async fn check_provider_root(&self, provider_id: ProviderId) -> anyhow::Result<()> { + async fn check_provider_root( + &self, + provider_id: ChallengeableProviderId, + ) -> anyhow::Result<()> { // Get root for this provider according to the runtime. let onchain_root = self .storage_hub_handler @@ -407,10 +424,11 @@ where trace!(target: LOG_TARGET, "Provider root according to runtime: {:?}", onchain_root); // Check that the new Forest root matches the one on-chain. + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); let fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; diff --git a/node/src/tasks/bsp_delete_file.rs b/node/src/tasks/bsp_delete_file.rs index b4e6a286f..63b98bee1 100644 --- a/node/src/tasks/bsp_delete_file.rs +++ b/node/src/tasks/bsp_delete_file.rs @@ -1,11 +1,14 @@ use anyhow::anyhow; use sc_tracing::tracing::*; use shc_blockchain_service::events::{BspConfirmStoppedStoring, FinalisedBspConfirmStoppedStoring}; +use shc_common::consts::CURRENT_FOREST_KEY; use shc_forest_manager::traits::ForestStorage; use sp_core::H256; -use crate::services::handler::StorageHubHandler; -use crate::tasks::{BspForestStorageHandlerT, FileStorageT, NoKey}; +use crate::{ + services::handler::StorageHubHandler, + tasks::{BspForestStorageHandlerT, FileStorageT}, +}; use shc_actors_framework::event_bus::EventHandler; const LOG_TARGET: &str = "bsp-delete-file-task"; @@ -43,11 +46,12 @@ where async fn remove_file_from_forest(&self, file_key: &H256) -> anyhow::Result<()> { // Remove the file key from the Forest. + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); { let fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; @@ -123,10 +127,11 @@ where ); // Check that the file_key is not in the Forest. + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); let read_fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; if read_fs diff --git a/node/src/tasks/bsp_submit_proof.rs b/node/src/tasks/bsp_submit_proof.rs index f29e41356..24b8d665e 100644 --- a/node/src/tasks/bsp_submit_proof.rs +++ b/node/src/tasks/bsp_submit_proof.rs @@ -14,13 +14,16 @@ use shc_blockchain_service::{ types::{RetryStrategy, SubmitProofRequest}, BlockchainService, }; -use shc_common::types::{ - BlockNumber, FileKey, KeyProof, KeyProofs, Proven, ProviderId, RandomnessOutput, StorageProof, - TrieRemoveMutation, +use shc_common::{ + consts::CURRENT_FOREST_KEY, + types::{ + BlockNumber, ChallengeableProviderId, FileKey, KeyProof, KeyProofs, Proven, + RandomnessOutput, StorageProof, TrieRemoveMutation, + }, }; use shc_forest_manager::traits::ForestStorage; -use crate::services::{forest_storage::NoKey, handler::StorageHubHandler}; +use crate::services::handler::StorageHubHandler; use crate::tasks::{BspForestStorageHandlerT, FileStorageT}; const LOG_TARGET: &str = "bsp-submit-proof-task"; @@ -139,11 +142,8 @@ where event.data ); - // Check if this proof is the next one to be submitted. - // This is, for example, in case that this provider is trying to submit a proof for a tick that is not the next one to be submitted. - // Exiting early in this case is important so that the provider doesn't get stuck trying to submit an outdated proof. - Self::check_if_proof_is_outdated(&self.storage_hub_handler.blockchain, &event).await?; - + // Acquire Forest root write lock. This prevents other Forest-root-writing tasks from starting while we are processing this task. + // That is until we release the lock gracefully with the `release_forest_root_write_lock` method, or `forest_root_write_lock` is dropped. let forest_root_write_tx = match event.forest_root_write_tx.lock().await.take() { Some(tx) => tx, None => { @@ -154,11 +154,20 @@ where } }; + // Check if this proof is the next one to be submitted. + // This is, for example, in case that this provider is trying to submit a proof for a tick that is not the next one to be submitted. + // Exiting early in this case is important so that the provider doesn't get stuck trying to submit an outdated proof. + Self::check_if_proof_is_outdated(&self.storage_hub_handler.blockchain, &event).await?; + + // Get the current Forest key of the Provider running this node. + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); + + // Generate the Forest proof, i.e. the proof that some file keys belong to this Provider's Forest. let proven_file_keys = { let fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; @@ -346,10 +355,11 @@ where let file_key = FileKey::from(mutation.0); // Check that the file_key is not in the Forest. + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); let read_fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; if read_fs.read().await.contains_file_key(&file_key.into())? { @@ -376,7 +386,7 @@ where { async fn queue_submit_proof_request( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, tick: BlockNumber, seed: RandomnessOutput, ) -> anyhow::Result<()> { @@ -410,7 +420,7 @@ where async fn derive_forest_challenges_from_seed( &self, seed: RandomnessOutput, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> anyhow::Result> { Ok(self .storage_hub_handler @@ -421,7 +431,7 @@ where async fn add_checkpoint_challenges_to_forest_challenges( &self, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, forest_challenges: &mut Vec, ) -> anyhow::Result)>> { let last_tick_provided_submitted_proof = self @@ -486,7 +496,7 @@ where &self, file_key: H256, seed: RandomnessOutput, - provider_id: ProviderId, + provider_id: ChallengeableProviderId, ) -> anyhow::Result { // Get the metadata for the file. let read_file_storage = self.storage_hub_handler.file_storage.read().await; @@ -533,10 +543,11 @@ where // Remove the file key from the Forest. // Check that the new Forest root matches the one on-chain. { + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); let fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; @@ -568,7 +579,10 @@ where Ok(()) } - async fn check_provider_root(&self, provider_id: ProviderId) -> anyhow::Result<()> { + async fn check_provider_root( + &self, + provider_id: ChallengeableProviderId, + ) -> anyhow::Result<()> { // Get root for this provider according to the runtime. let onchain_root = self .storage_hub_handler @@ -586,10 +600,11 @@ where trace!(target: LOG_TARGET, "Provider root according to runtime: {:?}", onchain_root); // Check that the new Forest root matches the one on-chain. + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); let fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; diff --git a/node/src/tasks/bsp_upload_file.rs b/node/src/tasks/bsp_upload_file.rs index 52670d3a8..8a46c58a9 100644 --- a/node/src/tasks/bsp_upload_file.rs +++ b/node/src/tasks/bsp_upload_file.rs @@ -19,8 +19,11 @@ use shc_blockchain_service::{ events::{NewStorageRequest, ProcessConfirmStoringRequest}, types::{ConfirmStoringRequest, RetryStrategy, Tip}, }; -use shc_common::types::{ - Balance, FileKey, FileMetadata, HashT, StorageProofsMerkleTrieLayout, StorageProviderId, +use shc_common::{ + consts::CURRENT_FOREST_KEY, + types::{ + Balance, FileKey, FileMetadata, HashT, StorageProofsMerkleTrieLayout, StorageProviderId, + }, }; use shc_file_manager::traits::{FileStorageWriteError, FileStorageWriteOutcome}; use shc_file_transfer_service::{ @@ -32,7 +35,7 @@ use storage_hub_runtime::{StorageDataUnit, MILLIUNIT}; use std::sync::Arc; use tokio::sync::Mutex; -use crate::services::{forest_storage::NoKey, handler::StorageHubHandler}; +use crate::services::handler::StorageHubHandler; use crate::tasks::{BspForestStorageHandlerT, FileStorageT}; const LOG_TARGET: &str = "bsp-upload-file-task"; @@ -263,6 +266,8 @@ where event.data.confirm_storing_requests, ); + // Acquire Forest root write lock. This prevents other Forest-root-writing tasks from starting while we are processing this task. + // That is until we release the lock gracefully with the `release_forest_root_write_lock` method, or `forest_root_write_lock` is dropped. let forest_root_write_tx = match event.forest_root_write_tx.lock().await.take() { Some(tx) => tx, None => { @@ -272,12 +277,12 @@ where } }; + // Get the BSP ID of the Provider running this node and its current Forest root. let own_provider_id = self .storage_hub_handler .blockchain .query_storage_provider_id(None) .await?; - let own_bsp_id = match own_provider_id { Some(id) => match id { StorageProviderId::MainStorageProvider(_) => { @@ -292,6 +297,7 @@ where return Err(anyhow!("Failed to get own BSP ID.")); } }; + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); // Query runtime for the chunks to prove for the file. let mut confirm_storing_requests_with_chunks_to_prove = Vec::new(); @@ -374,7 +380,7 @@ where let fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; @@ -410,7 +416,14 @@ where )), true, ) - .await?; + .await + .map_err(|e| { + anyhow!( + "Failed to confirm file after {} retries: {:?}", + MAX_CONFIRM_STORING_REQUEST_TRY_COUNT, + e + ) + })?; let maybe_new_root: Option = events.and_then(|events| { events.into_iter().find_map(|event| { @@ -494,11 +507,14 @@ where &mut self, event: NewStorageRequest, ) -> anyhow::Result<()> { + // Get the current Forest key of the Provider running this node. + let current_forest_key = CURRENT_FOREST_KEY.to_vec(); + // Verify if file not already stored let fs = self .storage_hub_handler .forest_storage_handler - .get(&NoKey) + .get(¤t_forest_key) .await .ok_or_else(|| anyhow!("Failed to get forest storage."))?; if fs.read().await.contains_file_key(&event.file_key.into())? { diff --git a/node/src/tasks/mod.rs b/node/src/tasks/mod.rs index a782e47be..c9f203e50 100644 --- a/node/src/tasks/mod.rs +++ b/node/src/tasks/mod.rs @@ -14,20 +14,20 @@ pub mod msp_upload_file; pub mod sp_slash_provider; pub mod user_sends_file; -use crate::services::forest_storage::{ForestStorageCaching, ForestStorageSingle, NoKey}; -use crate::services::handler::StorageHubHandler; use kvdb::KeyValueDB; use sc_tracing::tracing::info; use shc_actors_framework::event_bus::EventHandler; use shc_blockchain_service::events::{AcceptedBspVolunteer, NewStorageRequest}; use shc_common::types::StorageProofsMerkleTrieLayout; -use shc_file_manager::in_memory::InMemoryFileStorage; -use shc_file_manager::rocksdb::RocksDbFileStorage; -use shc_file_manager::traits::FileStorage; +use shc_file_manager::{ + in_memory::InMemoryFileStorage, rocksdb::RocksDbFileStorage, traits::FileStorage, +}; use shc_file_transfer_service::events::RemoteUploadRequest; -use shc_forest_manager::in_memory::InMemoryForestStorage; -use shc_forest_manager::rocksdb::RocksDBForestStorage; -use shc_forest_manager::traits::ForestStorageHandler; +use shc_forest_manager::{ + in_memory::InMemoryForestStorage, rocksdb::RocksDBForestStorage, traits::ForestStorageHandler, +}; + +use crate::services::{forest_storage::ForestStorageCaching, handler::StorageHubHandler}; pub trait FileStorageT: FileStorage + Send + Sync {} impl FileStorageT for InMemoryFileStorage {} @@ -37,15 +37,16 @@ impl FileStorageT for RocksDbFileStorage } pub trait BspForestStorageHandlerT: - ForestStorageHandler + Clone + Send + Sync + 'static + ForestStorageHandler> + Clone + Send + Sync + 'static { } impl BspForestStorageHandlerT - for ForestStorageSingle> + for ForestStorageCaching, InMemoryForestStorage> { } impl BspForestStorageHandlerT - for ForestStorageSingle< + for ForestStorageCaching< + Vec, RocksDBForestStorage, > { diff --git a/pallets/providers/src/types.rs b/pallets/providers/src/types.rs index 197f63c8a..f5dc9438b 100644 --- a/pallets/providers/src/types.rs +++ b/pallets/providers/src/types.rs @@ -158,7 +158,9 @@ pub struct MainStorageProviderSignUpRequest { /// Enum that represents a Storage Provider ID. It holds either a BackupStorageProviderId or a MainStorageProviderId, /// allowing to operate generically with both types. -#[derive(Encode, Decode, MaxEncodedLen, TypeInfo, RuntimeDebugNoBound, PartialEq, Eq, Clone)] +#[derive( + Encode, Decode, MaxEncodedLen, TypeInfo, RuntimeDebugNoBound, PartialEq, Eq, Clone, Copy, +)] #[scale_info(skip_type_params(T))] pub enum StorageProviderId { BackupStorageProvider(BackupStorageProviderId), diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0e5cca71e..0ae1bd923 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.80.1" +channel = "1.83.0" components = ["rustfmt", "clippy", "rust-src"] targets = ["wasm32-unknown-unknown"] profile = "minimal" diff --git a/test/scripts/crossBuildMac.ts b/test/scripts/crossBuildMac.ts index 72d513378..556d5c883 100644 --- a/test/scripts/crossBuildMac.ts +++ b/test/scripts/crossBuildMac.ts @@ -109,6 +109,10 @@ const buildAndCopyLibpq = async (target: string): Promise => { execSync("docker rm linux-libpq-container", { stdio: "inherit" }); console.log(`libpq.so has been copied to ${destPath}`); + + // Set RUSTFLAGS with the correct library path + process.env.RUSTFLAGS = `-C link-arg=-Wl,-rpath,$ORIGIN/../release/deps -L ${destPath}`; + console.log(`RUSTFLAGS set to: ${process.env.RUSTFLAGS}`); }; main();