diff --git a/Cargo.lock b/Cargo.lock index 14ce27f..92f5d5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,15 +12,6 @@ dependencies = [ "regex", ] -[[package]] -name = "addr2line" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" -dependencies = [ - "gimli 0.27.3", -] - [[package]] name = "addr2line" version = "0.24.2" @@ -30,6 +21,15 @@ dependencies = [ "gimli 0.31.1", ] +[[package]] +name = "addr2line" +version = "0.25.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" +dependencies = [ + "gimli 0.32.3", +] + [[package]] name = "adler2" version = "2.0.0" @@ -71,6 +71,17 @@ dependencies = [ "subtle 2.6.1", ] +[[package]] +name = "ahash" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" +dependencies = [ + "getrandom 0.2.16", + "once_cell", + "version_check", +] + [[package]] name = "ahash" version = "0.8.12" @@ -100,10 +111,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] -name = "alloy-core" -version = "0.8.25" +name = "alloy-consensus" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d8bcce99ad10fe02640cfaec1c6bc809b837c783c1d52906aa5af66e2a196f6" +checksum = "f3dcd2b4e208ce5477de90ccdcbd4bde2c8fb06af49a443974e92bb8f2c5e93f" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "alloy-trie", + "alloy-tx-macros", + "auto_impl", + "borsh", + "c-kzg", + "derive_more 2.0.1", + "either", + "k256", + "once_cell", + "rand 0.8.5", + "secp256k1 0.30.0", + "serde", + "serde_json", + "serde_with", + "thiserror 2.0.12", +] + +[[package]] +name = "alloy-core" +version = "1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d4087016b0896051dd3d03e0bedda2f4d4d1689af8addc8450288c63a9e5f68" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -114,15 +152,14 @@ dependencies = [ [[package]] name = "alloy-dyn-abi" -version = "0.8.25" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb8e762aefd39a397ff485bc86df673465c4ad3ec8819cc60833a8a3ba5cdc87" +checksum = "369f5707b958927176265e8a58627fc6195e5dfa5c55689396e68b241b3a72e6" dependencies = [ "alloy-json-abi", "alloy-primitives", "alloy-sol-type-parser", "alloy-sol-types", - "const-hex", "itoa", "serde", "serde_json", @@ -130,10 +167,72 @@ dependencies = [ ] [[package]] -name = "alloy-json-abi" -version = "0.8.25" +name = "alloy-eip2124" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe6beff64ad0aa6ad1019a3db26fef565aefeb011736150ab73ed3366c3cfd1b" +checksum = "741bdd7499908b3aa0b159bba11e71c8cddd009a2c2eb7a06e825f1ec87900a5" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "crc", + "serde", + "thiserror 2.0.12", +] + +[[package]] +name = "alloy-eip2930" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9441120fa82df73e8959ae0e4ab8ade03de2aaae61be313fbf5746277847ce25" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "borsh", + "serde", +] + +[[package]] +name = "alloy-eip7702" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2919c5a56a1007492da313e7a3b6d45ef5edc5d33416fdec63c0d7a2702a0d20" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "borsh", + "k256", + "serde", + "thiserror 2.0.12", +] + +[[package]] +name = "alloy-eips" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6847d641141b92a1557094aa6c236cbe49c06fb24144d4a21fe6acb970c15888" +dependencies = [ + "alloy-eip2124", + "alloy-eip2930", + "alloy-eip7702", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "auto_impl", + "borsh", + "c-kzg", + "derive_more 2.0.1", + "either", + "serde", + "serde_with", + "sha2 0.10.9", + "thiserror 2.0.12", +] + +[[package]] +name = "alloy-json-abi" +version = "1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84e3cf01219c966f95a460c95f1d4c30e12f6c18150c21a30b768af2a2a29142" dependencies = [ "alloy-primitives", "alloy-sol-type-parser", @@ -143,24 +242,25 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.8.25" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c77490fe91a0ce933a1f219029521f20fc28c2c0ca95d53fa4da9c00b8d9d4e" +checksum = "f6a0fb18dd5fb43ec5f0f6a20be1ce0287c79825827de5744afaa6c957737c33" dependencies = [ "alloy-rlp", "bytes", "cfg-if", "const-hex", "derive_more 2.0.1", - "foldhash", - "hashbrown 0.15.3", + "foldhash 0.2.0", + "hashbrown 0.16.1", "indexmap 2.9.0", "itoa", "k256", "keccak-asm", "paste", "proptest", - "rand 0.8.5", + "rand 0.9.1", + "rapidhash", "ruint", "rustc-hash 2.1.1", "serde", @@ -174,15 +274,38 @@ version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d6c1d995bff8d011f7cd6c81820d51825e6e06d6db73914c1630ecf544d83d6" dependencies = [ + "alloy-rlp-derive", "arrayvec 0.7.6", "bytes", ] [[package]] -name = "alloy-sol-macro" -version = "0.8.25" +name = "alloy-rlp-derive" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10ae8e9a91d328ae954c22542415303919aabe976fe7a92eb06db1b68fd59f2" +checksum = "64b728d511962dda67c1bc7ea7c03736ec275ed2cf4c35d9585298ac9ccf3b73" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "alloy-serde" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "067b718d2e6ac1bb889341fcc7a250cfa49bcd3ba4f23923f1c1eb1f2b10cb7c" +dependencies = [ + "alloy-primitives", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-sol-macro" +version = "1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09eb18ce0df92b4277291bbaa0ed70545d78b02948df756bbd3d6214bf39a218" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", @@ -194,9 +317,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro-expander" -version = "0.8.25" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83ad5da86c127751bc607c174d6c9fe9b85ef0889a9ca0c641735d77d4f98f26" +checksum = "95d9fa2daf21f59aa546d549943f10b5cce1ae59986774019fbedae834ffe01b" dependencies = [ "alloy-sol-macro-input", "const-hex", @@ -212,9 +335,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro-input" -version = "0.8.25" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3d30f0d3f9ba3b7686f3ff1de9ee312647aac705604417a2f40c604f409a9e" +checksum = "9396007fe69c26ee118a19f4dee1f5d1d6be186ea75b3881adf16d87f8444686" dependencies = [ "const-hex", "dunce", @@ -228,9 +351,9 @@ dependencies = [ [[package]] name = "alloy-sol-type-parser" -version = "0.8.25" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d162f8524adfdfb0e4bd0505c734c985f3e2474eb022af32eef0d52a4f3935c" +checksum = "af67a0b0dcebe14244fc92002cd8d96ecbf65db4639d479f5fcd5805755a4c27" dependencies = [ "serde", "winnow", @@ -238,17 +361,44 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "0.8.25" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d43d5e60466a440230c07761aa67671d4719d46f43be8ea6e7ed334d8db4a9ab" +checksum = "09aeea64f09a7483bdcd4193634c7e5cf9fd7775ee767585270cd8ce2d69dc95" dependencies = [ "alloy-json-abi", "alloy-primitives", "alloy-sol-macro", - "const-hex", "serde", ] +[[package]] +name = "alloy-trie" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b77b56af09ead281337d06b1d036c88e2dc8a2e45da512a532476dbee94912b" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "arrayvec 0.7.6", + "derive_more 2.0.1", + "nybbles", + "serde", + "smallvec", + "tracing", +] + +[[package]] +name = "alloy-tx-macros" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04950a13cc4209d8e9b78f306e87782466bad8538c94324702d061ff03e211c9" +dependencies = [ + "darling 0.21.3", + "proc-macro2", + "quote", + "syn 2.0.101", +] + [[package]] name = "always-assert" version = "0.1.3" @@ -349,6 +499,12 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "arbitrary" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" + [[package]] name = "ark-bls12-377" version = "0.4.0" @@ -361,15 +517,27 @@ dependencies = [ ] [[package]] -name = "ark-bls12-377-ext" -version = "0.4.1" +name = "ark-bls12-377" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" +checksum = "bfedac3173d12820a5e0d6cd4de31b49719a74f4a41dc09b6652d0276a3b2cd4" dependencies = [ - "ark-bls12-377", - "ark-ec 0.4.2", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-std 0.5.0", +] + +[[package]] +name = "ark-bls12-377-ext" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e47f3bb6e4ef3c0edb795769fc11469767ce807ed1ccdc979ab101aea2dbf4b5" +dependencies = [ + "ark-bls12-377 0.5.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", "ark-models-ext", - "ark-std 0.4.0", + "ark-std 0.5.0", ] [[package]] @@ -398,41 +566,53 @@ dependencies = [ [[package]] name = "ark-bls12-381-ext" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" +checksum = "0f1dbb23366825700828d373d5fc9c07b7f92253ffed47ab455003b7590d786d" dependencies = [ - "ark-bls12-381 0.4.0", - "ark-ec 0.4.2", - "ark-ff 0.4.2", + "ark-bls12-381 0.5.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", "ark-models-ext", - "ark-serialize 0.4.2", - "ark-std 0.4.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", +] + +[[package]] +name = "ark-bn254" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d69eab57e8d2663efa5c63135b2af4f396d66424f88954c21104125ab6b3e6bc" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-r1cs-std", + "ark-std 0.5.0", ] [[package]] name = "ark-bw6-761" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" +checksum = "1cc9cae367e0c3c0b52e3ef13371122752654f45d0212ec7306fb0c1c012cd98" dependencies = [ - "ark-bls12-377", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-std 0.4.0", + "ark-bls12-377 0.5.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-std 0.5.0", ] [[package]] name = "ark-bw6-761-ext" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" +checksum = "c6e1216f968e21c72fdaba53dbc9e547a8a60cc87b1dc74ac589727e906f9297" dependencies = [ "ark-bw6-761", - "ark-ec 0.4.2", - "ark-ff 0.4.2", + "ark-ec 0.5.0", + "ark-ff 0.5.0", "ark-models-ext", - "ark-std 0.4.0", + "ark-std 0.5.0", ] [[package]] @@ -449,7 +629,6 @@ dependencies = [ "hashbrown 0.13.2", "itertools 0.10.5", "num-traits", - "rayon", "zeroize", ] @@ -459,7 +638,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce" dependencies = [ - "ahash", + "ahash 0.8.12", "ark-ff 0.5.0", "ark-poly 0.5.0", "ark-serialize 0.5.0", @@ -471,44 +650,33 @@ dependencies = [ "num-bigint", "num-integer", "num-traits", + "rayon", "zeroize", ] [[package]] name = "ark-ed-on-bls12-377" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" +checksum = "ebbf817b2db27d2787009b2ff76304a5b90b4b01bb16aa8351701fd40f5f37b2" dependencies = [ - "ark-bls12-377", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-std 0.4.0", + "ark-bls12-377 0.5.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-std 0.5.0", ] [[package]] name = "ark-ed-on-bls12-377-ext" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" +checksum = "05093aa26f017411708e1271047852cc5f58686336f1f1a56fb2df747c3e173a" dependencies = [ - "ark-ec 0.4.2", + "ark-ec 0.5.0", "ark-ed-on-bls12-377", - "ark-ff 0.4.2", + "ark-ff 0.5.0", "ark-models-ext", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-ed-on-bls12-381-bandersnatch" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" -dependencies = [ - "ark-bls12-381 0.4.0", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-std 0.4.0", + "ark-std 0.5.0", ] [[package]] @@ -525,15 +693,15 @@ dependencies = [ [[package]] name = "ark-ed-on-bls12-381-bandersnatch-ext" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" +checksum = "5e6dce0c47def6f25cf01022acded4f32732f577187dfcd1268510093ef16ea6" dependencies = [ - "ark-ec 0.4.2", - "ark-ed-on-bls12-381-bandersnatch 0.4.0", - "ark-ff 0.4.2", + "ark-ec 0.5.0", + "ark-ed-on-bls12-381-bandersnatch", + "ark-ff 0.5.0", "ark-models-ext", - "ark-std 0.4.0", + "ark-std 0.5.0", ] [[package]] @@ -591,6 +759,7 @@ dependencies = [ "num-bigint", "num-traits", "paste", + "rayon", "zeroize", ] @@ -664,14 +833,14 @@ dependencies = [ [[package]] name = "ark-models-ext" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" +checksum = "ff772c552d00e9c092eab0608632342c553abbf6bca984008b55100a9a78a3a6" dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", "derivative", ] @@ -694,25 +863,55 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27" dependencies = [ - "ahash", + "ahash 0.8.12", "ark-ff 0.5.0", "ark-serialize 0.5.0", "ark-std 0.5.0", "educe", "fnv", "hashbrown 0.15.3", + "rayon", +] + +[[package]] +name = "ark-r1cs-std" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "941551ef1df4c7a401de7068758db6503598e6f01850bdb2cfdb614a1f9dbea1" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-relations", + "ark-std 0.5.0", + "educe", + "num-bigint", + "num-integer", + "num-traits", + "tracing", +] + +[[package]] +name = "ark-relations" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec46ddc93e7af44bcab5230937635b06fb5744464dd6a7e7b083e80ebd274384" +dependencies = [ + "ark-ff 0.5.0", + "ark-std 0.5.0", + "tracing", + "tracing-subscriber 0.2.25", ] [[package]] name = "ark-scale" -version = "0.0.12" +version = "0.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" +checksum = "985c81a9c7b23a72f62b7b20686d5326d2a9956806f37de9ee35cb1238faf0c0" dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", "parity-scale-codec", "scale-info", ] @@ -750,6 +949,7 @@ dependencies = [ "arrayvec 0.7.6", "digest 0.10.7", "num-bigint", + "rayon", ] [[package]] @@ -792,7 +992,6 @@ checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", "rand 0.8.5", - "rayon", ] [[package]] @@ -803,6 +1002,7 @@ checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" dependencies = [ "num-traits", "rand 0.8.5", + "rayon", ] [[package]] @@ -827,12 +1027,13 @@ checksum = "9501da18569b2afe0eb934fb7afd5a247d238b94116155af4dd068f319adfe6d" dependencies = [ "ark-bls12-381 0.5.0", "ark-ec 0.5.0", - "ark-ed-on-bls12-381-bandersnatch 0.5.0", + "ark-ed-on-bls12-381-bandersnatch", "ark-ff 0.5.0", "ark-serialize 0.5.0", "ark-std 0.5.0", "digest 0.10.7", "rand_chacha 0.3.1", + "rayon", "sha2 0.10.9", "w3f-ring-proof", "zeroize", @@ -864,21 +1065,8 @@ name = "arrayvec" version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" - -[[package]] -name = "asn1-rs" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" dependencies = [ - "asn1-rs-derive 0.5.1", - "asn1-rs-impl", - "displaydoc", - "nom", - "num-traits", - "rusticata-macros", - "thiserror 1.0.69", - "time", + "serde", ] [[package]] @@ -887,28 +1075,16 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" dependencies = [ - "asn1-rs-derive 0.6.0", + "asn1-rs-derive", "asn1-rs-impl", "displaydoc", - "nom", + "nom 7.1.3", "num-traits", "rusticata-macros", "thiserror 2.0.12", "time", ] -[[package]] -name = "asn1-rs-derive" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.101", - "synstructure 0.13.2", -] - [[package]] name = "asn1-rs-derive" version = "0.6.0" @@ -939,56 +1115,61 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] -name = "asset-test-utils" -version = "23.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "495e846b70652eb2b96901f155af3f890119e3407104417a3030d81fee8efd49" +name = "asset-test-pezutils" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "frame-support", - "frame-system", - "pallet-asset-conversion", - "pallet-assets", - "pallet-balances", - "pallet-collator-selection", - "pallet-session", - "pallet-timestamp", - "pallet-xcm", - "pallet-xcm-bridge-hub-router", - "parachains-common", - "parachains-runtimes-test-utils", + "assets-common", "parity-scale-codec", - "sp-io", - "sp-runtime", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-runtime-apis", + "pezcumulus-pezpallet-teyrchain-system", + "pezcumulus-pezpallet-xcmp-queue", + "pezcumulus-primitives-core", + "pezframe-support", + "pezframe-system", + "pezpallet-asset-conversion", + "pezpallet-assets", + "pezpallet-balances", + "pezpallet-collator-selection", + "pezpallet-session", + "pezpallet-timestamp", + "pezpallet-xcm", + "pezpallet-xcm-bridge-hub-router", + "pezsp-io", + "pezsp-runtime", + "pezstaging-teyrchain-info", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", + "teyrchains-common", + "teyrchains-runtimes-test-utils", + "xcm-runtime-pezapis", ] [[package]] name = "assets-common" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac2e40804e149007d05af1180319b524966fb810cf38f7b52e2f5af972f4521e" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "cumulus-primitives-core", - "frame-support", "impl-trait-for-tuples", - "pallet-asset-conversion", - "pallet-assets", - "pallet-xcm", - "parachains-common", "parity-scale-codec", + "pez-ethereum-standards", + "pezcumulus-primitives-core", + "pezframe-support", + "pezframe-system", + "pezpallet-asset-conversion", + "pezpallet-assets", + "pezpallet-revive", + "pezpallet-revive-uapi", + "pezpallet-xcm", + "pezsp-api", + "pezsp-core", + "pezsp-runtime", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", "scale-info", - "sp-api", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "serde", + "teyrchains-common", "tracing", ] @@ -1023,53 +1204,21 @@ checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa" dependencies = [ "async-task", "concurrent-queue", - "fastrand 2.3.0", - "futures-lite 2.6.0", + "fastrand", + "futures-lite", "pin-project-lite", "slab", ] -[[package]] -name = "async-fs" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" -dependencies = [ - "async-lock 2.8.0", - "autocfg", - "blocking", - "futures-lite 1.13.0", -] - [[package]] name = "async-fs" version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" dependencies = [ - "async-lock 3.4.0", + "async-lock", "blocking", - "futures-lite 2.6.0", -] - -[[package]] -name = "async-io" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" -dependencies = [ - "async-lock 2.8.0", - "autocfg", - "cfg-if", - "concurrent-queue", - "futures-lite 1.13.0", - "log", - "parking", - "polling 2.8.0", - "rustix 0.37.28", - "slab", - "socket2 0.4.10", - "waker-fn", + "futures-lite", ] [[package]] @@ -1078,28 +1227,19 @@ version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" dependencies = [ - "async-lock 3.4.0", + "async-lock", "cfg-if", "concurrent-queue", "futures-io", - "futures-lite 2.6.0", + "futures-lite", "parking", - "polling 3.7.4", + "polling", "rustix 0.38.44", "slab", "tracing", "windows-sys 0.59.0", ] -[[package]] -name = "async-lock" -version = "2.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" -dependencies = [ - "event-listener 2.5.3", -] - [[package]] name = "async-lock" version = "3.4.0" @@ -1111,43 +1251,15 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "async-net" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f" -dependencies = [ - "async-io 1.13.0", - "blocking", - "futures-lite 1.13.0", -] - [[package]] name = "async-net" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" dependencies = [ - "async-io 2.4.0", + "async-io", "blocking", - "futures-lite 2.6.0", -] - -[[package]] -name = "async-process" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" -dependencies = [ - "async-io 1.13.0", - "async-lock 2.8.0", - "async-signal", - "blocking", - "cfg-if", - "event-listener 3.1.0", - "futures-lite 1.13.0", - "rustix 0.38.44", - "windows-sys 0.48.0", + "futures-lite", ] [[package]] @@ -1157,14 +1269,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" dependencies = [ "async-channel 2.3.1", - "async-io 2.4.0", - "async-lock 3.4.0", + "async-io", + "async-lock", "async-signal", "async-task", "blocking", "cfg-if", "event-listener 5.4.0", - "futures-lite 2.6.0", + "futures-lite", "rustix 0.38.44", "tracing", ] @@ -1175,8 +1287,8 @@ version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" dependencies = [ - "async-io 2.4.0", - "async-lock 3.4.0", + "async-io", + "async-lock", "atomic-waker", "cfg-if", "futures-core", @@ -1230,15 +1342,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "atoi" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" -dependencies = [ - "num-traits", -] - [[package]] name = "atomic-take" version = "1.1.0" @@ -1253,15 +1356,26 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "attohttpc" -version = "0.24.1" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" +checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9" dependencies = [ - "http 0.2.12", + "base64 0.22.1", + "http 1.3.1", "log", "url", ] +[[package]] +name = "aurora-engine-modexp" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "518bc5745a6264b5fd7b09dffb9667e400ee9e2bbe18555fac75e1fe9afa0df9" +dependencies = [ + "hex", + "num", +] + [[package]] name = "auto_impl" version = "1.3.0" @@ -1279,6 +1393,34 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" +[[package]] +name = "average" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a237a6822e1c3c98e700b6db5b293eb341b7524dcb8d227941245702b7431dc" +dependencies = [ + "easy-cast", + "float-ord", + "num-traits", +] + +[[package]] +name = "az" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" + +[[package]] +name = "backoff" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" +dependencies = [ + "getrandom 0.2.16", + "instant", + "rand 0.8.5", +] + [[package]] name = "backtrace" version = "0.3.75" @@ -1312,12 +1454,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581" -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - [[package]] name = "base64" version = "0.21.7" @@ -1338,41 +1474,28 @@ checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" [[package]] name = "binary-merkle-tree" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "181f5380e435b8ba6d901f8b16fc8908c6f0f8bea8973113d1c8718d89bb1809" +version = "13.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ "hash-db", "log", "parity-scale-codec", ] -[[package]] -name = "bincode" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" -dependencies = [ - "serde", -] - [[package]] name = "bindgen" -version = "0.65.1" +version = "0.72.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" +checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.10.0", "cexpr", "clang-sys", - "lazy_static", - "lazycell", - "peeking_take_while", - "prettyplease", + "itertools 0.13.0", "proc-macro2", "quote", "regex", - "rustc-hash 1.1.0", + "rustc-hash 2.1.1", "shlex", "syn 2.0.101", ] @@ -1396,11 +1519,13 @@ dependencies = [ [[package]] name = "bip39" -version = "2.1.0" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387" +checksum = "90dbd31c98227229239363921e60fcf5e558e43ec69094d46fc4996f08d1d5bc" dependencies = [ - "bitcoin_hashes 0.13.0", + "bitcoin_hashes", + "rand 0.8.5", + "rand_core 0.6.4", "serde", "unicode-normalization", ] @@ -1420,28 +1545,12 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" -[[package]] -name = "bitcoin-internals" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" - [[package]] name = "bitcoin-io" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" -[[package]] -name = "bitcoin_hashes" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" -dependencies = [ - "bitcoin-internals", - "hex-conservative 0.1.2", -] - [[package]] name = "bitcoin_hashes" version = "0.14.0" @@ -1449,7 +1558,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" dependencies = [ "bitcoin-io", - "hex-conservative 0.2.1", + "hex-conservative", ] [[package]] @@ -1460,12 +1569,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" -dependencies = [ - "serde", -] +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" [[package]] name = "bitvec" @@ -1480,6 +1586,168 @@ dependencies = [ "wyz", ] +[[package]] +name = "bizinikiwi-bip39" +version = "0.4.7" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "hmac 0.12.1", + "pbkdf2", + "schnorrkel 0.11.4", + "sha2 0.10.9", + "zeroize", +] + +[[package]] +name = "bizinikiwi-bn" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8cefde413ae13ad3feac77cedffecb4ea0d957d1b519706f801e672bc1e24554" +dependencies = [ + "byteorder", + "crunchy", + "lazy_static", + "rand 0.8.5", + "rustc-hex", +] + +[[package]] +name = "bizinikiwi-build-script-utils" +version = "11.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" + +[[package]] +name = "bizinikiwi-frame-rpc-support" +version = "29.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "pezframe-support", + "pezsc-rpc-api", + "pezsp-storage", + "scale-info", + "serde", +] + +[[package]] +name = "bizinikiwi-frame-rpc-system" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "pezframe-system-rpc-runtime-api", + "pezsc-rpc-api", + "pezsc-transaction-pool-api", + "pezsp-api", + "pezsp-block-builder", + "pezsp-blockchain", + "pezsp-core", + "pezsp-runtime", +] + +[[package]] +name = "bizinikiwi-prometheus-endpoint" +version = "0.17.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "http-body-util", + "hyper 1.6.0", + "hyper-util", + "log", + "prometheus", + "thiserror 1.0.69", + "tokio", +] + +[[package]] +name = "bizinikiwi-rpc-client" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "jsonrpsee", + "log", + "pezsc-rpc-api", + "pezsp-runtime", + "serde", +] + +[[package]] +name = "bizinikiwi-state-trie-migration-rpc" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "pezsc-client-api", + "pezsc-rpc-api", + "pezsp-core", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-trie", + "serde", + "trie-db", +] + +[[package]] +name = "bizinikiwi-txtesttool" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "average", + "chrono", + "clap", + "clap_derive", + "ctrlc", + "futures", + "futures-util", + "hex", + "jsonrpsee", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezkuwi-subxt", + "pezkuwi-subxt-core", + "pezkuwi-subxt-rpcs", + "pezkuwi-subxt-signer", + "rand 0.8.5", + "serde", + "serde_json", + "termplot", + "thiserror 1.0.69", + "time", + "tokio", + "tokio-util", + "tracing", + "tracing-subscriber 0.3.22", +] + +[[package]] +name = "bizinikiwi-wasm-builder" +version = "17.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "build-helper", + "cargo_metadata", + "console", + "filetime", + "jobserver", + "parity-wasm", + "pezsp-maybe-compressed-blob", + "polkavm-linker 0.26.0", + "shlex", + "strum 0.26.3", + "tempfile", + "toml 0.8.22", + "walkdir", + "wasm-opt", +] + [[package]] name = "blake2" version = "0.8.1" @@ -1564,6 +1832,15 @@ dependencies = [ "generic-array 0.14.7", ] +[[package]] +name = "block2" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" +dependencies = [ + "objc2", +] + [[package]] name = "blocking" version = "1.6.1" @@ -1573,16 +1850,64 @@ dependencies = [ "async-channel 2.3.1", "async-task", "futures-io", - "futures-lite 2.6.0", + "futures-lite", "piper", ] [[package]] -name = "bounded-collections" -version = "0.2.4" +name = "blst" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ad8a0bed7827f0b07a5d23cec2e58cc02038a99e4ca81616cb2bb2025f804d" +checksum = "dcdb4c7013139a150f9fc55d123186dbfaba0d912817466282c73ac49e71fb45" dependencies = [ + "cc", + "glob", + "threadpool", + "zeroize", +] + +[[package]] +name = "borsh" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" +dependencies = [ + "borsh-derive", + "cfg_aliases 0.2.1", +] + +[[package]] +name = "borsh-derive" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" +dependencies = [ + "once_cell", + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "bounded-collections" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca548b6163b872067dc5eb82fd130c56881435e30367d2073594a3d9744120dd" +dependencies = [ + "log", + "parity-scale-codec", + "scale-info", + "serde", +] + +[[package]] +name = "bounded-collections" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dee8eddd066a8825ec5570528e6880471210fd5d88cb6abbe1cfdd51ca249c33" +dependencies = [ + "jam-codec", "log", "parity-scale-codec", "scale-info", @@ -1599,264 +1924,156 @@ dependencies = [ ] [[package]] -name = "bp-header-chain" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17c84a9c7cc83cac38b2562cc2aed23968159485c6e7552e54e547156b894b9f" +name = "bp-header-pez-chain" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "bp-runtime", "finality-grandpa", - "frame-support", "parity-scale-codec", + "pezbp-runtime", + "pezframe-support", + "pezsp-consensus-grandpa", + "pezsp-core", + "pezsp-runtime", + "pezsp-std", "scale-info", "serde", - "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "sp-std", ] [[package]] name = "bp-messages" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5225f415050bd90e87c3c786e941be8c0174b10c982a9bc4fafcb39ffef5db1b" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "bp-header-chain", - "bp-runtime", - "frame-support", + "bp-header-pez-chain", "parity-scale-codec", + "pezbp-runtime", + "pezframe-support", + "pezsp-core", + "pezsp-io", + "pezsp-std", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-std", ] [[package]] -name = "bp-parachains" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61248961e109028adb3aa3bf10c1e7f5e6c299e925b2e4a6bafea5992995deb9" -dependencies = [ - "bp-header-chain", - "bp-polkadot-core", - "bp-runtime", - "frame-support", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "bp-polkadot-core" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e430306d9de3f5c255e27f5b51cc525f9114049a6660d3281a19bc7718c3420a" +name = "bp-pezkuwi-core" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ "bp-messages", - "bp-runtime", - "frame-support", - "frame-system", "parity-scale-codec", + "pezbp-runtime", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-runtime", + "pezsp-std", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", ] [[package]] name = "bp-relayers" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c076b9097ca540f73c5f72ac26f79bf42dc755838747455bd73bd891554b53a" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "bp-header-chain", + "bp-header-pez-chain", "bp-messages", - "bp-parachains", - "bp-runtime", - "frame-support", - "frame-system", - "pallet-utility", + "bp-teyrchains", "parity-scale-codec", + "pezbp-runtime", + "pezframe-support", + "pezframe-system", + "pezpallet-utility", + "pezsp-runtime", + "pezsp-std", "scale-info", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "bp-runtime" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6348c2b4adff5c1fa56eac48cd10995345b3ce69811f08e15b84f284a8c5e7d5" -dependencies = [ - "frame-support", - "frame-system", - "hash-db", - "impl-trait-for-tuples", - "log", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acd40a1a1c8016954d22ab96b833c01bc01254ce3a7bfc917a6ac35913be71f" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "bp-header-chain", - "bp-parachains", - "bp-polkadot-core", - "bp-runtime", + "bp-header-pez-chain", + "bp-pezkuwi-core", + "bp-teyrchains", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto", - "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "sp-std", - "sp-trie", + "pezbp-runtime", + "pezsp-application-crypto", + "pezsp-consensus-grandpa", + "pezsp-core", + "pezsp-runtime", + "pezsp-std", + "pezsp-trie", +] + +[[package]] +name = "bp-teyrchains" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bp-header-pez-chain", + "bp-pezkuwi-core", + "impl-trait-for-tuples", + "parity-scale-codec", + "pezbp-runtime", + "pezframe-support", + "pezsp-core", + "pezsp-runtime", + "pezsp-std", + "scale-info", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b902f91c704c397e83610d859b7a541bdb3f5cdde2fee3ec33a5306f92328a34" +version = "0.2.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ "bp-messages", - "bp-runtime", - "frame-support", "parity-scale-codec", + "pezbp-runtime", + "pezframe-support", + "pezsp-core", + "pezsp-io", + "pezsp-std", + "pezstaging-xcm", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-std", - "staging-xcm", ] [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7f093f70e1193363e778130745d9758044ae07267bc39a9ca4408144759babb" +version = "0.6.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ "parity-scale-codec", + "pezsp-core", + "pezsp-runtime", + "pezstaging-xcm", "scale-info", - "sp-core", - "sp-runtime", - "staging-xcm", ] [[package]] name = "bridge-hub-common" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69ccce8944027677327dab0d7e79ce36459b520b3607aa24df686615b04cb4f2" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "pallet-message-queue", "parity-scale-codec", + "pezcumulus-primitives-core", + "pezframe-support", + "pezpallet-message-queue", + "pezsnowbridge-core", + "pezsp-core", + "pezsp-runtime", + "pezsp-std", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", "scale-info", - "snowbridge-core", - "sp-core", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - -[[package]] -name = "bridge-hub-test-utils" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "120b7fb3a139fdfc0abbe9d85d892f4b0945436e8e2f16e47eab3f4756f1cff8" -dependencies = [ - "asset-test-utils", - "bp-header-chain", - "bp-messages", - "bp-parachains", - "bp-polkadot-core", - "bp-relayers", - "bp-runtime", - "bp-test-utils", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcmp-queue", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-balances", - "pallet-bridge-grandpa", - "pallet-bridge-messages", - "pallet-bridge-parachains", - "pallet-bridge-relayers", - "pallet-timestamp", - "pallet-utility", - "pallet-xcm", - "pallet-xcm-bridge-hub", - "parachains-common", - "parachains-runtimes-test-utils", - "parity-scale-codec", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", - "sp-std", - "sp-tracing", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - -[[package]] -name = "bridge-runtime-common" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "666a293f59eb82b3aba2780cf89e6d6cbb333d935691f7b035e88cbd406cf65e" -dependencies = [ - "bp-header-chain", - "bp-messages", - "bp-parachains", - "bp-polkadot-core", - "bp-relayers", - "bp-runtime", - "frame-support", - "frame-system", - "log", - "pallet-bridge-grandpa", - "pallet-bridge-messages", - "pallet-bridge-parachains", - "pallet-bridge-relayers", - "pallet-transaction-payment", - "pallet-utility", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-std", - "sp-trie", - "sp-weights", - "staging-xcm", - "tuplex", ] [[package]] @@ -1883,6 +2100,9 @@ name = "bumpalo" version = "3.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" +dependencies = [ + "allocator-api2", +] [[package]] name = "byte-slice-cast" @@ -1927,6 +2147,21 @@ dependencies = [ "pkg-config", ] +[[package]] +name = "c-kzg" +version = "2.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e00bf4b112b07b505472dbefd19e37e53307e2bfed5a79e0cc161d58ccd0e687" +dependencies = [ + "blst", + "cc", + "glob", + "hex", + "libc", + "once_cell", + "serde", +] + [[package]] name = "c2-chacha" version = "0.3.3" @@ -1992,7 +2227,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" dependencies = [ - "nom", + "nom 7.1.3", ] [[package]] @@ -2066,8 +2301,9 @@ dependencies = [ "iana-time-zone", "js-sys", "num-traits", + "serde", "wasm-bindgen", - "windows-link", + "windows-link 0.1.1", ] [[package]] @@ -2123,7 +2359,6 @@ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", - "libloading", ] [[package]] @@ -2178,6 +2413,15 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "cobs" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" +dependencies = [ + "thiserror 2.0.12", +] + [[package]] name = "codespan-reporting" version = "0.12.0" @@ -2204,7 +2448,7 @@ version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22" dependencies = [ - "nom", + "nom 7.1.3", "proc-macro2", "quote", "syn 2.0.101", @@ -2216,6 +2460,16 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" +[[package]] +name = "colored" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" +dependencies = [ + "lazy_static", + "windows-sys 0.59.0", +] + [[package]] name = "combine" version = "4.6.7" @@ -2264,6 +2518,16 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "const-crypto" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c06f1eb05f06cf2e380fdded278fbf056a38974299d77960555a311dcf91a52" +dependencies = [ + "keccak-const", + "sha2-const-stable", +] + [[package]] name = "const-hex" version = "1.14.0" @@ -2341,6 +2605,24 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" +[[package]] +name = "convert_case" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" +dependencies = [ + "unicode-segmentation", +] + +[[package]] +name = "convert_case" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" +dependencies = [ + "unicode-segmentation", +] + [[package]] name = "core-foundation" version = "0.9.4" @@ -2378,9 +2660,9 @@ dependencies = [ [[package]] name = "cpp_demangle" -version = "0.3.5" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" +checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253" dependencies = [ "cfg-if", ] @@ -2405,63 +2687,113 @@ dependencies = [ ] [[package]] -name = "cranelift-bforest" -version = "0.95.1" +name = "cranelift-assembler-x64" +version = "0.124.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70" +checksum = "b27381757f9295b67e558f4c64a83bfe7c6e82daad1ba4f8a948482c5de56ee9" +dependencies = [ + "cranelift-assembler-x64-meta", +] + +[[package]] +name = "cranelift-assembler-x64-meta" +version = "0.124.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e2ef32a4dbf1b380632a889995156080ecc0f1e07ac8eaa3f6325e4bd14ad8a" +dependencies = [ + "cranelift-srcgen", +] + +[[package]] +name = "cranelift-bforest" +version = "0.124.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b71c01a8007dd54330c8d73edeb82a8fc1a7143884af2f319e97340e290939b" dependencies = [ "cranelift-entity", ] +[[package]] +name = "cranelift-bitset" +version = "0.124.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19fef6b39515a0ecfbb9954ab3d2d6740a459a11bef3d0536ef48460e6f6deb5" +dependencies = [ + "serde", + "serde_derive", +] + [[package]] name = "cranelift-codegen" -version = "0.95.1" +version = "0.124.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220" +checksum = "2060d8c75772e5208a9d3b766d9eb975bfc18ac459b75a0a2b2a72769a2f6da6" dependencies = [ "bumpalo", + "cranelift-assembler-x64", "cranelift-bforest", + "cranelift-bitset", "cranelift-codegen-meta", "cranelift-codegen-shared", + "cranelift-control", "cranelift-entity", "cranelift-isle", - "gimli 0.27.3", - "hashbrown 0.13.2", + "gimli 0.32.3", + "hashbrown 0.15.3", "log", - "regalloc2 0.6.1", + "pulley-interpreter", + "regalloc2 0.13.3", + "rustc-hash 2.1.1", + "serde", "smallvec", "target-lexicon", + "wasmtime-internal-math", ] [[package]] name = "cranelift-codegen-meta" -version = "0.95.1" +version = "0.124.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da" +checksum = "887e3ab41a8a75cb6b68c5fc686158b6083f1ad49cf52f2da7538fba17ff0be6" dependencies = [ + "cranelift-assembler-x64-meta", "cranelift-codegen-shared", + "cranelift-srcgen", + "heck 0.5.0", + "pulley-interpreter", ] [[package]] name = "cranelift-codegen-shared" -version = "0.95.1" +version = "0.124.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8" +checksum = "85b187cbec77058579b47e8f75b1ce430b0d110df9c38d0fee2f8bd9801fd673" + +[[package]] +name = "cranelift-control" +version = "0.124.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b421ad1fefa33a1bb278d761d8ad7d49e17b7089f652fc2a1536435c75ff8def" +dependencies = [ + "arbitrary", +] [[package]] name = "cranelift-entity" -version = "0.95.1" +version = "0.124.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0" +checksum = "46e3a650a696c3f4c93bb869e7d219ba3abf6e247164aaf7f12dc918a1d52772" dependencies = [ + "cranelift-bitset", "serde", + "serde_derive", ] [[package]] name = "cranelift-frontend" -version = "0.95.1" +version = "0.124.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d" +checksum = "38d48f516c004656a85747f6f8ccf6e23d8ec0a0a6dcf75ec85d6f2fa7e12c91" dependencies = [ "cranelift-codegen", "log", @@ -2471,15 +2803,15 @@ dependencies = [ [[package]] name = "cranelift-isle" -version = "0.95.1" +version = "0.124.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba" +checksum = "7ce7761455ec4977010db897e9ad925200f08e435b9fa17575bd269ba174f33b" [[package]] name = "cranelift-native" -version = "0.95.1" +version = "0.124.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00" +checksum = "42be1df38c4db6e19ba19d5ab8e65950c2865da0ad9e972a99ef224f1f77b8af" dependencies = [ "cranelift-codegen", "libc", @@ -2487,20 +2819,10 @@ dependencies = [ ] [[package]] -name = "cranelift-wasm" -version = "0.95.1" +name = "cranelift-srcgen" +version = "0.124.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac" -dependencies = [ - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "itertools 0.10.5", - "log", - "smallvec", - "wasmparser", - "wasmtime-types", -] +checksum = "5fee765d14f3f91dcba44c0e4b0eaece5f89024539b620af15a6aeec485b1170" [[package]] name = "crc" @@ -2526,6 +2848,21 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "critical-section" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" + +[[package]] +name = "crossbeam-channel" +version = "0.5.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" +dependencies = [ + "crossbeam-utils", +] + [[package]] name = "crossbeam-deque" version = "0.8.6" @@ -2634,704 +2971,14 @@ dependencies = [ ] [[package]] -name = "cumulus-client-cli" -version = "0.22.0" +name = "ctrlc" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d2d80f117f1527a96c6153453886545e2d63be311eb85a3a2652fde2f493244" +checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790" dependencies = [ - "clap", - "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", - "sp-core", - "sp-runtime", - "url", -] - -[[package]] -name = "cumulus-client-collator" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad6b29ec8e4279575eb2dae772ff12c85ba2f1c3eb9bbc6af4bd4f9479263a25" -dependencies = [ - "cumulus-client-consensus-common", - "cumulus-client-network", - "cumulus-primitives-core", - "futures", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-consensus", - "sp-core", - "sp-runtime", - "tracing", -] - -[[package]] -name = "cumulus-client-consensus-aura" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a332c568f7804c5b8f6a9c8ffdb551fd4ab85f658917e7dc2d1b7338c5c7cc1" -dependencies = [ - "async-trait", - "cumulus-client-collator", - "cumulus-client-consensus-common", - "cumulus-client-consensus-proposer", - "cumulus-client-parachain-inherent", - "cumulus-primitives-aura", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-consensus-aura", - "sc-consensus-babe", - "sc-consensus-slots", - "sc-telemetry", - "sc-utils", - "schnellru", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-timestamp", - "sp-trie", - "substrate-prometheus-endpoint", - "tokio", - "tracing", -] - -[[package]] -name = "cumulus-client-consensus-common" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbc413f1f48d1812e2bf580f22a41bd4c9575d78dd75b092b0c7587c1d36dee" -dependencies = [ - "async-trait", - "cumulus-client-pov-recovery", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "dyn-clone", - "futures", - "log", - "parity-scale-codec", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-consensus-babe", - "schnellru", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-runtime", - "sp-timestamp", - "sp-trie", - "sp-version", - "substrate-prometheus-endpoint", - "tracing", -] - -[[package]] -name = "cumulus-client-consensus-proposer" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc4a9da6c4c0869a75a26f0ba7d6a1c592cda5ab360c5602b493154195f96dfd" -dependencies = [ - "anyhow", - "async-trait", - "cumulus-primitives-parachain-inherent", - "sp-consensus", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "thiserror 1.0.69", -] - -[[package]] -name = "cumulus-client-consensus-relay-chain" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12677b5544edc85f2ce1ebf3d767c77b193c3875a45eb0d2695588255e078c6" -dependencies = [ - "async-trait", - "cumulus-client-consensus-common", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures", - "parking_lot 0.12.3", - "sc-consensus", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "substrate-prometheus-endpoint", - "tracing", -] - -[[package]] -name = "cumulus-client-network" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64938605e24f1416d422702088d75ade01a1ed6d90958d957f277e8e495c3d89" -dependencies = [ - "async-trait", - "cumulus-relay-chain-interface", - "futures", - "futures-timer", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-version", - "tracing", -] - -[[package]] -name = "cumulus-client-parachain-inherent" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4acde48ac4c352f41a1eef209a8bc7dd76d5d6dad2979aa6527678beda7b2f7" -dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", - "parity-scale-codec", - "sc-client-api", - "sp-crypto-hashing", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "tracing", -] - -[[package]] -name = "cumulus-client-pov-recovery" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "558118be0843a5a8ea5d89c004807ac3bbefe30954d775ef608ead946fd58c8e" -dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures", - "futures-timer", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "rand 0.8.5", - "sc-client-api", - "sc-consensus", - "sp-api", - "sp-consensus", - "sp-maybe-compressed-blob", - "sp-runtime", - "sp-version", - "tracing", -] - -[[package]] -name = "cumulus-client-service" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f80077ecd00a08e419f1e931d815f46ff0325955e181ee048ae6a94b1c55b46c" -dependencies = [ - "cumulus-client-cli", - "cumulus-client-collator", - "cumulus-client-consensus-common", - "cumulus-client-network", - "cumulus-client-pov-recovery", - "cumulus-primitives-core", - "cumulus-primitives-proof-size-hostfunction", - "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", - "cumulus-relay-chain-minimal-node", - "futures", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-io", - "sp-runtime", - "sp-transaction-pool", -] - -[[package]] -name = "cumulus-pallet-aura-ext" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7db210f52473f603bdb4c2f7919859e5ecae935ba674ac54b12b287615735907" -dependencies = [ - "cumulus-pallet-parachain-system", - "frame-support", - "frame-system", - "pallet-aura", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-consensus-aura", - "sp-runtime", -] - -[[package]] -name = "cumulus-pallet-dmp-queue" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac09617f1e8078715e34052581ec198a42944c971af4ac8482a7ba4d77f7ac25" -dependencies = [ - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", -] - -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3eab3409f29ea088aa016e8e45e246d3630277c0e4b37d7c55aa5ef7aaab2a" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-proof-size-hostfunction", - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-message-queue", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "trie-db", -] - -[[package]] -name = "cumulus-pallet-parachain-system-proc-macro" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "befbaf3a1ce23ac8476481484fef5f4d500cbd15b4dad6380ce1d28134b0c1f7" -dependencies = [ - "proc-macro-crate 3.3.0", - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "cumulus-pallet-session-benchmarking" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48217a9e11b836fe5ccea6768e26bf628a574d2ae178f793d2f2b972c50da5de" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", - "parity-scale-codec", - "sp-runtime", -] - -[[package]] -name = "cumulus-pallet-solo-to-para" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1dea75465a0ddd1657911970dcfa32cf40a873d2356e2273370cc2f77f60e59" -dependencies = [ - "cumulus-pallet-parachain-system", - "frame-support", - "frame-system", - "pallet-sudo", - "parity-scale-codec", - "polkadot-primitives", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "cumulus-pallet-weight-reclaim" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78421029261ce959e3275594add9f71484b79029d3c5eefbd528934d4f042495" -dependencies = [ - "cumulus-primitives-storage-weight-reclaim", - "derive-where", - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-trie", -] - -[[package]] -name = "cumulus-pallet-xcm" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a322a86f98d2c7dfaaa787de92568cd776873dfa78339d27ccb14e85631838dc" -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", -] - -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "229345265f5551d2b0fdba0f44a1ef85c907b5f4cf47aefc70a17ca70538b719" -dependencies = [ - "bounded-collections", - "bp-xcm-bridge-hub-router", - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-message-queue", - "parity-scale-codec", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - -[[package]] -name = "cumulus-ping" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83559ce5f74bd228d2e5002bdb8cb94b8701d18ef456199bd199222b993e474d" -dependencies = [ - "cumulus-pallet-xcm", - "cumulus-primitives-core", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "staging-xcm", -] - -[[package]] -name = "cumulus-primitives-aura" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ae7651c74adc9785402c4b2e59a089b39b466c9e5628b92b1800063ecd5864d" -dependencies = [ - "sp-api", - "sp-consensus-aura", -] - -[[package]] -name = "cumulus-primitives-core" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f9e219ac5b7cc1ec53c8c3fc01745ec28d77ddd845dc8b9c32e542d70f11888" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "scale-info", - "sp-api", - "sp-runtime", - "sp-trie", - "staging-xcm", -] - -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c8bb6be20c760997a62ee067fc63be701b15cac32adc8526f0eefc4623a887" -dependencies = [ - "async-trait", - "cumulus-primitives-core", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-inherents", - "sp-trie", -] - -[[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9230c15cefe5c80941ac287e3c6a900631de4d673ff167fe622f1698c97a845e" -dependencies = [ - "sp-externalities", - "sp-runtime-interface", - "sp-trie", -] - -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "11.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d8465f3343113ad397e83e45b1fc968d9cd0f5946583291974c072f84700712" -dependencies = [ - "cumulus-primitives-core", - "cumulus-primitives-proof-size-hostfunction", - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "cumulus-primitives-timestamp" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa2c510928cf69deb096c6a487957f9b25b1dd05e5538c3eb572b153e893ee6e" -dependencies = [ - "cumulus-primitives-core", - "sp-inherents", - "sp-timestamp", -] - -[[package]] -name = "cumulus-primitives-utility" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "075080c08260cf07ca74b2029039d81b84748d2e95dce3415c3ac5795494db18" -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "log", - "pallet-asset-conversion", - "parity-scale-codec", - "polkadot-runtime-common", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - -[[package]] -name = "cumulus-relay-chain-inprocess-interface" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a54c77651716e7b8867bca186fec797491cbfd2b51b21c90fd1ada242237adfc" -dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures", - "futures-timer", - "polkadot-cli", - "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sp-api", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", -] - -[[package]] -name = "cumulus-relay-chain-interface" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fcdead0c8d5939349b712e863d6996459ddc2b2b021b1c1386dd5bcd0a1ac14" -dependencies = [ - "async-trait", - "cumulus-primitives-core", - "futures", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", - "sp-api", - "sp-blockchain", - "sp-state-machine", - "sp-version", - "thiserror 1.0.69", -] - -[[package]] -name = "cumulus-relay-chain-minimal-node" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58c6765ce2a83d194c4098e967e8087caf6233f5782b855fc9a721025084a2af" -dependencies = [ - "array-bytes", - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "cumulus-relay-chain-rpc-interface", - "futures", - "polkadot-core-primitives", - "polkadot-network-bridge", - "polkadot-node-network-protocol", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-runtime", - "substrate-prometheus-endpoint", - "tracing", -] - -[[package]] -name = "cumulus-relay-chain-rpc-interface" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b918e3978be78a54cf84a33e8ddc4a6125b8eddb4db21d06ecb3d1f1ed69e6" -dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "either", - "futures", - "futures-timer", - "jsonrpsee", - "parity-scale-codec", - "pin-project", - "polkadot-overseer", - "prometheus", - "rand 0.8.5", - "sc-client-api", - "sc-rpc-api", - "sc-service", - "schnellru", - "serde", - "serde_json", - "smoldot 0.11.0", - "smoldot-light 0.9.0", - "sp-authority-discovery", - "sp-consensus-babe", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-version", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", - "tokio", - "tokio-util", - "tracing", - "url", -] - -[[package]] -name = "cumulus-test-relay-sproof-builder" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1bf30f2eed8f8bfd89e65d52395d124d45caa4ccd90a7e1326bb2fb7ac347b2" -dependencies = [ - "cumulus-primitives-core", - "parity-scale-codec", - "polkadot-primitives", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "dispatch2", + "nix 0.30.1", + "windows-sys 0.61.2", ] [[package]] @@ -3384,7 +3031,7 @@ dependencies = [ "cxxbridge-cmd", "cxxbridge-flags", "cxxbridge-macro", - "foldhash", + "foldhash 0.1.5", "link-cplusplus", ] @@ -3439,8 +3086,18 @@ version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" dependencies = [ - "darling_core", - "darling_macro", + "darling_core 0.20.11", + "darling_macro 0.20.11", +] + +[[package]] +name = "darling" +version = "0.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" +dependencies = [ + "darling_core 0.21.3", + "darling_macro 0.21.3", ] [[package]] @@ -3457,13 +3114,39 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "darling_core" +version = "0.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "serde", + "strsim", + "syn 2.0.101", +] + [[package]] name = "darling_macro" version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ - "darling_core", + "darling_core 0.20.11", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "darling_macro" +version = "0.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" +dependencies = [ + "darling_core 0.21.3", "quote", "syn 2.0.101", ] @@ -3507,6 +3190,15 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "debugid" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" +dependencies = [ + "uuid", +] + [[package]] name = "der" version = "0.7.10" @@ -3518,29 +3210,15 @@ dependencies = [ "zeroize", ] -[[package]] -name = "der-parser" -version = "9.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" -dependencies = [ - "asn1-rs 0.6.2", - "displaydoc", - "nom", - "num-bigint", - "num-traits", - "rusticata-macros", -] - [[package]] name = "der-parser" version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" dependencies = [ - "asn1-rs 0.7.1", + "asn1-rs", "displaydoc", - "nom", + "nom 7.1.3", "num-bigint", "num-traits", "rusticata-macros", @@ -3553,6 +3231,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" dependencies = [ "powerfmt", + "serde", ] [[package]] @@ -3579,9 +3258,9 @@ dependencies = [ [[package]] name = "derive-where" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e73f2692d4bd3cac41dca28934a39894200c9fabf49586d77d0e5954af1d7902" +checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" dependencies = [ "proc-macro2", "quote", @@ -3594,7 +3273,7 @@ version = "0.99.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" dependencies = [ - "convert_case", + "convert_case 0.4.0", "proc-macro2", "quote", "rustc_version 0.4.1", @@ -3628,7 +3307,6 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.101", - "unicode-xid", ] [[package]] @@ -3637,6 +3315,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" dependencies = [ + "convert_case 0.7.1", "proc-macro2", "quote", "syn 2.0.101", @@ -3724,6 +3403,18 @@ dependencies = [ "winapi", ] +[[package]] +name = "dispatch2" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" +dependencies = [ + "bitflags 2.10.0", + "block2", + "libc", + "objc2", +] + [[package]] name = "displaydoc" version = "0.2.5" @@ -3762,12 +3453,6 @@ dependencies = [ "walkdir", ] -[[package]] -name = "dotenvy" -version = "0.15.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" - [[package]] name = "downcast" version = "0.11.0" @@ -3780,6 +3465,16 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" +[[package]] +name = "drawille" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e64e461c3f1e69d99372620640b3fd5f0309eeda2e26e4af69f6760c0e1df845" +dependencies = [ + "colored", + "fnv", +] + [[package]] name = "dtoa" version = "1.0.10" @@ -3819,6 +3514,15 @@ version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" +[[package]] +name = "easy-cast" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23f40539c229fc2e4674bdecdf24bfcc2cb83631ca911c78a035fa9f2381c32b" +dependencies = [ + "libm", +] + [[package]] name = "ecdsa" version = "0.16.9" @@ -3861,16 +3565,17 @@ dependencies = [ [[package]] name = "ed25519-zebra" -version = "4.0.3" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" +checksum = "0017d969298eec91e3db7a2985a8cab4df6341d86e6f3a6f5878b13fb7846bc9" dependencies = [ "curve25519-dalek", "ed25519", - "hashbrown 0.14.5", - "hex", + "hashbrown 0.15.3", + "pkcs8", "rand_core 0.6.4", "sha2 0.10.9", + "subtle 2.6.1", "zeroize", ] @@ -3916,41 +3621,16 @@ dependencies = [ ] [[package]] -name = "emulated-integration-tests-common" -version = "20.0.1" +name = "embedded-io" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22f1a377439a0fbba85ee130b57b044df03e8fefd51c8e731b29c73316391382" -dependencies = [ - "asset-test-utils", - "bp-messages", - "bp-xcm-bridge-hub", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "frame-support", - "hex-literal", - "pallet-assets", - "pallet-balances", - "pallet-bridge-messages", - "pallet-message-queue", - "pallet-xcm", - "pallet-xcm-bridge-hub", - "parachains-common", - "parity-scale-codec", - "paste", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "sc-consensus-grandpa", - "sp-authority-discovery", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-core", - "sp-keyring", - "sp-runtime", - "staging-xcm", - "xcm-emulator", -] +checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" + +[[package]] +name = "embedded-io" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" [[package]] name = "encode_unicode" @@ -3958,6 +3638,15 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" +[[package]] +name = "encoding_rs" +version = "0.8.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" +dependencies = [ + "cfg-if", +] + [[package]] name = "enum-as-inner" version = "0.6.1" @@ -3970,6 +3659,26 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "enum-display" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02058bb25d8d0605829af88230427dd5cd50661590bd2b09d1baf7c64c417f24" +dependencies = [ + "enum-display-macro", +] + +[[package]] +name = "enum-display-macro" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4be2cf2fe7b971b1865febbacd4d8df544aa6bd377cca011a6d69dcf4c60d94" +dependencies = [ + "convert_case 0.6.0", + "quote", + "syn 1.0.109", +] + [[package]] name = "enum-ordinalize" version = "4.3.0" @@ -4022,16 +3731,13 @@ dependencies = [ ] [[package]] -name = "env_logger" -version = "0.10.2" +name = "env_filter" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" +checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" dependencies = [ - "humantime", - "is-terminal", "log", "regex", - "termcolor", ] [[package]] @@ -4046,6 +3752,17 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" +[[package]] +name = "erased-serde" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3" +dependencies = [ + "serde", + "serde_core", + "typeid", +] + [[package]] name = "errno" version = "0.3.11" @@ -4056,27 +3773,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "etcetera" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" -dependencies = [ - "cfg-if", - "home", - "windows-sys 0.48.0", -] - -[[package]] -name = "ethabi-decode" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52029c4087f9f01108f851d0d02df9c21feb5660a19713466724b7f95bd2d773" -dependencies = [ - "ethereum-types", - "tiny-keccak", -] - [[package]] name = "ethbloom" version = "0.14.1" @@ -4114,17 +3810,6 @@ version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" -[[package]] -name = "event-listener" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" -dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite", -] - [[package]] name = "event-listener" version = "5.4.0" @@ -4170,12 +3855,6 @@ dependencies = [ "syn 2.0.101", ] -[[package]] -name = "fallible-iterator" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" - [[package]] name = "fallible-iterator" version = "0.3.0" @@ -4183,12 +3862,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" [[package]] -name = "fastrand" -version = "1.9.0" +name = "fancy-regex" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" +checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" dependencies = [ - "instant", + "bit-set", + "regex-automata", + "regex-syntax", ] [[package]] @@ -4279,16 +3960,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "file-per-thread-logger" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866" -dependencies = [ - "env_logger", - "log", -] - [[package]] name = "filetime" version = "0.2.25" @@ -4317,16 +3988,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "finito" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2384245d85162258a14b43567a9ee3598f5ae746a1581fb5d3d2cb780f0dbf95" -dependencies = [ - "futures-timer", - "pin-project", -] - [[package]] name = "fixed-hash" version = "0.8.0" @@ -4352,16 +4013,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" [[package]] -name = "flume" -version = "0.11.1" +name = "flate2" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" +checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" dependencies = [ - "futures-core", - "futures-sink", - "spin 0.9.8", + "crc32fast", + "miniz_oxide", ] +[[package]] +name = "float-ord" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d" + [[package]] name = "fnv" version = "1.0.7" @@ -4375,14 +4041,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] -name = "fork-tree" -version = "13.0.1" +name = "foldhash" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6736bef9fd175fafbb97495565456651c43ccac2ae550faee709e11534e3621" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" dependencies = [ - "parity-scale-codec", + "foreign-types-shared", ] +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "form_urlencoded" version = "1.2.1" @@ -4408,174 +4086,28 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" -[[package]] -name = "frame-benchmarking" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55b0892434d3cc61fab58b2e48b27b12fc162465c5af48fa283ed15bb86dbfb2" -dependencies = [ - "frame-support", - "frame-support-procedural", - "frame-system", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-storage", - "static_assertions", -] - -[[package]] -name = "frame-benchmarking-cli" -version = "47.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "873cb5fd4e7f94dbb80561e29c20da73da20f74f8dc35809fbb0e2a5d35ed7b0" -dependencies = [ - "Inflector", - "array-bytes", - "chrono", - "clap", - "comfy-table", - "cumulus-client-parachain-inherent", - "cumulus-primitives-proof-size-hostfunction", - "frame-benchmarking", - "frame-support", - "frame-system", - "gethostname", - "handlebars", - "itertools 0.11.0", - "linked-hash-map", - "log", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "rand 0.8.5", - "rand_pcg", - "sc-block-builder", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-runtime-utilities", - "sc-service", - "sc-sysinfo", - "serde", - "serde_json", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-externalities", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-timestamp", - "sp-transaction-pool", - "sp-trie", - "sp-version", - "sp-wasm-interface", - "subxt", - "subxt-signer", - "thiserror 1.0.69", - "thousands", -] - -[[package]] -name = "frame-benchmarking-pallet-pov" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7aa058f8a1b1016c7c9a146e12f50e923d67d8ea099263df5a21ba8b43ab92e" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", -] - [[package]] name = "frame-decode" -version = "0.5.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6027a409bac4fe95b4d107f965fcdbc252fc89d884a360d076b3070b6128c094" +checksum = "0fb3bfa2988ef40247e0e0eecfb171a01ad6f4e399485503aad4c413a5f236f3" dependencies = [ - "frame-metadata 17.0.0", + "frame-metadata", "parity-scale-codec", "scale-decode", + "scale-encode", "scale-info", + "scale-info-legacy", "scale-type-resolver", "sp-crypto-hashing", -] - -[[package]] -name = "frame-election-provider-solution-type" -version = "16.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b9ebdd91dfac51469c51f46d9d946f094be5dd4e7b1041f132ca1b40910f900" -dependencies = [ - "proc-macro-crate 3.3.0", - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "frame-election-provider-support" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "067296b33b050f1ea93ef4885589d9cfe1f4d948c77c050592b883756c733ada" -dependencies = [ - "frame-election-provider-solution-type", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-npos-elections", - "sp-runtime", -] - -[[package]] -name = "frame-executive" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70f15cc5de17ca5665e65e8436a6faf816a2807e1bfe573fb9edcf1a81837d23" -dependencies = [ - "aquamarine", - "frame-support", - "frame-system", - "frame-try-runtime", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-tracing", + "thiserror 2.0.12", ] [[package]] name = "frame-metadata" -version = "17.0.0" +version = "23.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "701bac17e9b55e0f95067c428ebcb46496587f08e8cf4ccc0fe5903bea10dbb8" +checksum = "9ba5be0edbdb824843a0f9c6f0906ecfc66c5316218d74457003218b24909ed0" dependencies = [ "cfg-if", "parity-scale-codec", @@ -4583,201 +4115,40 @@ dependencies = [ "serde", ] -[[package]] -name = "frame-metadata" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26de808fa6461f2485dc51811aefed108850064994fb4a62b3ac21ffa62ac8df" -dependencies = [ - "cfg-if", - "parity-scale-codec", - "scale-info", - "serde", -] - -[[package]] -name = "frame-metadata-hash-extension" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9cb18dcd3517d3b994f2820749fe4a9e42c2a057a8c52b30bf21b00d5d6f2b9" -dependencies = [ - "array-bytes", - "const-hex", - "docify", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - [[package]] name = "frame-remote-externalities" -version = "0.50.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f1fb2624e631b55e6533af3190650ef0634ba711b259f66de859b46caa14cb3" +version = "0.35.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ + "bizinikiwi-rpc-client", "futures", "indicatif", "jsonrpsee", "log", "parity-scale-codec", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-io", + "pezsp-runtime", + "pezsp-state-machine", "serde", - "sp-core", - "sp-crypto-hashing", - "sp-io", - "sp-runtime", - "sp-state-machine", "spinners", - "substrate-rpc-client", "tokio", "tokio-retry", ] [[package]] -name = "frame-support" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6c7c272704856cc88a86aef689a778050e59f89d7ec1e4ffb3a9e8e04e6b10" +name = "frame-storage-access-test-runtime" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "aquamarine", - "array-bytes", - "binary-merkle-tree", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata 20.0.0", - "frame-support-procedural", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", + "bizinikiwi-wasm-builder", "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-metadata-ir", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", - "sp-weights", - "tt-call", -] - -[[package]] -name = "frame-support-procedural" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73bc18090aa96a5e69cd566fb755b5be08964b926864b2101dd900f64a870437" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse", - "docify", - "expander", - "frame-support-procedural-tools", - "itertools 0.11.0", - "macro_magic", - "proc-macro-warning", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.101", -] - -[[package]] -name = "frame-support-procedural-tools" -version = "13.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81a088fd6fda5f53ff0c17fc7551ce8bd0ead14ba742228443c8196296a7369b" -dependencies = [ - "frame-support-procedural-tools-derive", - "proc-macro-crate 3.3.0", - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "frame-support-procedural-tools-derive" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed971c6435503a099bdac99fe4c5bea08981709e5b5a0a8535a1856f48561191" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "frame-system" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfc20d95c35bad22eb8b8d7ef91197a439483458237b176e621d9210f2fbff15" -dependencies = [ - "cfg-if", - "docify", - "frame-support", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-version", - "sp-weights", -] - -[[package]] -name = "frame-system-benchmarking" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dcf84c561e598ef31078af449398d87211867611ebc7068ba1364fba4c7e653" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "frame-system-rpc-runtime-api" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "244a5015742d349a814bc7f2aa999a9ec47924374a22672cfc3043a1eb87295f" -dependencies = [ - "docify", - "parity-scale-codec", - "sp-api", -] - -[[package]] -name = "frame-try-runtime" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac619a778035be86fc70ac58db9ae3d5d44107dac81ddcaa2f9e8744a0c71eb1" -dependencies = [ - "frame-support", - "parity-scale-codec", - "sp-api", - "sp-runtime", + "pezcumulus-pezpallet-teyrchain-system", + "pezsp-core", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-trie", ] [[package]] @@ -4868,45 +4239,19 @@ dependencies = [ "num_cpus", ] -[[package]] -name = "futures-intrusive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" -dependencies = [ - "futures-core", - "lock_api", - "parking_lot 0.12.3", -] - [[package]] name = "futures-io" version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" -[[package]] -name = "futures-lite" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" -dependencies = [ - "fastrand 1.9.0", - "futures-core", - "futures-io", - "memchr", - "parking", - "pin-project-lite", - "waker-fn", -] - [[package]] name = "futures-lite" version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" dependencies = [ - "fastrand 2.3.0", + "fastrand", "futures-core", "futures-io", "parking", @@ -4931,7 +4276,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls", + "rustls 0.23.27", "rustls-pki-types", ] @@ -4952,10 +4297,6 @@ name = "futures-timer" version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" -dependencies = [ - "gloo-timers", - "send_wrapper", -] [[package]] name = "futures-util" @@ -4985,18 +4326,16 @@ dependencies = [ ] [[package]] -name = "generate-bags" -version = "40.0.0" +name = "fxprof-processed-profile" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef36a82a55f98abd14de16026fee9405a7fee11f3152c3c2ca6bdd70c5f15e43" +checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd" dependencies = [ - "chrono", - "frame-election-provider-support", - "frame-support", - "frame-system", - "num-format", - "pallet-staking", - "sp-staking", + "bitflags 2.10.0", + "debugid", + "fxhash", + "serde", + "serde_json", ] [[package]] @@ -5078,44 +4417,37 @@ dependencies = [ [[package]] name = "gimli" -version = "0.27.3" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" dependencies = [ - "fallible-iterator 0.2.0", - "indexmap 1.9.3", + "fallible-iterator", "stable_deref_trait", ] [[package]] name = "gimli" -version = "0.31.1" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" +checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" dependencies = [ - "fallible-iterator 0.3.0", + "fallible-iterator", + "indexmap 2.9.0", "stable_deref_trait", ] -[[package]] -name = "git2" -version = "0.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" -dependencies = [ - "bitflags 2.9.0", - "libc", - "libgit2-sys", - "log", - "url", -] - [[package]] name = "glob" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" +[[package]] +name = "glob-match" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9985c9503b412198aa4197559e9a318524ebc4519c229bfa05a535828c950b9d" + [[package]] name = "gloo-net" version = "0.6.0" @@ -5137,18 +4469,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "gloo-timers" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" -dependencies = [ - "futures-channel", - "futures-core", - "js-sys", - "wasm-bindgen", -] - [[package]] name = "gloo-utils" version = "0.2.0" @@ -5162,6 +4482,16 @@ dependencies = [ "web-sys", ] +[[package]] +name = "gmp-mpfr-sys" +version = "1.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60f8970a75c006bb2f8ae79c6768a116dd215fa8346a87aed99bf9d82ca43394" +dependencies = [ + "libc", + "windows-sys 0.60.2", +] + [[package]] name = "governor" version = "0.6.3" @@ -5193,25 +4523,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "h2" -version = "0.3.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" -dependencies = [ - "bytes", - "fnv", - "futures-core", - "futures-sink", - "futures-util", - "http 0.2.12", - "indexmap 2.9.0", - "slab", - "tokio", - "tokio-util", - "tracing", -] - [[package]] name = "h2" version = "0.4.10" @@ -5265,6 +4576,9 @@ name = "hashbrown" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" +dependencies = [ + "ahash 0.7.8", +] [[package]] name = "hashbrown" @@ -5272,7 +4586,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash", + "ahash 0.8.12", ] [[package]] @@ -5281,9 +4595,8 @@ version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ - "ahash", + "ahash 0.8.12", "allocator-api2", - "serde", ] [[package]] @@ -5294,10 +4607,23 @@ checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" dependencies = [ "allocator-api2", "equivalent", - "foldhash", + "foldhash 0.1.5", "serde", ] +[[package]] +name = "hashbrown" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", + "serde", + "serde_core", +] + [[package]] name = "hashlink" version = "0.8.4" @@ -5307,15 +4633,6 @@ dependencies = [ "hashbrown 0.14.5", ] -[[package]] -name = "hashlink" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" -dependencies = [ - "hashbrown 0.15.3", -] - [[package]] name = "heck" version = "0.4.1" @@ -5355,12 +4672,6 @@ dependencies = [ "serde", ] -[[package]] -name = "hex-conservative" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" - [[package]] name = "hex-conservative" version = "0.2.1" @@ -5378,9 +4689,9 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hickory-proto" -version = "0.24.4" +version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" +checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" dependencies = [ "async-trait", "cfg-if", @@ -5392,9 +4703,10 @@ dependencies = [ "idna", "ipnet", "once_cell", - "rand 0.8.5", - "socket2 0.5.9", - "thiserror 1.0.69", + "rand 0.9.1", + "ring", + "socket2", + "thiserror 2.0.12", "tinyvec", "tokio", "tracing", @@ -5403,21 +4715,21 @@ dependencies = [ [[package]] name = "hickory-resolver" -version = "0.24.4" +version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" +checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" dependencies = [ "cfg-if", "futures-util", "hickory-proto", "ipconfig", - "lru-cache", + "moka", "once_cell", "parking_lot 0.12.3", - "rand 0.8.5", + "rand 0.9.1", "resolv-conf", "smallvec", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -5526,6 +4838,12 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "http-range-header" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" + [[package]] name = "httparse" version = "1.10.1" @@ -5544,6 +4862,16 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" +[[package]] +name = "humantime-serde" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" +dependencies = [ + "humantime", + "serde", +] + [[package]] name = "hyper" version = "0.14.32" @@ -5554,14 +4882,13 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", "httparse", "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.9", + "socket2", "tokio", "tower-service", "tracing", @@ -5577,7 +4904,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.10", + "h2", "http 1.3.1", "http-body 1.0.1", "httparse", @@ -5589,6 +4916,22 @@ dependencies = [ "want", ] +[[package]] +name = "hyper-rustls" +version = "0.24.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" +dependencies = [ + "futures-util", + "http 0.2.12", + "hyper 0.14.32", + "log", + "rustls 0.21.12", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", +] + [[package]] name = "hyper-rustls" version = "0.27.5" @@ -5600,11 +4943,39 @@ dependencies = [ "hyper 1.6.0", "hyper-util", "log", - "rustls", - "rustls-native-certs", + "rustls 0.23.27", + "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", - "tokio-rustls", + "tokio-rustls 0.26.2", + "tower-service", +] + +[[package]] +name = "hyper-timeout" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" +dependencies = [ + "hyper 0.14.32", + "pin-project-lite", + "tokio", + "tokio-io-timeout", +] + +[[package]] +name = "hyper-tls" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +dependencies = [ + "bytes", + "http-body-util", + "hyper 1.6.0", + "hyper-util", + "native-tls", + "tokio", + "tokio-native-tls", "tower-service", ] @@ -5622,7 +4993,7 @@ dependencies = [ "hyper 1.6.0", "libc", "pin-project-lite", - "socket2 0.5.9", + "socket2", "tokio", "tower-service", "tracing", @@ -5781,7 +5152,7 @@ version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdf9d64cfcf380606e64f9a0bcf493616b65331199f984151a6fa11a7b3cde38" dependencies = [ - "async-io 2.4.0", + "async-io", "core-foundation 0.9.4", "fnv", "futures", @@ -5795,23 +5166,25 @@ dependencies = [ "rtnetlink", "system-configuration", "tokio", - "windows", + "windows 0.53.0", ] [[package]] name = "igd-next" -version = "0.14.3" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4" +checksum = "516893339c97f6011282d5825ac94fc1c7aad5cad26bdc2d0cee068c0bf97f97" dependencies = [ "async-trait", "attohttpc", "bytes", "futures", - "http 0.2.12", - "hyper 0.14.32", + "http 1.3.1", + "http-body-util", + "hyper 1.6.0", + "hyper-util", "log", - "rand 0.8.5", + "rand 0.9.1", "tokio", "url", "xmltree", @@ -5962,17 +5335,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "io-lifetimes" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" -dependencies = [ - "hermit-abi 0.3.9", - "libc", - "windows-sys 0.48.0", -] - [[package]] name = "ip_network" version = "0.4.1" @@ -5985,7 +5347,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.9", + "socket2", "widestring", "windows-sys 0.48.0", "winreg", @@ -6074,6 +5436,54 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" +[[package]] +name = "ittapi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b996fe614c41395cdaedf3cf408a9534851090959d90d54a535f675550b64b1" +dependencies = [ + "anyhow", + "ittapi-sys", + "log", +] + +[[package]] +name = "ittapi-sys" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52f5385394064fa2c886205dba02598013ce83d3e92d33dbdc0c52fe0e7bf4fc" +dependencies = [ + "cc", +] + +[[package]] +name = "jam-codec" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb948eace373d99de60501a02fb17125d30ac632570de20dccc74370cdd611b9" +dependencies = [ + "arrayvec 0.7.6", + "bitvec", + "byte-slice-cast", + "const_format", + "impl-trait-for-tuples", + "jam-codec-derive", + "rustversion", + "serde", +] + +[[package]] +name = "jam-codec-derive" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "319af585c4c8a6b5552a52b7787a1ab3e4d59df7614190b1f85b9b842488789d" +dependencies = [ + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + [[package]] name = "jni" version = "0.21.1" @@ -6117,10 +5527,34 @@ dependencies = [ ] [[package]] -name = "jsonrpsee" -version = "0.24.9" +name = "json-patch" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37b26c20e2178756451cfeb0661fb74c47dd5988cb7e3939de7e9241fd604d42" +checksum = "ec9ad60d674508f3ca8f380a928cfe7b096bc729c4e2dbfe3852bc45da3ab30b" +dependencies = [ + "serde", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "jsonpath-rust" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06cc127b7c3d270be504572364f9569761a180b981919dd0d87693a7f5fb7829" +dependencies = [ + "pest", + "pest_derive", + "regex", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "jsonrpsee" +version = "0.24.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e281ae70cc3b98dac15fced3366a880949e65fc66e345ce857a5682d152f3e62" dependencies = [ "jsonrpsee-client-transport", "jsonrpsee-core", @@ -6128,7 +5562,6 @@ dependencies = [ "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", - "jsonrpsee-wasm-client", "jsonrpsee-ws-client", "tokio", "tracing", @@ -6136,9 +5569,9 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bacb85abf4117092455e1573625e21b8f8ef4dec8aff13361140b2dc266cdff2" +checksum = "cc4280b709ac3bb5e16cf3bad5056a0ec8df55fa89edfe996361219aadc2c7ea" dependencies = [ "base64 0.22.1", "futures-channel", @@ -6147,13 +5580,13 @@ dependencies = [ "http 1.3.1", "jsonrpsee-core", "pin-project", - "rustls", + "rustls 0.23.27", "rustls-pki-types", "rustls-platform-verifier", - "soketto 0.8.1", + "soketto", "thiserror 1.0.69", "tokio", - "tokio-rustls", + "tokio-rustls 0.26.2", "tokio-util", "tracing", "url", @@ -6161,9 +5594,9 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "456196007ca3a14db478346f58c7238028d55ee15c1df15115596e411ff27925" +checksum = "348ee569eaed52926b5e740aae20863762b16596476e943c9e415a6479021622" dependencies = [ "async-trait", "bytes", @@ -6183,39 +5616,38 @@ dependencies = [ "tokio", "tokio-stream", "tracing", - "wasm-bindgen-futures", ] [[package]] name = "jsonrpsee-http-client" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c872b6c9961a4ccc543e321bb5b89f6b2d2c7fe8b61906918273a3333c95400c" +checksum = "f50c389d6e6a52eb7c3548a6600c90cf74d9b71cb5912209833f00a5479e9a01" dependencies = [ "async-trait", "base64 0.22.1", "http-body 1.0.1", "hyper 1.6.0", - "hyper-rustls", + "hyper-rustls 0.27.5", "hyper-util", "jsonrpsee-core", "jsonrpsee-types", - "rustls", + "rustls 0.23.27", "rustls-platform-verifier", "serde", "serde_json", "thiserror 1.0.69", "tokio", - "tower", + "tower 0.4.13", "tracing", "url", ] [[package]] name = "jsonrpsee-proc-macros" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e65763c942dfc9358146571911b0cd1c361c2d63e2d2305622d40d36376ca80" +checksum = "7398cddf5013cca4702862a2692b66c48a3bd6cf6ec681a47453c93d63cf8de5" dependencies = [ "heck 0.5.0", "proc-macro-crate 3.3.0", @@ -6226,9 +5658,9 @@ dependencies = [ [[package]] name = "jsonrpsee-server" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55e363146da18e50ad2b51a0a7925fc423137a0b1371af8235b1c231a0647328" +checksum = "21429bcdda37dcf2d43b68621b994adede0e28061f816b038b0f18c70c143d51" dependencies = [ "futures-util", "http 1.3.1", @@ -6242,20 +5674,20 @@ dependencies = [ "route-recognizer", "serde", "serde_json", - "soketto 0.8.1", + "soketto", "thiserror 1.0.69", "tokio", "tokio-stream", "tokio-util", - "tower", + "tower 0.4.13", "tracing", ] [[package]] name = "jsonrpsee-types" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a8e70baf945b6b5752fc8eb38c918a48f1234daf11355e07106d963f860089" +checksum = "b0f05e0028e55b15dbd2107163b3c744cd3bb4474f193f95d9708acbf5677e44" dependencies = [ "http 1.3.1", "serde", @@ -6263,22 +5695,11 @@ dependencies = [ "thiserror 1.0.69", ] -[[package]] -name = "jsonrpsee-wasm-client" -version = "0.24.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6558a9586cad43019dafd0b6311d0938f46efc116b34b28c74778bc11a2edf6" -dependencies = [ - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-types", -] - [[package]] name = "jsonrpsee-ws-client" -version = "0.24.9" +version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01b3323d890aa384f12148e8d2a1fd18eb66e9e7e825f9de4fa53bcc19b93eef" +checksum = "78fc744f17e7926d57f478cf9ca6e1ee5d8332bf0514860b1a3cdf1742e614cc" dependencies = [ "http 1.3.1", "jsonrpsee-client-transport", @@ -6301,6 +5722,20 @@ dependencies = [ "sha2 0.10.9", ] +[[package]] +name = "k8s-openapi" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edc3606fd16aca7989db2f84bb25684d0270c6d6fa1dbcd0025af7b4130523a6" +dependencies = [ + "base64 0.21.7", + "bytes", + "chrono", + "serde", + "serde-value", + "serde_json", +] + [[package]] name = "keccak" version = "0.1.5" @@ -6320,6 +5755,12 @@ dependencies = [ "sha3-asm", ] +[[package]] +name = "keccak-const" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57d8d8ce877200136358e0bbff3a77965875db3af755a11e1fa6b1b3e2df13ea" + [[package]] name = "keccak-hash" version = "0.11.0" @@ -6336,6 +5777,99 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" +[[package]] +name = "kube" +version = "0.87.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3499c8d60c763246c7a213f51caac1e9033f46026904cb89bc8951ae8601f26e" +dependencies = [ + "k8s-openapi", + "kube-client", + "kube-core", + "kube-runtime", +] + +[[package]] +name = "kube-client" +version = "0.87.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "033450dfa0762130565890dadf2f8835faedf749376ca13345bcd8ecd6b5f29f" +dependencies = [ + "base64 0.21.7", + "bytes", + "chrono", + "either", + "futures", + "home", + "http 0.2.12", + "http-body 0.4.6", + "hyper 0.14.32", + "hyper-rustls 0.24.2", + "hyper-timeout", + "jsonpath-rust", + "k8s-openapi", + "kube-core", + "pem", + "pin-project", + "rand 0.8.5", + "rustls 0.21.12", + "rustls-pemfile 1.0.4", + "secrecy", + "serde", + "serde_json", + "serde_yaml", + "thiserror 1.0.69", + "tokio", + "tokio-tungstenite 0.20.1", + "tokio-util", + "tower 0.4.13", + "tower-http 0.4.4", + "tracing", +] + +[[package]] +name = "kube-core" +version = "0.87.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5bba93d054786eba7994d03ce522f368ef7d48c88a1826faa28478d85fb63ae" +dependencies = [ + "chrono", + "form_urlencoded", + "http 0.2.12", + "json-patch", + "k8s-openapi", + "once_cell", + "serde", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "kube-runtime" +version = "0.87.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d8893eb18fbf6bb6c80ef6ee7dd11ec32b1dc3c034c988ac1b3a84d46a230ae" +dependencies = [ + "ahash 0.8.12", + "async-trait", + "backoff", + "derivative", + "futures", + "hashbrown 0.14.5", + "json-patch", + "k8s-openapi", + "kube-client", + "parking_lot 0.12.3", + "pin-project", + "serde", + "serde_json", + "smallvec", + "thiserror 1.0.69", + "tokio", + "tokio-util", + "tracing", +] + [[package]] name = "kvdb" version = "0.13.0" @@ -6357,16 +5891,15 @@ dependencies = [ [[package]] name = "kvdb-rocksdb" -version = "0.19.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" +checksum = "739ac938a308a9a8b6772fd1d840fd9c0078f9c74fe294feaf32faae727102cc" dependencies = [ "kvdb", "num_cpus", "parking_lot 0.12.3", "regex", "rocksdb", - "smallvec", ] [[package]] @@ -6386,14 +5919,14 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" dependencies = [ - "spin 0.9.8", + "spin", ] [[package]] -name = "lazycell" -version = "1.3.0" +name = "leb128fmt" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" +checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" @@ -6401,28 +5934,6 @@ version = "0.2.172" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" -[[package]] -name = "libgit2-sys" -version = "0.18.1+1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e" -dependencies = [ - "cc", - "libc", - "libz-sys", - "pkg-config", -] - -[[package]] -name = "libloading" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c" -dependencies = [ - "cfg-if", - "windows-targets 0.53.0", -] - [[package]] name = "libm" version = "0.2.15" @@ -6431,9 +5942,9 @@ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" [[package]] name = "libp2p" -version = "0.54.1" +version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbe80f9c7e00526cd6b838075b9c171919404a4732cb2fa8ece0a093223bfc4" +checksum = "ce71348bf5838e46449ae240631117b487073d5f347c06d434caddcb91dceb5a" dependencies = [ "bytes", "either", @@ -6461,38 +5972,36 @@ dependencies = [ "multiaddr 0.18.2", "pin-project", "rw-stream-sink", - "thiserror 1.0.69", + "thiserror 2.0.12", ] [[package]] name = "libp2p-allow-block-list" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1027ccf8d70320ed77e984f273bc8ce952f623762cb9bf2d126df73caef8041" +checksum = "d16ccf824ee859ca83df301e1c0205270206223fd4b1f2e512a693e1912a8f4a" dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "void", ] [[package]] name = "libp2p-connection-limits" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d003540ee8baef0d254f7b6bfd79bac3ddf774662ca0abf69186d517ef82ad8" +checksum = "a18b8b607cf3bfa2f8c57db9c7d8569a315d5cc0a282e6bfd5ebfc0a9840b2a0" dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "void", ] [[package]] name = "libp2p-core" -version = "0.42.0" +version = "0.43.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a61f26c83ed111104cd820fe9bc3aaabbac5f1652a1d213ed6e900b7918a1298" +checksum = "249128cd37a2199aff30a7675dffa51caf073b51aa612d2f544b19932b9aebca" dependencies = [ "either", "fnv", @@ -6502,25 +6011,22 @@ dependencies = [ "multiaddr 0.18.2", "multihash 0.19.3", "multistream-select", - "once_cell", "parking_lot 0.12.3", "pin-project", "quick-protobuf", "rand 0.8.5", "rw-stream-sink", - "smallvec", - "thiserror 1.0.69", + "thiserror 2.0.12", "tracing", "unsigned-varint 0.8.0", - "void", "web-time", ] [[package]] name = "libp2p-dns" -version = "0.42.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97f37f30d5c7275db282ecd86e54f29dd2176bd3ac656f06abf43bedb21eb8bd" +checksum = "0b770c1c8476736ca98c578cba4b505104ff8e842c2876b528925f9766379f9a" dependencies = [ "async-trait", "futures", @@ -6534,9 +6040,9 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.45.0" +version = "0.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1711b004a273be4f30202778856368683bd9a83c4c7dcc8f848847606831a4e3" +checksum = "8ab792a8b68fdef443a62155b01970c81c3aadab5e659621b063ef252a8e65e8" dependencies = [ "asynchronous-codec 0.7.0", "either", @@ -6546,20 +6052,18 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "lru 0.12.5", "quick-protobuf", "quick-protobuf-codec", "smallvec", - "thiserror 1.0.69", + "thiserror 2.0.12", "tracing", - "void", ] [[package]] name = "libp2p-identity" -version = "0.2.11" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbb68ea10844211a59ce46230909fd0ea040e8a192454d4cc2ee0d53e12280eb" +checksum = "f0c7892c221730ba55f7196e98b0b8ba5e04b4155651736036628e9f73ed6fc3" dependencies = [ "bs58", "ed25519-dalek", @@ -6575,11 +6079,10 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.46.2" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced237d0bd84bbebb7c2cad4c073160dacb4fe40534963c32ed6d4c6bb7702a3" +checksum = "13d3fd632a5872ec804d37e7413ceea20588f69d027a0fa3c46f82574f4dee60" dependencies = [ - "arrayvec 0.7.6", "asynchronous-codec 0.7.0", "bytes", "either", @@ -6595,20 +6098,18 @@ dependencies = [ "rand 0.8.5", "sha2 0.10.9", "smallvec", - "thiserror 1.0.69", + "thiserror 2.0.12", "tracing", - "uint 0.9.5", - "void", + "uint 0.10.0", "web-time", ] [[package]] name = "libp2p-mdns" -version = "0.46.0" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b8546b6644032565eb29046b42744aee1e9f261ed99671b2c93fb140dba417" +checksum = "c66872d0f1ffcded2788683f76931be1c52e27f343edb93bc6d0bcd8887be443" dependencies = [ - "data-encoding", "futures", "hickory-proto", "if-watch", @@ -6617,17 +6118,16 @@ dependencies = [ "libp2p-swarm", "rand 0.8.5", "smallvec", - "socket2 0.5.9", + "socket2", "tokio", "tracing", - "void", ] [[package]] name = "libp2p-metrics" -version = "0.15.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ebafa94a717c8442d8db8d3ae5d1c6a15e30f2d347e0cd31d057ca72e42566" +checksum = "805a555148522cb3414493a5153451910cb1a146c53ffbf4385708349baf62b7" dependencies = [ "futures", "libp2p-core", @@ -6643,25 +6143,22 @@ dependencies = [ [[package]] name = "libp2p-noise" -version = "0.45.0" +version = "0.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36b137cb1ae86ee39f8e5d6245a296518912014eaa87427d24e6ff58cfc1b28c" +checksum = "bc73eacbe6462a0eb92a6527cac6e63f02026e5407f8831bde8293f19217bfbf" dependencies = [ "asynchronous-codec 0.7.0", "bytes", - "curve25519-dalek", "futures", "libp2p-core", "libp2p-identity", "multiaddr 0.18.2", "multihash 0.19.3", - "once_cell", "quick-protobuf", "rand 0.8.5", - "sha2 0.10.9", "snow", "static_assertions", - "thiserror 1.0.69", + "thiserror 2.0.12", "tracing", "x25519-dalek", "zeroize", @@ -6669,11 +6166,10 @@ dependencies = [ [[package]] name = "libp2p-ping" -version = "0.45.0" +version = "0.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "005a34420359223b974ee344457095f027e51346e992d1e0dcd35173f4cdd422" +checksum = "74bb7fcdfd9fead4144a3859da0b49576f171a8c8c7c0bfc7c541921d25e60d3" dependencies = [ - "either", "futures", "futures-timer", "libp2p-core", @@ -6681,59 +6177,53 @@ dependencies = [ "libp2p-swarm", "rand 0.8.5", "tracing", - "void", "web-time", ] [[package]] name = "libp2p-quic" -version = "0.11.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46352ac5cd040c70e88e7ff8257a2ae2f891a4076abad2c439584a31c15fd24e" +checksum = "8dc448b2de9f4745784e3751fe8bc6c473d01b8317edd5ababcb0dec803d843f" dependencies = [ - "bytes", "futures", "futures-timer", "if-watch", "libp2p-core", "libp2p-identity", "libp2p-tls", - "parking_lot 0.12.3", "quinn", "rand 0.8.5", - "ring 0.17.14", - "rustls", - "socket2 0.5.9", - "thiserror 1.0.69", + "ring", + "rustls 0.23.27", + "socket2", + "thiserror 2.0.12", "tokio", "tracing", ] [[package]] name = "libp2p-request-response" -version = "0.27.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1356c9e376a94a75ae830c42cdaea3d4fe1290ba409a22c809033d1b7dcab0a6" +checksum = "a9f1cca83488b90102abac7b67d5c36fc65bc02ed47620228af7ed002e6a1478" dependencies = [ "async-trait", "futures", "futures-bounded", - "futures-timer", "libp2p-core", "libp2p-identity", "libp2p-swarm", "rand 0.8.5", "smallvec", "tracing", - "void", - "web-time", ] [[package]] name = "libp2p-swarm" -version = "0.45.1" +version = "0.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7dd6741793d2c1fb2088f67f82cf07261f25272ebe3c0b0c311e0c6b50e851a" +checksum = "6aa762e5215919a34e31c35d4b18bf2e18566ecab7f8a3d39535f4a3068f8b62" dependencies = [ "either", "fnv", @@ -6744,68 +6234,64 @@ dependencies = [ "libp2p-swarm-derive", "lru 0.12.5", "multistream-select", - "once_cell", "rand 0.8.5", "smallvec", "tokio", "tracing", - "void", "web-time", ] [[package]] name = "libp2p-swarm-derive" -version = "0.35.0" +version = "0.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "206e0aa0ebe004d778d79fb0966aa0de996c19894e2c0605ba2f8524dd4443d8" +checksum = "dd297cf53f0cb3dee4d2620bb319ae47ef27c702684309f682bdb7e55a18ae9c" dependencies = [ "heck 0.5.0", - "proc-macro2", "quote", "syn 2.0.101", ] [[package]] name = "libp2p-tcp" -version = "0.42.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad964f312c59dcfcac840acd8c555de8403e295d39edf96f5240048b5fcaa314" +checksum = "65b4e030c52c46c8d01559b2b8ca9b7c4185f10576016853129ca1fe5cd1a644" dependencies = [ "futures", "futures-timer", "if-watch", "libc", "libp2p-core", - "libp2p-identity", - "socket2 0.5.9", + "socket2", "tokio", "tracing", ] [[package]] name = "libp2p-tls" -version = "0.5.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47b23dddc2b9c355f73c1e36eb0c3ae86f7dc964a3715f0731cfad352db4d847" +checksum = "96ff65a82e35375cbc31ebb99cacbbf28cb6c4fefe26bf13756ddcf708d40080" dependencies = [ "futures", "futures-rustls", "libp2p-core", "libp2p-identity", "rcgen", - "ring 0.17.14", - "rustls", - "rustls-webpki 0.101.7", - "thiserror 1.0.69", - "x509-parser 0.16.0", + "ring", + "rustls 0.23.27", + "rustls-webpki 0.103.3", + "thiserror 2.0.12", + "x509-parser", "yasna", ] [[package]] name = "libp2p-upnp" -version = "0.3.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01bf2d1b772bd3abca049214a3304615e6a36fa6ffc742bdd1ba774486200b8f" +checksum = "4757e65fe69399c1a243bbb90ec1ae5a2114b907467bf09f3575e899815bb8d3" dependencies = [ "futures", "futures-timer", @@ -6814,14 +6300,13 @@ dependencies = [ "libp2p-swarm", "tokio", "tracing", - "void", ] [[package]] name = "libp2p-websocket" -version = "0.44.0" +version = "0.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "888b2ff2e5d8dcef97283daab35ad1043d18952b65e05279eecbe02af4c6e347" +checksum = "520e29066a48674c007bc11defe5dce49908c24cafd8fad2f5e1a6a8726ced53" dependencies = [ "either", "futures", @@ -6831,26 +6316,26 @@ dependencies = [ "parking_lot 0.12.3", "pin-project-lite", "rw-stream-sink", - "soketto 0.8.1", - "thiserror 1.0.69", + "soketto", + "thiserror 2.0.12", "tracing", "url", - "webpki-roots", + "webpki-roots 0.26.11", ] [[package]] name = "libp2p-yamux" -version = "0.46.0" +version = "0.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "788b61c80789dba9760d8c669a5bedb642c8267555c803fabd8396e4ca5c5882" +checksum = "f15df094914eb4af272acf9adaa9e287baa269943f32ea348ba29cfb9bfc60d8" dependencies = [ "either", "futures", "libp2p-core", - "thiserror 1.0.69", + "thiserror 2.0.12", "tracing", "yamux 0.12.1", - "yamux 0.13.4", + "yamux 0.13.8", ] [[package]] @@ -6859,24 +6344,22 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.10.0", "libc", "redox_syscall 0.5.12", ] [[package]] name = "librocksdb-sys" -version = "0.11.0+8.1.1" +version = "0.17.3+10.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e" +checksum = "cef2a00ee60fe526157c9023edab23943fae1ce2ab6f4abb2a807c1746835de9" dependencies = [ "bindgen", "bzip2-sys", "cc", - "glob", "libc", "libz-sys", - "tikv-jemalloc-sys", ] [[package]] @@ -6927,17 +6410,6 @@ dependencies = [ "libsecp256k1-core", ] -[[package]] -name = "libsqlite3-sys" -version = "0.30.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" -dependencies = [ - "cc", - "pkg-config", - "vcpkg", -] - [[package]] name = "libz-sys" version = "1.1.22" @@ -6945,7 +6417,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" dependencies = [ "cc", - "libc", "pkg-config", "vcpkg", ] @@ -6983,18 +6454,6 @@ dependencies = [ "nalgebra", ] -[[package]] -name = "linux-raw-sys" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" - -[[package]] -name = "linux-raw-sys" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" - [[package]] name = "linux-raw-sys" version = "0.4.15" @@ -7027,15 +6486,16 @@ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" [[package]] name = "litep2p" -version = "0.9.4" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71056c23c896bb0e18113b2d2f1989be95135e6bdeedb0b757422ee21a073eb" +checksum = "d903b21d57fae0e8d184c6ea0107fb5303fcab7cd2acaf5d2d9beb2807194b4a" dependencies = [ "async-trait", "bs58", "bytes", "cid 0.11.1", "ed25519-dalek", + "enum-display", "futures", "futures-timer", "hickory-resolver", @@ -7048,26 +6508,27 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "prost 0.13.5", - "prost-build", + "prost-build 0.14.1", "rand 0.8.5", + "ring", "serde", "sha2 0.10.9", "simple-dns", "smallvec", "snow", - "socket2 0.5.9", + "socket2", "thiserror 2.0.12", "tokio", "tokio-stream", - "tokio-tungstenite", + "tokio-tungstenite 0.27.0", "tokio-util", "tracing", "uint 0.10.0", "unsigned-varint 0.8.0", "url", "x25519-dalek", - "x509-parser 0.17.0", - "yamux 0.13.4", + "x509-parser", + "yamux 0.13.8", "yasna", "zeroize", ] @@ -7090,9 +6551,12 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "lru" -version = "0.11.1" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" +checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" +dependencies = [ + "hashbrown 0.12.3", +] [[package]] name = "lru" @@ -7103,15 +6567,6 @@ dependencies = [ "hashbrown 0.15.3", ] -[[package]] -name = "lru-cache" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" -dependencies = [ - "linked-hash-map", -] - [[package]] name = "lru-slab" version = "0.1.2" @@ -7138,10 +6593,10 @@ dependencies = [ ] [[package]] -name = "mach" -version = "0.3.2" +name = "mach2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" +checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" dependencies = [ "libc", ] @@ -7213,11 +6668,11 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "matchers" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" +checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" dependencies = [ - "regex-automata 0.1.10", + "regex-automata", ] [[package]] @@ -7230,16 +6685,6 @@ dependencies = [ "rawpointer", ] -[[package]] -name = "md-5" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" -dependencies = [ - "cfg-if", - "digest 0.10.7", -] - [[package]] name = "memchr" version = "2.7.4" @@ -7273,22 +6718,15 @@ dependencies = [ "libc", ] -[[package]] -name = "memoffset" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" -dependencies = [ - "autocfg", -] - [[package]] name = "memory-db" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe" +checksum = "7e300c54e3239a86f9c61cc63ab0f03862eb40b1c6e065dc6fd6ceaeff6da93d" dependencies = [ + "foldhash 0.1.5", "hash-db", + "hashbrown 0.15.3", ] [[package]] @@ -7303,36 +6741,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "mime" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + [[package]] name = "minimal-lexical" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" -[[package]] -name = "minimal-template-node" -version = "0.1.0" -dependencies = [ - "clap", - "docify", - "futures", - "futures-timer", - "jsonrpsee", - "minimal-template-runtime", - "polkadot-sdk 2503.0.1", -] - -[[package]] -name = "minimal-template-runtime" -version = "0.1.0" -dependencies = [ - "pallet-minimal-template", - "parity-scale-codec", - "polkadot-sdk 2503.0.1", - "scale-info", - "serde_json", -] - [[package]] name = "miniz_oxide" version = "0.8.8" @@ -7340,6 +6760,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" dependencies = [ "adler2", + "simd-adler32", ] [[package]] @@ -7366,7 +6787,7 @@ dependencies = [ "c2-chacha", "curve25519-dalek", "either", - "hashlink 0.8.4", + "hashlink", "lioness", "log", "parking_lot 0.12.3", @@ -7378,42 +6799,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "mmr-gadget" -version = "44.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51f6ea973b62de0b709281d596c5a54a5a89de7bb6d746e310a72f727af648ca" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-offchain", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-beefy", - "sp-core", - "sp-mmr-primitives", - "sp-runtime", -] - -[[package]] -name = "mmr-rpc" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff44bf4c30579dd6d4a536a28e767f3471ec3e3ecf0b5cb32e0e5b50cf9058e" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-mmr-primitives", - "sp-runtime", -] - [[package]] name = "mockall" version = "0.13.1" @@ -7440,6 +6825,23 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "moka" +version = "0.12.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3dec6bd31b08944e08b58fd99373893a6c17054d6f3ea5006cc894f4f4eee2a" +dependencies = [ + "crossbeam-channel", + "crossbeam-epoch", + "crossbeam-utils", + "equivalent", + "parking_lot 0.12.3", + "portable-atomic", + "smallvec", + "tagptr", + "uuid", +] + [[package]] name = "multi-stash" version = "0.2.0" @@ -7586,6 +6988,23 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" +[[package]] +name = "native-tls" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" +dependencies = [ + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework 2.11.1", + "security-framework-sys", + "tempfile", +] + [[package]] name = "netlink-packet-core" version = "0.7.0" @@ -7679,7 +7098,19 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.10.0", + "cfg-if", + "cfg_aliases 0.2.1", + "libc", +] + +[[package]] +name = "nix" +version = "0.30.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +dependencies = [ + "bitflags 2.10.0", "cfg-if", "cfg_aliases 0.2.1", "libc", @@ -7691,12 +7122,6 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" -[[package]] -name = "no-std-net" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" - [[package]] name = "nodrop" version = "0.1.14" @@ -7719,6 +7144,15 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "nom" +version = "8.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" +dependencies = [ + "memchr", +] + [[package]] name = "nonempty" version = "0.7.0" @@ -7732,15 +7166,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] -name = "nu-ansi-term" -version = "0.46.0" +name = "ntapi" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +checksum = "c70f219e21142367c70c0b30c6a9e3a14d55b4d12a204d897fbec83a0363f081" dependencies = [ - "overload", "winapi", ] +[[package]] +name = "nu-ansi-term" +version = "0.50.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" +dependencies = [ + "windows-sys 0.59.0", +] + +[[package]] +name = "num" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" +dependencies = [ + "num-bigint", + "num-complex", + "num-integer", + "num-iter", + "num-rational", + "num-traits", +] + [[package]] name = "num-bigint" version = "0.4.6" @@ -7751,23 +7207,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "num-bigint-dig" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" -dependencies = [ - "byteorder", - "lazy_static", - "libm", - "num-integer", - "num-iter", - "num-traits", - "rand 0.8.5", - "smallvec", - "zeroize", -] - [[package]] name = "num-complex" version = "0.4.6" @@ -7855,6 +7294,37 @@ dependencies = [ "libc", ] +[[package]] +name = "num_enum" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" +dependencies = [ + "num_enum_derive", + "rustversion", +] + +[[package]] +name = "num_enum_derive" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" +dependencies = [ + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "num_threads" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" +dependencies = [ + "libc", +] + [[package]] name = "number_prefix" version = "0.4.0" @@ -7862,17 +7332,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] -name = "object" -version = "0.30.4" +name = "nybbles" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385" +checksum = "2c4b5ecbd0beec843101bffe848217f770e8b8da81d8355b7d6e226f2199b3dc" dependencies = [ - "crc32fast", - "hashbrown 0.13.2", - "indexmap 1.9.3", - "memchr", + "alloy-rlp", + "cfg-if", + "proptest", + "ruint", + "serde", + "smallvec", ] +[[package]] +name = "objc2" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" +dependencies = [ + "objc2-encode", +] + +[[package]] +name = "objc2-encode" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" + [[package]] name = "object" version = "0.36.7" @@ -7883,12 +7370,15 @@ dependencies = [ ] [[package]] -name = "oid-registry" -version = "0.7.1" +name = "object" +version = "0.37.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" +checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" dependencies = [ - "asn1-rs 0.6.2", + "crc32fast", + "hashbrown 0.15.3", + "indexmap 2.9.0", + "memchr", ] [[package]] @@ -7897,7 +7387,7 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" dependencies = [ - "asn1-rs 0.7.1", + "asn1-rs", ] [[package]] @@ -7905,6 +7395,10 @@ name = "once_cell" version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +dependencies = [ + "critical-section", + "portable-atomic", +] [[package]] name = "opaque-debug" @@ -7918,12 +7412,50 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +[[package]] +name = "openssl" +version = "0.10.75" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" +dependencies = [ + "bitflags 2.10.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", +] + [[package]] name = "openssl-probe" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" +[[package]] +name = "openssl-sys" +version = "0.9.111" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + [[package]] name = "option-ext" version = "0.2.0" @@ -7964,2109 +7496,24 @@ dependencies = [ ] [[package]] -name = "overload" -version = "0.1.1" +name = "ordered-float" +version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" - -[[package]] -name = "pallet-alliance" -version = "39.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40de2c5637468acb44cd2e3a738dab72024af506f48f20ac561149b64930676c" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-collective", - "pallet-identity", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-crypto-hashing", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-asset-conversion" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e063e39ad8ecd3c2b00c963f50cdf79e614c819a01e1c1ce9993287075b1b4d9" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-asset-conversion-ops" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc11cc4c63122cf9630b594ed8aa466b6a010a15aa7392ddf3051baa27902546" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-asset-conversion", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-asset-conversion-tx-payment" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0dbc43d33f21e39303fefbbb19dc6dfea1f122fd3f27d0e666825b7983d8202" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-asset-conversion", - "pallet-transaction-payment", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-asset-rate" -version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e66408a38dcc61847fb287320600c75f7db21d3ca6a7e746a1153f1ced07701" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-asset-rewards" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b73ee4a0af8423fe754b56cca909a864c31d954eb6f109d497ce7d20bd67fb41" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "pallet-asset-tx-payment" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "080d8f7ea66322bdb98ce467c47354e44d7f8f847fdeae921083ad792199b449" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-transaction-payment", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-assets" -version = "42.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47e7b226dac42400ed2bac82ecdb672413f805c7b48e481875c3ecb7f517bfcf" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-assets-freezer" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0703b1fd91f89c717527ed4c87388645742939cb9c31f24da5499ca02c7194ab" -dependencies = [ - "log", - "pallet-assets", - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", -] - -[[package]] -name = "pallet-assets-holder" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ad24794452b0c6e7da56b6d87810c8996e089953395f776e332257f6c0ad7e" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-assets", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-atomic-swap" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f281278e502eb5c24fdfa3df73660a615bc009aeb17efee178543aedfb2623b" -dependencies = [ - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", -] - -[[package]] -name = "pallet-aura" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4afcad52b78910d4acb9b260758f69d6167c2e5e03040bd87f42fa2e182f9bad" -dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-consensus-aura", - "sp-runtime", -] - -[[package]] -name = "pallet-authority-discovery" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85cefc0e56c81e8140372ef6275ccd87e00e63d933c92e926fe0bc8de931b80e" -dependencies = [ - "frame-support", - "frame-system", - "pallet-session", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-authority-discovery", - "sp-runtime", -] - -[[package]] -name = "pallet-authorship" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d08ec7786d0232e2f92f36e9e20c7414f3b4d763a35569c0b9c32ed90ed62c50" -dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-babe" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c78d5bb4aa708189740d5be25ed6797e445972b5146f55d5e2111a2a3dc9560" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", -] - -[[package]] -name = "pallet-bags-list" -version = "39.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af2ba7f7b44bd74029bbd08cecf955ca38f5cdc9661ef00fbd2588d62995f37e" -dependencies = [ - "aquamarine", - "docify", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-tracing", -] - -[[package]] -name = "pallet-balances" -version = "41.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dcd7bf033312c976e0c044a80b4cd8b88471d7371baae6fea67b3f42eba288b" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-beefy" -version = "41.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3a6b7d41ab2f2cd0b41baa2941ef9b9324ad26e5d0e5acc8e23a2b9482c5843" -dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "parity-scale-codec", - "scale-info", - "serde", - "sp-consensus-beefy", - "sp-runtime", - "sp-session", - "sp-staking", -] - -[[package]] -name = "pallet-beefy-mmr" -version = "41.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4ff0d3f43f15e1b441146eab72196c3cea267e37a633ecaf535b69054eff72b" -dependencies = [ - "array-bytes", - "binary-merkle-tree", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-beefy", - "pallet-mmr", - "pallet-session", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-consensus-beefy", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", -] - -[[package]] -name = "pallet-bounties" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5f80068c7a78879a529fd5548b0bddd4e053106484087dc16cbd81db6b4e251" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-bridge-grandpa" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0605b35573bca08c8c4eb715b36eacb8d87638b21896834cabd7fe4fad8940" -dependencies = [ - "bp-header-chain", - "bp-runtime", - "bp-test-utils", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-consensus-grandpa", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "pallet-bridge-messages" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f8abeb7167b9e8fcd4103aeb956f74339302d1c07a0428e27313b6462ccb0f6" -dependencies = [ - "bp-header-chain", - "bp-messages", - "bp-runtime", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-std", - "sp-trie", -] - -[[package]] -name = "pallet-bridge-parachains" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f5085d9d34718756ad12f765c3265945d1ef016a3cf14cf97e04aaaec1ef27d" -dependencies = [ - "bp-header-chain", - "bp-parachains", - "bp-polkadot-core", - "bp-runtime", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-bridge-grandpa", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "pallet-bridge-relayers" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abc64a20685b6d1382ab7474ca285a868ac5ce92b75c2b110efdde525df6677a" -dependencies = [ - "bp-header-chain", - "bp-messages", - "bp-relayers", - "bp-runtime", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-bridge-grandpa", - "pallet-bridge-messages", - "pallet-bridge-parachains", - "pallet-transaction-payment", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-runtime", -] - -[[package]] -name = "pallet-broker" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f227cf4ee9025e9387547e37300bd00c1c19e786eb23276268af7dc710915ce3" -dependencies = [ - "bitvec", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-child-bounties" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d077d3b33d4f4f8fb92197def4498e2f18a3ff476f65bb7557a766406c5feb1a" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-bounties", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-collator-selection" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baa9a18a85915578e3e41fd4aea50a9db64fb57c97296e6a311373f68e40face" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-balances", - "pallet-session", - "parity-scale-codec", - "rand 0.8.5", - "scale-info", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-collective" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47a387e0ed8cf134d3a8f2c229ef19e7558537cf67d113d4fe2558415a8f49f1" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-collective-content" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "847aec528dd7a5101ea425b4d59b44ff45ab8177dac10afb87f0d77473c008b8" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-contracts" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234ae07fd7f1ef3d95026c7002baa7375ddf1e86fc72050dda3e210a4a06b462" -dependencies = [ - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-balances", - "pallet-contracts-proc-macro", - "pallet-contracts-uapi", - "parity-scale-codec", - "paste", - "rand 0.8.5", - "scale-info", - "serde", - "smallvec", - "sp-api", - "sp-core", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "wasm-instrument", - "wasmi 0.32.3", -] - -[[package]] -name = "pallet-contracts-mock-network" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af6eee652d15c1ea181c0b9eda2fb38aca328530208853b6fb4df2ea3aa9bb44" -dependencies = [ - "frame-support", - "frame-system", - "pallet-assets", - "pallet-balances", - "pallet-contracts", - "pallet-contracts-uapi", - "pallet-message-queue", - "pallet-timestamp", - "pallet-xcm", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-api", - "sp-core", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-tracing", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-simulator", -] - -[[package]] -name = "pallet-contracts-proc-macro" -version = "23.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e35aaa3d7f1dba4ea7b74d7015e6068b753d1f7f63b39a4ce6377de1bc51b476" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "pallet-contracts-uapi" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1175375608ec4900f1172d304f7c7ac1f7e3710be17f365121cf94028db1630" -dependencies = [ - "bitflags 1.3.2", - "parity-scale-codec", - "paste", - "scale-info", -] - -[[package]] -name = "pallet-conviction-voting" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f813d7dec4ed85cb95bf3b05315fd8ce14b38746fd11cce794cec238cf9fc16d" -dependencies = [ - "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-core-fellowship" -version = "24.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6236e456c2bada531cccc312fa435046701d19119f22f10e28cc670a0bc36c7e" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-ranked-collective", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-delegated-staking" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1827efa28acb4e5d26d0840c2909b1770ea8cc89028f3be4a7f6114a589b1c8" -dependencies = [ - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-democracy" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f9e8d2e1a11aa809779748c073ec9e6d44807fbdae7787edbbbbff673ee015" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-dev-mode" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d22936a81da3970014668e213efa446a10d35a254c04df7a6caffaed60c916c9" -dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-election-provider-multi-phase" -version = "39.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49e20002d915da6fa29b2b1e932c7610e963e81de11e32b0d9c24e13de7798f8" -dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-election-provider-support-benchmarking", - "parity-scale-codec", - "rand 0.8.5", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "strum 0.26.3", -] - -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5db80ea1d9cab28608ad2747981640a82de9d2f8c3d096664ff9e557a42a7c1" -dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-system", - "parity-scale-codec", - "sp-npos-elections", - "sp-runtime", -] - -[[package]] -name = "pallet-elections-phragmen" -version = "41.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cf5efc33f6a2eeb167c4b8f065da0417bf76898982f413aca07fae7e1571efc" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-fast-unstake" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61735a183468e51aec3a8bfda874acab4f07026a89dec8841394a5f45010ebb7" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-glutton" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95124be4eec7b29660608176b269b184e2f71f32e7cf73af32bc93be1c21cf06" -dependencies = [ - "blake2 0.10.6", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-inherents", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-grandpa" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7248e836db9e07b2262b83bd638e0070f5d2357d63519920317473ad90d3fac2" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", -] - -[[package]] -name = "pallet-identity" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c97dbd01716801ca490a21a4b525f5149b7c2350f3e56b1c6332bb2d471bdb" -dependencies = [ - "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-im-online" -version = "39.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cadfed668f67c5c483a40cd24ee7d0453bb53eb41aa393898f471e837724df48" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-indices" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d9305e70776c08ac9a3cdc3885b23306c466b16e75611efeea601fb92cbf250" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-insecure-randomness-collective-flip" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39a0040f827f90164ea0db81478967c6118c72f9cf7b667eec82d4f88ba8b291" -dependencies = [ - "parity-scale-codec", - "polkadot-sdk-frame", - "safe-mix", - "scale-info", -] - -[[package]] -name = "pallet-lottery" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac0f14b0c24336f70ed7fd8e34576f55272acd0d211c403eb475897f500541a0" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-membership" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca06af7edcaa916effec49edc0ebbc41ca7a7c00c9824eafbe729a36a73fb0d" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-message-queue" -version = "43.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4ef2434f1354b0db1f5ee9419e627e726519dc617272daa626aeb0a64c3b57b" -dependencies = [ - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", -] - -[[package]] -name = "pallet-meta-tx" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe7ac6c05036e97818ae77ec75020ec509b5b976161a5b10f7197b854868dd40" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "pallet-migrations" -version = "10.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290a3db17ac6eb9bc965a37eb689b35403f47930b4097626b7b8d07f651caf33" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-minimal-template" -version = "0.1.0" -dependencies = [ - "parity-scale-codec", - "polkadot-sdk 2503.0.1", - "scale-info", -] - -[[package]] -name = "pallet-mixnet" -version = "0.16.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56a5386d0374a365f09d0252dd7e8183e19703f5a9be2a5fc871fd348aa27737" -dependencies = [ - "log", - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", - "serde", - "sp-application-crypto", - "sp-mixnet", -] - -[[package]] -name = "pallet-mmr" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd2a5b9cfceb0073d7282733a38473b2b8ba4d93d596c2aa23a2b73900515f11" -dependencies = [ - "log", - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", - "sp-mmr-primitives", -] - -[[package]] -name = "pallet-multisig" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca1dbd8f9e06763b6e7b918d56fa780d8301e908316e8091a38dec764218e626" -dependencies = [ - "log", - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", -] - -[[package]] -name = "pallet-nft-fractionalization" -version = "23.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a0aad9e2e58ade4457c85e7bf29f48931741fcdb09a3dae66dc0a5bb725cab6" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-assets", - "pallet-nfts", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-nfts" -version = "34.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5445148e403482eaa0319d0ee88580b417780916107fe0edc29e49db6acf915" -dependencies = [ - "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-nfts-runtime-api" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "022c38ac63bf8ddf9b9dfe3ac4afc03b9f51c0a11fdf25ee2a164359718e5fad" -dependencies = [ - "parity-scale-codec", - "sp-api", -] - -[[package]] -name = "pallet-nis" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b386745d5656d2f4ea86a7fd22adb7cda2e28c3bed096eb329634b3ee8037d79" -dependencies = [ - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", -] - -[[package]] -name = "pallet-node-authorization" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73abf514bc12c809c3dddd83b3945ea05921dbc8f8ffd53a10403365a727642d" -dependencies = [ - "log", - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", -] - -[[package]] -name = "pallet-nomination-pools" -version = "38.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f74b7d33fa2b626d3b682967eb65577589e585475a5b43383fc6851ae5852d82" -dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-tracing", -] - -[[package]] -name = "pallet-nomination-pools-benchmarking" -version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eec00fd90b8572eb87d1400460d3de3208502f79545ae8fa999c7d0971d0019e" -dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "pallet-bags-list", - "pallet-delegated-staking", - "pallet-nomination-pools", - "pallet-staking", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-runtime-interface", - "sp-staking", -] - -[[package]] -name = "pallet-nomination-pools-runtime-api" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9b92dab01524bdc25e304f39b29e6b88c0c5e3280527870b001efbdec03615" -dependencies = [ - "pallet-nomination-pools", - "parity-scale-codec", - "sp-api", -] - -[[package]] -name = "pallet-offences" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "620a4bec35376b1262d7d086a53ac200960b15c531704cf241ed21d913a01558" -dependencies = [ - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-offences-benchmarking" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42ff0f4b9e7b7fb21a2030177d48548b0f2a7799011c179945504103235a648" -dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-babe", - "pallet-balances", - "pallet-grandpa", - "pallet-im-online", - "pallet-offences", - "pallet-session", - "pallet-staking", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-paged-list" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "945219f3c163cabaf79a8378bf77a3c0d8f75b529ec19f20598af26a277e0075" -dependencies = [ - "docify", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-metadata-ir", - "sp-runtime", -] - -[[package]] -name = "pallet-parameters" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64da32561c7fee79be35bfb39bc95199dddccf728b7daa9c2d89fad4b0209d29" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-preimage" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "becb813ca45bef02a52869c3c865f84be01d6b92d0b6c411c3e219e95907dbbd" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-proxy" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f84c01677715acc9590b393623393f722c0df459b8dcd9465ae0ac46bb904d0" -dependencies = [ - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", -] - -[[package]] -name = "pallet-ranked-collective" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e86c56283de489f9600e9d22cc671def37848ab82962db804ba1ef845a824f" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-recovery" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02eeb358622a13124326b57fc26fbcd2258f7f123cee704c6537c6f2d0c83546" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-referenda" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3d59e9e5b9f6c3c5b7db8bbec7fc937fdc8212b9393647aea7f91413264762" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-remark" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f89486cb39f3fc6193eb8de0fae8721d2fbc613811d2a8dc130da857060a8b4c" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-revive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "895fe6f50f621a69132697b8b43d29d1db4d9ff445eec410bf1fc98cd7e9412c" +checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" dependencies = [ - "alloy-core", - "derive_more 0.99.20", - "environmental", - "ethabi-decode", - "ethereum-types", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex-literal", - "impl-trait-for-tuples", - "log", - "num-bigint", - "num-integer", "num-traits", - "pallet-revive-fixtures", - "pallet-revive-proc-macro", - "pallet-revive-uapi", - "pallet-transaction-payment", - "parity-scale-codec", - "paste", - "polkavm 0.21.0", - "polkavm-common 0.21.0", - "rand 0.8.5", - "ripemd", - "rlp 0.6.1", - "scale-info", - "serde", - "sp-api", - "sp-arithmetic", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "substrate-bn", - "subxt-signer", ] [[package]] -name = "pallet-revive-eth-rpc" -version = "0.4.0" +name = "p256" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9477a25438433d873bcb0b793dedf0b334028b30a847d34fa3e3838b6011cd9f" +checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" dependencies = [ - "anyhow", - "clap", - "futures", - "git2", - "hex", - "jsonrpsee", - "log", - "pallet-revive", - "parity-scale-codec", - "rlp 0.6.1", - "sc-cli", - "sc-rpc", - "sc-rpc-api", - "sc-service", - "sp-arithmetic", - "sp-core", - "sp-crypto-hashing", - "sp-runtime", - "sp-weights", - "sqlx", - "substrate-prometheus-endpoint", - "subxt", - "subxt-signer", - "thiserror 1.0.69", - "tokio", -] - -[[package]] -name = "pallet-revive-fixtures" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1df19ca809f036d6ddf1632039e9db312f92dbe8f9390e6722ad808cd95377" -dependencies = [ - "anyhow", - "cargo_metadata", - "pallet-revive-uapi", - "polkavm-linker 0.21.0", - "sp-core", - "sp-io", - "toml 0.8.22", -] - -[[package]] -name = "pallet-revive-mock-network" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78dc337fa4265c93849f7a00d56ae19c6b5f4f78140b03ea752ef6f176507aaf" -dependencies = [ - "frame-support", - "frame-system", - "pallet-assets", - "pallet-balances", - "pallet-message-queue", - "pallet-revive", - "pallet-revive-uapi", - "pallet-timestamp", - "pallet-xcm", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-tracing", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-simulator", -] - -[[package]] -name = "pallet-revive-proc-macro" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63c2dc2fc6961da23fefc54689ce81a8e006f6988bc465dcc9ab9db905d31766" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "pallet-revive-uapi" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cb8f45102c6279f59f55e0051fc6c26b996619d7842800dfaf3a2583459a1c7" -dependencies = [ - "bitflags 1.3.2", - "pallet-revive-proc-macro", - "parity-scale-codec", - "polkavm-derive 0.21.0", - "scale-info", -] - -[[package]] -name = "pallet-root-offences" -version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cfa279fbee9ae5a4bbe3ff115e2782f5dacc858b0d640179984cd5931c2b334" -dependencies = [ - "frame-support", - "frame-system", - "pallet-session", - "pallet-staking", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-root-testing" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b96456f941dc194636e81851e77666fc39638a36ce39952cb51e4c1027b6b7b0" -dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-safe-mode" -version = "21.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c39352be5e0f0d39e140f9bc9b63152b2459ad00ff64cbb547295732613a413" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-balances", - "pallet-proxy", - "pallet-utility", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-runtime", -] - -[[package]] -name = "pallet-salary" -version = "25.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9c67129afba5f050e60b93f40006334a148cc4dc4b7890d73d92a4c27ad979" -dependencies = [ - "log", - "pallet-ranked-collective", - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", -] - -[[package]] -name = "pallet-scheduler" -version = "41.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7de58764e1499f570f180c81ba1fff24a1a3d5c9bfdcf76b6a384a985dcdd39" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-weights", -] - -[[package]] -name = "pallet-scored-pool" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18dea50b1debf0c0db84cad882c71f94c002aade62fea6cbee171f96b079f7fc" -dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-session" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "957973f62a34695f5b6e17b33ad67a11c8310fe9e16c898769c047add6b34c22" -dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-state-machine", - "sp-trie", -] - -[[package]] -name = "pallet-session-benchmarking" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4605d946187282ead36c12acb64f75d8c36beacc1b866002491c7d56e63eb2af" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", - "pallet-staking", - "parity-scale-codec", - "rand 0.8.5", - "sp-runtime", - "sp-session", -] - -[[package]] -name = "pallet-skip-feeless-payment" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b874b5a3801c5d9bb6da10fc89096038c26a1af683eb4f168f54099938a17bbf" -dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-society" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5af40e2fabefa91aeb8a872170242c40056aaf7658c8ac7e6f0b4bfc75263b5" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "rand_chacha 0.3.1", - "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-staking" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe698a05666fabe5a5f60da69ddef674262fe84bd0f93f03ddacfba7fe4c361" -dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "parity-scale-codec", - "scale-info", - "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-staking-reward-fn" -version = "22.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b982dbfe9fbc548dc7f9a3078214989ed58cabf521a8313ae1767d6b4b53b9b" -dependencies = [ - "log", - "sp-arithmetic", -] - -[[package]] -name = "pallet-staking-runtime-api" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1334393e1712a68fc114843bc66c0ec7d57d3f0b0de5a1f10f2355b8b736db2" -dependencies = [ - "parity-scale-codec", - "sp-api", - "sp-staking", -] - -[[package]] -name = "pallet-state-trie-migration" -version = "44.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7954fe634d7fb20902d04815aa2fb87e4d47736158e83cefd6abd6ea9938bab1" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-statement" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196d0fd78fbdf855212cd1dc9dc0af28972073d016c8726dca049efe82c8cdec" -dependencies = [ - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-core", - "sp-io", - "sp-runtime", - "sp-statement-store", -] - -[[package]] -name = "pallet-sudo" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdcb93e724a2acc7041d1e368895bc3ce272b6db8338a079037395cd5e6a97db" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-timestamp" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf2c41020fe6b676345a2f4e224faf128ba26dfc5d4da7938d1a91049dc3203" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-storage", - "sp-timestamp", -] - -[[package]] -name = "pallet-tips" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884613a538e24d02d1848107e4ad66c569a28d227545e3a267ce165e30a7f468" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-transaction-payment" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8ebd61b64848e39e5615832c964dc10b63bcebff26a9ec1cb867b4087240a03" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-transaction-payment-rpc" -version = "43.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2d27cee9496b7e9d6ad6ae4ff6daa71d47f98fd2593fd16e79537f5993c1447" -dependencies = [ - "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-weights", -] - -[[package]] -name = "pallet-transaction-payment-rpc-runtime-api" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3bd3329d44b44623b7615cc069b292f2a1fe5c0f4a6625c36cc906f2a43fcc1" -dependencies = [ - "pallet-transaction-payment", - "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", -] - -[[package]] -name = "pallet-transaction-storage" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11709e119276336b3bcdb939be1ffd97234deea58d0a865c5b51d904625a8b29" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-transaction-storage-proof", -] - -[[package]] -name = "pallet-treasury" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfd2d341f5df906bcfb7ff50e9abb97769786ba0ed36bfef10d88c9df6a06342" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-tx-pause" -version = "21.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afda7069466d8ad9fa9fdb2ccf31b85b8efc257c82add17af20d0cb698551589" -dependencies = [ - "docify", - "pallet-balances", - "pallet-proxy", - "pallet-utility", - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", -] - -[[package]] -name = "pallet-uniques" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7becb8495918c6b3f912e8ad4f21a0bdb5ddb2a38d6bfba98e0acfa933f4e60b" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-utility" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35a321f0aec416f3369a71a2bb0ad41f415823ff140fd22b1a3b724dfa6256f7" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-verify-signature" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96278292b47088c38ca911f1e8ad32171d1e42398d26014e57e7fbed3d2375a" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", -] - -[[package]] -name = "pallet-vesting" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "838e1e6521dfdd7bc9c5ab16489e85e30e94f9ccb7a20e3caa073fb17c9e73f7" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-whitelist" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb90b146d30677b8a343dc9f6fce011511f8db92fabe6b18ba27d8888f8d95e" -dependencies = [ - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", -] - -[[package]] -name = "pallet-xcm" -version = "19.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab7e7cc378044212673fa3d477324504642178fa9f98d96e56981fb57bbbe3e1" -dependencies = [ - "bounded-collections", - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "tracing", - "xcm-runtime-apis", -] - -[[package]] -name = "pallet-xcm-benchmarks" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc762e28929d9d3a0d65e1e13d79fb258c423a80bb3ab57ff0b2fc8d8cfb04d" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - -[[package]] -name = "pallet-xcm-bridge-hub" -version = "0.16.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59f3a9af0fbcc3745850ad7e1cc64c9fee64078ef4f978f9782fa9eef3be88b2" -dependencies = [ - "bp-messages", - "bp-runtime", - "bp-xcm-bridge-hub", - "frame-support", - "frame-system", - "log", - "pallet-bridge-messages", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - -[[package]] -name = "pallet-xcm-bridge-hub-router" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36b7e5c2e1a7d4ed7ad9a0217157479b5d5683e5983f770ca55bf293029b03f1" -dependencies = [ - "bp-xcm-bridge-hub-router", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", -] - -[[package]] -name = "parachains-common" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b68844f03979cb0c8b208306047f3b1134b59c74c1fdc9b7f2d8a591ba69b956" -dependencies = [ - "cumulus-primitives-core", - "cumulus-primitives-utility", - "frame-support", - "frame-system", - "log", - "pallet-asset-tx-payment", - "pallet-assets", - "pallet-authorship", - "pallet-balances", - "pallet-collator-selection", - "pallet-message-queue", - "pallet-xcm", - "parity-scale-codec", - "polkadot-primitives", - "scale-info", - "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "parachains-runtimes-test-utils" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc24be9ea2d120b524a4a262a5b6831a720292dfa1252099ae3e5a7846d1d7da" -dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-test-relay-sproof-builder", - "frame-support", - "frame-system", - "pallet-balances", - "pallet-collator-selection", - "pallet-session", - "pallet-timestamp", - "pallet-xcm", - "parachains-common", - "parity-scale-codec", - "polkadot-parachain-primitives", - "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", - "sp-tracing", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-executor", - "xcm-runtime-apis", -] - -[[package]] -name = "parity-bip39" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" -dependencies = [ - "bitcoin_hashes 0.13.0", - "rand 0.8.5", - "rand_core 0.6.4", - "serde", - "unicode-normalization", + "ecdsa", + "elliptic-curve", + "primeorder", + "sha2 0.10.9", ] [[package]] @@ -10092,9 +7539,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.7.4" +version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9fde3d0718baf5bc92f577d652001da0f8d54cd03a7974e118d04fc888dc23d" +checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa" dependencies = [ "arrayvec 0.7.6", "bitvec", @@ -10109,9 +7556,9 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.7.4" +version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581c837bb6b9541ce7faa9377c20616e4fb7650f6b0f68bc93c827ee504fb7b3" +checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -10213,12 +7660,6 @@ dependencies = [ "password-hash", ] -[[package]] -name = "peeking_take_while" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" - [[package]] name = "pem" version = "3.0.5" @@ -10309,6 +7750,7414 @@ dependencies = [ "indexmap 2.9.0", ] +[[package]] +name = "pez-ethereum-standards" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "alloy-core", +] + +[[package]] +name = "pez-fork-tree" +version = "12.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", +] + +[[package]] +name = "pez-generate-bags" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "chrono", + "num-format", + "pezframe-election-provider-support", + "pezframe-support", + "pezframe-system", + "pezpallet-staking", + "pezsp-staking", +] + +[[package]] +name = "pez-minimal-template-node" +version = "0.1.0" +dependencies = [ + "clap", + "docify", + "futures", + "futures-timer", + "jsonrpsee", + "pez-minimal-template-runtime", + "pezkuwi-sdk", +] + +[[package]] +name = "pez-minimal-template-runtime" +version = "0.1.0" +dependencies = [ + "parity-scale-codec", + "pezkuwi-sdk", + "pezpallet-minimal-template", + "scale-info", + "serde_json", +] + +[[package]] +name = "pez-slot-range-helper" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "pezsp-runtime", +] + +[[package]] +name = "pez-subkey" +version = "9.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "clap", + "pezsc-cli", +] + +[[package]] +name = "pez-tracing-gum" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "coarsetime", + "pez-tracing-gum-proc-macro", + "pezkuwi-primitives", + "tracing", +] + +[[package]] +name = "pez-tracing-gum-proc-macro" +version = "5.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "expander", + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezbp-runtime" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "hash-db", + "impl-trait-for-tuples", + "num-traits", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-std", + "pezsp-trie", + "scale-info", + "serde", + "tracing", + "trie-db", +] + +[[package]] +name = "pezbridge-hub-test-utils" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "asset-test-pezutils", + "bp-header-pez-chain", + "bp-messages", + "bp-pezkuwi-core", + "bp-relayers", + "bp-test-utils", + "bp-teyrchains", + "impl-trait-for-tuples", + "parity-scale-codec", + "pezbp-runtime", + "pezcumulus-pezpallet-teyrchain-system", + "pezcumulus-pezpallet-xcmp-queue", + "pezframe-support", + "pezframe-system", + "pezpallet-balances", + "pezpallet-bridge-grandpa", + "pezpallet-bridge-messages", + "pezpallet-bridge-relayers", + "pezpallet-bridge-teyrchains", + "pezpallet-timestamp", + "pezpallet-utility", + "pezpallet-xcm", + "pezpallet-xcm-bridge-hub", + "pezsp-core", + "pezsp-io", + "pezsp-keyring", + "pezsp-runtime", + "pezsp-std", + "pezsp-tracing", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", + "teyrchains-common", + "teyrchains-runtimes-test-utils", + "tracing", +] + +[[package]] +name = "pezbridge-runtime-common" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bp-header-pez-chain", + "bp-messages", + "bp-pezkuwi-core", + "bp-relayers", + "bp-teyrchains", + "parity-scale-codec", + "pezbp-runtime", + "pezframe-support", + "pezframe-system", + "pezpallet-bridge-grandpa", + "pezpallet-bridge-messages", + "pezpallet-bridge-relayers", + "pezpallet-bridge-teyrchains", + "pezpallet-transaction-payment", + "pezpallet-utility", + "pezsp-io", + "pezsp-runtime", + "pezsp-std", + "pezsp-trie", + "pezsp-weights", + "pezstaging-xcm", + "scale-info", + "tracing", + "tuplex", +] + +[[package]] +name = "pezcumulus-client-bootnodes" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "futures", + "hex", + "ip_network", + "log", + "num-traits", + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezcumulus-relay-chain-interface", + "pezsc-network", + "pezsc-service", + "pezsp-consensus-babe", + "pezsp-runtime", + "prost 0.12.6", + "prost-build 0.13.5", + "tokio", +] + +[[package]] +name = "pezcumulus-client-cli" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "clap", + "parity-scale-codec", + "pezsc-chain-spec", + "pezsc-cli", + "pezsc-client-api", + "pezsc-service", + "pezsp-blockchain", + "pezsp-core", + "pezsp-runtime", + "url", +] + +[[package]] +name = "pezcumulus-client-collator" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezcumulus-client-consensus-common", + "pezcumulus-client-network", + "pezcumulus-primitives-core", + "pezkuwi-node-subsystem", + "pezkuwi-overseer", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-client-api", + "pezsp-api", + "pezsp-consensus", + "pezsp-core", + "pezsp-runtime", + "tracing", +] + +[[package]] +name = "pezcumulus-client-consensus-aura" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezcumulus-client-collator", + "pezcumulus-client-consensus-common", + "pezcumulus-client-consensus-proposer", + "pezcumulus-client-teyrchain-inherent", + "pezcumulus-primitives-aura", + "pezcumulus-primitives-core", + "pezcumulus-relay-chain-interface", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-overseer", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-consensus-aura", + "pezsc-consensus-babe", + "pezsc-consensus-slots", + "pezsc-network-types", + "pezsc-telemetry", + "pezsc-utils", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-block-builder", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-aura", + "pezsp-core", + "pezsp-inherents", + "pezsp-keystore", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-timestamp", + "pezsp-trie", + "schnellru", + "tokio", + "tracing", +] + +[[package]] +name = "pezcumulus-client-consensus-common" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "dyn-clone", + "futures", + "log", + "parity-scale-codec", + "pezcumulus-client-pov-recovery", + "pezcumulus-primitives-core", + "pezcumulus-relay-chain-interface", + "pezcumulus-relay-chain-streams", + "pezkuwi-primitives", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-consensus-babe", + "pezsc-network", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-slots", + "pezsp-core", + "pezsp-runtime", + "pezsp-timestamp", + "pezsp-trie", + "pezsp-version", + "schnellru", + "tracing", +] + +[[package]] +name = "pezcumulus-client-consensus-proposer" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "anyhow", + "async-trait", + "pezcumulus-primitives-teyrchain-inherent", + "pezsc-basic-authorship", + "pezsc-block-builder", + "pezsc-transaction-pool-api", + "pezsp-api", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-inherents", + "pezsp-runtime", + "pezsp-state-machine", + "thiserror 1.0.69", +] + +[[package]] +name = "pezcumulus-client-consensus-relay-chain" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "parking_lot 0.12.3", + "pezcumulus-client-consensus-common", + "pezcumulus-primitives-core", + "pezcumulus-relay-chain-interface", + "pezsc-consensus", + "pezsp-api", + "pezsp-block-builder", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-core", + "pezsp-inherents", + "pezsp-runtime", + "tracing", +] + +[[package]] +name = "pezcumulus-client-network" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezcumulus-relay-chain-interface", + "pezkuwi-node-subsystem", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezkuwi-primitives-test-helpers", + "pezkuwi-teyrchain-primitives", + "pezsc-client-api", + "pezsc-network", + "pezsp-api", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-core", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-version", + "tracing", +] + +[[package]] +name = "pezcumulus-client-pov-recovery" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezcumulus-relay-chain-interface", + "pezcumulus-relay-chain-streams", + "pezkuwi-node-subsystem", + "pezkuwi-overseer", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-network", + "pezsp-api", + "pezsp-consensus", + "pezsp-maybe-compressed-blob", + "pezsp-runtime", + "pezsp-version", + "rand 0.8.5", + "tracing", +] + +[[package]] +name = "pezcumulus-client-service" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-channel 1.9.0", + "futures", + "pezcumulus-client-cli", + "pezcumulus-client-collator", + "pezcumulus-client-consensus-common", + "pezcumulus-client-network", + "pezcumulus-client-pov-recovery", + "pezcumulus-primitives-core", + "pezcumulus-primitives-proof-size-hostfunction", + "pezcumulus-relay-chain-inprocess-interface", + "pezcumulus-relay-chain-interface", + "pezcumulus-relay-chain-minimal-node", + "pezcumulus-relay-chain-streams", + "pezkuwi-overseer", + "pezkuwi-primitives", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-network", + "pezsc-network-sync", + "pezsc-network-transactions", + "pezsc-rpc", + "pezsc-service", + "pezsc-sysinfo", + "pezsc-telemetry", + "pezsc-tracing", + "pezsc-transaction-pool", + "pezsc-utils", + "pezsp-api", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-transaction-pool", + "pezsp-trie", + "prometheus", +] + +[[package]] +name = "pezcumulus-client-teyrchain-inherent" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezcumulus-primitives-teyrchain-inherent", + "pezcumulus-relay-chain-interface", + "pezcumulus-test-relay-sproof-builder", + "pezsc-client-api", + "pezsc-consensus-babe", + "pezsc-network-types", + "pezsp-crypto-hashing", + "pezsp-inherents", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-storage", + "tracing", +] + +[[package]] +name = "pezcumulus-pezpallet-aura-ext" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezcumulus-pezpallet-teyrchain-system", + "pezframe-support", + "pezframe-system", + "pezpallet-aura", + "pezpallet-timestamp", + "pezsp-application-crypto", + "pezsp-consensus-aura", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezcumulus-pezpallet-dmp-queue" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "pezstaging-xcm", + "scale-info", +] + +[[package]] +name = "pezcumulus-pezpallet-session-benchmarking" +version = "9.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-session", + "pezsp-runtime", +] + +[[package]] +name = "pezcumulus-pezpallet-solo-to-para" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezcumulus-pezpallet-teyrchain-system", + "pezframe-support", + "pezframe-system", + "pezkuwi-primitives", + "pezpallet-sudo", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezcumulus-pezpallet-teyrchain-system" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "bytes", + "environmental", + "hashbrown 0.15.3", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "pezcumulus-pezpallet-teyrchain-system-proc-macro", + "pezcumulus-primitives-core", + "pezcumulus-primitives-proof-size-hostfunction", + "pezcumulus-primitives-teyrchain-inherent", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezkuwi-runtime-teyrchains", + "pezkuwi-teyrchain-primitives", + "pezpallet-message-queue", + "pezsp-consensus-babe", + "pezsp-core", + "pezsp-externalities", + "pezsp-inherents", + "pezsp-io", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-std", + "pezsp-trie", + "pezsp-version", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "scale-info", + "trie-db", +] + +[[package]] +name = "pezcumulus-pezpallet-teyrchain-system-proc-macro" +version = "0.6.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezcumulus-pezpallet-weight-reclaim" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "derive-where", + "docify", + "log", + "parity-scale-codec", + "pezcumulus-primitives-storage-weight-reclaim", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "pezsp-trie", + "scale-info", +] + +[[package]] +name = "pezcumulus-pezpallet-xcm" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "pezstaging-xcm", + "scale-info", +] + +[[package]] +name = "pezcumulus-pezpallet-xcmp-queue" +version = "0.7.1" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "approx", + "bounded-collections 0.3.2", + "bp-xcm-bridge-hub-router", + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezkuwi-runtime-common", + "pezkuwi-runtime-teyrchains", + "pezpallet-message-queue", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", + "scale-info", + "tracing", +] + +[[package]] +name = "pezcumulus-ping" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezcumulus-pezpallet-xcm", + "pezcumulus-primitives-core", + "pezframe-support", + "pezframe-system", + "pezsp-runtime", + "pezstaging-xcm", + "scale-info", +] + +[[package]] +name = "pezcumulus-primitives-aura" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezsp-api", + "pezsp-consensus-aura", +] + +[[package]] +name = "pezcumulus-primitives-core" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezkuwi-core-primitives", + "pezkuwi-primitives", + "pezkuwi-teyrchain-primitives", + "pezsp-api", + "pezsp-runtime", + "pezsp-trie", + "pezstaging-xcm", + "scale-info", + "tracing", +] + +[[package]] +name = "pezcumulus-primitives-proof-size-hostfunction" +version = "0.2.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezsp-externalities", + "pezsp-runtime-interface", + "pezsp-trie", +] + +[[package]] +name = "pezcumulus-primitives-storage-weight-reclaim" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "log", + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezcumulus-primitives-proof-size-hostfunction", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezcumulus-primitives-teyrchain-inherent" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezsp-core", + "pezsp-inherents", + "pezsp-trie", + "scale-info", +] + +[[package]] +name = "pezcumulus-primitives-timestamp" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezcumulus-primitives-core", + "pezsp-inherents", + "pezsp-timestamp", +] + +[[package]] +name = "pezcumulus-primitives-utility" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezframe-support", + "pezkuwi-runtime-common", + "pezpallet-asset-conversion", + "pezsp-runtime", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", +] + +[[package]] +name = "pezcumulus-relay-chain-inprocess-interface" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "futures", + "futures-timer", + "pezcumulus-client-bootnodes", + "pezcumulus-primitives-core", + "pezcumulus-relay-chain-interface", + "pezkuwi-cli", + "pezkuwi-primitives", + "pezkuwi-service", + "pezsc-cli", + "pezsc-client-api", + "pezsc-network", + "pezsc-sysinfo", + "pezsc-telemetry", + "pezsc-tracing", + "pezsp-api", + "pezsp-consensus", + "pezsp-core", + "pezsp-runtime", + "pezsp-state-machine", +] + +[[package]] +name = "pezcumulus-relay-chain-interface" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "futures", + "jsonrpsee-core", + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezkuwi-overseer", + "pezsc-client-api", + "pezsc-network", + "pezsp-api", + "pezsp-blockchain", + "pezsp-state-machine", + "pezsp-version", + "thiserror 1.0.69", +] + +[[package]] +name = "pezcumulus-relay-chain-minimal-node" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "pezcumulus-client-bootnodes", + "pezcumulus-primitives-core", + "pezcumulus-relay-chain-interface", + "pezcumulus-relay-chain-rpc-interface", + "pezkuwi-core-primitives", + "pezkuwi-network-bridge", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem-util", + "pezkuwi-overseer", + "pezkuwi-primitives", + "pezkuwi-service", + "pezsc-authority-discovery", + "pezsc-client-api", + "pezsc-network", + "pezsc-network-common", + "pezsc-service", + "pezsc-tracing", + "pezsc-utils", + "pezsp-api", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-babe", + "pezsp-runtime", + "tracing", +] + +[[package]] +name = "pezcumulus-relay-chain-rpc-interface" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "futures-timer", + "jsonrpsee", + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezcumulus-relay-chain-interface", + "pezkuwi-overseer", + "pezsc-client-api", + "pezsc-rpc-api", + "pezsc-service", + "pezsp-authority-discovery", + "pezsp-consensus-babe", + "pezsp-core", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-storage", + "pezsp-version", + "prometheus", + "schnellru", + "serde", + "serde_json", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "pezcumulus-relay-chain-streams" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "pezcumulus-relay-chain-interface", + "pezkuwi-node-subsystem", + "pezkuwi-primitives", + "pezsp-api", + "pezsp-consensus", + "tracing", +] + +[[package]] +name = "pezcumulus-test-relay-sproof-builder" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezkuwi-primitives", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-trie", +] + +[[package]] +name = "pezframe-benchmarking" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "linregress", + "log", + "parity-scale-codec", + "paste", + "pezframe-support", + "pezframe-support-procedural", + "pezframe-system", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-runtime-interface", + "pezsp-storage", + "scale-info", + "serde", + "static_assertions", +] + +[[package]] +name = "pezframe-benchmarking-cli" +version = "32.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "Inflector", + "array-bytes", + "chrono", + "clap", + "comfy-table", + "env_filter", + "frame-storage-access-test-runtime", + "gethostname", + "handlebars", + "itertools 0.11.0", + "linked-hash-map", + "log", + "parity-scale-codec", + "pezcumulus-client-teyrchain-inherent", + "pezcumulus-primitives-proof-size-hostfunction", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezkuwi-primitives", + "pezkuwi-subxt", + "pezkuwi-subxt-signer", + "pezkuwi-teyrchain-primitives", + "pezsc-block-builder", + "pezsc-chain-spec", + "pezsc-cli", + "pezsc-client-api", + "pezsc-client-db", + "pezsc-executor", + "pezsc-executor-common", + "pezsc-executor-wasmtime", + "pezsc-runtime-utilities", + "pezsc-service", + "pezsc-sysinfo", + "pezsp-api", + "pezsp-block-builder", + "pezsp-blockchain", + "pezsp-core", + "pezsp-database", + "pezsp-externalities", + "pezsp-genesis-builder", + "pezsp-inherents", + "pezsp-io", + "pezsp-keystore", + "pezsp-runtime", + "pezsp-runtime-interface", + "pezsp-state-machine", + "pezsp-storage", + "pezsp-timestamp", + "pezsp-transaction-pool", + "pezsp-trie", + "pezsp-version", + "pezsp-wasm-interface", + "rand 0.8.5", + "rand_pcg", + "serde", + "serde_json", + "thiserror 1.0.69", + "thousands", +] + +[[package]] +name = "pezframe-benchmarking-pezpallet-pov" +version = "18.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezframe-election-provider-solution-type" +version = "13.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezframe-election-provider-support" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-election-provider-solution-type", + "pezframe-support", + "pezframe-system", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-npos-elections", + "pezsp-runtime", + "pezsp-std", + "scale-info", +] + +[[package]] +name = "pezframe-executive" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "aquamarine", + "log", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezframe-try-runtime", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-tracing", + "scale-info", +] + +[[package]] +name = "pezframe-metadata" +version = "23.0.1" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "cfg-if", + "parity-scale-codec", + "scale-info", + "serde", +] + +[[package]] +name = "pezframe-metadata-hash-extension" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "const-hex", + "docify", + "log", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezframe-support" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "aquamarine", + "array-bytes", + "binary-merkle-tree", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "pezframe-support-procedural", + "pezsp-api", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-crypto-hashing-proc-macro", + "pezsp-debug-derive", + "pezsp-genesis-builder", + "pezsp-inherents", + "pezsp-io", + "pezsp-metadata-ir", + "pezsp-runtime", + "pezsp-staking", + "pezsp-state-machine", + "pezsp-std", + "pezsp-tracing", + "pezsp-trie", + "pezsp-weights", + "scale-info", + "serde", + "serde_json", + "tt-call", +] + +[[package]] +name = "pezframe-support-procedural" +version = "23.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse", + "docify", + "expander", + "itertools 0.11.0", + "macro_magic", + "pezframe-support-procedural-tools", + "pezsp-crypto-hashing", + "proc-macro-warning", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezframe-support-procedural-tools" +version = "10.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezframe-support-procedural-tools-derive", + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezframe-support-procedural-tools-derive" +version = "11.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezframe-system" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "cfg-if", + "docify", + "log", + "parity-scale-codec", + "pezframe-support", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-version", + "pezsp-weights", + "scale-info", + "serde", +] + +[[package]] +name = "pezframe-system-benchmarking" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezframe-system-rpc-runtime-api" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "parity-scale-codec", + "pezsp-api", +] + +[[package]] +name = "pezframe-try-runtime" +version = "0.34.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-support", + "pezsp-api", + "pezsp-runtime", +] + +[[package]] +name = "pezkuwi-approval-distribution" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "futures-timer", + "itertools 0.11.0", + "pez-tracing-gum", + "pezkuwi-node-metrics", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "rand 0.8.5", +] + +[[package]] +name = "pezkuwi-availability-bitfield-distribution" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "futures-timer", + "pez-tracing-gum", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-primitives", + "rand 0.8.5", +] + +[[package]] +name = "pezkuwi-availability-distribution" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "fatality", + "futures", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-erasure-coding", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-network", + "pezsp-core", + "pezsp-keystore", + "rand 0.8.5", + "schnellru", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-availability-recovery" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "fatality", + "futures", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-erasure-coding", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-network", + "rand 0.8.5", + "schnellru", + "thiserror 1.0.69", + "tokio", +] + +[[package]] +name = "pezkuwi-ckb-merkle-mountain-range" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f628a53e241eca70045218a61204fe993286b10ad216ab47a1e85c4fb1b46b7f" +dependencies = [ + "cfg-if", + "itertools 0.10.5", +] + +[[package]] +name = "pezkuwi-cli" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bizinikiwi-build-script-utils", + "clap", + "futures", + "log", + "pezframe-benchmarking-cli", + "pezkuwi-node-metrics", + "pezkuwi-pez-node-primitives", + "pezkuwi-service", + "pezsc-cli", + "pezsc-network-types", + "pezsc-service", + "pezsc-storage-monitor", + "pezsc-sysinfo", + "pezsc-tracing", + "pezsp-core", + "pezsp-keyring", + "pezsp-runtime", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-collator-protocol" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitvec", + "fatality", + "futures", + "futures-timer", + "pez-tracing-gum", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsp-core", + "pezsp-keystore", + "pezsp-runtime", + "schnellru", + "thiserror 1.0.69", + "tokio-util", +] + +[[package]] +name = "pezkuwi-core-primitives" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-core", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezkuwi-dispute-distribution" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "fatality", + "futures", + "futures-timer", + "indexmap 2.9.0", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-network", + "pezsp-application-crypto", + "pezsp-keystore", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-erasure-coding" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsp-core", + "pezsp-trie", + "reed-solomon-novelpoly", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-gossip-support" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "futures-timer", + "pez-tracing-gum", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-primitives", + "pezsc-network", + "pezsp-application-crypto", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-keystore", + "rand 0.8.5", + "rand_chacha 0.3.1", +] + +[[package]] +name = "pezkuwi-network-bridge" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "always-assert", + "async-trait", + "bytes", + "fatality", + "futures", + "parity-scale-codec", + "parking_lot 0.12.3", + "pez-tracing-gum", + "pezkuwi-node-metrics", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-overseer", + "pezkuwi-primitives", + "pezsc-network", + "pezsp-consensus", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-collation-generation" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-erasure-coding", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsp-core", + "schnellru", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-core-approval-voting" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bitvec", + "derive_more 0.99.20", + "futures", + "futures-timer", + "itertools 0.11.0", + "merlin", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-overseer", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-keystore", + "pezsp-application-crypto", + "pezsp-consensus", + "pezsp-consensus-slots", + "pezsp-runtime", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "schnellru", + "schnorrkel 0.11.4", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-core-approval-voting-parallel" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "futures", + "itertools 0.11.0", + "pez-tracing-gum", + "pezkuwi-approval-distribution", + "pezkuwi-node-core-approval-voting", + "pezkuwi-node-metrics", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-overseer", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-keystore", + "pezsp-consensus", + "rand 0.8.5", + "rand_core 0.6.4", +] + +[[package]] +name = "pezkuwi-node-core-av-store" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitvec", + "futures", + "futures-timer", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-erasure-coding", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsp-consensus", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-core-backing" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitvec", + "fatality", + "futures", + "pez-tracing-gum", + "pezkuwi-erasure-coding", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezkuwi-statement-table", + "pezkuwi-teyrchain-primitives", + "pezsp-keystore", + "schnellru", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-core-bitfield-signing" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "pez-tracing-gum", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-primitives", + "pezsp-keystore", + "thiserror 1.0.69", + "wasm-timer", +] + +[[package]] +name = "pezkuwi-node-core-candidate-validation" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-node-core-pvf", + "pezkuwi-node-metrics", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-overseer", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezkuwi-teyrchain-primitives", + "pezsp-application-crypto", + "pezsp-keystore", +] + +[[package]] +name = "pezkuwi-node-core-chain-api" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "pez-tracing-gum", + "pezkuwi-node-metrics", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-types", + "pezsc-client-api", + "pezsc-consensus-babe", +] + +[[package]] +name = "pezkuwi-node-core-chain-selection" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "futures-timer", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-core-dispute-coordinator" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "fatality", + "futures", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-keystore", + "schnellru", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-core-prospective-teyrchains" +version = "6.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "fatality", + "futures", + "pez-tracing-gum", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-primitives", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-core-provisioner" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitvec", + "fatality", + "futures", + "futures-timer", + "pez-tracing-gum", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-consensus-slots", + "schnellru", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-core-pvf" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "always-assert", + "array-bytes", + "futures", + "futures-timer", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-node-core-pvf-common", + "pezkuwi-node-metrics", + "pezkuwi-node-subsystem", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezkuwi-teyrchain-primitives", + "pezsc-tracing", + "pezsp-core", + "pin-project", + "rand 0.8.5", + "slotmap", + "strum 0.26.3", + "tempfile", + "thiserror 1.0.69", + "tokio", +] + +[[package]] +name = "pezkuwi-node-core-pvf-checker" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "pez-tracing-gum", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-primitives", + "pezsp-keystore", +] + +[[package]] +name = "pezkuwi-node-core-pvf-common" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "cpu-time", + "futures", + "landlock", + "libc", + "nix 0.29.0", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezkuwi-teyrchain-primitives", + "pezsc-executor", + "pezsc-executor-common", + "pezsc-executor-wasmtime", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-externalities", + "pezsp-io", + "pezsp-tracing", + "seccompiler", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-core-pvf-execute-worker" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "cfg-if", + "cpu-time", + "libc", + "nix 0.29.0", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-node-core-pvf-common", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezkuwi-teyrchain-primitives", + "pezsp-maybe-compressed-blob", +] + +[[package]] +name = "pezkuwi-node-core-pvf-prepare-worker" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "cfg-if", + "libc", + "nix 0.29.0", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-node-core-pvf-common", + "pezkuwi-primitives", + "pezsp-maybe-compressed-blob", + "pezstaging-tracking-allocator", + "tikv-jemalloc-ctl", + "tikv-jemallocator", +] + +[[package]] +name = "pezkuwi-node-core-runtime-api" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "pez-tracing-gum", + "pezkuwi-node-metrics", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-types", + "pezkuwi-primitives", + "pezsp-consensus-babe", + "schnellru", +] + +[[package]] +name = "pezkuwi-node-core-teyrchains-inherent" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "pez-tracing-gum", + "pezkuwi-node-subsystem", + "pezkuwi-overseer", + "pezkuwi-primitives", + "pezsp-blockchain", + "pezsp-inherents", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-metrics" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bizinikiwi-prometheus-endpoint", + "bs58", + "futures", + "futures-timer", + "parity-scale-codec", + "pezkuwi-primitives", + "pezsc-cli", + "pezsc-service", + "pezsc-tracing", + "prioritized-metered-channel", +] + +[[package]] +name = "pezkuwi-node-network-protocol" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more 0.99.20", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-authority-discovery", + "pezsc-network", + "pezsc-network-types", + "pezsp-runtime", + "rand 0.8.5", + "strum 0.26.3", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-subsystem" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezkuwi-node-subsystem-types", + "pezkuwi-overseer", +] + +[[package]] +name = "pezkuwi-node-subsystem-types" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "derive_more 0.99.20", + "fatality", + "futures", + "orchestra", + "pezkuwi-node-network-protocol", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezkuwi-statement-table", + "pezsc-client-api", + "pezsc-network", + "pezsc-network-types", + "pezsc-transaction-pool-api", + "pezsp-api", + "pezsp-authority-discovery", + "pezsp-blockchain", + "pezsp-consensus-babe", + "pezsp-runtime", + "smallvec", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-node-subsystem-util" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "fatality", + "futures", + "itertools 0.11.0", + "kvdb", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "pez-tracing-gum", + "pezkuwi-erasure-coding", + "pezkuwi-node-metrics", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-types", + "pezkuwi-overseer", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsp-application-crypto", + "pezsp-core", + "pezsp-keystore", + "prioritized-metered-channel", + "rand 0.8.5", + "schnellru", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-omni-node-lib" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-frame-rpc-system", + "bizinikiwi-prometheus-endpoint", + "bizinikiwi-state-trie-migration-rpc", + "clap", + "color-print", + "docify", + "futures", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "pezcumulus-client-bootnodes", + "pezcumulus-client-cli", + "pezcumulus-client-collator", + "pezcumulus-client-consensus-aura", + "pezcumulus-client-consensus-common", + "pezcumulus-client-consensus-proposer", + "pezcumulus-client-consensus-relay-chain", + "pezcumulus-client-service", + "pezcumulus-client-teyrchain-inherent", + "pezcumulus-primitives-aura", + "pezcumulus-primitives-core", + "pezcumulus-relay-chain-interface", + "pezframe-benchmarking-cli", + "pezframe-system-rpc-runtime-api", + "pezkuwi-cli", + "pezkuwi-primitives", + "pezkuwi-subxt-metadata", + "pezpallet-transaction-payment", + "pezpallet-transaction-payment-rpc", + "pezpallet-transaction-payment-rpc-runtime-api", + "pezsc-basic-authorship", + "pezsc-chain-spec", + "pezsc-cli", + "pezsc-client-api", + "pezsc-client-db", + "pezsc-consensus", + "pezsc-consensus-aura", + "pezsc-consensus-manual-seal", + "pezsc-executor", + "pezsc-keystore", + "pezsc-network", + "pezsc-network-statement", + "pezsc-network-sync", + "pezsc-offchain", + "pezsc-rpc", + "pezsc-runtime-utilities", + "pezsc-service", + "pezsc-statement-store", + "pezsc-storage-monitor", + "pezsc-sysinfo", + "pezsc-telemetry", + "pezsc-tracing", + "pezsc-transaction-pool", + "pezsc-transaction-pool-api", + "pezsp-api", + "pezsp-block-builder", + "pezsp-consensus", + "pezsp-consensus-aura", + "pezsp-core", + "pezsp-genesis-builder", + "pezsp-inherents", + "pezsp-keystore", + "pezsp-offchain", + "pezsp-runtime", + "pezsp-session", + "pezsp-statement-store", + "pezsp-storage", + "pezsp-timestamp", + "pezsp-transaction-pool", + "pezsp-version", + "pezsp-weights", + "pezstaging-chain-spec-builder", + "scale-info", + "serde", + "serde_json", + "teyrchains-common", +] + +[[package]] +name = "pezkuwi-overseer" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "orchestra", + "pez-tracing-gum", + "pezkuwi-node-metrics", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem-types", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsc-client-api", + "pezsp-core", + "tikv-jemalloc-ctl", +] + +[[package]] +name = "pezkuwi-pez-node-primitives" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitvec", + "bounded-vec", + "futures", + "futures-timer", + "parity-scale-codec", + "pezkuwi-primitives", + "pezkuwi-teyrchain-primitives", + "pezsc-keystore", + "pezsp-application-crypto", + "pezsp-consensus-babe", + "pezsp-consensus-slots", + "pezsp-keystore", + "pezsp-maybe-compressed-blob", + "schnorrkel 0.11.4", + "serde", + "thiserror 1.0.69", + "zstd 0.12.4", +] + +[[package]] +name = "pezkuwi-primitives" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitvec", + "bounded-collections 0.3.2", + "hex-literal", + "log", + "parity-scale-codec", + "pezkuwi-core-primitives", + "pezkuwi-teyrchain-primitives", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-arithmetic", + "pezsp-authority-discovery", + "pezsp-consensus-slots", + "pezsp-core", + "pezsp-inherents", + "pezsp-io", + "pezsp-keystore", + "pezsp-runtime", + "pezsp-staking", + "pezsp-std", + "scale-info", + "serde", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-primitives-test-helpers" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezkuwi-primitives", + "pezsp-application-crypto", + "pezsp-core", + "pezsp-keyring", + "pezsp-runtime", + "rand 0.8.5", + "scale-info", +] + +[[package]] +name = "pezkuwi-rpc" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bizinikiwi-frame-rpc-system", + "bizinikiwi-state-trie-migration-rpc", + "jsonrpsee", + "pezkuwi-primitives", + "pezmmr-rpc", + "pezpallet-transaction-payment-rpc", + "pezsc-chain-spec", + "pezsc-client-api", + "pezsc-consensus-babe", + "pezsc-consensus-babe-rpc", + "pezsc-consensus-beefy", + "pezsc-consensus-beefy-rpc", + "pezsc-consensus-grandpa", + "pezsc-consensus-grandpa-rpc", + "pezsc-rpc", + "pezsc-sync-state-rpc", + "pezsc-transaction-pool-api", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-block-builder", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-babe", + "pezsp-consensus-beefy", + "pezsp-keystore", + "pezsp-runtime", +] + +[[package]] +name = "pezkuwi-runtime-common" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitvec", + "impl-trait-for-tuples", + "libsecp256k1", + "log", + "parity-scale-codec", + "pez-slot-range-helper", + "pezframe-benchmarking", + "pezframe-election-provider-support", + "pezframe-support", + "pezframe-system", + "pezkuwi-primitives", + "pezkuwi-runtime-teyrchains", + "pezpallet-asset-rate", + "pezpallet-authorship", + "pezpallet-babe", + "pezpallet-balances", + "pezpallet-broker", + "pezpallet-election-provider-multi-phase", + "pezpallet-fast-unstake", + "pezpallet-identity", + "pezpallet-session", + "pezpallet-staking", + "pezpallet-staking-reward-fn", + "pezpallet-timestamp", + "pezpallet-transaction-payment", + "pezpallet-treasury", + "pezpallet-vesting", + "pezsp-api", + "pezsp-core", + "pezsp-inherents", + "pezsp-io", + "pezsp-keyring", + "pezsp-npos-elections", + "pezsp-runtime", + "pezsp-session", + "pezsp-staking", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", + "rustc-hex", + "scale-info", + "serde", + "static_assertions", +] + +[[package]] +name = "pezkuwi-runtime-metrics" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bs58", + "parity-scale-codec", + "pezframe-benchmarking", + "pezkuwi-primitives", + "pezsp-tracing", +] + +[[package]] +name = "pezkuwi-runtime-teyrchains" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitflags 1.3.2", + "bitvec", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-election-provider-support", + "pezframe-support", + "pezframe-system", + "pezkuwi-core-primitives", + "pezkuwi-primitives", + "pezkuwi-runtime-metrics", + "pezkuwi-teyrchain-primitives", + "pezpallet-authority-discovery", + "pezpallet-authorship", + "pezpallet-babe", + "pezpallet-balances", + "pezpallet-broker", + "pezpallet-message-queue", + "pezpallet-mmr", + "pezpallet-session", + "pezpallet-staking", + "pezpallet-timestamp", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-inherents", + "pezsp-io", + "pezsp-keystore", + "pezsp-runtime", + "pezsp-session", + "pezsp-staking", + "pezsp-std", + "pezstaging-xcm", + "pezstaging-xcm-executor", + "rand 0.8.5", + "rand_chacha 0.3.1", + "scale-info", + "serde", +] + +[[package]] +name = "pezkuwi-sdk" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "asset-test-pezutils", + "assets-common", + "binary-merkle-tree", + "bizinikiwi-bip39", + "bizinikiwi-build-script-utils", + "bizinikiwi-frame-rpc-support", + "bizinikiwi-frame-rpc-system", + "bizinikiwi-prometheus-endpoint", + "bizinikiwi-rpc-client", + "bizinikiwi-state-trie-migration-rpc", + "bizinikiwi-txtesttool", + "bizinikiwi-wasm-builder", + "bp-header-pez-chain", + "bp-messages", + "bp-pezkuwi-core", + "bp-relayers", + "bp-test-utils", + "bp-teyrchains", + "bp-xcm-bridge-hub", + "bp-xcm-bridge-hub-router", + "bridge-hub-common", + "frame-remote-externalities", + "pez-fork-tree", + "pez-generate-bags", + "pez-slot-range-helper", + "pez-subkey", + "pez-tracing-gum", + "pezbp-runtime", + "pezbridge-hub-test-utils", + "pezbridge-runtime-common", + "pezcumulus-client-bootnodes", + "pezcumulus-client-cli", + "pezcumulus-client-collator", + "pezcumulus-client-consensus-aura", + "pezcumulus-client-consensus-common", + "pezcumulus-client-consensus-proposer", + "pezcumulus-client-consensus-relay-chain", + "pezcumulus-client-network", + "pezcumulus-client-pov-recovery", + "pezcumulus-client-service", + "pezcumulus-client-teyrchain-inherent", + "pezcumulus-pezpallet-aura-ext", + "pezcumulus-pezpallet-dmp-queue", + "pezcumulus-pezpallet-session-benchmarking", + "pezcumulus-pezpallet-solo-to-para", + "pezcumulus-pezpallet-teyrchain-system", + "pezcumulus-pezpallet-teyrchain-system-proc-macro", + "pezcumulus-pezpallet-weight-reclaim", + "pezcumulus-pezpallet-xcm", + "pezcumulus-pezpallet-xcmp-queue", + "pezcumulus-ping", + "pezcumulus-primitives-aura", + "pezcumulus-primitives-core", + "pezcumulus-primitives-proof-size-hostfunction", + "pezcumulus-primitives-storage-weight-reclaim", + "pezcumulus-primitives-teyrchain-inherent", + "pezcumulus-primitives-timestamp", + "pezcumulus-primitives-utility", + "pezcumulus-relay-chain-inprocess-interface", + "pezcumulus-relay-chain-interface", + "pezcumulus-relay-chain-minimal-node", + "pezcumulus-relay-chain-rpc-interface", + "pezcumulus-relay-chain-streams", + "pezframe-benchmarking", + "pezframe-benchmarking-cli", + "pezframe-benchmarking-pezpallet-pov", + "pezframe-election-provider-solution-type", + "pezframe-election-provider-support", + "pezframe-executive", + "pezframe-metadata", + "pezframe-metadata-hash-extension", + "pezframe-support", + "pezframe-support-procedural", + "pezframe-support-procedural-tools", + "pezframe-support-procedural-tools-derive", + "pezframe-system", + "pezframe-system-benchmarking", + "pezframe-system-rpc-runtime-api", + "pezkuwi-approval-distribution", + "pezkuwi-availability-bitfield-distribution", + "pezkuwi-availability-distribution", + "pezkuwi-availability-recovery", + "pezkuwi-cli", + "pezkuwi-collator-protocol", + "pezkuwi-core-primitives", + "pezkuwi-dispute-distribution", + "pezkuwi-erasure-coding", + "pezkuwi-gossip-support", + "pezkuwi-network-bridge", + "pezkuwi-node-collation-generation", + "pezkuwi-node-core-approval-voting", + "pezkuwi-node-core-approval-voting-parallel", + "pezkuwi-node-core-av-store", + "pezkuwi-node-core-backing", + "pezkuwi-node-core-bitfield-signing", + "pezkuwi-node-core-candidate-validation", + "pezkuwi-node-core-chain-api", + "pezkuwi-node-core-chain-selection", + "pezkuwi-node-core-dispute-coordinator", + "pezkuwi-node-core-prospective-teyrchains", + "pezkuwi-node-core-provisioner", + "pezkuwi-node-core-pvf", + "pezkuwi-node-core-pvf-checker", + "pezkuwi-node-core-pvf-common", + "pezkuwi-node-core-pvf-execute-worker", + "pezkuwi-node-core-pvf-prepare-worker", + "pezkuwi-node-core-runtime-api", + "pezkuwi-node-core-teyrchains-inherent", + "pezkuwi-node-metrics", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-types", + "pezkuwi-node-subsystem-util", + "pezkuwi-omni-node-lib", + "pezkuwi-overseer", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezkuwi-primitives-test-helpers", + "pezkuwi-rpc", + "pezkuwi-runtime-common", + "pezkuwi-runtime-metrics", + "pezkuwi-runtime-teyrchains", + "pezkuwi-sdk-frame", + "pezkuwi-service", + "pezkuwi-ss58-registry", + "pezkuwi-statement-distribution", + "pezkuwi-statement-table", + "pezkuwi-subxt", + "pezkuwi-subxt-codegen", + "pezkuwi-subxt-core", + "pezkuwi-subxt-lightclient", + "pezkuwi-subxt-metadata", + "pezkuwi-subxt-rpcs", + "pezkuwi-subxt-signer", + "pezkuwi-subxt-utils-fetchmetadata", + "pezkuwi-subxt-utils-stripmetadata", + "pezkuwi-teyrchain-primitives", + "pezmmr-gadget", + "pezmmr-rpc", + "pezpallet-alliance", + "pezpallet-asset-conversion", + "pezpallet-asset-conversion-ops", + "pezpallet-asset-conversion-tx-payment", + "pezpallet-asset-rate", + "pezpallet-asset-rewards", + "pezpallet-asset-tx-payment", + "pezpallet-assets", + "pezpallet-assets-freezer", + "pezpallet-assets-holder", + "pezpallet-assets-precompiles", + "pezpallet-atomic-swap", + "pezpallet-aura", + "pezpallet-authority-discovery", + "pezpallet-authorship", + "pezpallet-babe", + "pezpallet-bags-list", + "pezpallet-balances", + "pezpallet-beefy", + "pezpallet-beefy-mmr", + "pezpallet-bounties", + "pezpallet-bridge-grandpa", + "pezpallet-bridge-messages", + "pezpallet-bridge-relayers", + "pezpallet-bridge-teyrchains", + "pezpallet-broker", + "pezpallet-child-bounties", + "pezpallet-collator-selection", + "pezpallet-collective", + "pezpallet-collective-content", + "pezpallet-contracts", + "pezpallet-contracts-mock-network", + "pezpallet-conviction-voting", + "pezpallet-core-fellowship", + "pezpallet-delegated-staking", + "pezpallet-democracy", + "pezpallet-derivatives", + "pezpallet-dummy-dim", + "pezpallet-election-provider-multi-block", + "pezpallet-election-provider-multi-phase", + "pezpallet-election-provider-support-benchmarking", + "pezpallet-elections-phragmen", + "pezpallet-fast-unstake", + "pezpallet-glutton", + "pezpallet-grandpa", + "pezpallet-identity", + "pezpallet-im-online", + "pezpallet-indices", + "pezpallet-insecure-randomness-collective-flip", + "pezpallet-lottery", + "pezpallet-membership", + "pezpallet-message-queue", + "pezpallet-meta-tx", + "pezpallet-migrations", + "pezpallet-mixnet", + "pezpallet-mmr", + "pezpallet-multi-asset-bounties", + "pezpallet-multisig", + "pezpallet-nft-fractionalization", + "pezpallet-nfts", + "pezpallet-nfts-runtime-api", + "pezpallet-nis", + "pezpallet-node-authorization", + "pezpallet-nomination-pools", + "pezpallet-nomination-pools-benchmarking", + "pezpallet-nomination-pools-runtime-api", + "pezpallet-offences", + "pezpallet-offences-benchmarking", + "pezpallet-oracle", + "pezpallet-oracle-runtime-api", + "pezpallet-origin-restriction", + "pezpallet-paged-list", + "pezpallet-parameters", + "pezpallet-people", + "pezpallet-preimage", + "pezpallet-proxy", + "pezpallet-ranked-collective", + "pezpallet-recovery", + "pezpallet-referenda", + "pezpallet-remark", + "pezpallet-revive", + "pezpallet-root-offences", + "pezpallet-safe-mode", + "pezpallet-salary", + "pezpallet-scheduler", + "pezpallet-scored-pool", + "pezpallet-session", + "pezpallet-session-benchmarking", + "pezpallet-skip-feeless-payment", + "pezpallet-society", + "pezpallet-staking", + "pezpallet-staking-async", + "pezpallet-staking-async-ah-client", + "pezpallet-staking-async-rc-client", + "pezpallet-staking-async-reward-fn", + "pezpallet-staking-async-runtime-api", + "pezpallet-staking-reward-fn", + "pezpallet-staking-runtime-api", + "pezpallet-state-trie-migration", + "pezpallet-statement", + "pezpallet-sudo", + "pezpallet-timestamp", + "pezpallet-tips", + "pezpallet-transaction-payment", + "pezpallet-transaction-payment-rpc", + "pezpallet-transaction-payment-rpc-runtime-api", + "pezpallet-transaction-storage", + "pezpallet-treasury", + "pezpallet-tx-pause", + "pezpallet-uniques", + "pezpallet-utility", + "pezpallet-verify-signature", + "pezpallet-vesting", + "pezpallet-whitelist", + "pezpallet-xcm", + "pezpallet-xcm-bridge-hub", + "pezpallet-xcm-bridge-hub-router", + "pezpallet-xcm-precompiles", + "pezsc-allocator", + "pezsc-authority-discovery", + "pezsc-basic-authorship", + "pezsc-block-builder", + "pezsc-chain-spec", + "pezsc-cli", + "pezsc-client-api", + "pezsc-client-db", + "pezsc-consensus", + "pezsc-consensus-aura", + "pezsc-consensus-babe", + "pezsc-consensus-babe-rpc", + "pezsc-consensus-beefy", + "pezsc-consensus-beefy-rpc", + "pezsc-consensus-epochs", + "pezsc-consensus-grandpa", + "pezsc-consensus-grandpa-rpc", + "pezsc-consensus-manual-seal", + "pezsc-consensus-pow", + "pezsc-consensus-slots", + "pezsc-executor", + "pezsc-executor-common", + "pezsc-executor-polkavm", + "pezsc-executor-wasmtime", + "pezsc-informant", + "pezsc-keystore", + "pezsc-mixnet", + "pezsc-network", + "pezsc-network-common", + "pezsc-network-gossip", + "pezsc-network-light", + "pezsc-network-statement", + "pezsc-network-sync", + "pezsc-network-transactions", + "pezsc-network-types", + "pezsc-offchain", + "pezsc-proposer-metrics", + "pezsc-rpc", + "pezsc-rpc-api", + "pezsc-rpc-server", + "pezsc-rpc-spec-v2", + "pezsc-runtime-utilities", + "pezsc-service", + "pezsc-state-db", + "pezsc-statement-store", + "pezsc-storage-monitor", + "pezsc-sync-state-rpc", + "pezsc-sysinfo", + "pezsc-telemetry", + "pezsc-tracing", + "pezsc-transaction-pool", + "pezsc-transaction-pool-api", + "pezsc-utils", + "pezsp-api", + "pezsp-api-proc-macro", + "pezsp-application-crypto", + "pezsp-arithmetic", + "pezsp-authority-discovery", + "pezsp-block-builder", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-aura", + "pezsp-consensus-babe", + "pezsp-consensus-beefy", + "pezsp-consensus-grandpa", + "pezsp-consensus-pow", + "pezsp-consensus-slots", + "pezsp-core", + "pezsp-core-hashing", + "pezsp-core-hashing-proc-macro", + "pezsp-crypto-ec-utils", + "pezsp-crypto-hashing", + "pezsp-database", + "pezsp-debug-derive", + "pezsp-externalities", + "pezsp-genesis-builder", + "pezsp-inherents", + "pezsp-io", + "pezsp-keyring", + "pezsp-keystore", + "pezsp-maybe-compressed-blob", + "pezsp-metadata-ir", + "pezsp-mixnet", + "pezsp-mmr-primitives", + "pezsp-npos-elections", + "pezsp-offchain", + "pezsp-panic-handler", + "pezsp-rpc", + "pezsp-runtime-interface", + "pezsp-session", + "pezsp-staking", + "pezsp-state-machine", + "pezsp-statement-store", + "pezsp-std", + "pezsp-storage", + "pezsp-timestamp", + "pezsp-tracing", + "pezsp-transaction-pool", + "pezsp-transaction-storage-proof", + "pezsp-trie", + "pezsp-version", + "pezsp-wasm-interface", + "pezsp-weights", + "pezstaging-chain-spec-builder", + "pezstaging-node-inspect", + "pezstaging-teyrchain-info", + "pezstaging-tracking-allocator", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", + "testnet-teyrchains-constants", + "teyrchains-common", + "teyrchains-runtimes-test-utils", + "xcm-pez-emulator", + "xcm-pez-simulator", + "xcm-runtime-pezapis", + "zombienet-configuration", + "zombienet-orchestrator", + "zombienet-prom-metrics-parser", + "zombienet-provider", + "zombienet-sdk", + "zombienet-support", +] + +[[package]] +name = "pezkuwi-sdk-frame" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-executive", + "pezframe-support", + "pezframe-system", + "pezframe-system-benchmarking", + "pezframe-system-rpc-runtime-api", + "pezframe-try-runtime", + "pezsp-api", + "pezsp-arithmetic", + "pezsp-block-builder", + "pezsp-consensus-aura", + "pezsp-consensus-grandpa", + "pezsp-core", + "pezsp-genesis-builder", + "pezsp-inherents", + "pezsp-io", + "pezsp-keyring", + "pezsp-offchain", + "pezsp-runtime", + "pezsp-session", + "pezsp-storage", + "pezsp-transaction-pool", + "pezsp-version", + "scale-info", + "serde", +] + +[[package]] +name = "pezkuwi-service" +version = "7.0.1" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "is_executable", + "kvdb", + "kvdb-rocksdb", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "pez-tracing-gum", + "pezframe-benchmarking", + "pezframe-benchmarking-cli", + "pezframe-system", + "pezframe-system-rpc-runtime-api", + "pezkuwi-approval-distribution", + "pezkuwi-availability-bitfield-distribution", + "pezkuwi-availability-distribution", + "pezkuwi-availability-recovery", + "pezkuwi-collator-protocol", + "pezkuwi-core-primitives", + "pezkuwi-dispute-distribution", + "pezkuwi-gossip-support", + "pezkuwi-network-bridge", + "pezkuwi-node-collation-generation", + "pezkuwi-node-core-approval-voting", + "pezkuwi-node-core-approval-voting-parallel", + "pezkuwi-node-core-av-store", + "pezkuwi-node-core-backing", + "pezkuwi-node-core-bitfield-signing", + "pezkuwi-node-core-candidate-validation", + "pezkuwi-node-core-chain-api", + "pezkuwi-node-core-chain-selection", + "pezkuwi-node-core-dispute-coordinator", + "pezkuwi-node-core-prospective-teyrchains", + "pezkuwi-node-core-provisioner", + "pezkuwi-node-core-pvf", + "pezkuwi-node-core-pvf-checker", + "pezkuwi-node-core-runtime-api", + "pezkuwi-node-core-teyrchains-inherent", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-types", + "pezkuwi-node-subsystem-util", + "pezkuwi-overseer", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezkuwi-rpc", + "pezkuwi-runtime-teyrchains", + "pezkuwi-statement-distribution", + "pezmmr-gadget", + "pezpallet-transaction-payment", + "pezpallet-transaction-payment-rpc-runtime-api", + "pezsc-authority-discovery", + "pezsc-basic-authorship", + "pezsc-chain-spec", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-consensus-babe", + "pezsc-consensus-beefy", + "pezsc-consensus-grandpa", + "pezsc-consensus-slots", + "pezsc-executor", + "pezsc-keystore", + "pezsc-network", + "pezsc-network-sync", + "pezsc-offchain", + "pezsc-service", + "pezsc-sync-state-rpc", + "pezsc-sysinfo", + "pezsc-telemetry", + "pezsc-transaction-pool", + "pezsc-transaction-pool-api", + "pezsp-api", + "pezsp-authority-discovery", + "pezsp-block-builder", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-babe", + "pezsp-consensus-beefy", + "pezsp-consensus-grandpa", + "pezsp-core", + "pezsp-genesis-builder", + "pezsp-inherents", + "pezsp-io", + "pezsp-keyring", + "pezsp-mmr-primitives", + "pezsp-offchain", + "pezsp-runtime", + "pezsp-session", + "pezsp-timestamp", + "pezsp-transaction-pool", + "pezsp-version", + "pezsp-weights", + "pezstaging-xcm", + "serde", + "serde_json", + "thiserror 1.0.69", + "xcm-runtime-pezapis", +] + +[[package]] +name = "pezkuwi-ss58-registry" +version = "1.51.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "Inflector", + "num-format", + "proc-macro2", + "quote", + "serde", + "serde_json", + "unicode-xid", +] + +[[package]] +name = "pezkuwi-statement-distribution" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitvec", + "fatality", + "futures", + "futures-timer", + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-node-network-protocol", + "pezkuwi-node-subsystem", + "pezkuwi-node-subsystem-util", + "pezkuwi-pez-node-primitives", + "pezkuwi-primitives", + "pezsp-keystore", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-statement-table" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pez-tracing-gum", + "pezkuwi-primitives", +] + +[[package]] +name = "pezkuwi-subxt" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "derive-where", + "either", + "frame-metadata", + "futures", + "hex", + "jsonrpsee", + "parity-scale-codec", + "pezkuwi-subxt-core", + "pezkuwi-subxt-lightclient", + "pezkuwi-subxt-macro", + "pezkuwi-subxt-metadata", + "pezkuwi-subxt-rpcs", + "pezsp-crypto-hashing", + "primitive-types 0.13.1", + "scale-bits", + "scale-decode", + "scale-encode", + "scale-info", + "scale-value", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tokio-util", + "tracing", + "url", + "wasm-bindgen-futures", + "web-time", +] + +[[package]] +name = "pezkuwi-subxt-codegen" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "heck 0.5.0", + "parity-scale-codec", + "pezkuwi-subxt-metadata", + "proc-macro2", + "quote", + "scale-info", + "scale-typegen", + "syn 2.0.101", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-subxt-core" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "base58", + "blake2 0.10.6", + "derive-where", + "frame-decode", + "frame-metadata", + "hashbrown 0.15.3", + "hex", + "impl-serde", + "keccak-hash", + "parity-scale-codec", + "pezkuwi-subxt-metadata", + "pezsp-crypto-hashing", + "primitive-types 0.13.1", + "scale-bits", + "scale-decode", + "scale-encode", + "scale-info", + "scale-value", + "serde", + "serde_json", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "pezkuwi-subxt-lightclient" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "futures-util", + "serde", + "serde_json", + "smoldot-light", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "pezkuwi-subxt-macro" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "darling 0.20.11", + "parity-scale-codec", + "pezkuwi-subxt-codegen", + "pezkuwi-subxt-metadata", + "pezkuwi-subxt-utils-fetchmetadata", + "proc-macro-error2", + "quote", + "scale-typegen", + "syn 2.0.101", +] + +[[package]] +name = "pezkuwi-subxt-metadata" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "frame-decode", + "frame-metadata", + "hashbrown 0.15.3", + "parity-scale-codec", + "pezsp-crypto-hashing", + "scale-info", + "scale-info-legacy", + "scale-type-resolver", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-subxt-rpcs" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "derive-where", + "frame-metadata", + "futures", + "hex", + "impl-serde", + "jsonrpsee", + "parity-scale-codec", + "pezkuwi-subxt-core", + "pezkuwi-subxt-lightclient", + "primitive-types 0.13.1", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio-util", + "tracing", + "url", +] + +[[package]] +name = "pezkuwi-subxt-signer" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "base64 0.22.1", + "bip32", + "bip39", + "cfg-if", + "crypto_secretbox", + "getrandom 0.2.16", + "hex", + "hmac 0.12.1", + "keccak-hash", + "parity-scale-codec", + "pbkdf2", + "pezkuwi-subxt-core", + "pezsp-crypto-hashing", + "regex", + "schnorrkel 0.11.4", + "scrypt", + "secp256k1 0.28.2", + "secrecy", + "serde", + "serde_json", + "sha2 0.10.9", + "thiserror 1.0.69", + "zeroize", +] + +[[package]] +name = "pezkuwi-subxt-utils-fetchmetadata" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "hex", + "parity-scale-codec", + "thiserror 1.0.69", +] + +[[package]] +name = "pezkuwi-subxt-utils-stripmetadata" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "either", + "frame-metadata", + "parity-scale-codec", + "scale-info", +] + +[[package]] +name = "pezkuwi-teyrchain-primitives" +version = "6.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "bounded-collections 0.3.2", + "derive_more 0.99.20", + "parity-scale-codec", + "pezkuwi-core-primitives", + "pezsp-core", + "pezsp-runtime", + "pezsp-weights", + "scale-info", + "serde", +] + +[[package]] +name = "pezkuwichain-runtime-constants" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezframe-support", + "pezkuwi-primitives", + "pezkuwi-runtime-common", + "pezsp-core", + "pezsp-runtime", + "pezsp-weights", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "smallvec", +] + +[[package]] +name = "pezmmr-gadget" +version = "29.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "log", + "parity-scale-codec", + "pezsc-client-api", + "pezsc-offchain", + "pezsp-api", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-beefy", + "pezsp-core", + "pezsp-mmr-primitives", + "pezsp-runtime", +] + +[[package]] +name = "pezmmr-rpc" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "pezsp-api", + "pezsp-blockchain", + "pezsp-core", + "pezsp-mmr-primitives", + "pezsp-runtime", + "serde", +] + +[[package]] +name = "pezpallet-alliance" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-collective", + "pezpallet-identity", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-asset-conversion" +version = "10.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-api", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-asset-conversion-ops" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-asset-conversion", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-asset-conversion-tx-payment" +version = "10.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-asset-conversion", + "pezpallet-transaction-payment", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-asset-rate" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-asset-rewards" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-api", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-std", + "scale-info", +] + +[[package]] +name = "pezpallet-asset-tx-payment" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-transaction-payment", + "pezsp-io", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-assets" +version = "29.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-assets-freezer" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezkuwi-sdk-frame", + "pezpallet-assets", + "scale-info", +] + +[[package]] +name = "pezpallet-assets-holder" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-assets", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-assets-precompiles" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pez-ethereum-standards", + "pezframe-support", + "pezpallet-assets", + "pezpallet-revive", +] + +[[package]] +name = "pezpallet-atomic-swap" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezkuwi-sdk-frame", + "scale-info", +] + +[[package]] +name = "pezpallet-aura" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezpallet-timestamp", + "pezsp-application-crypto", + "pezsp-consensus-aura", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-authority-discovery" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezpallet-session", + "pezsp-application-crypto", + "pezsp-authority-discovery", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-authorship" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-babe" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-authorship", + "pezpallet-session", + "pezpallet-timestamp", + "pezsp-application-crypto", + "pezsp-consensus-babe", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-session", + "pezsp-staking", + "scale-info", +] + +[[package]] +name = "pezpallet-bags-list" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "aquamarine", + "docify", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-election-provider-support", + "pezframe-support", + "pezframe-system", + "pezpallet-balances", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-tracing", + "scale-info", +] + +[[package]] +name = "pezpallet-balances" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-beefy" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezpallet-authorship", + "pezpallet-session", + "pezsp-consensus-beefy", + "pezsp-runtime", + "pezsp-session", + "pezsp-staking", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-beefy-mmr" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "binary-merkle-tree", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-beefy", + "pezpallet-mmr", + "pezpallet-session", + "pezsp-api", + "pezsp-consensus-beefy", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-state-machine", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-bounties" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-treasury", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-bridge-grandpa" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bp-header-pez-chain", + "bp-test-utils", + "parity-scale-codec", + "pezbp-runtime", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-consensus-grandpa", + "pezsp-runtime", + "pezsp-std", + "scale-info", + "tracing", +] + +[[package]] +name = "pezpallet-bridge-messages" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bp-header-pez-chain", + "bp-messages", + "parity-scale-codec", + "pezbp-runtime", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-runtime", + "pezsp-std", + "pezsp-trie", + "scale-info", + "tracing", +] + +[[package]] +name = "pezpallet-bridge-relayers" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bp-header-pez-chain", + "bp-messages", + "bp-relayers", + "parity-scale-codec", + "pezbp-runtime", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-bridge-grandpa", + "pezpallet-bridge-messages", + "pezpallet-bridge-teyrchains", + "pezpallet-transaction-payment", + "pezsp-arithmetic", + "pezsp-runtime", + "scale-info", + "tracing", +] + +[[package]] +name = "pezpallet-bridge-teyrchains" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bp-header-pez-chain", + "bp-pezkuwi-core", + "bp-teyrchains", + "parity-scale-codec", + "pezbp-runtime", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-bridge-grandpa", + "pezsp-runtime", + "pezsp-std", + "scale-info", + "tracing", +] + +[[package]] +name = "pezpallet-broker" +version = "0.6.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitvec", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-api", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-child-bounties" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-bounties", + "pezpallet-treasury", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-collator-selection" +version = "9.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-authorship", + "pezpallet-balances", + "pezpallet-session", + "pezsp-runtime", + "pezsp-staking", + "rand 0.8.5", + "scale-info", +] + +[[package]] +name = "pezpallet-collective" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-collective-content" +version = "0.6.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-contracts" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-balances", + "pezpallet-contracts-proc-macro", + "pezpallet-contracts-uapi", + "pezsp-api", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "rand 0.8.5", + "rand_pcg", + "scale-info", + "serde", + "smallvec", + "wasm-instrument", + "wasmi 0.32.3", +] + +[[package]] +name = "pezpallet-contracts-mock-network" +version = "3.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezkuwi-primitives", + "pezkuwi-runtime-teyrchains", + "pezkuwi-teyrchain-primitives", + "pezpallet-assets", + "pezpallet-balances", + "pezpallet-contracts", + "pezpallet-contracts-uapi", + "pezpallet-message-queue", + "pezpallet-timestamp", + "pezpallet-xcm", + "pezsp-api", + "pezsp-core", + "pezsp-io", + "pezsp-keystore", + "pezsp-runtime", + "pezsp-tracing", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", + "scale-info", + "xcm-pez-simulator", +] + +[[package]] +name = "pezpallet-contracts-proc-macro" +version = "18.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezpallet-contracts-uapi" +version = "5.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitflags 1.3.2", + "parity-scale-codec", + "paste", + "scale-info", +] + +[[package]] +name = "pezpallet-conviction-voting" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "assert_matches", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-core-fellowship" +version = "12.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-ranked-collective", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-delegated-staking" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "pezsp-staking", + "scale-info", +] + +[[package]] +name = "pezpallet-democracy" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-derivatives" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-std", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", + "scale-info", +] + +[[package]] +name = "pezpallet-dummy-dim" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-api", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-election-provider-multi-block" +version = "0.9.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-election-provider-support", + "pezframe-support", + "pezframe-system", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-npos-elections", + "pezsp-runtime", + "pezsp-std", + "rand 0.8.5", + "scale-info", +] + +[[package]] +name = "pezpallet-election-provider-multi-phase" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-election-provider-support", + "pezframe-support", + "pezframe-system", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-npos-elections", + "pezsp-runtime", + "rand 0.8.5", + "scale-info", + "strum 0.26.3", +] + +[[package]] +name = "pezpallet-election-provider-support-benchmarking" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-election-provider-support", + "pezframe-system", + "pezsp-npos-elections", + "pezsp-runtime", +] + +[[package]] +name = "pezpallet-elections-phragmen" +version = "29.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-npos-elections", + "pezsp-runtime", + "pezsp-staking", + "scale-info", +] + +[[package]] +name = "pezpallet-fast-unstake" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-election-provider-support", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "pezsp-staking", + "scale-info", +] + +[[package]] +name = "pezpallet-glutton" +version = "14.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "blake2 0.10.6", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-inherents", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-grandpa" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-authorship", + "pezpallet-session", + "pezsp-application-crypto", + "pezsp-consensus-grandpa", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-session", + "pezsp-staking", + "scale-info", +] + +[[package]] +name = "pezpallet-identity" +version = "29.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "enumflags2", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-im-online" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-authorship", + "pezsp-application-crypto", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-staking", + "scale-info", +] + +[[package]] +name = "pezpallet-indices" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-insecure-randomness-collective-flip" +version = "16.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezkuwi-sdk-frame", + "safe-mix", + "scale-info", +] + +[[package]] +name = "pezpallet-lottery" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-membership" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-message-queue" +version = "31.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "environmental", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-weights", + "scale-info", +] + +[[package]] +name = "pezpallet-meta-tx" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-std", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-migrations" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezkuwi-sdk-frame", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-minimal-template" +version = "0.1.0" +dependencies = [ + "parity-scale-codec", + "pezkuwi-sdk", + "scale-info", +] + +[[package]] +name = "pezpallet-mixnet" +version = "0.4.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezkuwi-sdk-frame", + "pezsp-application-crypto", + "pezsp-mixnet", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-mmr" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezkuwi-sdk-frame", + "pezsp-mmr-primitives", + "scale-info", +] + +[[package]] +name = "pezpallet-multi-asset-bounties" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-multisig" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezkuwi-sdk-frame", + "scale-info", +] + +[[package]] +name = "pezpallet-nft-fractionalization" +version = "10.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezkuwi-sdk-frame", + "pezpallet-assets", + "pezpallet-nfts", + "scale-info", +] + +[[package]] +name = "pezpallet-nfts" +version = "22.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "enumflags2", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-nfts-runtime-api" +version = "14.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-api", +] + +[[package]] +name = "pezpallet-nis" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezkuwi-sdk-frame", + "scale-info", +] + +[[package]] +name = "pezpallet-node-authorization" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezkuwi-sdk-frame", + "scale-info", +] + +[[package]] +name = "pezpallet-nomination-pools" +version = "25.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezpallet-balances", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-staking", + "pezsp-tracing", + "scale-info", +] + +[[package]] +name = "pezpallet-nomination-pools-benchmarking" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-election-provider-support", + "pezframe-support", + "pezframe-system", + "pezpallet-bags-list", + "pezpallet-delegated-staking", + "pezpallet-nomination-pools", + "pezpallet-staking", + "pezsp-runtime", + "pezsp-runtime-interface", + "pezsp-staking", + "scale-info", +] + +[[package]] +name = "pezpallet-nomination-pools-runtime-api" +version = "23.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezpallet-nomination-pools", + "pezsp-api", +] + +[[package]] +name = "pezpallet-offences" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezsp-runtime", + "pezsp-staking", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-offences-benchmarking" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-election-provider-support", + "pezframe-support", + "pezframe-system", + "pezpallet-babe", + "pezpallet-balances", + "pezpallet-grandpa", + "pezpallet-im-online", + "pezpallet-offences", + "pezpallet-session", + "pezpallet-staking", + "pezsp-runtime", + "pezsp-staking", + "scale-info", +] + +[[package]] +name = "pezpallet-oracle" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-application-crypto", + "pezsp-io", + "pezsp-runtime", + "pezsp-std", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-oracle-runtime-api" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-api", + "pezsp-std", + "scale-info", +] + +[[package]] +name = "pezpallet-origin-restriction" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-transaction-payment", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-paged-list" +version = "0.6.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "parity-scale-codec", + "pezkuwi-sdk-frame", + "pezsp-metadata-ir", + "scale-info", +] + +[[package]] +name = "pezpallet-parameters" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "parity-scale-codec", + "paste", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-people" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", + "verifiable", +] + +[[package]] +name = "pezpallet-preimage" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-proxy" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezkuwi-sdk-frame", + "scale-info", +] + +[[package]] +name = "pezpallet-ranked-collective" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-recovery" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezkuwi-sdk-frame", + "scale-info", +] + +[[package]] +name = "pezpallet-referenda" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "assert_matches", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-arithmetic", + "pezsp-io", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-remark" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-revive" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "alloy-consensus", + "alloy-core", + "alloy-trie", + "bizinikiwi-bn", + "derive_more 0.99.20", + "environmental", + "ethereum-types", + "hex-literal", + "humantime-serde", + "impl-trait-for-tuples", + "k256", + "log", + "num-bigint", + "num-integer", + "num-traits", + "parity-scale-codec", + "paste", + "pez-ethereum-standards", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezkuwi-subxt-signer", + "pezpallet-revive-fixtures", + "pezpallet-revive-proc-macro", + "pezpallet-revive-uapi", + "pezpallet-transaction-payment", + "pezsp-api", + "pezsp-arithmetic", + "pezsp-consensus-aura", + "pezsp-consensus-babe", + "pezsp-consensus-slots", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-version", + "polkavm 0.29.1", + "polkavm-common 0.29.0", + "rand 0.8.5", + "rand_pcg", + "revm", + "ripemd", + "rlp 0.6.1", + "scale-info", + "serde", + "serde_json", +] + +[[package]] +name = "pezpallet-revive-fixtures" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "alloy-core", + "anyhow", + "cargo_metadata", + "hex", + "pezpallet-revive-uapi", + "pezsp-core", + "pezsp-io", + "polkavm-linker 0.30.0", + "serde_json", + "toml 0.8.22", +] + +[[package]] +name = "pezpallet-revive-proc-macro" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezpallet-revive-uapi" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "alloy-core", + "bitflags 1.3.2", + "const-crypto", + "hex-literal", + "parity-scale-codec", + "pezpallet-revive-proc-macro", + "polkavm-derive 0.29.0", + "scale-info", +] + +[[package]] +name = "pezpallet-root-offences" +version = "25.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezpallet-session", + "pezpallet-staking", + "pezsp-core", + "pezsp-runtime", + "pezsp-staking", + "scale-info", +] + +[[package]] +name = "pezpallet-safe-mode" +version = "9.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "parity-scale-codec", + "pezkuwi-sdk-frame", + "pezpallet-balances", + "pezpallet-proxy", + "pezpallet-utility", + "scale-info", +] + +[[package]] +name = "pezpallet-salary" +version = "13.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezkuwi-sdk-frame", + "pezpallet-ranked-collective", + "scale-info", +] + +[[package]] +name = "pezpallet-scheduler" +version = "29.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "pezsp-weights", + "scale-info", +] + +[[package]] +name = "pezpallet-scored-pool" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-session" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezpallet-balances", + "pezpallet-timestamp", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-session", + "pezsp-staking", + "pezsp-state-machine", + "pezsp-trie", + "scale-info", +] + +[[package]] +name = "pezpallet-session-benchmarking" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-session", + "pezpallet-staking", + "pezsp-runtime", + "pezsp-session", + "rand 0.8.5", +] + +[[package]] +name = "pezpallet-skip-feeless-payment" +version = "3.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-society" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-arithmetic", + "pezsp-io", + "pezsp-runtime", + "rand_chacha 0.3.1", + "scale-info", +] + +[[package]] +name = "pezpallet-staking" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-election-provider-support", + "pezframe-support", + "pezframe-system", + "pezpallet-authorship", + "pezpallet-session", + "pezsp-application-crypto", + "pezsp-io", + "pezsp-runtime", + "pezsp-staking", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-staking-async" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-election-provider-support", + "pezframe-support", + "pezframe-system", + "pezpallet-staking-async-rc-client", + "pezsp-application-crypto", + "pezsp-core", + "pezsp-io", + "pezsp-npos-elections", + "pezsp-runtime", + "pezsp-staking", + "rand 0.8.5", + "rand_chacha 0.3.1", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-staking-async-ah-client" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-authorship", + "pezpallet-session", + "pezpallet-staking-async-rc-client", + "pezsp-core", + "pezsp-runtime", + "pezsp-staking", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-staking-async-rc-client" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-runtime", + "pezsp-staking", + "pezstaging-xcm", + "scale-info", +] + +[[package]] +name = "pezpallet-staking-async-reward-fn" +version = "19.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "pezsp-arithmetic", +] + +[[package]] +name = "pezpallet-staking-async-runtime-api" +version = "14.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-api", + "pezsp-staking", +] + +[[package]] +name = "pezpallet-staking-reward-fn" +version = "19.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "pezsp-arithmetic", +] + +[[package]] +name = "pezpallet-staking-runtime-api" +version = "14.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-api", + "pezsp-staking", +] + +[[package]] +name = "pezpallet-state-trie-migration" +version = "29.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-statement" +version = "10.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezsp-api", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-statement-store", + "scale-info", +] + +[[package]] +name = "pezpallet-sudo" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-timestamp" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-inherents", + "pezsp-runtime", + "pezsp-storage", + "pezsp-timestamp", + "scale-info", +] + +[[package]] +name = "pezpallet-tips" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-treasury", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-transaction-payment" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-transaction-payment-rpc" +version = "30.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "pezpallet-transaction-payment-rpc-runtime-api", + "pezsp-api", + "pezsp-blockchain", + "pezsp-core", + "pezsp-rpc", + "pezsp-runtime", + "pezsp-weights", +] + +[[package]] +name = "pezpallet-transaction-payment-rpc-runtime-api" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezpallet-transaction-payment", + "pezsp-api", + "pezsp-runtime", + "pezsp-weights", +] + +[[package]] +name = "pezpallet-transaction-storage" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-balances", + "pezsp-inherents", + "pezsp-io", + "pezsp-runtime", + "pezsp-transaction-storage-proof", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-treasury" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-balances", + "pezsp-core", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezpallet-tx-pause" +version = "9.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "parity-scale-codec", + "pezkuwi-sdk-frame", + "scale-info", +] + +[[package]] +name = "pezpallet-uniques" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-utility" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-verify-signature" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-io", + "pezsp-runtime", + "pezsp-weights", + "scale-info", +] + +[[package]] +name = "pezpallet-vesting" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezpallet-whitelist" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezkuwi-sdk-frame", + "scale-info", +] + +[[package]] +name = "pezpallet-xcm" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bounded-collections 0.3.2", + "hex-literal", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezpallet-balances", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", + "scale-info", + "serde", + "tracing", + "xcm-runtime-pezapis", +] + +[[package]] +name = "pezpallet-xcm-bridge-hub" +version = "0.2.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bp-messages", + "bp-xcm-bridge-hub", + "parity-scale-codec", + "pezbp-runtime", + "pezframe-support", + "pezframe-system", + "pezpallet-bridge-messages", + "pezsp-core", + "pezsp-runtime", + "pezsp-std", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", + "scale-info", + "tracing", +] + +[[package]] +name = "pezpallet-xcm-bridge-hub-router" +version = "0.5.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bp-xcm-bridge-hub-router", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezframe-system", + "pezkuwi-runtime-teyrchains", + "pezsp-core", + "pezsp-runtime", + "pezsp-std", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "scale-info", + "tracing", +] + +[[package]] +name = "pezpallet-xcm-precompiles" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezframe-support", + "pezpallet-revive", + "pezpallet-xcm", + "pezstaging-xcm", + "pezstaging-xcm-executor", + "tracing", +] + +[[package]] +name = "pezsc-allocator" +version = "23.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "pezsp-core", + "pezsp-wasm-interface", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-authority-discovery" +version = "0.34.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "futures-timer", + "ip_network", + "linked_hash_set", + "log", + "parity-scale-codec", + "pezsc-client-api", + "pezsc-network", + "pezsc-network-types", + "pezsc-service", + "pezsp-api", + "pezsp-authority-discovery", + "pezsp-blockchain", + "pezsp-core", + "pezsp-keystore", + "pezsp-runtime", + "prost 0.12.6", + "prost-build 0.13.5", + "rand 0.8.5", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", +] + +[[package]] +name = "pezsc-basic-authorship" +version = "0.34.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bizinikiwi-prometheus-endpoint", + "futures", + "log", + "parity-scale-codec", + "pezsc-block-builder", + "pezsc-proposer-metrics", + "pezsc-telemetry", + "pezsc-transaction-pool-api", + "pezsp-api", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-core", + "pezsp-inherents", + "pezsp-runtime", + "pezsp-trie", +] + +[[package]] +name = "pezsc-block-builder" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-api", + "pezsp-block-builder", + "pezsp-blockchain", + "pezsp-core", + "pezsp-inherents", + "pezsp-runtime", + "pezsp-trie", +] + +[[package]] +name = "pezsc-chain-spec" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "clap", + "docify", + "memmap2 0.9.5", + "parity-scale-codec", + "pezsc-chain-spec-derive", + "pezsc-client-api", + "pezsc-executor", + "pezsc-network", + "pezsc-telemetry", + "pezsp-blockchain", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-genesis-builder", + "pezsp-io", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-tracing", + "serde", + "serde_json", +] + +[[package]] +name = "pezsc-chain-spec-derive" +version = "11.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezsc-cli" +version = "0.36.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "bip39", + "chrono", + "clap", + "fdlimit", + "futures", + "itertools 0.11.0", + "libp2p-identity", + "log", + "names", + "parity-scale-codec", + "pezsc-client-api", + "pezsc-client-db", + "pezsc-keystore", + "pezsc-mixnet", + "pezsc-network", + "pezsc-service", + "pezsc-telemetry", + "pezsc-tracing", + "pezsc-transaction-pool", + "pezsc-utils", + "pezsp-blockchain", + "pezsp-core", + "pezsp-keyring", + "pezsp-keystore", + "pezsp-panic-handler", + "pezsp-runtime", + "pezsp-version", + "rand 0.8.5", + "regex", + "rpassword", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", +] + +[[package]] +name = "pezsc-client-api" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bizinikiwi-prometheus-endpoint", + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-executor", + "pezsc-transaction-pool-api", + "pezsc-utils", + "pezsp-api", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-core", + "pezsp-database", + "pezsp-externalities", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-storage", + "pezsp-trie", +] + +[[package]] +name = "pezsc-client-db" +version = "0.35.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bizinikiwi-prometheus-endpoint", + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-client-api", + "pezsc-state-db", + "pezsp-arithmetic", + "pezsp-blockchain", + "pezsp-core", + "pezsp-database", + "pezsp-runtime", + "pezsp-state-machine", + "pezsp-trie", + "schnellru", + "sysinfo", +] + +[[package]] +name = "pezsc-consensus" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "log", + "mockall", + "parking_lot 0.12.3", + "pezsc-client-api", + "pezsc-network-types", + "pezsc-utils", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-core", + "pezsp-runtime", + "pezsp-state-machine", + "serde", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-consensus-aura" +version = "0.34.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pez-fork-tree", + "pezsc-block-builder", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-consensus-slots", + "pezsc-telemetry", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-block-builder", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-aura", + "pezsp-consensus-slots", + "pezsp-core", + "pezsp-inherents", + "pezsp-keystore", + "pezsp-runtime", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-consensus-babe" +version = "0.34.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "log", + "num-bigint", + "num-rational", + "num-traits", + "parity-scale-codec", + "parking_lot 0.12.3", + "pez-fork-tree", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-consensus-epochs", + "pezsc-consensus-slots", + "pezsc-telemetry", + "pezsc-transaction-pool-api", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-block-builder", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-babe", + "pezsp-consensus-slots", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-inherents", + "pezsp-keystore", + "pezsp-runtime", + "pezsp-timestamp", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-consensus-babe-rpc" +version = "0.34.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "jsonrpsee", + "pezsc-consensus-babe", + "pezsc-consensus-epochs", + "pezsc-rpc-api", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-babe", + "pezsp-core", + "pezsp-keystore", + "pezsp-runtime", + "serde", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-consensus-beefy" +version = "13.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-network", + "pezsc-network-gossip", + "pezsc-network-sync", + "pezsc-network-types", + "pezsc-utils", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-arithmetic", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-beefy", + "pezsp-core", + "pezsp-keystore", + "pezsp-runtime", + "thiserror 1.0.69", + "tokio", + "wasm-timer", +] + +[[package]] +name = "pezsc-consensus-beefy-rpc" +version = "13.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-consensus-beefy", + "pezsc-rpc", + "pezsp-application-crypto", + "pezsp-consensus-beefy", + "pezsp-core", + "pezsp-runtime", + "serde", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-consensus-epochs" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pez-fork-tree", + "pezsc-client-api", + "pezsc-consensus", + "pezsp-blockchain", + "pezsp-runtime", +] + +[[package]] +name = "pezsc-consensus-grandpa" +version = "0.19.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "ahash 0.8.12", + "array-bytes", + "async-trait", + "bizinikiwi-prometheus-endpoint", + "dyn-clone", + "finality-grandpa", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pez-fork-tree", + "pezsc-block-builder", + "pezsc-chain-spec", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-network", + "pezsc-network-common", + "pezsc-network-gossip", + "pezsc-network-sync", + "pezsc-network-types", + "pezsc-telemetry", + "pezsc-transaction-pool-api", + "pezsc-utils", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-arithmetic", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-grandpa", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-keystore", + "pezsp-runtime", + "rand 0.8.5", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-consensus-grandpa-rpc" +version = "0.19.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "finality-grandpa", + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "pezsc-client-api", + "pezsc-consensus-grandpa", + "pezsc-rpc", + "pezsp-blockchain", + "pezsp-core", + "pezsp-runtime", + "serde", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-consensus-manual-seal" +version = "0.35.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "assert_matches", + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-consensus-aura", + "pezsc-consensus-babe", + "pezsc-consensus-epochs", + "pezsc-transaction-pool", + "pezsc-transaction-pool-api", + "pezsp-api", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-aura", + "pezsp-consensus-babe", + "pezsp-consensus-slots", + "pezsp-core", + "pezsp-inherents", + "pezsp-keystore", + "pezsp-runtime", + "pezsp-timestamp", + "serde", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-consensus-pow" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-client-api", + "pezsc-consensus", + "pezsp-api", + "pezsp-block-builder", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-pow", + "pezsp-core", + "pezsp-inherents", + "pezsp-runtime", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-consensus-slots" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-telemetry", + "pezsp-arithmetic", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-slots", + "pezsp-core", + "pezsp-inherents", + "pezsp-runtime", + "pezsp-state-machine", +] + +[[package]] +name = "pezsc-executor" +version = "0.32.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-executor-common", + "pezsc-executor-polkavm", + "pezsc-executor-wasmtime", + "pezsp-api", + "pezsp-core", + "pezsp-externalities", + "pezsp-io", + "pezsp-panic-handler", + "pezsp-runtime-interface", + "pezsp-trie", + "pezsp-version", + "pezsp-wasm-interface", + "schnellru", + "tracing", +] + +[[package]] +name = "pezsc-executor-common" +version = "0.29.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezsc-allocator", + "pezsp-maybe-compressed-blob", + "pezsp-wasm-interface", + "polkavm 0.26.0", + "thiserror 1.0.69", + "wasm-instrument", +] + +[[package]] +name = "pezsc-executor-polkavm" +version = "0.29.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "pezsc-executor-common", + "pezsp-wasm-interface", + "polkavm 0.26.0", +] + +[[package]] +name = "pezsc-executor-wasmtime" +version = "0.29.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "anyhow", + "log", + "parking_lot 0.12.3", + "pezsc-allocator", + "pezsc-executor-common", + "pezsp-runtime-interface", + "pezsp-wasm-interface", + "rustix 1.0.7", + "wasmtime", +] + +[[package]] +name = "pezsc-informant" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "console", + "futures", + "futures-timer", + "log", + "pezsc-client-api", + "pezsc-network", + "pezsc-network-sync", + "pezsp-blockchain", + "pezsp-runtime", +] + +[[package]] +name = "pezsc-keystore" +version = "25.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "parking_lot 0.12.3", + "pezsp-application-crypto", + "pezsp-core", + "pezsp-keystore", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-mixnet" +version = "0.4.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "arrayvec 0.7.6", + "blake2 0.10.6", + "bytes", + "futures", + "futures-timer", + "log", + "mixnet", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-client-api", + "pezsc-network", + "pezsc-network-types", + "pezsc-transaction-pool-api", + "pezsp-api", + "pezsp-consensus", + "pezsp-core", + "pezsp-keystore", + "pezsp-mixnet", + "pezsp-runtime", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-network" +version = "0.34.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec 0.6.2", + "bizinikiwi-prometheus-endpoint", + "bytes", + "cid 0.9.0", + "either", + "fnv", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "litep2p", + "log", + "mockall", + "parity-scale-codec", + "parking_lot 0.12.3", + "partial_sort", + "pezsc-client-api", + "pezsc-network-common", + "pezsc-network-types", + "pezsc-utils", + "pezsp-arithmetic", + "pezsp-blockchain", + "pezsp-core", + "pezsp-runtime", + "pin-project", + "prost 0.12.6", + "prost-build 0.13.5", + "rand 0.8.5", + "schnellru", + "serde", + "serde_json", + "smallvec", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "unsigned-varint 0.7.2", + "void", + "wasm-timer", + "zeroize", +] + +[[package]] +name = "pezsc-network-common" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bitflags 1.3.2", + "parity-scale-codec", + "pezsp-runtime", +] + +[[package]] +name = "pezsc-network-gossip" +version = "0.34.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "ahash 0.8.12", + "bizinikiwi-prometheus-endpoint", + "futures", + "futures-timer", + "log", + "pezsc-network", + "pezsc-network-common", + "pezsc-network-sync", + "pezsc-network-types", + "pezsp-runtime", + "schnellru", + "tracing", +] + +[[package]] +name = "pezsc-network-light" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "futures", + "log", + "parity-scale-codec", + "pezsc-client-api", + "pezsc-network", + "pezsc-network-types", + "pezsp-blockchain", + "pezsp-core", + "pezsp-runtime", + "prost 0.12.6", + "prost-build 0.13.5", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-network-statement" +version = "0.16.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "bizinikiwi-prometheus-endpoint", + "futures", + "log", + "parity-scale-codec", + "pezsc-network", + "pezsc-network-common", + "pezsc-network-sync", + "pezsc-network-types", + "pezsp-consensus", + "pezsp-runtime", + "pezsp-statement-store", + "tokio", +] + +[[package]] +name = "pezsc-network-sync" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "log", + "mockall", + "parity-scale-codec", + "pez-fork-tree", + "pezsc-client-api", + "pezsc-consensus", + "pezsc-network", + "pezsc-network-common", + "pezsc-network-types", + "pezsc-utils", + "pezsp-arithmetic", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-consensus-grandpa", + "pezsp-core", + "pezsp-runtime", + "prost 0.12.6", + "prost-build 0.13.5", + "schnellru", + "smallvec", + "thiserror 1.0.69", + "tokio", + "tokio-stream", +] + +[[package]] +name = "pezsc-network-transactions" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "bizinikiwi-prometheus-endpoint", + "futures", + "log", + "parity-scale-codec", + "pezsc-network", + "pezsc-network-common", + "pezsc-network-sync", + "pezsc-network-types", + "pezsc-utils", + "pezsp-consensus", + "pezsp-runtime", +] + +[[package]] +name = "pezsc-network-types" +version = "0.10.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bs58", + "bytes", + "ed25519-dalek", + "libp2p-identity", + "libp2p-kad", + "litep2p", + "log", + "multiaddr 0.18.2", + "multihash 0.19.3", + "rand 0.8.5", + "serde", + "serde_with", + "thiserror 1.0.69", + "zeroize", +] + +[[package]] +name = "pezsc-offchain" +version = "29.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bytes", + "fnv", + "futures", + "futures-timer", + "http-body-util", + "hyper 1.6.0", + "hyper-rustls 0.27.5", + "hyper-util", + "num_cpus", + "once_cell", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-client-api", + "pezsc-network", + "pezsc-network-types", + "pezsc-transaction-pool-api", + "pezsc-utils", + "pezsp-api", + "pezsp-core", + "pezsp-externalities", + "pezsp-keystore", + "pezsp-offchain", + "pezsp-runtime", + "rand 0.8.5", + "rustls 0.23.27", + "threadpool", + "tracing", +] + +[[package]] +name = "pezsc-proposer-metrics" +version = "0.17.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bizinikiwi-prometheus-endpoint", + "log", +] + +[[package]] +name = "pezsc-rpc" +version = "29.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-block-builder", + "pezsc-chain-spec", + "pezsc-client-api", + "pezsc-mixnet", + "pezsc-rpc-api", + "pezsc-tracing", + "pezsc-transaction-pool-api", + "pezsc-utils", + "pezsp-api", + "pezsp-blockchain", + "pezsp-core", + "pezsp-keystore", + "pezsp-offchain", + "pezsp-rpc", + "pezsp-runtime", + "pezsp-session", + "pezsp-statement-store", + "pezsp-version", + "serde_json", + "tokio", +] + +[[package]] +name = "pezsc-rpc-api" +version = "0.33.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "pezsc-chain-spec", + "pezsc-mixnet", + "pezsc-transaction-pool-api", + "pezsp-core", + "pezsp-rpc", + "pezsp-runtime", + "pezsp-version", + "scale-info", + "serde", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-rpc-server" +version = "11.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bizinikiwi-prometheus-endpoint", + "dyn-clone", + "forwarded-header-value", + "futures", + "governor", + "http 1.3.1", + "http-body-util", + "hyper 1.6.0", + "ip_network", + "jsonrpsee", + "log", + "pezsc-rpc-api", + "serde", + "serde_json", + "tokio", + "tower 0.4.13", + "tower-http 0.5.2", +] + +[[package]] +name = "pezsc-rpc-spec-v2" +version = "0.34.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "bizinikiwi-prometheus-endpoint", + "futures", + "futures-util", + "hex", + "itertools 0.11.0", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-chain-spec", + "pezsc-client-api", + "pezsc-rpc", + "pezsc-transaction-pool-api", + "pezsp-api", + "pezsp-blockchain", + "pezsp-core", + "pezsp-rpc", + "pezsp-runtime", + "pezsp-version", + "rand 0.8.5", + "schnellru", + "serde", + "thiserror 1.0.69", + "tokio", + "tokio-stream", +] + +[[package]] +name = "pezsc-runtime-utilities" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsc-executor", + "pezsc-executor-common", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-state-machine", + "pezsp-wasm-interface", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-service" +version = "0.35.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "directories", + "exit-future", + "futures", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-chain-spec", + "pezsc-client-api", + "pezsc-client-db", + "pezsc-consensus", + "pezsc-executor", + "pezsc-informant", + "pezsc-keystore", + "pezsc-network", + "pezsc-network-common", + "pezsc-network-light", + "pezsc-network-sync", + "pezsc-network-transactions", + "pezsc-network-types", + "pezsc-rpc", + "pezsc-rpc-server", + "pezsc-rpc-spec-v2", + "pezsc-sysinfo", + "pezsc-telemetry", + "pezsc-tracing", + "pezsc-transaction-pool", + "pezsc-transaction-pool-api", + "pezsc-utils", + "pezsp-api", + "pezsp-blockchain", + "pezsp-consensus", + "pezsp-core", + "pezsp-externalities", + "pezsp-keystore", + "pezsp-runtime", + "pezsp-session", + "pezsp-state-machine", + "pezsp-storage", + "pezsp-transaction-pool", + "pezsp-transaction-storage-proof", + "pezsp-trie", + "pezsp-version", + "pin-project", + "rand 0.8.5", + "schnellru", + "serde", + "serde_json", + "static_init", + "tempfile", + "thiserror 1.0.69", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "pezsc-state-db" +version = "0.30.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsp-core", +] + +[[package]] +name = "pezsc-statement-store" +version = "10.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bizinikiwi-prometheus-endpoint", + "log", + "parity-db", + "parking_lot 0.12.3", + "pezsc-client-api", + "pezsc-keystore", + "pezsc-network-statement", + "pezsp-api", + "pezsp-blockchain", + "pezsp-core", + "pezsp-runtime", + "pezsp-statement-store", + "tokio", +] + +[[package]] +name = "pezsc-storage-monitor" +version = "0.16.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "clap", + "fs4", + "log", + "pezsp-core", + "thiserror 1.0.69", + "tokio", +] + +[[package]] +name = "pezsc-sync-state-rpc" +version = "0.34.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "pezsc-chain-spec", + "pezsc-client-api", + "pezsc-consensus-babe", + "pezsc-consensus-epochs", + "pezsc-consensus-grandpa", + "pezsp-blockchain", + "pezsp-runtime", + "serde", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-sysinfo" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "derive_more 0.99.20", + "futures", + "libc", + "log", + "pezsc-telemetry", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-io", + "rand 0.8.5", + "rand_pcg", + "regex", + "serde", + "serde_json", +] + +[[package]] +name = "pezsc-telemetry" +version = "15.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "chrono", + "futures", + "libp2p", + "log", + "parking_lot 0.12.3", + "pezsc-utils", + "pin-project", + "rand 0.8.5", + "serde", + "serde_json", + "thiserror 1.0.69", + "wasm-timer", +] + +[[package]] +name = "pezsc-tracing" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "chrono", + "console", + "is-terminal", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-client-api", + "pezsc-tracing-proc-macro", + "pezsp-api", + "pezsp-blockchain", + "pezsp-core", + "pezsp-rpc", + "pezsp-runtime", + "pezsp-tracing", + "rustc-hash 1.1.0", + "serde", + "thiserror 1.0.69", + "tracing", + "tracing-log", + "tracing-subscriber 0.3.22", +] + +[[package]] +name = "pezsc-tracing-proc-macro" +version = "11.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezsc-transaction-pool" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "bizinikiwi-prometheus-endpoint", + "futures", + "futures-timer", + "indexmap 2.9.0", + "itertools 0.11.0", + "linked-hash-map", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsc-client-api", + "pezsc-transaction-pool-api", + "pezsc-utils", + "pezsp-api", + "pezsp-blockchain", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-runtime", + "pezsp-tracing", + "pezsp-transaction-pool", + "serde", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "pezsc-transaction-pool-api" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "futures", + "indexmap 2.9.0", + "log", + "parity-scale-codec", + "pezsp-blockchain", + "pezsp-core", + "pezsp-runtime", + "serde", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsc-utils" +version = "14.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-channel 1.9.0", + "futures", + "futures-timer", + "log", + "parking_lot 0.12.3", + "pezsp-arithmetic", + "prometheus", +] + +[[package]] +name = "pezsnowbridge-core" +version = "0.2.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bp-relayers", + "hex-literal", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezkuwi-teyrchain-primitives", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-std", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", + "scale-info", + "serde", + "tracing", +] + +[[package]] +name = "pezsp-api" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "hash-db", + "log", + "parity-scale-codec", + "pezsp-api-proc-macro", + "pezsp-core", + "pezsp-externalities", + "pezsp-metadata-ir", + "pezsp-runtime", + "pezsp-runtime-interface", + "pezsp-state-machine", + "pezsp-trie", + "pezsp-version", + "scale-info", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsp-api-proc-macro" +version = "15.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander", + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezsp-application-crypto" +version = "30.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-core", + "pezsp-io", + "scale-info", + "serde", +] + +[[package]] +name = "pezsp-arithmetic" +version = "23.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "docify", + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "static_assertions", +] + +[[package]] +name = "pezsp-authority-discovery" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezsp-block-builder" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezsp-api", + "pezsp-inherents", + "pezsp-runtime", +] + +[[package]] +name = "pezsp-blockchain" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "futures", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsp-api", + "pezsp-consensus", + "pezsp-core", + "pezsp-database", + "pezsp-runtime", + "pezsp-state-machine", + "schnellru", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "pezsp-consensus" +version = "0.32.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "futures", + "log", + "pezsp-inherents", + "pezsp-runtime", + "pezsp-state-machine", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsp-consensus-aura" +version = "0.32.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "parity-scale-codec", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-consensus-slots", + "pezsp-inherents", + "pezsp-runtime", + "pezsp-timestamp", + "scale-info", +] + +[[package]] +name = "pezsp-consensus-babe" +version = "0.32.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "parity-scale-codec", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-consensus-slots", + "pezsp-core", + "pezsp-inherents", + "pezsp-runtime", + "pezsp-timestamp", + "scale-info", + "serde", +] + +[[package]] +name = "pezsp-consensus-beefy" +version = "13.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-io", + "pezsp-keystore", + "pezsp-mmr-primitives", + "pezsp-runtime", + "pezsp-weights", + "scale-info", + "serde", + "strum 0.26.3", +] + +[[package]] +name = "pezsp-consensus-grandpa" +version = "13.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-core", + "pezsp-keystore", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezsp-consensus-pow" +version = "0.32.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-api", + "pezsp-core", + "pezsp-runtime", +] + +[[package]] +name = "pezsp-consensus-slots" +version = "0.32.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-timestamp", + "scale-info", + "serde", +] + +[[package]] +name = "pezsp-core" +version = "28.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "ark-vrf", + "array-bytes", + "bip39", + "bitflags 1.3.2", + "bizinikiwi-bip39", + "blake2 0.10.6", + "bounded-collections 0.3.2", + "bs58", + "dyn-clone", + "ed25519-zebra", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.11.0", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-scale-codec", + "parking_lot 0.12.3", + "paste", + "pezkuwi-ss58-registry", + "pezsp-crypto-hashing", + "pezsp-debug-derive", + "pezsp-externalities", + "pezsp-std", + "pezsp-storage", + "primitive-types 0.13.1", + "rand 0.8.5", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1 0.28.2", + "secrecy", + "serde", + "sha2 0.10.9", + "thiserror 1.0.69", + "tracing", + "w3f-bls", + "zeroize", +] + +[[package]] +name = "pezsp-core-hashing" +version = "15.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezsp-crypto-hashing", +] + +[[package]] +name = "pezsp-core-hashing-proc-macro" +version = "15.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezsp-crypto-hashing-proc-macro", +] + +[[package]] +name = "pezsp-crypto-ec-utils" +version = "0.10.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "ark-bls12-377 0.5.0", + "ark-bls12-377-ext", + "ark-bls12-381 0.5.0", + "ark-bls12-381-ext", + "ark-bw6-761", + "ark-bw6-761-ext", + "ark-ec 0.5.0", + "ark-ed-on-bls12-377", + "ark-ed-on-bls12-377-ext", + "ark-ed-on-bls12-381-bandersnatch", + "ark-ed-on-bls12-381-bandersnatch-ext", + "ark-scale", + "pezsp-runtime-interface", +] + +[[package]] +name = "pezsp-crypto-hashing" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.9", + "sha3", + "twox-hash 1.6.3", +] + +[[package]] +name = "pezsp-crypto-hashing-proc-macro" +version = "0.1.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezsp-crypto-hashing", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezsp-database" +version = "10.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "kvdb", + "parking_lot 0.12.3", +] + +[[package]] +name = "pezsp-debug-derive" +version = "14.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezsp-externalities" +version = "0.25.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "environmental", + "parity-scale-codec", + "pezsp-storage", +] + +[[package]] +name = "pezsp-genesis-builder" +version = "0.8.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-api", + "pezsp-runtime", + "scale-info", + "serde_json", +] + +[[package]] +name = "pezsp-inherents" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "pezsp-runtime", + "scale-info", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsp-io" +version = "30.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bytes", + "docify", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-externalities", + "pezsp-keystore", + "pezsp-runtime-interface", + "pezsp-state-machine", + "pezsp-tracing", + "pezsp-trie", + "polkavm-derive 0.26.0", + "rustversion", + "secp256k1 0.28.2", + "tracing", + "tracing-core", +] + +[[package]] +name = "pezsp-keyring" +version = "31.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezsp-core", + "pezsp-runtime", + "strum 0.26.3", +] + +[[package]] +name = "pezsp-keystore" +version = "0.34.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsp-core", + "pezsp-externalities", +] + +[[package]] +name = "pezsp-maybe-compressed-blob" +version = "11.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "thiserror 1.0.69", + "zstd 0.12.4", +] + +[[package]] +name = "pezsp-metadata-ir" +version = "0.6.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "frame-metadata", + "parity-scale-codec", + "scale-info", +] + +[[package]] +name = "pezsp-mixnet" +version = "0.4.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-api", + "pezsp-application-crypto", + "scale-info", +] + +[[package]] +name = "pezsp-mmr-primitives" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "log", + "parity-scale-codec", + "pezkuwi-ckb-merkle-mountain-range", + "pezsp-api", + "pezsp-core", + "pezsp-debug-derive", + "pezsp-runtime", + "scale-info", + "serde", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsp-npos-elections" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezsp-offchain" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezsp-api", + "pezsp-core", + "pezsp-runtime", +] + +[[package]] +name = "pezsp-panic-handler" +version = "13.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "backtrace", + "regex", +] + +[[package]] +name = "pezsp-rpc" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezsp-core", + "rustc-hash 1.1.0", + "serde", +] + +[[package]] +name = "pezsp-runtime" +version = "31.0.1" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "binary-merkle-tree", + "bytes", + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "num-traits", + "parity-scale-codec", + "paste", + "pezsp-application-crypto", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-std", + "pezsp-trie", + "pezsp-weights", + "rand 0.8.5", + "scale-info", + "serde", + "simple-mermaid", + "tracing", + "tuplex", +] + +[[package]] +name = "pezsp-runtime-interface" +version = "24.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "pezsp-externalities", + "pezsp-runtime-interface-proc-macro", + "pezsp-std", + "pezsp-storage", + "pezsp-tracing", + "pezsp-wasm-interface", + "polkavm-derive 0.26.0", + "static_assertions", +] + +[[package]] +name = "pezsp-runtime-interface-proc-macro" +version = "17.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "Inflector", + "expander", + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezsp-session" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezsp-api", + "pezsp-core", + "pezsp-keystore", + "pezsp-runtime", + "pezsp-staking", + "scale-info", +] + +[[package]] +name = "pezsp-staking" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "pezsp-core", + "pezsp-runtime", + "scale-info", + "serde", +] + +[[package]] +name = "pezsp-state-machine" +version = "0.35.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsp-core", + "pezsp-externalities", + "pezsp-panic-handler", + "pezsp-trie", + "rand 0.8.5", + "smallvec", + "thiserror 1.0.69", + "tracing", + "trie-db", +] + +[[package]] +name = "pezsp-statement-store" +version = "10.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "aes-gcm", + "curve25519-dalek", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "pezsp-api", + "pezsp-application-crypto", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-externalities", + "pezsp-runtime", + "pezsp-runtime-interface", + "rand 0.8.5", + "scale-info", + "sha2 0.10.9", + "thiserror 1.0.69", + "x25519-dalek", +] + +[[package]] +name = "pezsp-std" +version = "14.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" + +[[package]] +name = "pezsp-storage" +version = "19.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "pezsp-debug-derive", + "ref-cast", + "serde", +] + +[[package]] +name = "pezsp-timestamp" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "parity-scale-codec", + "pezsp-inherents", + "pezsp-runtime", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsp-tracing" +version = "16.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "regex", + "tracing", + "tracing-core", + "tracing-subscriber 0.3.22", +] + +[[package]] +name = "pezsp-transaction-pool" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezsp-api", + "pezsp-runtime", +] + +[[package]] +name = "pezsp-transaction-storage-proof" +version = "26.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "parity-scale-codec", + "pezsp-core", + "pezsp-inherents", + "pezsp-runtime", + "pezsp-trie", + "scale-info", +] + +[[package]] +name = "pezsp-trie" +version = "29.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "ahash 0.8.12", + "bizinikiwi-prometheus-endpoint", + "foldhash 0.1.5", + "hash-db", + "hashbrown 0.15.3", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.3", + "pezsp-core", + "pezsp-externalities", + "rand 0.8.5", + "scale-info", + "schnellru", + "thiserror 1.0.69", + "tracing", + "trie-db", + "trie-root", +] + +[[package]] +name = "pezsp-version" +version = "29.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "pezsp-crypto-hashing-proc-macro", + "pezsp-runtime", + "pezsp-std", + "pezsp-version-proc-macro", + "scale-info", + "serde", + "thiserror 1.0.69", +] + +[[package]] +name = "pezsp-version-proc-macro" +version = "13.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "proc-macro-warning", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "pezsp-wasm-interface" +version = "20.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "wasmtime", +] + +[[package]] +name = "pezsp-weights" +version = "27.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "bounded-collections 0.3.2", + "parity-scale-codec", + "pezsp-arithmetic", + "pezsp-debug-derive", + "scale-info", + "schemars 1.1.0", + "serde", + "smallvec", +] + +[[package]] +name = "pezstaging-chain-spec-builder" +version = "1.6.1" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "clap", + "docify", + "pezsc-chain-spec", + "pezsp-tracing", + "serde", + "serde_json", +] + +[[package]] +name = "pezstaging-node-inspect" +version = "0.12.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "clap", + "parity-scale-codec", + "pezsc-cli", + "pezsc-client-api", + "pezsc-service", + "pezsp-blockchain", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-statement-store", + "thiserror 1.0.69", +] + +[[package]] +name = "pezstaging-teyrchain-info" +version = "0.7.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezframe-support", + "pezframe-system", + "pezsp-runtime", + "scale-info", +] + +[[package]] +name = "pezstaging-tracking-allocator" +version = "2.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" + +[[package]] +name = "pezstaging-xcm" +version = "7.0.1" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "bounded-collections 0.3.2", + "derive-where", + "environmental", + "hex-literal", + "impl-trait-for-tuples", + "parity-scale-codec", + "pezframe-support", + "pezsp-runtime", + "pezsp-weights", + "scale-info", + "serde", + "tracing", + "xcm-pez-procedural", +] + +[[package]] +name = "pezstaging-xcm-builder" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "environmental", + "impl-trait-for-tuples", + "parity-scale-codec", + "pezframe-support", + "pezframe-system", + "pezkuwi-teyrchain-primitives", + "pezpallet-asset-conversion", + "pezpallet-transaction-payment", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-weights", + "pezstaging-xcm", + "pezstaging-xcm-executor", + "scale-info", + "tracing", +] + +[[package]] +name = "pezstaging-xcm-executor" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "environmental", + "impl-trait-for-tuples", + "parity-scale-codec", + "pezframe-benchmarking", + "pezframe-support", + "pezsp-arithmetic", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-weights", + "pezstaging-xcm", + "scale-info", + "tracing", +] + +[[package]] +name = "phf" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" +dependencies = [ + "phf_macros", + "phf_shared", +] + +[[package]] +name = "phf_generator" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" +dependencies = [ + "phf_shared", + "rand 0.8.5", +] + +[[package]] +name = "phf_macros" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" +dependencies = [ + "phf_generator", + "phf_shared", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "phf_shared" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" +dependencies = [ + "siphasher 1.0.1", +] + +[[package]] +name = "picosimd" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af35c838647fef3d6d052e27006ef88ea162336eee33063c50a63f163c18cdeb" + [[package]] name = "pin-project" version = "1.1.10" @@ -10348,21 +15197,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.3.0", + "fastrand", "futures-io", ] -[[package]] -name = "pkcs1" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" -dependencies = [ - "der", - "pkcs8", - "spki", -] - [[package]] name = "pkcs8" version = "0.10.2" @@ -10380,1698 +15218,104 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] -name = "polkadot-approval-distribution" -version = "22.0.0" +name = "polkavm" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0cb45ad4546e8681b6221997dc63fb2f23ecaed10caacbeb011f3510465632" +checksum = "fa028f713d0613f0f08b8b3367402cb859218854f6b96fcbe39a501862894d6f" dependencies = [ - "futures", - "futures-timer", - "itertools 0.11.0", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "tracing-gum", -] - -[[package]] -name = "polkadot-availability-bitfield-distribution" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0616a7d5237331efafdac3c072da4edcf1c0112fd4dc3adc7f41815892e7f17" -dependencies = [ - "futures", - "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "tracing-gum", -] - -[[package]] -name = "polkadot-availability-distribution" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d9a5b1bb272a5bc32620b815b551f8f1786518f14014768e67d049af536e4d" -dependencies = [ - "fatality", - "futures", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "sc-network", - "schnellru", - "sp-core", - "sp-keystore", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-availability-recovery" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d90d2db188a3d373bd47ec0b9f5988a74bea127a1aeaf6ac87839d4b61ff75f" -dependencies = [ - "async-trait", - "fatality", - "futures", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "sc-network", - "schnellru", - "thiserror 1.0.69", - "tokio", - "tracing-gum", -] - -[[package]] -name = "polkadot-ckb-merkle-mountain-range" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "221c71b432b38e494a0fdedb5f720e4cb974edf03a0af09e5b2238dbac7e6947" -dependencies = [ - "cfg-if", - "itertools 0.10.5", -] - -[[package]] -name = "polkadot-cli" -version = "23.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40cd8e825bcc84ec657862a0f1bd13dd5feab64b5f07f447359a391d9fcc14d6" -dependencies = [ - "clap", - "frame-benchmarking-cli", - "futures", - "log", - "polkadot-node-metrics", - "polkadot-node-primitives", - "polkadot-service", - "sc-cli", - "sc-service", - "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", - "sp-core", - "sp-keyring", - "sp-runtime", - "substrate-build-script-utils", - "thiserror 1.0.69", -] - -[[package]] -name = "polkadot-collator-protocol" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11b4d7a7ace3faead952e15c449d7d45cbf53901c06e1c7eeaaa8b23a49b4280" -dependencies = [ - "bitvec", - "fatality", - "futures", - "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "schnellru", - "sp-core", - "sp-keystore", - "sp-runtime", - "thiserror 1.0.69", - "tokio-util", - "tracing-gum", -] - -[[package]] -name = "polkadot-core-primitives" -version = "17.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7c519ee804fd08d7464871bd2fe164e8f0683501ea59d2a10f5ef214dacb3b" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "polkadot-dispute-distribution" -version = "22.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2c7b03ec23b1acc16088f542e33ccac934eca63be729998c68bc85918ef032a" -dependencies = [ - "fatality", - "futures", - "futures-timer", - "indexmap 2.9.0", - "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-network", - "sp-application-crypto", - "sp-keystore", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-erasure-coding" -version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6ca21ac0a13df6cc98ac44ae16e1bd270979d75094671db110a80c5e8ca1c47" -dependencies = [ - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-primitives", - "reed-solomon-novelpoly", - "sp-core", - "sp-trie", - "thiserror 1.0.69", -] - -[[package]] -name = "polkadot-gossip-support" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e75c05c6a9048e3a021bfa65f88cbca412af123779004dab713311dcccecc9" -dependencies = [ - "futures", - "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "rand_chacha 0.3.1", - "sc-network", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-keystore", - "tracing-gum", -] - -[[package]] -name = "polkadot-network-bridge" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8b4f4325b68a2b8478fe527f7b964ea227f36a4e543e705821c77a98a6f23f6" -dependencies = [ - "always-assert", - "async-trait", - "bytes", - "fatality", - "futures", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-network", - "sp-consensus", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-collation-generation" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcecb45c4ad870623b11188d32c4ebf18366f0f7ec7ceb54475b2732048df5f3" -dependencies = [ - "futures", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "schnellru", - "sp-core", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-approval-voting" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "675753ce0f12f89a1c656b35bfd4a1ced2f6942bc71b323fab96dc5a3f7ae3a0" -dependencies = [ - "async-trait", - "bitvec", - "derive_more 0.99.20", - "futures", - "futures-timer", - "itertools 0.11.0", - "merlin", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "sc-keystore", - "schnellru", - "schnorrkel 0.11.4", - "sp-application-crypto", - "sp-consensus", - "sp-consensus-slots", - "sp-runtime", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-approval-voting-parallel" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "555cf6e981c00516136cf78574108d623076f44af7991c05fbb46adb0866e35a" -dependencies = [ - "async-trait", - "futures", - "itertools 0.11.0", - "polkadot-approval-distribution", - "polkadot-node-core-approval-voting", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "rand 0.8.5", - "rand_core 0.6.4", - "sc-keystore", - "sp-consensus", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-av-store" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c90e433cb19b36206f367e995b024769b7fbf415fb5c972f72695e8264cc73d" -dependencies = [ - "bitvec", - "futures", - "futures-timer", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-consensus", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-backing" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0251fff91cfc08fa4d17d7a5b8a23a5a1d6650e7301c6b4e15bf43ce8070b4ce" -dependencies = [ - "bitvec", - "fatality", - "futures", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-statement-table", - "schnellru", - "sp-keystore", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-bitfield-signing" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b92821ffff303af8b9b7d6f7f2938cf6dc018f3d82304cf8681dc47c96bf8a26" -dependencies = [ - "futures", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", - "thiserror 1.0.69", - "tracing-gum", - "wasm-timer", -] - -[[package]] -name = "polkadot-node-core-candidate-validation" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f69ddbef474fed56f143d456d8f67cfd40d88e769f665c809900f07817948d66" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "parity-scale-codec", - "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sp-application-crypto", - "sp-keystore", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-chain-api" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feeff222b5b70bab8f3c2b7c2226d405e53ef42d4602f68cd0d214407f662420" -dependencies = [ - "futures", - "polkadot-node-metrics", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", - "sc-consensus-babe", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-chain-selection" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3cdc2aeb6655ab6ef1fd694c5805ec8d008574b3a53941b124a609c3ce63e61" -dependencies = [ - "futures", - "futures-timer", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-dispute-coordinator" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09700ab6690b621f9f27004c7fcd917e2a6f8ac609d15fd1888c51ff98b5d92e" -dependencies = [ - "fatality", - "futures", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-keystore", - "schnellru", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-parachains-inherent" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc1416dd3b87d47fe0f512a34aa89903636bd0d60d10ae1e9054a810419879e" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sp-blockchain", - "sp-inherents", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-prospective-parachains" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31a8b186650cfc16214f3740d2ea50a5df47995d850461d737179971318febd5" -dependencies = [ - "fatality", - "futures", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-provisioner" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc73376fe9904f949feeed67cc9ae17a92ff17f356734d44c5bcca0136ca178a" -dependencies = [ - "bitvec", - "fatality", - "futures", - "futures-timer", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-pvf" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0a4334d9d9f89b1c13b8ff57610ba8153197838663415c4cea7553fc03ff18c" -dependencies = [ - "always-assert", - "array-bytes", - "futures", - "futures-timer", - "parity-scale-codec", - "pin-project", - "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-parachain-primitives", - "polkadot-primitives", - "rand 0.8.5", - "sc-tracing", - "slotmap", - "sp-core", - "strum 0.26.3", - "tempfile", - "thiserror 1.0.69", - "tokio", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-pvf-checker" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa710b7ac4e1125271dd8b618f50598f99f1ec46ab729a7e220813f8573c5a2f" -dependencies = [ - "futures", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-pvf-common" -version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c737870687d141d04030ca72fbaa40aa69dde3084777e6e438f821180588490e" -dependencies = [ - "cpu-time", - "futures", - "landlock", "libc", - "nix 0.29.0", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", - "seccompiler", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-io", - "sp-tracing", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-pvf-execute-worker" -version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78a0ac34ab4a33b1519321d416d0409408fd3bbce33a2d1ae5e821476ef123c3" -dependencies = [ - "cfg-if", - "cpu-time", - "libc", - "nix 0.29.0", - "parity-scale-codec", - "polkadot-node-core-pvf-common", - "polkadot-node-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sp-maybe-compressed-blob", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-pvf-prepare-worker" -version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "301ba31136271761d6a63f627fba7b082412d8fb88250294e7673890a6996bc1" -dependencies = [ - "blake3", - "cfg-if", - "libc", - "nix 0.29.0", - "parity-scale-codec", - "polkadot-node-core-pvf-common", - "polkadot-primitives", - "sp-maybe-compressed-blob", - "staging-tracking-allocator", - "tikv-jemalloc-ctl", - "tikv-jemallocator", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-core-runtime-api" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "066b99e3c9e4dc83bbb5386c4bd28af5ec34180228f8989af27ac9b545ea0268" -dependencies = [ - "futures", - "polkadot-node-metrics", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-primitives", - "schnellru", - "sp-consensus-babe", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-metrics" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf32dc99967ac877ee66e1c2daa786c67d4ef6cb4509e5a14f3761872796a7e7" -dependencies = [ - "bs58", - "futures", - "futures-timer", - "parity-scale-codec", - "polkadot-primitives", - "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", - "substrate-prometheus-endpoint", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3821cb26256e3ee8af41f156198b075c030d4d066fcfea237b5596a154a1bf8" -dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more 0.99.20", - "fatality", - "futures", - "hex", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-primitives", - "rand 0.8.5", - "sc-authority-discovery", - "sc-network", - "sc-network-types", - "sp-runtime", - "strum 0.26.3", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-node-primitives" -version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "758d25d7532f3a952f4a52079e580e4fc45a9825ac926cbfac6128d8236b8260" -dependencies = [ - "bitvec", - "bounded-vec", - "futures", - "futures-timer", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-keystore", - "schnorrkel 0.11.4", - "serde", - "sp-application-crypto", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-keystore", - "sp-maybe-compressed-blob", - "thiserror 1.0.69", - "zstd 0.12.4", -] - -[[package]] -name = "polkadot-node-subsystem" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e286a2e0db2a9f069b9f726caf7fd369e0722b8215d77b5f3aaa52263e6218" -dependencies = [ - "polkadot-node-subsystem-types", - "polkadot-overseer", -] - -[[package]] -name = "polkadot-node-subsystem-types" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c49e4a49a9be59cdd68922591e706bd6093d5175277b8417b37982025887a7af" -dependencies = [ - "async-trait", - "derive_more 0.99.20", - "fatality", - "futures", - "orchestra", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-primitives", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-network-types", - "sc-transaction-pool-api", - "smallvec", - "sp-api", - "sp-authority-discovery", - "sp-blockchain", - "sp-consensus-babe", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", -] - -[[package]] -name = "polkadot-node-subsystem-util" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70468d8e749ce00f53660f984735ba8a1bc9a67e0cab3331fbc54e2e48832e03" -dependencies = [ - "fatality", - "futures", - "itertools 0.11.0", - "kvdb", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-erasure-coding", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", - "polkadot-primitives", - "prioritized-metered-channel", - "rand 0.8.5", - "sc-client-api", - "schnellru", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-omni-node-lib" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f2fd864427981eb0d7617d91dac3aa2a238491c8d7cd7cb058bb99f8a02308" -dependencies = [ - "async-trait", - "clap", - "color-print", - "cumulus-client-cli", - "cumulus-client-collator", - "cumulus-client-consensus-aura", - "cumulus-client-consensus-common", - "cumulus-client-consensus-proposer", - "cumulus-client-consensus-relay-chain", - "cumulus-client-parachain-inherent", - "cumulus-client-service", - "cumulus-primitives-aura", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "docify", - "frame-benchmarking-cli", - "frame-system-rpc-runtime-api", - "futures", - "futures-timer", - "jsonrpsee", "log", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc", - "pallet-transaction-payment-rpc-runtime-api", - "parachains-common", - "parity-scale-codec", - "polkadot-cli", - "polkadot-primitives", - "sc-basic-authorship", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-consensus-manual-seal", - "sc-executor", - "sc-network", - "sc-offchain", - "sc-rpc", - "sc-runtime-utilities", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "scale-info", - "serde", - "serde_json", - "sp-api", - "sp-block-builder", - "sp-consensus", - "sp-consensus-aura", - "sp-core", - "sp-crypto-hashing", - "sp-genesis-builder", - "sp-inherents", - "sp-keystore", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-storage", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "staging-chain-spec-builder", - "substrate-frame-rpc-system", - "substrate-prometheus-endpoint", - "substrate-state-trie-migration-rpc", - "subxt-metadata", -] - -[[package]] -name = "polkadot-overseer" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "259500517ee35d71f64f1d03dfc62684105fe3568372f6ff08a20349db250c38" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "orchestra", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", - "polkadot-primitives", - "sc-client-api", - "sp-core", - "tikv-jemalloc-ctl", - "tracing-gum", -] - -[[package]] -name = "polkadot-parachain-primitives" -version = "16.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72943c0948c686b47bacb1a03e59baff63bfba2e16e208d77f0f8615827f8564" -dependencies = [ - "bounded-collections", - "derive_more 0.99.20", - "parity-scale-codec", - "polkadot-core-primitives", - "scale-info", - "serde", - "sp-core", - "sp-runtime", - "sp-weights", -] - -[[package]] -name = "polkadot-primitives" -version = "18.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d46b3d45e295d975a9be6128212b29e0efd05f26cdde4a45115424a1f6bad0dd" -dependencies = [ - "bitvec", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", - "sp-std", - "thiserror 1.0.69", -] - -[[package]] -name = "polkadot-rpc" -version = "23.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7421c71193e9f72fa5a27104ff1a8b9fb99d8e9d7880e862e1bc3583d5620795" -dependencies = [ - "jsonrpsee", - "mmr-rpc", - "pallet-transaction-payment-rpc", - "polkadot-primitives", - "sc-chain-spec", - "sc-client-api", - "sc-consensus-babe", - "sc-consensus-babe-rpc", - "sc-consensus-beefy", - "sc-consensus-beefy-rpc", - "sc-consensus-grandpa", - "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-sync-state-rpc", - "sc-transaction-pool-api", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-keystore", - "sp-runtime", - "substrate-frame-rpc-system", - "substrate-state-trie-migration-rpc", -] - -[[package]] -name = "polkadot-runtime-common" -version = "19.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eccd922c8032004e38c1a6cab86f304949d04e61e270c982b06a02132d53bf58" -dependencies = [ - "bitvec", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-asset-rate", - "pallet-authorship", - "pallet-balances", - "pallet-broker", - "pallet-election-provider-multi-phase", - "pallet-fast-unstake", - "pallet-identity", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-fn", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-treasury", - "pallet-vesting", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-parachains", - "rustc-hex", - "scale-info", - "serde", - "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-npos-elections", - "sp-runtime", - "sp-session", - "sp-staking", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "static_assertions", -] - -[[package]] -name = "polkadot-runtime-metrics" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436b4a652ead58e7697a773d819f842d821b7feabdb5e5252d4af0cc0c1ad260" -dependencies = [ - "bs58", - "frame-benchmarking", - "parity-scale-codec", - "polkadot-primitives", - "sp-tracing", -] - -[[package]] -name = "polkadot-runtime-parachains" -version = "19.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a4c580cf509b6b7d4f2b556e31da04e528c69acfaeec28d5ac7f02b4dc0fa9" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-broker", - "pallet-message-queue", - "pallet-mmr", - "pallet-session", - "pallet-staking", - "pallet-timestamp", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-metrics", - "rand 0.8.5", - "rand_chacha 0.3.1", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "polkadot-sdk" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775" -dependencies = [ - "sp-crypto-hashing", -] - -[[package]] -name = "polkadot-sdk" -version = "2503.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb1fe16dffcf985e6054c16a20469c19398c54b10b2f444819b0a5fa90eb1e1b" -dependencies = [ - "asset-test-utils", - "assets-common", - "binary-merkle-tree", - "bp-header-chain", - "bp-messages", - "bp-parachains", - "bp-polkadot-core", - "bp-relayers", - "bp-runtime", - "bp-test-utils", - "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router", - "bridge-hub-common", - "bridge-hub-test-utils", - "bridge-runtime-common", - "cumulus-client-cli", - "cumulus-client-collator", - "cumulus-client-consensus-aura", - "cumulus-client-consensus-common", - "cumulus-client-consensus-proposer", - "cumulus-client-consensus-relay-chain", - "cumulus-client-network", - "cumulus-client-parachain-inherent", - "cumulus-client-pov-recovery", - "cumulus-client-service", - "cumulus-pallet-aura-ext", - "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-pallet-session-benchmarking", - "cumulus-pallet-solo-to-para", - "cumulus-pallet-weight-reclaim", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-ping", - "cumulus-primitives-aura", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-proof-size-hostfunction", - "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", - "cumulus-relay-chain-minimal-node", - "cumulus-relay-chain-rpc-interface", - "cumulus-test-relay-sproof-builder", - "emulated-integration-tests-common", - "fork-tree", - "frame-benchmarking", - "frame-benchmarking-cli", - "frame-benchmarking-pallet-pov", - "frame-election-provider-solution-type", - "frame-election-provider-support", - "frame-executive", - "frame-metadata-hash-extension", - "frame-remote-externalities", - "frame-support", - "frame-support-procedural", - "frame-support-procedural-tools", - "frame-support-procedural-tools-derive", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "generate-bags", - "mmr-gadget", - "mmr-rpc", - "pallet-alliance", - "pallet-asset-conversion", - "pallet-asset-conversion-ops", - "pallet-asset-conversion-tx-payment", - "pallet-asset-rate", - "pallet-asset-rewards", - "pallet-asset-tx-payment", - "pallet-assets", - "pallet-assets-freezer", - "pallet-assets-holder", - "pallet-atomic-swap", - "pallet-aura", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-bags-list", - "pallet-balances", - "pallet-beefy", - "pallet-beefy-mmr", - "pallet-bounties", - "pallet-bridge-grandpa", - "pallet-bridge-messages", - "pallet-bridge-parachains", - "pallet-bridge-relayers", - "pallet-broker", - "pallet-child-bounties", - "pallet-collator-selection", - "pallet-collective", - "pallet-collective-content", - "pallet-contracts", - "pallet-contracts-mock-network", - "pallet-conviction-voting", - "pallet-core-fellowship", - "pallet-delegated-staking", - "pallet-democracy", - "pallet-dev-mode", - "pallet-election-provider-multi-phase", - "pallet-election-provider-support-benchmarking", - "pallet-elections-phragmen", - "pallet-fast-unstake", - "pallet-glutton", - "pallet-grandpa", - "pallet-identity", - "pallet-im-online", - "pallet-indices", - "pallet-insecure-randomness-collective-flip", - "pallet-lottery", - "pallet-membership", - "pallet-message-queue", - "pallet-meta-tx", - "pallet-migrations", - "pallet-mixnet", - "pallet-mmr", - "pallet-multisig", - "pallet-nft-fractionalization", - "pallet-nfts", - "pallet-nfts-runtime-api", - "pallet-nis", - "pallet-node-authorization", - "pallet-nomination-pools", - "pallet-nomination-pools-benchmarking", - "pallet-nomination-pools-runtime-api", - "pallet-offences", - "pallet-offences-benchmarking", - "pallet-paged-list", - "pallet-parameters", - "pallet-preimage", - "pallet-proxy", - "pallet-ranked-collective", - "pallet-recovery", - "pallet-referenda", - "pallet-remark", - "pallet-revive", - "pallet-revive-eth-rpc", - "pallet-revive-mock-network", - "pallet-root-offences", - "pallet-root-testing", - "pallet-safe-mode", - "pallet-salary", - "pallet-scheduler", - "pallet-scored-pool", - "pallet-session", - "pallet-session-benchmarking", - "pallet-skip-feeless-payment", - "pallet-society", - "pallet-staking", - "pallet-staking-reward-fn", - "pallet-staking-runtime-api", - "pallet-state-trie-migration", - "pallet-statement", - "pallet-sudo", - "pallet-timestamp", - "pallet-tips", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-transaction-storage", - "pallet-treasury", - "pallet-tx-pause", - "pallet-uniques", - "pallet-utility", - "pallet-verify-signature", - "pallet-vesting", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "pallet-xcm-bridge-hub", - "pallet-xcm-bridge-hub-router", - "parachains-common", - "parachains-runtimes-test-utils", - "polkadot-approval-distribution", - "polkadot-availability-bitfield-distribution", - "polkadot-availability-distribution", - "polkadot-availability-recovery", - "polkadot-cli", - "polkadot-collator-protocol", - "polkadot-core-primitives", - "polkadot-dispute-distribution", - "polkadot-erasure-coding", - "polkadot-gossip-support", - "polkadot-network-bridge", - "polkadot-node-collation-generation", - "polkadot-node-core-approval-voting", - "polkadot-node-core-approval-voting-parallel", - "polkadot-node-core-av-store", - "polkadot-node-core-backing", - "polkadot-node-core-bitfield-signing", - "polkadot-node-core-candidate-validation", - "polkadot-node-core-chain-api", - "polkadot-node-core-chain-selection", - "polkadot-node-core-dispute-coordinator", - "polkadot-node-core-parachains-inherent", - "polkadot-node-core-prospective-parachains", - "polkadot-node-core-provisioner", - "polkadot-node-core-pvf", - "polkadot-node-core-pvf-checker", - "polkadot-node-core-pvf-common", - "polkadot-node-core-pvf-execute-worker", - "polkadot-node-core-pvf-prepare-worker", - "polkadot-node-core-runtime-api", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-node-subsystem-util", - "polkadot-omni-node-lib", - "polkadot-overseer", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-rpc", - "polkadot-runtime-common", - "polkadot-runtime-metrics", - "polkadot-runtime-parachains", - "polkadot-sdk-frame", - "polkadot-service", - "polkadot-statement-distribution", - "polkadot-statement-table", - "sc-allocator", - "sc-authority-discovery", - "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-consensus-aura", - "sc-consensus-babe", - "sc-consensus-babe-rpc", - "sc-consensus-beefy", - "sc-consensus-beefy-rpc", - "sc-consensus-epochs", - "sc-consensus-grandpa", - "sc-consensus-grandpa-rpc", - "sc-consensus-manual-seal", - "sc-consensus-pow", - "sc-consensus-slots", - "sc-executor", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", - "sc-informant", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-light", - "sc-network-statement", - "sc-network-sync", - "sc-network-transactions", - "sc-network-types", - "sc-offchain", - "sc-proposer-metrics", - "sc-rpc", - "sc-rpc-api", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-runtime-utilities", - "sc-service", - "sc-state-db", - "sc-statement-store", - "sc-storage-monitor", - "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", - "slot-range-helper", - "sp-api", - "sp-api-proc-macro", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-consensus-grandpa", - "sp-consensus-pow", - "sp-consensus-slots", - "sp-core", - "sp-core-hashing", - "sp-core-hashing-proc-macro", - "sp-crypto-ec-utils", - "sp-crypto-hashing", - "sp-crypto-hashing-proc-macro", - "sp-database", - "sp-debug-derive", - "sp-externalities", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-keystore", - "sp-maybe-compressed-blob", - "sp-metadata-ir", - "sp-mixnet", - "sp-mmr-primitives", - "sp-npos-elections", - "sp-offchain", - "sp-panic-handler", - "sp-rpc", - "sp-runtime", - "sp-runtime-interface", - "sp-runtime-interface-proc-macro", - "sp-session", - "sp-staking", - "sp-state-machine", - "sp-statement-store", - "sp-std", - "sp-storage", - "sp-timestamp", - "sp-tracing", - "sp-transaction-pool", - "sp-transaction-storage-proof", - "sp-trie", - "sp-version", - "sp-version-proc-macro", - "sp-wasm-interface", - "sp-weights", - "staging-chain-spec-builder", - "staging-node-inspect", - "staging-parachain-info", - "staging-tracking-allocator", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "subkey", - "substrate-bip39", - "substrate-build-script-utils", - "substrate-frame-rpc-support", - "substrate-frame-rpc-system", - "substrate-prometheus-endpoint", - "substrate-rpc-client", - "substrate-state-trie-migration-rpc", - "substrate-wasm-builder", - "testnet-parachains-constants", - "tracing-gum", - "xcm-emulator", - "xcm-runtime-apis", - "xcm-simulator", -] - -[[package]] -name = "polkadot-sdk-frame" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "386c622773c64ba462fea05debe20d71b0caf5d273a6cdb8277a1ca853adfd1c" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-arithmetic", - "sp-block-builder", - "sp-consensus-aura", - "sp-consensus-grandpa", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-storage", - "sp-transaction-pool", - "sp-version", -] - -[[package]] -name = "polkadot-service" -version = "23.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97aa9046b966828663c4e42ba61e29a14456e02d15c513ac14936348a45f21f2" -dependencies = [ - "async-trait", - "frame-benchmarking", - "frame-benchmarking-cli", - "frame-system", - "frame-system-rpc-runtime-api", - "futures", - "is_executable", - "kvdb", - "kvdb-rocksdb", - "log", - "mmr-gadget", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-approval-distribution", - "polkadot-availability-bitfield-distribution", - "polkadot-availability-distribution", - "polkadot-availability-recovery", - "polkadot-collator-protocol", - "polkadot-core-primitives", - "polkadot-dispute-distribution", - "polkadot-gossip-support", - "polkadot-network-bridge", - "polkadot-node-collation-generation", - "polkadot-node-core-approval-voting", - "polkadot-node-core-approval-voting-parallel", - "polkadot-node-core-av-store", - "polkadot-node-core-backing", - "polkadot-node-core-bitfield-signing", - "polkadot-node-core-candidate-validation", - "polkadot-node-core-chain-api", - "polkadot-node-core-chain-selection", - "polkadot-node-core-dispute-coordinator", - "polkadot-node-core-parachains-inherent", - "polkadot-node-core-prospective-parachains", - "polkadot-node-core-provisioner", - "polkadot-node-core-pvf", - "polkadot-node-core-pvf-checker", - "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "polkadot-rpc", - "polkadot-runtime-parachains", - "polkadot-statement-distribution", - "sc-authority-discovery", - "sc-basic-authorship", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-consensus-babe", - "sc-consensus-beefy", - "sc-consensus-grandpa", - "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-sync", - "sc-offchain", - "sc-service", - "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", - "serde", - "serde_json", - "sp-api", - "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-consensus-grandpa", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-mmr-primitives", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "staging-xcm", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", - "tracing-gum", - "xcm-runtime-apis", -] - -[[package]] -name = "polkadot-statement-distribution" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5d7f4a8d4ecb61cffa9095b3ceb1aa37e47b087271afd1ea23b8642e99872ab" -dependencies = [ - "arrayvec 0.7.6", - "bitvec", - "fatality", - "futures", - "futures-timer", - "indexmap 2.9.0", - "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", - "sp-staking", - "thiserror 1.0.69", - "tracing-gum", -] - -[[package]] -name = "polkadot-statement-table" -version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6d47fecf55aba37980922e8eff6d13667ca20ac1969637c220770a033d81f1" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives", - "tracing-gum", + "polkavm-assembler 0.26.0", + "polkavm-common 0.26.0", + "polkavm-linux-raw 0.26.0", ] [[package]] name = "polkavm" -version = "0.18.0" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd044ab1d3b11567ab6b98ca71259a992b4034220d5972988a0e96518e5d343d" +checksum = "63c8211d36125b6cc451b3cbc46b8ee27fefb54521b67f43c8630bd1afbd44d4" dependencies = [ "libc", "log", - "polkavm-assembler 0.18.0", - "polkavm-common 0.18.0", - "polkavm-linux-raw 0.18.0", -] - -[[package]] -name = "polkavm" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfd34e2f74206fff33482ae1718e275f11365ef8c4de7f0e69217f8845303867" -dependencies = [ - "libc", - "log", - "polkavm-assembler 0.21.0", - "polkavm-common 0.21.0", - "polkavm-linux-raw 0.21.0", + "polkavm-assembler 0.29.0", + "polkavm-common 0.29.0", + "polkavm-linux-raw 0.29.0", ] [[package]] name = "polkavm-assembler" -version = "0.18.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaad38dc420bfed79e6f731471c973ce5ff5e47ab403e63cf40358fef8a6368f" +checksum = "4859a29e1f4ad64610c4bc2bfc40bb9a535068a034933a5b56b5e7a0febf105a" dependencies = [ "log", ] [[package]] name = "polkavm-assembler" -version = "0.21.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f512bc80cb10439391a7c13a9eb2d37cf66b7305e7df0a06d662eff4f5b07625" +checksum = "914aacebfbc22da7772f5ecb6f79b39901dc4061121598bd4383a590a7506ebb" dependencies = [ "log", ] [[package]] name = "polkavm-common" -version = "0.18.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31ff33982a807d8567645d4784b9b5d7ab87bcb494f534a57cadd9012688e102" +checksum = "49a5794b695626ba70d29e66e3f4f4835767452a6723f3a0bc20884b07088fe8" dependencies = [ "log", - "polkavm-assembler 0.18.0", + "polkavm-assembler 0.26.0", ] [[package]] name = "polkavm-common" -version = "0.21.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c16b809cfd398f861261c045a8745e6c78b71ea7e0d3ef6f7cc553eb27bc17e" +checksum = "f634b46a6a47a5de381f56d1d8cced9f8640d063b2b1a44b0da6dbef91bbd400" dependencies = [ "blake3", "log", - "polkavm-assembler 0.21.0", + "polkavm-assembler 0.29.0", +] + +[[package]] +name = "polkavm-common" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed1b408db93d4f49f5c651a7844682b9d7a561827b4dc6202c10356076c055c9" +dependencies = [ + "picosimd", ] [[package]] name = "polkavm-derive" -version = "0.18.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2eb703f3b6404c13228402e98a5eae063fd16b8f58afe334073ec105ee4117e" +checksum = "95282a203ae1f6828a04ff334145c3f6dc718bba6d3959805d273358b45eab93" dependencies = [ - "polkavm-derive-impl-macro 0.18.0", + "polkavm-derive-impl-macro 0.26.0", ] [[package]] name = "polkavm-derive" -version = "0.21.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47239245f87329541932c0d7fec750a66a75b13aa87dfe4fbfd637bab86ad387" +checksum = "37ba6256c003853b6adb5dc8394e0e1882a9545ee3bec4e4ce533e7e4f488825" dependencies = [ - "polkavm-derive-impl-macro 0.21.0", + "polkavm-derive-impl-macro 0.29.0", ] [[package]] name = "polkavm-derive-impl" -version = "0.18.1" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f2116a92e6e96220a398930f4c8a6cda1264206f3e2034fc9982bfd93f261f7" +checksum = "6069dc7995cde6e612b868a02ce48b54397c6d2582bd1b97b63aabbe962cd779" dependencies = [ - "polkavm-common 0.18.0", + "polkavm-common 0.26.0", "proc-macro2", "quote", "syn 2.0.101", @@ -12079,11 +15323,11 @@ dependencies = [ [[package]] name = "polkavm-derive-impl" -version = "0.21.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24fd6c6215450c3e57511df5c38a82eb4bde208de15ee15046ac33852f3c3eaa" +checksum = "90751404f08622c8a671695605cfc1bd83ec091339bd3258a37acc7a931c8741" dependencies = [ - "polkavm-common 0.21.0", + "polkavm-common 0.29.0", "proc-macro2", "quote", "syn 2.0.101", @@ -12091,83 +15335,67 @@ dependencies = [ [[package]] name = "polkavm-derive-impl-macro" -version = "0.18.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c16669ddc7433e34c1007d31080b80901e3e8e523cb9d4b441c3910cf9294b" +checksum = "581d34cafec741dc5ffafbb341933c205b6457f3d76257a9d99fb56687219c91" dependencies = [ - "polkavm-derive-impl 0.18.1", + "polkavm-derive-impl 0.26.0", "syn 2.0.101", ] [[package]] name = "polkavm-derive-impl-macro" -version = "0.21.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36837f6b7edfd6f4498f8d25d81da16cf03bd6992c3e56f3d477dfc90f4fefca" +checksum = "10e463de593b485c8685d42737aae81c24005dba967deaaaccbb6f3e936d8596" dependencies = [ - "polkavm-derive-impl 0.21.0", + "polkavm-derive-impl 0.29.0", "syn 2.0.101", ] [[package]] name = "polkavm-linker" -version = "0.18.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9bfe793b094d9ea5c99b7c43ba46e277b0f8f48f4bbfdbabf8d3ebf701a4bd3" +checksum = "beb896023e5bd89bba40311797d8d42490fa4a1fd5256c74820753c5722d1e67" dependencies = [ "dirs", "gimli 0.31.1", "hashbrown 0.14.5", "log", "object 0.36.7", - "polkavm-common 0.18.0", + "polkavm-common 0.26.0", "regalloc2 0.9.3", "rustc-demangle", ] [[package]] name = "polkavm-linker" -version = "0.21.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bc764986c4a63f9ab9890c3f4eb9b4c13b6ff80d79685bd48ade147234aab4" +checksum = "6739125c4f8f44b4282b6531d765d599f20514e9b608737c6c3544594d08f995" dependencies = [ "dirs", "gimli 0.31.1", "hashbrown 0.14.5", "log", "object 0.36.7", - "polkavm-common 0.21.0", + "polkavm-common 0.30.0", "regalloc2 0.9.3", "rustc-demangle", ] [[package]] name = "polkavm-linux-raw" -version = "0.18.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23eff02c070c70f31878a3d915e88a914ecf3e153741e2fb572dde28cce20fde" +checksum = "28919f542476f4158cc71e6c072b1051f38f4b514253594ac3ad80e3c0211fc8" [[package]] name = "polkavm-linux-raw" -version = "0.21.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be6cd1d48c5e7814d287a3e12a339386a5dfa2f3ac72f932335f4cf56467f1b3" - -[[package]] -name = "polling" -version = "2.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" -dependencies = [ - "autocfg", - "bitflags 1.3.2", - "cfg-if", - "concurrent-queue", - "libc", - "log", - "pin-project-lite", - "windows-sys 0.48.0", -] +checksum = "751fbbcf86635834dd9a700039c74ce8c7871b317acc84582d9667dad2ed9848" [[package]] name = "polling" @@ -12213,6 +15441,18 @@ version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" +[[package]] +name = "postcard" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" +dependencies = [ + "cobs", + "embedded-io 0.4.0", + "embedded-io 0.6.1", + "serde", +] + [[package]] name = "potential_utf" version = "0.1.2" @@ -12273,6 +15513,15 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "primeorder" +version = "0.13.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" +dependencies = [ + "elliptic-curve", +] + [[package]] name = "primitive-types" version = "0.12.2" @@ -12393,9 +15642,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.95" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" dependencies = [ "unicode-ident", ] @@ -12416,9 +15665,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.22.3" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504ee9ff529add891127c4827eb481bd69dc0ebc72e9a682e187db4caa60c3ca" +checksum = "cf41c1a7c32ed72abe5082fb19505b969095c12da9f5732a4bc9878757fd087c" dependencies = [ "dtoa", "itoa", @@ -12445,13 +15694,13 @@ checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.9.0", + "bitflags 2.10.0", "lazy_static", "num-traits", "rand 0.8.5", "rand_chacha 0.3.1", "rand_xorshift", - "regex-syntax 0.8.5", + "regex-syntax", "rusty-fork", "tempfile", "unarray", @@ -12477,6 +15726,16 @@ dependencies = [ "prost-derive 0.13.5", ] +[[package]] +name = "prost" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d" +dependencies = [ + "bytes", + "prost-derive 0.14.1", +] + [[package]] name = "prost-build" version = "0.13.5" @@ -12491,7 +15750,27 @@ dependencies = [ "petgraph 0.7.1", "prettyplease", "prost 0.13.5", - "prost-types", + "prost-types 0.13.5", + "regex", + "syn 2.0.101", + "tempfile", +] + +[[package]] +name = "prost-build" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1" +dependencies = [ + "heck 0.5.0", + "itertools 0.14.0", + "log", + "multimap", + "once_cell", + "petgraph 0.7.1", + "prettyplease", + "prost 0.14.1", + "prost-types 0.14.1", "regex", "syn 2.0.101", "tempfile", @@ -12523,6 +15802,19 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "prost-derive" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" +dependencies = [ + "anyhow", + "itertools 0.14.0", + "proc-macro2", + "quote", + "syn 2.0.101", +] + [[package]] name = "prost-types" version = "0.13.5" @@ -12533,12 +15825,35 @@ dependencies = [ ] [[package]] -name = "psm" -version = "0.1.26" +name = "prost-types" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f" +checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72" dependencies = [ - "cc", + "prost 0.14.1", +] + +[[package]] +name = "pulley-interpreter" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5c8a4c6db43cd896bcc33f316c2f449a89fbec962717e9097d88c9c82547ec0" +dependencies = [ + "cranelift-bitset", + "log", + "pulley-macros", + "wasmtime-internal-math", +] + +[[package]] +name = "pulley-macros" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "573407df6287098f3e9ded7873a768156bc97c6939d077924d70416cb529bab6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", ] [[package]] @@ -12597,8 +15912,8 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.1.1", - "rustls", - "socket2 0.5.9", + "rustls 0.23.27", + "socket2", "thiserror 2.0.12", "tokio", "tracing", @@ -12615,9 +15930,9 @@ dependencies = [ "getrandom 0.3.3", "lru-slab", "rand 0.9.1", - "ring 0.17.14", + "ring", "rustc-hash 2.1.1", - "rustls", + "rustls 0.23.27", "rustls-pki-types", "slab", "thiserror 2.0.12", @@ -12635,7 +15950,7 @@ dependencies = [ "cfg_aliases 0.2.1", "libc", "once_cell", - "socket2 0.5.9", + "socket2", "tracing", "windows-sys 0.59.0", ] @@ -12681,6 +15996,7 @@ checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", + "serde", ] [[package]] @@ -12719,6 +16035,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" dependencies = [ "getrandom 0.3.3", + "serde", ] [[package]] @@ -12749,13 +16066,22 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rapidhash" +version = "4.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2988730ee014541157f48ce4dcc603940e00915edc3c7f9a8d78092256bb2493" +dependencies = [ + "rustversion", +] + [[package]] name = "raw-cpuid" version = "11.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.10.0", ] [[package]] @@ -12786,12 +16112,13 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.11.3" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52c4f3084aa3bc7dfbba4eff4fab2a54db4324965d8872ab933565e6fbd83bc6" +checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" dependencies = [ "pem", - "ring 0.16.20", + "ring", + "rustls-pki-types", "time", "yasna", ] @@ -12811,7 +16138,7 @@ version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.10.0", ] [[package]] @@ -12857,18 +16184,6 @@ dependencies = [ "syn 2.0.101", ] -[[package]] -name = "regalloc2" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621" -dependencies = [ - "fxhash", - "log", - "slice-group-by", - "smallvec", -] - [[package]] name = "regalloc2" version = "0.9.3" @@ -12882,6 +16197,20 @@ dependencies = [ "smallvec", ] +[[package]] +name = "regalloc2" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e249c660440317032a71ddac302f25f1d5dff387667bcc3978d1f77aa31ac34" +dependencies = [ + "allocator-api2", + "bumpalo", + "hashbrown 0.15.3", + "log", + "rustc-hash 2.1.1", + "smallvec", +] + [[package]] name = "regex" version = "1.11.1" @@ -12890,17 +16219,8 @@ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.9", - "regex-syntax 0.8.5", -] - -[[package]] -name = "regex-automata" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" -dependencies = [ - "regex-syntax 0.6.29", + "regex-automata", + "regex-syntax", ] [[package]] @@ -12911,27 +16231,254 @@ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.5", + "regex-syntax", ] -[[package]] -name = "regex-syntax" -version = "0.6.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" - [[package]] name = "regex-syntax" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" +[[package]] +name = "reqwest" +version = "0.12.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" +dependencies = [ + "base64 0.22.1", + "bytes", + "encoding_rs", + "futures-core", + "futures-util", + "h2", + "http 1.3.1", + "http-body 1.0.1", + "http-body-util", + "hyper 1.6.0", + "hyper-rustls 0.27.5", + "hyper-tls", + "hyper-util", + "ipnet", + "js-sys", + "log", + "mime", + "native-tls", + "once_cell", + "percent-encoding", + "pin-project-lite", + "rustls-pemfile 2.2.0", + "serde", + "serde_json", + "serde_urlencoded", + "sync_wrapper", + "system-configuration", + "tokio", + "tokio-native-tls", + "tower 0.5.2", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "windows-registry", +] + [[package]] name = "resolv-conf" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc7c8f7f733062b66dc1c63f9db168ac0b97a9210e247fa90fdc9ad08f51b302" +[[package]] +name = "revm" +version = "27.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6bf82101a1ad8a2b637363a37aef27f88b4efc8a6e24c72bf5f64923dc5532" +dependencies = [ + "revm-bytecode", + "revm-context", + "revm-context-interface", + "revm-database", + "revm-database-interface", + "revm-handler", + "revm-inspector", + "revm-interpreter", + "revm-precompile", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm-bytecode" +version = "6.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66c52031b73cae95d84cd1b07725808b5fd1500da3e5e24574a3b2dc13d9f16d" +dependencies = [ + "bitvec", + "phf", + "revm-primitives", + "serde", +] + +[[package]] +name = "revm-context" +version = "8.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cd508416a35a4d8a9feaf5ccd06ac6d6661cd31ee2dc0252f9f7316455d71f9" +dependencies = [ + "cfg-if", + "derive-where", + "revm-bytecode", + "revm-context-interface", + "revm-database-interface", + "revm-primitives", + "revm-state", + "serde", +] + +[[package]] +name = "revm-context-interface" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc90302642d21c8f93e0876e201f3c5f7913c4fcb66fb465b0fd7b707dfe1c79" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "auto_impl", + "either", + "revm-database-interface", + "revm-primitives", + "revm-state", + "serde", +] + +[[package]] +name = "revm-database" +version = "7.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39a276ed142b4718dcf64bc9624f474373ed82ef20611025045c3fb23edbef9c" +dependencies = [ + "alloy-eips", + "revm-bytecode", + "revm-database-interface", + "revm-primitives", + "revm-state", + "serde", +] + +[[package]] +name = "revm-database-interface" +version = "7.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c523c77e74eeedbac5d6f7c092e3851dbe9c7fec6f418b85992bd79229db361" +dependencies = [ + "auto_impl", + "either", + "revm-primitives", + "revm-state", + "serde", +] + +[[package]] +name = "revm-handler" +version = "8.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1529c8050e663be64010e80ec92bf480315d21b1f2dbf65540028653a621b27d" +dependencies = [ + "auto_impl", + "derive-where", + "revm-bytecode", + "revm-context", + "revm-context-interface", + "revm-database-interface", + "revm-interpreter", + "revm-precompile", + "revm-primitives", + "revm-state", + "serde", +] + +[[package]] +name = "revm-inspector" +version = "8.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f78db140e332489094ef314eaeb0bd1849d6d01172c113ab0eb6ea8ab9372926" +dependencies = [ + "auto_impl", + "either", + "revm-context", + "revm-database-interface", + "revm-handler", + "revm-interpreter", + "revm-primitives", + "revm-state", + "serde", + "serde_json", +] + +[[package]] +name = "revm-interpreter" +version = "24.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff9d7d9d71e8a33740b277b602165b6e3d25fff091ba3d7b5a8d373bf55f28a7" +dependencies = [ + "revm-bytecode", + "revm-context-interface", + "revm-primitives", + "serde", +] + +[[package]] +name = "revm-precompile" +version = "25.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cee3f336b83621294b4cfe84d817e3eef6f3d0fce00951973364cc7f860424d" +dependencies = [ + "ark-bls12-381 0.5.0", + "ark-bn254", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "arrayref", + "aurora-engine-modexp", + "c-kzg", + "cfg-if", + "k256", + "libsecp256k1", + "once_cell", + "p256", + "revm-primitives", + "ripemd", + "rug", + "secp256k1 0.31.1", + "sha2 0.10.9", +] + +[[package]] +name = "revm-primitives" +version = "20.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aa29d9da06fe03b249b6419b33968ecdf92ad6428e2f012dc57bcd619b5d94e" +dependencies = [ + "alloy-primitives", + "num_enum", + "once_cell", + "serde", +] + +[[package]] +name = "revm-state" +version = "7.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f64fbacb86008394aaebd3454f9643b7d5a782bd251135e17c5b33da592d84d" +dependencies = [ + "bitflags 2.10.0", + "revm-bytecode", + "revm-primitives", + "serde", +] + [[package]] name = "rfc6979" version = "0.4.0" @@ -12942,21 +16489,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "ring" -version = "0.16.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" -dependencies = [ - "cc", - "libc", - "once_cell", - "spin 0.5.2", - "untrusted 0.7.1", - "web-sys", - "winapi", -] - [[package]] name = "ring" version = "0.17.14" @@ -12967,7 +16499,7 @@ dependencies = [ "cfg-if", "getrandom 0.2.16", "libc", - "untrusted 0.9.0", + "untrusted", "windows-sys 0.52.0", ] @@ -13002,31 +16534,14 @@ dependencies = [ [[package]] name = "rocksdb" -version = "0.21.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe" +checksum = "ddb7af00d2b17dbd07d82c0063e25411959748ff03e8d4f96134c2ff41fce34f" dependencies = [ "libc", "librocksdb-sys", ] -[[package]] -name = "rococo-runtime-constants" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c295ecea37ee949577dba8dfef7beb3de5492bb88bbbec6b0dc327ff63ee85b0" -dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", - "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", -] - [[package]] name = "route-recognizer" version = "0.3.1" @@ -13044,26 +16559,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "rsa" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" -dependencies = [ - "const-oid", - "digest 0.10.7", - "num-bigint-dig", - "num-integer", - "num-traits", - "pkcs1", - "pkcs8", - "rand_core 0.6.4", - "signature", - "spki", - "subtle 2.6.1", - "zeroize", -] - [[package]] name = "rtnetlink" version = "0.13.1" @@ -13093,14 +16588,27 @@ dependencies = [ ] [[package]] -name = "ruint" -version = "1.14.0" +name = "rug" +version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78a46eb779843b2c4f21fac5773e25d6d5b7c8f0922876c91541790d2ca27eef" +checksum = "58ad2e973fe3c3214251a840a621812a4f40468da814b1a3d6947d433c2af11f" +dependencies = [ + "az", + "gmp-mpfr-sys", + "libc", + "libm", +] + +[[package]] +name = "ruint" +version = "1.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a68df0380e5c9d20ce49534f292a36a7514ae21350726efe1865bdb1fa91d278" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", "ark-ff 0.4.2", + "ark-ff 0.5.0", "bytes", "fastrlp 0.3.1", "fastrlp 0.4.0", @@ -13114,7 +16622,7 @@ dependencies = [ "rand 0.9.1", "rlp 0.5.2", "ruint-macro", - "serde", + "serde_core", "valuable", "zeroize", ] @@ -13182,35 +16690,7 @@ version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" dependencies = [ - "nom", -] - -[[package]] -name = "rustix" -version = "0.36.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed" -dependencies = [ - "bitflags 1.3.2", - "errno", - "io-lifetimes", - "libc", - "linux-raw-sys 0.1.4", - "windows-sys 0.45.0", -] - -[[package]] -name = "rustix" -version = "0.37.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" -dependencies = [ - "bitflags 1.3.2", - "errno", - "io-lifetimes", - "libc", - "linux-raw-sys 0.3.8", - "windows-sys 0.48.0", + "nom 7.1.3", ] [[package]] @@ -13219,7 +16699,7 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.10.0", "errno", "libc", "linux-raw-sys 0.4.15", @@ -13232,13 +16712,25 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.10.0", "errno", "libc", "linux-raw-sys 0.9.4", "windows-sys 0.59.0", ] +[[package]] +name = "rustls" +version = "0.21.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" +dependencies = [ + "log", + "ring", + "rustls-webpki 0.101.7", + "sct", +] + [[package]] name = "rustls" version = "0.23.27" @@ -13247,13 +16739,25 @@ checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321" dependencies = [ "log", "once_cell", - "ring 0.17.14", + "ring", "rustls-pki-types", "rustls-webpki 0.103.3", "subtle 2.6.1", "zeroize", ] +[[package]] +name = "rustls-native-certs" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" +dependencies = [ + "openssl-probe", + "rustls-pemfile 1.0.4", + "schannel", + "security-framework 2.11.1", +] + [[package]] name = "rustls-native-certs" version = "0.8.1" @@ -13263,7 +16767,25 @@ dependencies = [ "openssl-probe", "rustls-pki-types", "schannel", - "security-framework", + "security-framework 3.2.0", +] + +[[package]] +name = "rustls-pemfile" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" +dependencies = [ + "base64 0.21.7", +] + +[[package]] +name = "rustls-pemfile" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" +dependencies = [ + "rustls-pki-types", ] [[package]] @@ -13287,11 +16809,11 @@ dependencies = [ "jni", "log", "once_cell", - "rustls", - "rustls-native-certs", + "rustls 0.23.27", + "rustls-native-certs 0.8.1", "rustls-platform-verifier-android", "rustls-webpki 0.103.3", - "security-framework", + "security-framework 3.2.0", "security-framework-sys", "webpki-root-certs 0.26.11", "windows-sys 0.59.0", @@ -13309,8 +16831,8 @@ version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.14", - "untrusted 0.9.0", + "ring", + "untrusted", ] [[package]] @@ -13319,9 +16841,9 @@ version = "0.103.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" dependencies = [ - "ring 0.17.14", + "ring", "rustls-pki-types", - "untrusted 0.9.0", + "untrusted", ] [[package]] @@ -13344,24 +16866,9 @@ dependencies = [ [[package]] name = "ruzstd" -version = "0.4.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc" -dependencies = [ - "byteorder", - "thiserror-core", - "twox-hash", -] - -[[package]] -name = "ruzstd" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b" -dependencies = [ - "byteorder", - "derive_more 0.99.20", -] +checksum = "e5ff0cc5e135c8870a775d3320910cd9b564ec036b4dc0b8741629020be63f01" [[package]] name = "rw-stream-sink" @@ -13416,1344 +16923,11 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c10a9966875fcbde028c73697c6d5faad5f5d24e94b3c949fb1d063c727381d" -dependencies = [ - "log", - "sp-core", - "sp-wasm-interface", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-authority-discovery" -version = "0.49.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcbf3f7d818fbb607fc6991b603964b2bfe68857cd3f722a87c511d04bb43682" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "ip_network", - "linked_hash_set", - "log", - "parity-scale-codec", - "prost 0.12.6", - "prost-build", - "rand 0.8.5", - "sc-client-api", - "sc-network", - "sc-network-types", - "sp-api", - "sp-authority-discovery", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-basic-authorship" -version = "0.49.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9132e1990352be9840c18186e4ce3e810dfc146728ced1ac6b2da4eb794a547" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "sc-block-builder", - "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "substrate-prometheus-endpoint", -] - -[[package]] -name = "sc-block-builder" -version = "0.44.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6622da4fe938fed2f4e0f127c92cee835dedc325fb4c2358c03912232beee24" -dependencies = [ - "parity-scale-codec", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-trie", -] - -[[package]] -name = "sc-chain-spec" -version = "42.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1ca4ca82a725cc03078839d823ed0f999507ffd0b9a3b24a5f21cf10f24e2e0" -dependencies = [ - "array-bytes", - "clap", - "docify", - "memmap2 0.9.5", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", - "serde", - "serde_json", - "sp-blockchain", - "sp-core", - "sp-crypto-hashing", - "sp-genesis-builder", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-tracing", -] - -[[package]] -name = "sc-chain-spec-derive" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b18cef11d2c69703e0d7c3528202ef4ed1cd2b47a6f063e9e17cad8255b1fa94" -dependencies = [ - "proc-macro-crate 3.3.0", - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "sc-cli" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea0f6424aacf055719cee01d59a1153aa8aed9739cff3beec0aea5675b13afe" -dependencies = [ - "array-bytes", - "chrono", - "clap", - "fdlimit", - "futures", - "itertools 0.11.0", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand 0.8.5", - "regex", - "rpassword", - "sc-client-api", - "sc-client-db", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-utils", - "serde", - "serde_json", - "sp-blockchain", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", - "sp-version", - "thiserror 1.0.69", - "tokio", -] - -[[package]] -name = "sc-client-api" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ace1a9f5b53e738a353079a5e5a41e55fa62887cc1d7491b97feca6847b4f88d" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", - "sp-externalities", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-trie", - "substrate-prometheus-endpoint", -] - -[[package]] -name = "sc-client-db" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dfc8b2f7156ced83fc9e52a610b580a54d2499e7674f8f629ea3a11e4c2d0e9" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-state-db", - "schnellru", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", -] - -[[package]] -name = "sc-consensus" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15adbad0ca8f3312ff19ec97ef75bce5809518ff4725121e7885d42bb8de5fea" -dependencies = [ - "async-trait", - "futures", - "log", - "mockall", - "parking_lot 0.12.3", - "sc-client-api", - "sc-network-types", - "sc-utils", - "serde", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-consensus-aura" -version = "0.49.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5863f442a228f9cee8c5e75a9abda97f3b9a2dd8221b0e0a9201319fc4b9313d" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sc-consensus-slots", - "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-consensus-babe" -version = "0.49.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc081187456c1d7b638b8c2882a0073da7cb30eccdd2d7bb1d63171b5e40b4a" -dependencies = [ - "async-trait", - "fork-tree", - "futures", - "log", - "num-bigint", - "num-rational", - "num-traits", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-consensus", - "sc-consensus-epochs", - "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-crypto-hashing", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-consensus-babe-rpc" -version = "0.49.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd3b9623ba69bb824ab62ac17b9562227b3ff488318db5cb8a5e526ea974ed81" -dependencies = [ - "futures", - "jsonrpsee", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-rpc-api", - "serde", - "sp-api", - "sp-application-crypto", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-consensus-beefy" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8732c86b70a053e32c935f63028d53fb084f88b8b9b6fee0ec19156e28fc84a3" -dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-gossip", - "sc-network-sync", - "sc-network-types", - "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-beefy", - "sp-core", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", - "tokio", - "wasm-timer", -] - -[[package]] -name = "sc-consensus-beefy-rpc" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ade868a3483f51f6a864d9e0b2af6ba785088caed3e0c3d5b2ec4193b6877693" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-consensus-beefy", - "sc-rpc", - "serde", - "sp-application-crypto", - "sp-consensus-beefy", - "sp-core", - "sp-runtime", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-consensus-epochs" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "272475e2275a04ce5fe35a84308a9048a726eb9d571e2017548784cc979e7a9e" -dependencies = [ - "fork-tree", - "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", - "sp-runtime", -] - -[[package]] -name = "sc-consensus-grandpa" -version = "0.34.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c338eea1825f212308cc89c5d7db38810cac042da942347fa889e27fd7d8d8d" -dependencies = [ - "ahash", - "array-bytes", - "async-trait", - "dyn-clone", - "finality-grandpa", - "fork-tree", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-sync", - "sc-network-types", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", - "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-grandpa", - "sp-core", - "sp-crypto-hashing", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-consensus-grandpa-rpc" -version = "0.34.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea46536f937ac163d5caa5e8ba1fecb02e21288f886ea832ef60fd9b65f0bb06" -dependencies = [ - "finality-grandpa", - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-consensus-grandpa", - "sc-rpc", - "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-consensus-manual-seal" -version = "0.50.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d1ca76d50c3f76e3629cf3228e475ae33861ba69d6eb10ba96eb1d99ccd1b" -dependencies = [ - "assert_matches", - "async-trait", - "futures", - "futures-timer", - "jsonrpsee", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-consensus-aura", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-transaction-pool", - "sc-transaction-pool-api", - "serde", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-timestamp", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-consensus-pow" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58ed1208370611671af5b55d6e9d71f8934244fde6985509fd248a19d39d1675" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-consensus", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-pow", - "sp-core", - "sp-inherents", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-consensus-slots" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "701fd4b43e453030db70ace3d706309fbbd84096929f96a4efa96f5f22121148" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", -] - -[[package]] -name = "sc-executor" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55c745bf88acb34bd606346c7de6cc06f334f627c1ff40380252a6e52ad9354" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", - "schnellru", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", - "sp-trie", - "sp-version", - "sp-wasm-interface", - "tracing", -] - -[[package]] -name = "sc-executor-common" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a2f84b9aa7664a9b401afbf423bcd3c1845f5adedf4f6030586808238a222df" -dependencies = [ - "polkavm 0.18.0", - "sc-allocator", - "sp-maybe-compressed-blob", - "sp-wasm-interface", - "thiserror 1.0.69", - "wasm-instrument", -] - -[[package]] -name = "sc-executor-polkavm" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eb4929b3457077f9b30ad397a724116f43f252a889ec334ec369f6cdad8f76c" -dependencies = [ - "log", - "polkavm 0.18.0", - "sc-executor-common", - "sp-wasm-interface", -] - -[[package]] -name = "sc-executor-wasmtime" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5ad79b030a1f91ef0f667e58ac35e1c9fa33a6b8a0ec1ae7fe4890322535ac" -dependencies = [ - "anyhow", - "log", - "parking_lot 0.12.3", - "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", - "wasmtime", -] - -[[package]] -name = "sc-informant" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e979f8ccece43aa2d693bf9d4ca1830ac7155293951cdb6da40f1b28687baea" -dependencies = [ - "console", - "futures", - "futures-timer", - "log", - "sc-client-api", - "sc-network", - "sc-network-sync", - "sp-blockchain", - "sp-runtime", -] - -[[package]] -name = "sc-keystore" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6277839ec26d67fbef7d6c87e8f34c814656c8d51433d345d862164adb3f5c2e" -dependencies = [ - "array-bytes", - "parking_lot 0.12.3", - "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-mixnet" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a4fd83a76b5a6a715a2567b762637cbc26c2f1199c8698e0603242069a6ef60" -dependencies = [ - "array-bytes", - "arrayvec 0.7.6", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "log", - "mixnet", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-network", - "sc-network-types", - "sc-transaction-pool-api", - "sp-api", - "sp-consensus", - "sp-core", - "sp-keystore", - "sp-mixnet", - "sp-runtime", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-network" -version = "0.49.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df65eb7a3c4c141de3f14b12a9832c75c7ada1fd580b0bc440263cb8ca2c5b77" -dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec 0.6.2", - "bytes", - "cid 0.9.0", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "litep2p", - "log", - "mockall", - "parity-scale-codec", - "parking_lot 0.12.3", - "partial_sort", - "pin-project", - "prost 0.12.6", - "prost-build", - "rand 0.8.5", - "sc-client-api", - "sc-network-common", - "sc-network-types", - "sc-utils", - "schnellru", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "unsigned-varint 0.7.2", - "void", - "wasm-timer", - "zeroize", -] - -[[package]] -name = "sc-network-common" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2a5fc004d848bf6c1dc3cc433a0d5166dc7735ec7eb17023eff046c948c174d" -dependencies = [ - "bitflags 1.3.2", - "parity-scale-codec", - "sp-runtime", -] - -[[package]] -name = "sc-network-gossip" -version = "0.49.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1827988c88bc075995ec11bdd0ca9f928909cbf5fef5abb33a4cdffa1f99cdb" -dependencies = [ - "ahash", - "futures", - "futures-timer", - "log", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-network-types", - "schnellru", - "sp-runtime", - "substrate-prometheus-endpoint", - "tracing", -] - -[[package]] -name = "sc-network-light" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc00bf32b686d3f25e7697fb40d20bc0654ac2ddc7c03fc641246f40d76af2da" -dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "futures", - "log", - "parity-scale-codec", - "prost 0.12.6", - "prost-build", - "sc-client-api", - "sc-network", - "sc-network-types", - "sp-blockchain", - "sp-core", - "sp-runtime", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-network-statement" -version = "0.31.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63cfe05fc80fe38a70ce214d59c63d9f0bda5135b4924480f789f0d0c7627134" -dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "futures", - "log", - "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-network-types", - "sp-consensus", - "sp-runtime", - "sp-statement-store", - "substrate-prometheus-endpoint", -] - -[[package]] -name = "sc-network-sync" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d22f0e1c117901ac5ba27df45a34928ff485741b8300809e2fdd812208020eb" -dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "fork-tree", - "futures", - "log", - "mockall", - "parity-scale-codec", - "prost 0.12.6", - "prost-build", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-types", - "sc-utils", - "schnellru", - "smallvec", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-network-transactions" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0443ceff666e09504981eb10da28d0e959276fc713792a23586e01132100a49a" -dependencies = [ - "array-bytes", - "futures", - "log", - "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-network-types", - "sc-utils", - "sp-consensus", - "sp-runtime", - "substrate-prometheus-endpoint", -] - -[[package]] -name = "sc-network-types" -version = "0.15.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ff910b7a20f14b1a77b2616de21d509cf51ce1a006e30b2d1f293a8fae72555" -dependencies = [ - "bs58", - "bytes", - "ed25519-dalek", - "libp2p-identity", - "libp2p-kad", - "litep2p", - "log", - "multiaddr 0.18.2", - "multihash 0.19.3", - "rand 0.8.5", - "thiserror 1.0.69", - "zeroize", -] - -[[package]] -name = "sc-offchain" -version = "44.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721798adf89fdf7068912c91cae8b7174bb561201a54ba7b788ae2ef36da154d" -dependencies = [ - "bytes", - "fnv", - "futures", - "futures-timer", - "http-body-util", - "hyper 1.6.0", - "hyper-rustls", - "hyper-util", - "num_cpus", - "once_cell", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "rustls", - "sc-client-api", - "sc-network", - "sc-network-types", - "sc-transaction-pool-api", - "sc-utils", - "sp-api", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-offchain", - "sp-runtime", - "threadpool", - "tracing", -] - -[[package]] -name = "sc-proposer-metrics" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "872046dabf12aef8cdc6a67a9c5bcb4fc34fb7f2d8a664ed2028aaf2717895f1" -dependencies = [ - "log", - "substrate-prometheus-endpoint", -] - -[[package]] -name = "sc-rpc" -version = "44.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf313ac99a06ececd9576909c5fc688a6e22c60997fa1b8a58035f4ff1e861bf" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", - "serde_json", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-offchain", - "sp-rpc", - "sp-runtime", - "sp-session", - "sp-statement-store", - "sp-version", - "tokio", -] - -[[package]] -name = "sc-rpc-api" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ed810a156f70cf5f7ab8fb5d9cf818999a72821c570aba4f4699aa4eea59e01" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", - "scale-info", - "serde", - "serde_json", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-version", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-rpc-server" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12c7a0a366367b1a3480af1327cd7d841806edc7f46da485e2c36064ad98a7c5" -dependencies = [ - "dyn-clone", - "forwarded-header-value", - "futures", - "governor", - "http 1.3.1", - "http-body-util", - "hyper 1.6.0", - "ip_network", - "jsonrpsee", - "log", - "sc-rpc-api", - "serde", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower", - "tower-http", -] - -[[package]] -name = "sc-rpc-spec-v2" -version = "0.49.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb04221e5ca2f9a92fc12336c7bb8a04c55173cfe505e207365b1ea3e1352d6b" -dependencies = [ - "array-bytes", - "futures", - "futures-util", - "hex", - "itertools 0.11.0", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "schnellru", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-version", - "thiserror 1.0.69", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-runtime-utilities" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb39eaa0993635be94a5d5171f75ed81b7149cfcf435725581ee968d9d9b563f" -dependencies = [ - "parity-scale-codec", - "sc-executor", - "sc-executor-common", - "sp-core", - "sp-crypto-hashing", - "sp-state-machine", - "sp-wasm-interface", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-service" -version = "0.50.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0204f65df1d1cf22c6fb63f5268132468261520aa66943bd37d59a61b8241322" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-network-types", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", - "schnellru", - "serde", - "serde_json", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-storage", - "sp-transaction-pool", - "sp-transaction-storage-proof", - "sp-trie", - "sp-version", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", - "thiserror 1.0.69", - "tokio", - "tracing", - "tracing-futures", -] - -[[package]] -name = "sc-state-db" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b4a6610694637ad5e54ddd6af421178e23353443893213c0c2eb31344b65cd5" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core", -] - -[[package]] -name = "sc-statement-store" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c050833b98361c53b752a3b544fae519fd08dcad667f7d03574be3b72a56ed21" -dependencies = [ - "log", - "parity-db", - "parking_lot 0.12.3", - "sc-client-api", - "sc-keystore", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-statement-store", - "substrate-prometheus-endpoint", - "tokio", -] - -[[package]] -name = "sc-storage-monitor" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3864e37a1ed05f14b5ab979d84bb6e93dc422312b9850e55e9f6c1004dbdb1ac" -dependencies = [ - "clap", - "fs4", - "log", - "sp-core", - "thiserror 1.0.69", - "tokio", -] - -[[package]] -name = "sc-sync-state-rpc" -version = "0.49.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f84f29951101c51c11e5206d5a69106d184edffc7b96f62ecc5bf4c7788de6bc" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-consensus-grandpa", - "serde", - "serde_json", - "sp-blockchain", - "sp-runtime", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-sysinfo" -version = "42.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beadd799aae2a1ac6eac8edcbcfba533ae4aadbf2c7e8449f530fd98b5be7cd9" -dependencies = [ - "derive_more 0.99.20", - "futures", - "libc", - "log", - "rand 0.8.5", - "rand_pcg", - "regex", - "sc-telemetry", - "serde", - "serde_json", - "sp-core", - "sp-crypto-hashing", - "sp-io", -] - -[[package]] -name = "sc-telemetry" -version = "28.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d751fd77c6a8d1a5bca8cb5df9d9c57f77b4b15e84eab07925b0f76ddee3e74" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "sc-utils", - "serde", - "serde_json", - "thiserror 1.0.69", - "wasm-timer", -] - -[[package]] -name = "sc-tracing" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97765091d1e29f00bc0ab13149b1922c89dd60b66069e1016a9eb4b289171e3" -dependencies = [ - "chrono", - "console", - "is-terminal", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rustc-hash 1.1.0", - "sc-client-api", - "sc-tracing-proc-macro", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-tracing", - "thiserror 1.0.69", - "tracing", - "tracing-log", - "tracing-subscriber", -] - -[[package]] -name = "sc-tracing-proc-macro" -version = "11.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb090b3a15c077b029619476b682ba8a31f391ee3f0b2c5f3f24366f53f6c538" -dependencies = [ - "proc-macro-crate 3.3.0", - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "sc-transaction-pool" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db819d511819f146c5b4d6c2d75aaf1aaad6045b4644ce8528bfa300a621790a" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "indexmap 2.9.0", - "itertools 0.11.0", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-crypto-hashing", - "sp-runtime", - "sp-tracing", - "sp-transaction-pool", - "substrate-prometheus-endpoint", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "sc-transaction-pool-api" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55feca303d4ba839f02261c9a73d40f6b0ac7523882b4008472922b934678729" -dependencies = [ - "async-trait", - "futures", - "indexmap 2.9.0", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", - "thiserror 1.0.69", -] - -[[package]] -name = "sc-utils" -version = "18.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d8879d46892f1378ff633692740d0a5cb13777ee6dafe84d7e9b954b1e6753" -dependencies = [ - "async-channel 1.9.0", - "futures", - "futures-timer", - "log", - "parking_lot 0.12.3", - "prometheus", - "sp-arithmetic", -] - [[package]] name = "scale-bits" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +checksum = "27243ab0d2d6235072b017839c5f0cd1a3b1ce45c0f7a715363b0c7d36c76c94" dependencies = [ "parity-scale-codec", "scale-info", @@ -14763,26 +16937,26 @@ dependencies = [ [[package]] name = "scale-decode" -version = "0.14.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ae9cc099ae85ff28820210732b00f019546f36f33225f509fe25d5816864a0" +checksum = "8d6ed61699ad4d54101ab5a817169259b5b0efc08152f8632e61482d8a27ca3d" dependencies = [ - "derive_more 1.0.0", "parity-scale-codec", "primitive-types 0.13.1", "scale-bits", "scale-decode-derive", "scale-type-resolver", "smallvec", + "thiserror 2.0.12", ] [[package]] name = "scale-decode-derive" -version = "0.14.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648" +checksum = "65cb245f7fdb489e7ba43a616cbd34427fe3ba6fe0edc1d0d250085e6c84f3ec" dependencies = [ - "darling", + "darling 0.20.11", "proc-macro2", "quote", "syn 2.0.101", @@ -14790,26 +16964,26 @@ dependencies = [ [[package]] name = "scale-encode" -version = "0.8.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9271284d05d0749c40771c46180ce89905fd95aa72a2a2fddb4b7c0aa424db" +checksum = "f2a976d73564a59e482b74fd5d95f7518b79ca8c8ca5865398a4d629dd15ee50" dependencies = [ - "derive_more 1.0.0", "parity-scale-codec", "primitive-types 0.13.1", "scale-bits", "scale-encode-derive", "scale-type-resolver", "smallvec", + "thiserror 2.0.12", ] [[package]] name = "scale-encode-derive" -version = "0.8.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137" +checksum = "17020f2d59baabf2ddcdc20a4e567f8210baf089b8a8d4785f5fd5e716f92038" dependencies = [ - "darling", + "darling 0.20.11", "proc-macro-crate 3.3.0", "proc-macro2", "quote", @@ -14842,6 +17016,21 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "scale-info-legacy" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4afb76e1b2cb589b97278e2f1e2e290c9b7c51d6ac69afab9e1d7d1e136a9276" +dependencies = [ + "hashbrown 0.16.1", + "scale-type-resolver", + "serde", + "smallstr", + "smallvec", + "thiserror 2.0.12", + "yap", +] + [[package]] name = "scale-type-resolver" version = "0.2.0" @@ -14854,34 +17043,33 @@ dependencies = [ [[package]] name = "scale-typegen" -version = "0.9.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc4c70c7fea2eef1740f0081d3fe385d8bee1eef11e9272d3bec7dc8e5438e0" +checksum = "642d2f13f3fc9a34ea2c1e36142984eba78cd2405a61632492f8b52993e98879" dependencies = [ "proc-macro2", "quote", "scale-info", "syn 2.0.101", - "thiserror 1.0.69", + "thiserror 2.0.12", ] [[package]] name = "scale-value" -version = "0.17.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5e0ef2a0ee1e02a69ada37feb87ea1616ce9808aca072befe2d3131bf28576e" +checksum = "884aab179aba344c67ddcd1d7dd8e3f8fee202f2e570d97ec34ec8688442a5b3" dependencies = [ "base58", "blake2 0.10.6", - "derive_more 1.0.0", "either", "parity-scale-codec", "scale-bits", "scale-decode", "scale-encode", - "scale-info", "scale-type-resolver", "serde", + "thiserror 2.0.12", "yap", ] @@ -14894,13 +17082,37 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "schemars" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" +dependencies = [ + "dyn-clone", + "ref-cast", + "serde", + "serde_json", +] + +[[package]] +name = "schemars" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" +dependencies = [ + "dyn-clone", + "ref-cast", + "serde", + "serde_json", +] + [[package]] name = "schnellru" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649" dependencies = [ - "ahash", + "ahash 0.8.12", "cfg-if", "hashbrown 0.13.2", ] @@ -14916,6 +17128,7 @@ dependencies = [ "curve25519-dalek-ng", "merlin", "rand_core 0.6.4", + "serde_bytes", "sha2 0.9.9", "subtle-ng", "zeroize", @@ -14964,6 +17177,16 @@ dependencies = [ "sha2 0.10.9", ] +[[package]] +name = "sct" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" +dependencies = [ + "ring", + "untrusted", +] + [[package]] name = "sec1" version = "0.7.3" @@ -15012,9 +17235,21 @@ version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" dependencies = [ - "bitcoin_hashes 0.14.0", + "bitcoin_hashes", "rand 0.8.5", "secp256k1-sys 0.10.1", + "serde", +] + +[[package]] +name = "secp256k1" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c3c81b43dc2d8877c216a3fccf76677ee1ebccd429566d3e67447290d0c42b2" +dependencies = [ + "bitcoin_hashes", + "rand 0.9.1", + "secp256k1-sys 0.11.0", ] [[package]] @@ -15044,22 +17279,36 @@ dependencies = [ "cc", ] +[[package]] +name = "secp256k1-sys" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dcb913707158fadaf0d8702c2db0e857de66eb003ccfdda5924b5f5ac98efb38" +dependencies = [ + "cc", +] + [[package]] name = "secrecy" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" dependencies = [ + "serde", "zeroize", ] [[package]] -name = "secrecy" -version = "0.10.3" +name = "security-framework" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "zeroize", + "bitflags 2.10.0", + "core-foundation 0.9.4", + "core-foundation-sys", + "libc", + "security-framework-sys", ] [[package]] @@ -15068,7 +17317,7 @@ version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.10.0", "core-foundation 0.10.0", "core-foundation-sys", "libc", @@ -15137,18 +17386,23 @@ dependencies = [ ] [[package]] -name = "send_wrapper" -version = "0.4.0" +name = "serde" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" +dependencies = [ + "serde_core", + "serde_derive", +] [[package]] -name = "serde" -version = "1.0.219" +name = "serde-value" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" +checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" dependencies = [ - "serde_derive", + "ordered-float", + "serde", ] [[package]] @@ -15161,10 +17415,19 @@ dependencies = [ ] [[package]] -name = "serde_derive" -version = "1.0.219" +name = "serde_core" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", @@ -15173,14 +17436,16 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.147" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4" dependencies = [ + "indexmap 2.9.0", "itoa", "memchr", - "ryu", "serde", + "serde_core", + "zmij", ] [[package]] @@ -15204,6 +17469,50 @@ dependencies = [ "serde", ] +[[package]] +name = "serde_with" +version = "3.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" +dependencies = [ + "base64 0.22.1", + "chrono", + "hex", + "indexmap 1.9.3", + "indexmap 2.9.0", + "schemars 0.9.0", + "schemars 1.1.0", + "serde_core", + "serde_json", + "serde_with_macros", + "time", +] + +[[package]] +name = "serde_with_macros" +version = "3.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" +dependencies = [ + "darling 0.21.3", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "serde_yaml" +version = "0.9.34+deprecated" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" +dependencies = [ + "indexmap 2.9.0", + "itoa", + "ryu", + "serde", + "unsafe-libyaml", +] + [[package]] name = "serdect" version = "0.2.0" @@ -15214,19 +17523,6 @@ dependencies = [ "serde", ] -[[package]] -name = "sha-1" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" -dependencies = [ - "block-buffer 0.9.0", - "cfg-if", - "cpufeatures", - "digest 0.9.0", - "opaque-debug 0.3.1", -] - [[package]] name = "sha1" version = "0.10.6" @@ -15262,6 +17558,12 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha2-const-stable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f179d4e11094a893b82fff208f74d448a7512f99f5a0acbd5c679b705f83ed9" + [[package]] name = "sha3" version = "0.10.8" @@ -15330,12 +17632,18 @@ dependencies = [ ] [[package]] -name = "simple-dns" -version = "0.9.3" +name = "simd-adler32" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a" +checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" + +[[package]] +name = "simple-dns" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8cba3b4c122239e3b4473674cb7c79ad2693f008f0746bfe2fc3fe1ffcd936a" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.10.0", ] [[package]] @@ -15371,18 +17679,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" -[[package]] -name = "slot-range-helper" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "309676378797233b566bb26fb7f7f9829ae97f988b53a1f7268dd0ad17d47902" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime", -] - [[package]] name = "slotmap" version = "1.0.7" @@ -15392,6 +17688,15 @@ dependencies = [ "version_check", ] +[[package]] +name = "smallstr" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "862077b1e764f04c251fe82a2ef562fd78d7cadaeb072ca7c2bcaf7217b1ff3b" +dependencies = [ + "smallvec", +] + [[package]] name = "smallvec" version = "1.15.0" @@ -15401,23 +17706,6 @@ dependencies = [ "serde", ] -[[package]] -name = "smol" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" -dependencies = [ - "async-channel 1.9.0", - "async-executor", - "async-fs 1.6.0", - "async-io 1.13.0", - "async-lock 2.8.0", - "async-net 1.8.0", - "async-process 1.8.1", - "blocking", - "futures-lite 1.13.0", -] - [[package]] name = "smol" version = "2.0.2" @@ -15426,77 +17714,23 @@ checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f" dependencies = [ "async-channel 2.3.1", "async-executor", - "async-fs 2.1.2", - "async-io 2.4.0", - "async-lock 3.4.0", - "async-net 2.0.0", - "async-process 2.3.0", + "async-fs", + "async-io", + "async-lock", + "async-net", + "async-process", "blocking", - "futures-lite 2.6.0", + "futures-lite", ] [[package]] name = "smoldot" -version = "0.11.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5" +checksum = "724ab10d6485cccb4bab080ce436c0b361295274aec7847d7ba84ab1a79a5132" dependencies = [ "arrayvec 0.7.6", - "async-lock 2.8.0", - "atomic-take", - "base64 0.21.7", - "bip39", - "blake2-rfc", - "bs58", - "chacha20", - "crossbeam-queue", - "derive_more 0.99.20", - "ed25519-zebra", - "either", - "event-listener 2.5.3", - "fnv", - "futures-lite 1.13.0", - "futures-util", - "hashbrown 0.14.5", - "hex", - "hmac 0.12.1", - "itertools 0.11.0", - "libsecp256k1", - "merlin", - "no-std-net", - "nom", - "num-bigint", - "num-rational", - "num-traits", - "pbkdf2", - "pin-project", - "poly1305", - "rand 0.8.5", - "rand_chacha 0.3.1", - "ruzstd 0.4.0", - "schnorrkel 0.10.2", - "serde", - "serde_json", - "sha2 0.10.9", - "sha3", - "siphasher 0.3.11", - "slab", - "smallvec", - "soketto 0.7.1", - "twox-hash", - "wasmi 0.31.2", - "x25519-dalek", - "zeroize", -] - -[[package]] -name = "smoldot" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "966e72d77a3b2171bb7461d0cb91f43670c63558c62d7cf42809cae6c8b6b818" -dependencies = [ - "arrayvec 0.7.6", - "async-lock 3.4.0", + "async-lock", "atomic-take", "base64 0.22.1", "bip39", @@ -15504,21 +17738,21 @@ dependencies = [ "bs58", "chacha20", "crossbeam-queue", - "derive_more 0.99.20", + "derive_more 2.0.1", "ed25519-zebra", "either", "event-listener 5.4.0", "fnv", - "futures-lite 2.6.0", + "futures-lite", "futures-util", - "hashbrown 0.14.5", + "hashbrown 0.15.3", "hex", "hmac 0.12.1", - "itertools 0.13.0", + "itertools 0.14.0", "libm", "libsecp256k1", "merlin", - "nom", + "nom 8.0.0", "num-bigint", "num-rational", "num-traits", @@ -15527,7 +17761,7 @@ dependencies = [ "poly1305", "rand 0.8.5", "rand_chacha 0.3.1", - "ruzstd 0.6.0", + "ruzstd", "schnorrkel 0.11.4", "serde", "serde_json", @@ -15536,70 +17770,34 @@ dependencies = [ "siphasher 1.0.1", "slab", "smallvec", - "soketto 0.8.1", - "twox-hash", - "wasmi 0.32.3", + "soketto", + "twox-hash 2.1.2", + "wasmi 0.40.0", "x25519-dalek", "zeroize", ] [[package]] name = "smoldot-light" -version = "0.9.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33" -dependencies = [ - "async-channel 1.9.0", - "async-lock 2.8.0", - "base64 0.21.7", - "blake2-rfc", - "derive_more 0.99.20", - "either", - "event-listener 2.5.3", - "fnv", - "futures-channel", - "futures-lite 1.13.0", - "futures-util", - "hashbrown 0.14.5", - "hex", - "itertools 0.11.0", - "log", - "lru 0.11.1", - "no-std-net", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "rand_chacha 0.3.1", - "serde", - "serde_json", - "siphasher 0.3.11", - "slab", - "smol 1.3.0", - "smoldot 0.11.0", - "zeroize", -] - -[[package]] -name = "smoldot-light" -version = "0.16.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a33b06891f687909632ce6a4e3fd7677b24df930365af3d0bcb078310129f3f" +checksum = "e8b4d4971f06f2471f4e57a662dbe8047fa0cc020957764a6211f3fad371f7bd" dependencies = [ "async-channel 2.3.1", - "async-lock 3.4.0", + "async-lock", "base64 0.22.1", "blake2-rfc", "bs58", - "derive_more 0.99.20", + "derive_more 2.0.1", "either", "event-listener 5.4.0", "fnv", "futures-channel", - "futures-lite 2.6.0", + "futures-lite", "futures-util", - "hashbrown 0.14.5", + "hashbrown 0.15.3", "hex", - "itertools 0.13.0", + "itertools 0.14.0", "log", "lru 0.12.5", "parking_lot 0.12.3", @@ -15610,8 +17808,8 @@ dependencies = [ "serde_json", "siphasher 1.0.1", "slab", - "smol 2.0.2", - "smoldot 0.18.0", + "smol", + "smoldot", "zeroize", ] @@ -15632,48 +17830,12 @@ dependencies = [ "chacha20poly1305", "curve25519-dalek", "rand_core 0.6.4", - "ring 0.17.14", + "ring", "rustc_version 0.4.1", "sha2 0.10.9", "subtle 2.6.1", ] -[[package]] -name = "snowbridge-core" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92fd8cd0c3eba9b0f9c17788fc78abe091103ab71d360d889f0e061b3eca7b07" -dependencies = [ - "bp-relayers", - "ethabi-decode", - "frame-support", - "frame-system", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-parachain-primitives", - "scale-info", - "serde", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - -[[package]] -name = "socket2" -version = "0.4.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" -dependencies = [ - "libc", - "winapi", -] - [[package]] name = "socket2" version = "0.5.9" @@ -15684,21 +17846,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "soketto" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" -dependencies = [ - "base64 0.13.1", - "bytes", - "futures", - "httparse", - "log", - "rand 0.8.5", - "sha-1", -] - [[package]] name = "soketto" version = "0.8.1" @@ -15715,317 +17862,6 @@ dependencies = [ "sha1", ] -[[package]] -name = "sp-api" -version = "36.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "541da427f47dfb97f3dd0556fa3272bdc5dfa0d4c1ad53a22670a9bae4db63d7" -dependencies = [ - "docify", - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro", - "sp-core", - "sp-externalities", - "sp-metadata-ir", - "sp-runtime", - "sp-runtime-interface", - "sp-state-machine", - "sp-trie", - "sp-version", - "thiserror 1.0.69", -] - -[[package]] -name = "sp-api-proc-macro" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36334085c348bb507debd40e604f71194b1fc669eb6fec81aebef08eb3466f6c" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander", - "proc-macro-crate 3.3.0", - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "sp-application-crypto" -version = "40.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba375ab65a76f7413d1bfe48122fd347ce7bd2047e36ecbbd78f12f5adaed121" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", -] - -[[package]] -name = "sp-arithmetic" -version = "26.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9971b30935cea3858664965039dabd80f67aca74cc6cc6dd42ff1ab14547bc53" -dependencies = [ - "docify", - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "static_assertions", -] - -[[package]] -name = "sp-authority-discovery" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55fc2f6c59c333eef805edcec5e603dd8e3a94e20fddb6b19cb914c9f3be7ad5" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-runtime", -] - -[[package]] -name = "sp-block-builder" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a165b95a2f03d9c09c3e51ac3f23d27b091543a41cd3b3df1348aa5917d01eca" -dependencies = [ - "sp-api", - "sp-inherents", - "sp-runtime", -] - -[[package]] -name = "sp-blockchain" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0afbe184cfe66895497cdfac1ab2927d85294b9c3bcc2c734798994d08b95db6" -dependencies = [ - "futures", - "parity-scale-codec", - "parking_lot 0.12.3", - "schnellru", - "sp-api", - "sp-consensus", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "thiserror 1.0.69", - "tracing", -] - -[[package]] -name = "sp-consensus" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f5fed2e52d0cbf8ddc39a5bb7211f19a26f15f70a6c8d964ee05fc73b64e6c3" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "thiserror 1.0.69", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4f3b3414e7620ad72d0000b520e0570dca38dc63e160c95164ff3f789020cc1" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-consensus-slots", - "sp-inherents", - "sp-runtime", - "sp-timestamp", -] - -[[package]] -name = "sp-consensus-babe" -version = "0.42.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b54310103ae4f0e3228e217e2a9ccaca0d7c3502d3aa276623febf4c722ca397" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-timestamp", -] - -[[package]] -name = "sp-consensus-beefy" -version = "24.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62ecab3df80c73555434cee450c3d3c5350e91173f684cd0fc4d33a057d882f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-io", - "sp-keystore", - "sp-mmr-primitives", - "sp-runtime", - "sp-weights", - "strum 0.26.3", -] - -[[package]] -name = "sp-consensus-grandpa" -version = "23.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1e969d551ce631fbaf190a4457c295ef70c50bae657602f2377e433f9454868" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", -] - -[[package]] -name = "sp-consensus-pow" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc05c6981119dbc5169a98d074cf3aefaba9c748c4e467756560ba4fa97afa62" -dependencies = [ - "parity-scale-codec", - "sp-api", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "sp-consensus-slots" -version = "0.42.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc83d9e7b1d58e1d020c20d7208b00d21fa73dcf92721114eae432b9f01e62d5" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-timestamp", -] - -[[package]] -name = "sp-core" -version = "36.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cdbb58c21e6b27f2aadf3ff0c8b20a8ead13b9dfe63f46717fd59334517f3b4" -dependencies = [ - "ark-vrf", - "array-bytes", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections", - "bs58", - "dyn-clonable", - "ed25519-zebra", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.11.0", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.3", - "paste", - "primitive-types 0.13.1", - "rand 0.8.5", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1 0.28.2", - "secrecy 0.8.0", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", - "ss58-registry", - "substrate-bip39", - "thiserror 1.0.69", - "tracing", - "w3f-bls", - "zeroize", -] - -[[package]] -name = "sp-core-hashing" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f812cb2dff962eb378c507612a50f1c59f52d92eb97b710f35be3c2346a3cd7" -dependencies = [ - "sp-crypto-hashing", -] - -[[package]] -name = "sp-core-hashing-proc-macro" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a24af8075c08ee24cccde21aa3d0d8fb647088deaaf3ceee7cc079f1c7107f51" -dependencies = [ - "sp-crypto-hashing-proc-macro", -] - -[[package]] -name = "sp-crypto-ec-utils" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4d64a8c21ef31aeea66fee00502268001981d24ea61b1befc424dd61003c426" -dependencies = [ - "ark-bls12-377", - "ark-bls12-377-ext", - "ark-bls12-381 0.4.0", - "ark-bls12-381-ext", - "ark-bw6-761", - "ark-bw6-761-ext", - "ark-ec 0.4.2", - "ark-ed-on-bls12-377", - "ark-ed-on-bls12-377-ext", - "ark-ed-on-bls12-381-bandersnatch 0.4.0", - "ark-ed-on-bls12-381-bandersnatch-ext", - "ark-scale", - "sp-runtime-interface", -] - [[package]] name = "sp-crypto-hashing" version = "0.1.0" @@ -16037,530 +17873,14 @@ dependencies = [ "digest 0.10.7", "sha2 0.10.9", "sha3", - "twox-hash", + "twox-hash 1.6.3", ] -[[package]] -name = "sp-crypto-hashing-proc-macro" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b85d0f1f1e44bd8617eb2a48203ee854981229e3e79e6f468c7175d5fd37489b" -dependencies = [ - "quote", - "sp-crypto-hashing", - "syn 2.0.101", -] - -[[package]] -name = "sp-database" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "722cbecdbf5b94578137dbd07feb51e95f7de221be0c1ff4dcfe0bb4cd986929" -dependencies = [ - "kvdb", - "parking_lot 0.12.3", -] - -[[package]] -name = "sp-debug-derive" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d09fa0a5f7299fb81ee25ae3853d26200f7a348148aed6de76be905c007dbe" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "sp-externalities" -version = "0.30.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cbf059dce180a8bf8b6c8b08b6290fa3d1c7f069a60f1df038ab5dd5fc0ba6" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-storage", -] - -[[package]] -name = "sp-genesis-builder" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efb0d996dfce9afb8879bdfbba9cb9a7d06f29fda38168b91e90419b3b92c42e" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde_json", - "sp-api", - "sp-runtime", -] - -[[package]] -name = "sp-inherents" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adb09ff07946f3e1ecdd4bfb40b2cceba60188215ceb941b5b07230294d7aee1" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "thiserror 1.0.69", -] - -[[package]] -name = "sp-io" -version = "40.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e41d010bcc515d119901ff7ac83150c335d543c7f6c03be5c8fe08430b8a03b" -dependencies = [ - "bytes", - "docify", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive 0.18.0", - "rustversion", - "secp256k1 0.28.2", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-tracing", - "sp-trie", - "tracing", - "tracing-core", -] - -[[package]] -name = "sp-keyring" -version = "41.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c601d506585c0bcee79dbde401251b127af5f04c7373fc3cf7d6a6b7f6b970a3" -dependencies = [ - "sp-core", - "sp-runtime", - "strum 0.26.3", -] - -[[package]] -name = "sp-keystore" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45f893398a5330e28f219662c7a0afa174fb068d8f82d2a9990016c4b0bc4369" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core", - "sp-externalities", -] - -[[package]] -name = "sp-maybe-compressed-blob" -version = "11.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c768c11afbe698a090386876911da4236af199cd38a5866748df4d8628aeff" -dependencies = [ - "thiserror 1.0.69", - "zstd 0.12.4", -] - -[[package]] -name = "sp-metadata-ir" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82d1db25e362edbf5531b427d4bdfc2562bec6a031c3eb2a9145c0a0a01a572d" -dependencies = [ - "frame-metadata 20.0.0", - "parity-scale-codec", - "scale-info", -] - -[[package]] -name = "sp-mixnet" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e65fb51d9ff444789b3c7771a148d7b685ec3c02498792fd0ecae0f1e00218f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", -] - -[[package]] -name = "sp-mmr-primitives" -version = "36.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10ebcc2d106515a20ecf22b8d41d69e710f8e860849afde777ff73cb46f1bf29" -dependencies = [ - "log", - "parity-scale-codec", - "polkadot-ckb-merkle-mountain-range", - "scale-info", - "serde", - "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", - "thiserror 1.0.69", -] - -[[package]] -name = "sp-npos-elections" -version = "36.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "214e59764b21445b9ec5cb9623df68b765682e34c75f4bd27522e629d7e62fd4" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "sp-offchain" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe5ac60e48200d7b7f61681320deaf06bdced47cfd5f1cb4589b533b58fa4da4" -dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "sp-panic-handler" -version = "13.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8b52e69a577cbfdea62bfaf16f59eb884422ce98f78b5cd8d9bf668776bced1" -dependencies = [ - "backtrace", - "regex", -] - -[[package]] -name = "sp-rpc" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0acde213e9f08065dcc407a934e9ffd5388bef51347326195405efb62c7a0e4a" -dependencies = [ - "rustc-hash 1.1.0", - "serde", - "sp-core", -] - -[[package]] -name = "sp-runtime" -version = "41.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3864101a28faba3d8eca026e3f56ea20dd1d979ce1bcc20152e86c9d82be52bf" -dependencies = [ - "binary-merkle-tree", - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "num-traits", - "parity-scale-codec", - "paste", - "rand 0.8.5", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", - "sp-trie", - "sp-weights", - "tracing", - "tuplex", -] - -[[package]] -name = "sp-runtime-interface" -version = "29.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e99db36a7aff44c335f5d5b36c182a3e0cac61de2fefbe2eeac6af5fb13f63bf" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.18.0", - "primitive-types 0.13.1", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "18.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0195f32c628fee3ce1dfbbf2e7e52a30ea85f3589da9fe62a8b816d70fc06294" -dependencies = [ - "Inflector", - "expander", - "proc-macro-crate 3.3.0", - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "sp-session" -version = "38.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a4158c5558192b56cf5ba2ea028cbdbf0fc7c65258e5aa7653bdfad6e68ed21" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "sp-staking" -version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f8f9c0a32836e3c8842b0aec0813077654885d45d83b618210fbb730ea63545" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "sp-state-machine" -version = "0.45.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "206508475c01ae2e14f171d35d7fc3eaa7278140d7940416591d49a784792ed6" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "smallvec", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-trie", - "thiserror 1.0.69", - "tracing", - "trie-db", -] - -[[package]] -name = "sp-statement-store" -version = "20.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6633564ef0b4179c3109855b8480673dea40bd0c11a46e89fa7b7fc526e65de" -dependencies = [ - "aes-gcm", - "curve25519-dalek", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand 0.8.5", - "scale-info", - "sha2 0.10.9", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-runtime", - "sp-runtime-interface", - "thiserror 1.0.69", - "x25519-dalek", -] - -[[package]] -name = "sp-std" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834" - -[[package]] -name = "sp-storage" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee3b70ca340e41cde9d2e069d354508a6e37a6573d66f7cc38f11549002f64ec" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive", -] - -[[package]] -name = "sp-timestamp" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176c77326c15425a15e085261161a9435f9a3c0d4bf61dae6dccf05b957a51c6" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "thiserror 1.0.69", -] - -[[package]] -name = "sp-tracing" -version = "17.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6147a5b8c98b9ed4bf99dc033fab97a468b4645515460974c8784daeb7c35433" -dependencies = [ - "parity-scale-codec", - "tracing", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "sp-transaction-pool" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05fe2b97ebbbdbaab7200914f5fa3e3493972fceb39d3fb9324bc5b63f60a994" -dependencies = [ - "sp-api", - "sp-runtime", -] - -[[package]] -name = "sp-transaction-storage-proof" -version = "36.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49fc175a54170879cc504306e08650d96091e4b9f033b20f4ee542dc9b61b5fd" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-trie", -] - -[[package]] -name = "sp-trie" -version = "39.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a555bf4c42ca89e2e7bf2f11308806dad13cdbd7f8fd60cf2649f12b6ee809bf" -dependencies = [ - "ahash", - "hash-db", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "scale-info", - "schnellru", - "sp-core", - "sp-externalities", - "thiserror 1.0.69", - "tracing", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-version" -version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd736a15ff2ea0a67c5a3bbdfd842d88f11f0774d7701a8d8a316f8deba276c5" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", - "thiserror 1.0.69", -] - -[[package]] -name = "sp-version-proc-macro" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54cabc8279e835cd9c608d70cb00e693bddec94fe8478e9f3104dad1da5f93ca" -dependencies = [ - "parity-scale-codec", - "proc-macro-warning", - "proc-macro2", - "quote", - "syn 2.0.101", -] - -[[package]] -name = "sp-wasm-interface" -version = "21.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b066baa6d57951600b14ffe1243f54c47f9c23dd89c262e17ca00ae8dca58be9" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "wasmtime", -] - -[[package]] -name = "sp-weights" -version = "31.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "515aa194eabac059041df2dbee75b059b99981213ec680e9de85b45b6988346a" -dependencies = [ - "bounded-collections", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic", - "sp-debug-derive", -] - -[[package]] -name = "spin" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" - [[package]] name = "spin" version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -dependencies = [ - "lock_api", -] [[package]] name = "spinners" @@ -16592,337 +17912,12 @@ dependencies = [ "der", ] -[[package]] -name = "sqlx" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e" -dependencies = [ - "sqlx-core", - "sqlx-macros", - "sqlx-mysql", - "sqlx-postgres", - "sqlx-sqlite", -] - -[[package]] -name = "sqlx-core" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3" -dependencies = [ - "base64 0.22.1", - "bytes", - "crc", - "crossbeam-queue", - "either", - "event-listener 5.4.0", - "futures-core", - "futures-intrusive", - "futures-io", - "futures-util", - "hashbrown 0.15.3", - "hashlink 0.10.0", - "indexmap 2.9.0", - "log", - "memchr", - "once_cell", - "percent-encoding", - "serde", - "serde_json", - "sha2 0.10.9", - "smallvec", - "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tracing", - "url", -] - -[[package]] -name = "sqlx-macros" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce" -dependencies = [ - "proc-macro2", - "quote", - "sqlx-core", - "sqlx-macros-core", - "syn 2.0.101", -] - -[[package]] -name = "sqlx-macros-core" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7" -dependencies = [ - "dotenvy", - "either", - "heck 0.5.0", - "hex", - "once_cell", - "proc-macro2", - "quote", - "serde", - "serde_json", - "sha2 0.10.9", - "sqlx-core", - "sqlx-mysql", - "sqlx-postgres", - "sqlx-sqlite", - "syn 2.0.101", - "tempfile", - "tokio", - "url", -] - -[[package]] -name = "sqlx-mysql" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7" -dependencies = [ - "atoi", - "base64 0.22.1", - "bitflags 2.9.0", - "byteorder", - "bytes", - "crc", - "digest 0.10.7", - "dotenvy", - "either", - "futures-channel", - "futures-core", - "futures-io", - "futures-util", - "generic-array 0.14.7", - "hex", - "hkdf", - "hmac 0.12.1", - "itoa", - "log", - "md-5", - "memchr", - "once_cell", - "percent-encoding", - "rand 0.8.5", - "rsa", - "serde", - "sha1", - "sha2 0.10.9", - "smallvec", - "sqlx-core", - "stringprep", - "thiserror 2.0.12", - "tracing", - "whoami", -] - -[[package]] -name = "sqlx-postgres" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6" -dependencies = [ - "atoi", - "base64 0.22.1", - "bitflags 2.9.0", - "byteorder", - "crc", - "dotenvy", - "etcetera", - "futures-channel", - "futures-core", - "futures-util", - "hex", - "hkdf", - "hmac 0.12.1", - "home", - "itoa", - "log", - "md-5", - "memchr", - "once_cell", - "rand 0.8.5", - "serde", - "serde_json", - "sha2 0.10.9", - "smallvec", - "sqlx-core", - "stringprep", - "thiserror 2.0.12", - "tracing", - "whoami", -] - -[[package]] -name = "sqlx-sqlite" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc" -dependencies = [ - "atoi", - "flume", - "futures-channel", - "futures-core", - "futures-executor", - "futures-intrusive", - "futures-util", - "libsqlite3-sys", - "log", - "percent-encoding", - "serde", - "serde_urlencoded", - "sqlx-core", - "thiserror 2.0.12", - "tracing", - "url", -] - -[[package]] -name = "ss58-registry" -version = "1.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19409f13998e55816d1c728395af0b52ec066206341d939e22e7766df9b494b8" -dependencies = [ - "Inflector", - "num-format", - "proc-macro2", - "quote", - "serde", - "serde_json", - "unicode-xid", -] - [[package]] name = "stable_deref_trait" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" -[[package]] -name = "staging-chain-spec-builder" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75ce9bf09a50484b45375ef7e06c76d6fdb7e948c26fc027e1195d39282e4698" -dependencies = [ - "clap", - "docify", - "sc-chain-spec", - "serde", - "serde_json", - "sp-tracing", -] - -[[package]] -name = "staging-node-inspect" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29885ef38ef8be24f84de15755cdafb088a3d3f101ddf227732b32d153d51fb3" -dependencies = [ - "clap", - "parity-scale-codec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", - "sp-core", - "sp-io", - "sp-runtime", - "sp-statement-store", - "thiserror 1.0.69", -] - -[[package]] -name = "staging-parachain-info" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f67defdbfcd90bf9b8d4794d2287a27908e518d0540fe8a15bed7761eb07a7e3" -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "staging-tracking-allocator" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af6c3c1ace30eab195a92723747a69344a328442f72c1de871c66460c091c34d" - -[[package]] -name = "staging-xcm" -version = "16.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dead7481ba2dec11b0df89745cef3a76f3eef9c9df20155426cd7e9651b4c799" -dependencies = [ - "array-bytes", - "bounded-collections", - "derive-where", - "environmental", - "frame-support", - "hex-literal", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime", - "sp-weights", - "xcm-procedural", -] - -[[package]] -name = "staging-xcm-builder" -version = "20.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdd44a74a38339c423f690900678a1b5a31d0a44d8e01a0f445a64c96ec3175" -dependencies = [ - "environmental", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "pallet-asset-conversion", - "pallet-transaction-payment", - "parity-scale-codec", - "polkadot-parachain-primitives", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", - "tracing", -] - -[[package]] -name = "staging-xcm-executor" -version = "19.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad6d7cc19f02e4c088c2719fe11f22216041909d6a6ab130c71e8d25818d7768" -dependencies = [ - "environmental", - "frame-benchmarking", - "frame-support", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", - "tracing", -] - [[package]] name = "static_assertions" version = "1.1.0" @@ -16968,17 +17963,6 @@ dependencies = [ "serde", ] -[[package]] -name = "stringprep" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" -dependencies = [ - "unicode-bidi", - "unicode-normalization", - "unicode-properties", -] - [[package]] name = "strsim" version = "0.11.1" @@ -17029,153 +18013,6 @@ dependencies = [ "syn 2.0.101", ] -[[package]] -name = "subkey" -version = "24.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3d9a4ea87c9baf12a397b832eaa9cd389eecde85b5d51dc0ce782ad969a6d56" -dependencies = [ - "clap", - "sc-cli", -] - -[[package]] -name = "substrate-bip39" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" -dependencies = [ - "hmac 0.12.1", - "pbkdf2", - "schnorrkel 0.11.4", - "sha2 0.10.9", - "zeroize", -] - -[[package]] -name = "substrate-bn" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b5bbfa79abbae15dd642ea8176a21a635ff3c00059961d1ea27ad04e5b441c" -dependencies = [ - "byteorder", - "crunchy", - "lazy_static", - "rand 0.8.5", - "rustc-hex", -] - -[[package]] -name = "substrate-build-script-utils" -version = "11.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" - -[[package]] -name = "substrate-frame-rpc-support" -version = "44.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7c819e70e8f24662e7244f583debafcf56d28617cfc409a82462fe503de3cc" -dependencies = [ - "frame-support", - "jsonrpsee", - "parity-scale-codec", - "sc-rpc-api", - "scale-info", - "serde", - "sp-storage", -] - -[[package]] -name = "substrate-frame-rpc-system" -version = "43.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "619d33f2bb5f1607f9073246163601c45f66044e85ade06bcb83feebf303ecd3" -dependencies = [ - "docify", - "frame-system-rpc-runtime-api", - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "substrate-prometheus-endpoint" -version = "0.17.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe1fee79cb0bf260bb84b4fa885fae887646894a971abddae3d9ac4921531540" -dependencies = [ - "http-body-util", - "hyper 1.6.0", - "hyper-util", - "log", - "prometheus", - "thiserror 1.0.69", - "tokio", -] - -[[package]] -name = "substrate-rpc-client" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf475a3ec6f1bb4d4ecb305bdd2255d2010ed768d0d19ee85aeb0cc426303af" -dependencies = [ - "async-trait", - "jsonrpsee", - "log", - "sc-rpc-api", - "serde", - "sp-runtime", -] - -[[package]] -name = "substrate-state-trie-migration-rpc" -version = "42.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282d436872be0350a4fc119f2c66c203ae13d2ed4d733bb6dcb4330475bbbb21" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", - "serde", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-trie", - "trie-db", -] - -[[package]] -name = "substrate-wasm-builder" -version = "26.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adc17ecd661e16b25708f36f6e6961f809a3ab16c89132a4acd7936c0f31e46" -dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "jobserver", - "parity-wasm", - "polkavm-linker 0.18.0", - "shlex", - "sp-maybe-compressed-blob", - "strum 0.26.3", - "tempfile", - "toml 0.8.22", - "walkdir", - "wasm-opt", -] - [[package]] name = "subtle" version = "1.0.0" @@ -17194,177 +18031,6 @@ version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" -[[package]] -name = "subxt" -version = "0.38.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c17d7ec2359d33133b63c97e28c8b7cd3f0a5bc6ce567ae3aef9d9e85be3433" -dependencies = [ - "async-trait", - "derive-where", - "either", - "finito", - "frame-metadata 17.0.0", - "futures", - "hex", - "impl-serde", - "jsonrpsee", - "parity-scale-codec", - "polkadot-sdk 0.7.0", - "primitive-types 0.13.1", - "scale-bits", - "scale-decode", - "scale-encode", - "scale-info", - "scale-value", - "serde", - "serde_json", - "subxt-core", - "subxt-lightclient", - "subxt-macro", - "subxt-metadata", - "thiserror 1.0.69", - "tokio", - "tokio-util", - "tracing", - "url", - "wasm-bindgen-futures", - "web-time", -] - -[[package]] -name = "subxt-codegen" -version = "0.38.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6550ef451c77db6e3bc7c56fb6fe1dca9398a2c8fc774b127f6a396a769b9c5b" -dependencies = [ - "heck 0.5.0", - "parity-scale-codec", - "proc-macro2", - "quote", - "scale-info", - "scale-typegen", - "subxt-metadata", - "syn 2.0.101", - "thiserror 1.0.69", -] - -[[package]] -name = "subxt-core" -version = "0.38.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7a1bc6c9c1724971636a66e3225a7253cdb35bb6efb81524a6c71c04f08c59" -dependencies = [ - "base58", - "blake2 0.10.6", - "derive-where", - "frame-decode", - "frame-metadata 17.0.0", - "hashbrown 0.14.5", - "hex", - "impl-serde", - "keccak-hash", - "parity-scale-codec", - "polkadot-sdk 0.7.0", - "primitive-types 0.13.1", - "scale-bits", - "scale-decode", - "scale-encode", - "scale-info", - "scale-value", - "serde", - "serde_json", - "subxt-metadata", - "tracing", -] - -[[package]] -name = "subxt-lightclient" -version = "0.38.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ebc9131da4d0ba1f7814495b8cc79698798ccd52cacd7bcefe451e415bd945" -dependencies = [ - "futures", - "futures-util", - "serde", - "serde_json", - "smoldot-light 0.16.2", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "subxt-macro" -version = "0.38.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7819c5e09aae0319981ee853869f2fcd1fac4db8babd0d004c17161297aadc05" -dependencies = [ - "darling", - "parity-scale-codec", - "proc-macro-error2", - "quote", - "scale-typegen", - "subxt-codegen", - "subxt-utils-fetchmetadata", - "syn 2.0.101", -] - -[[package]] -name = "subxt-metadata" -version = "0.38.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aacd4e7484fef58deaa2dcb32d94753a864b208a668c0dd0c28be1d8abeeadb2" -dependencies = [ - "frame-decode", - "frame-metadata 17.0.0", - "hashbrown 0.14.5", - "parity-scale-codec", - "polkadot-sdk 0.7.0", - "scale-info", -] - -[[package]] -name = "subxt-signer" -version = "0.38.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d680352d04665b1e4eb6f9d2a54b800c4d8e1b20478e69be1b7d975b08d9fc34" -dependencies = [ - "base64 0.22.1", - "bip32", - "bip39", - "cfg-if", - "crypto_secretbox", - "hex", - "hmac 0.12.1", - "keccak-hash", - "parity-scale-codec", - "pbkdf2", - "polkadot-sdk 0.7.0", - "regex", - "schnorrkel 0.11.4", - "scrypt", - "secp256k1 0.30.0", - "secrecy 0.10.3", - "serde", - "serde_json", - "sha2 0.10.9", - "subxt-core", - "zeroize", -] - -[[package]] -name = "subxt-utils-fetchmetadata" -version = "0.38.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3c53bc3eeaacc143a2f29ace4082edd2edaccab37b69ad20befba9fb00fdb3d" -dependencies = [ - "hex", - "parity-scale-codec", - "thiserror 1.0.69", -] - [[package]] name = "syn" version = "1.0.109" @@ -17389,9 +18055,9 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "0.8.25" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4560533fbd6914b94a8fb5cc803ed6801c3455668db3b810702c57612bac9412" +checksum = "5f92d01b5de07eaf324f7fca61cc6bd3d82bbc1de5b6c963e6fe79e86f36580d" dependencies = [ "paste", "proc-macro2", @@ -17399,6 +18065,15 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "sync_wrapper" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" +dependencies = [ + "futures-core", +] + [[package]] name = "synstructure" version = "0.12.6" @@ -17422,13 +18097,28 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "sysinfo" +version = "0.30.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3" +dependencies = [ + "cfg-if", + "core-foundation-sys", + "libc", + "ntapi", + "once_cell", + "rayon", + "windows 0.52.0", +] + [[package]] name = "system-configuration" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.10.0", "core-foundation 0.9.4", "system-configuration-sys", ] @@ -17443,6 +18133,12 @@ dependencies = [ "libc", ] +[[package]] +name = "tagptr" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" + [[package]] name = "tap" version = "1.0.1" @@ -17450,10 +18146,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] -name = "target-lexicon" -version = "0.12.16" +name = "tar" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" +checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" +dependencies = [ + "filetime", + "libc", + "xattr", +] + +[[package]] +name = "target-lexicon" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba" [[package]] name = "tempfile" @@ -17461,7 +18168,7 @@ version = "3.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" dependencies = [ - "fastrand 2.3.0", + "fastrand", "getrandom 0.3.3", "once_cell", "rustix 1.0.7", @@ -17487,6 +18194,15 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "termplot" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a71a52e300301c16267a50aca0ad95361a31222061091b80ee8988d1aad87618" +dependencies = [ + "drawille", +] + [[package]] name = "termtree" version = "0.5.1" @@ -17494,19 +18210,80 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] -name = "testnet-parachains-constants" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b7f6796ca1e01e6d75615eb07083b2bf8a71f518c41c2e303c7568430c6aabe" +name = "testnet-teyrchains-constants" +version = "1.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "polkadot-core-primitives", - "rococo-runtime-constants", + "pezcumulus-primitives-core", + "pezframe-support", + "pezkuwi-core-primitives", + "pezkuwichain-runtime-constants", + "pezsp-runtime", + "pezstaging-xcm", "smallvec", - "sp-runtime", - "staging-xcm", - "westend-runtime-constants", + "zagros-runtime-constants", +] + +[[package]] +name = "teyrchains-common" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezcumulus-primitives-core", + "pezcumulus-primitives-utility", + "pezframe-support", + "pezframe-system", + "pezkuwi-primitives", + "pezkuwi-runtime-common", + "pezpallet-asset-tx-payment", + "pezpallet-assets", + "pezpallet-authorship", + "pezpallet-balances", + "pezpallet-collator-selection", + "pezpallet-message-queue", + "pezpallet-treasury", + "pezpallet-xcm", + "pezsp-consensus-aura", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezstaging-teyrchain-info", + "pezstaging-xcm", + "pezstaging-xcm-executor", + "scale-info", + "tracing", +] + +[[package]] +name = "teyrchains-runtimes-test-utils" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "parity-scale-codec", + "pezcumulus-pezpallet-teyrchain-system", + "pezcumulus-pezpallet-xcmp-queue", + "pezcumulus-primitives-core", + "pezcumulus-primitives-teyrchain-inherent", + "pezcumulus-test-relay-sproof-builder", + "pezframe-support", + "pezframe-system", + "pezkuwi-teyrchain-primitives", + "pezpallet-balances", + "pezpallet-collator-selection", + "pezpallet-session", + "pezpallet-timestamp", + "pezpallet-xcm", + "pezsp-consensus-aura", + "pezsp-core", + "pezsp-io", + "pezsp-runtime", + "pezsp-tracing", + "pezstaging-teyrchain-info", + "pezstaging-xcm", + "pezstaging-xcm-executor", + "teyrchains-common", + "xcm-runtime-pezapis", ] [[package]] @@ -17527,26 +18304,6 @@ dependencies = [ "thiserror-impl 2.0.12", ] -[[package]] -name = "thiserror-core" -version = "1.0.50" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c001ee18b7e5e3f62cbf58c7fe220119e68d902bb7443179c0c8aef30090e999" -dependencies = [ - "thiserror-core-impl", -] - -[[package]] -name = "thiserror-core-impl" -version = "1.0.50" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.101", -] - [[package]] name = "thiserror-impl" version = "1.0.69" @@ -17596,9 +18353,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-ctl" -version = "0.5.4" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c" +checksum = "661f1f6a57b3a36dc9174a2c10f19513b4866816e13425d3e418b11cc37bc24c" dependencies = [ "libc", "paste", @@ -17607,9 +18364,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.5.4+5.3.0-patched" +version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" +checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" dependencies = [ "cc", "libc", @@ -17617,9 +18374,9 @@ dependencies = [ [[package]] name = "tikv-jemallocator" -version = "0.5.4" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" +checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a" dependencies = [ "libc", "tikv-jemalloc-sys", @@ -17633,7 +18390,9 @@ checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" dependencies = [ "deranged", "itoa", + "libc", "num-conv", + "num_threads", "powerfmt", "serde", "time-core", @@ -17703,11 +18462,21 @@ dependencies = [ "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.9", + "socket2", "tokio-macros", "windows-sys 0.52.0", ] +[[package]] +name = "tokio-io-timeout" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76" +dependencies = [ + "pin-project-lite", + "tokio", +] + [[package]] name = "tokio-macros" version = "2.5.0" @@ -17719,6 +18488,16 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "tokio-native-tls" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" +dependencies = [ + "native-tls", + "tokio", +] + [[package]] name = "tokio-retry" version = "0.3.0" @@ -17730,13 +18509,23 @@ dependencies = [ "tokio", ] +[[package]] +name = "tokio-rustls" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" +dependencies = [ + "rustls 0.21.12", + "tokio", +] + [[package]] name = "tokio-rustls" version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" dependencies = [ - "rustls", + "rustls 0.23.27", "tokio", ] @@ -17754,18 +18543,30 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.26.2" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", - "rustls", - "rustls-native-certs", + "tokio", + "tungstenite 0.20.1", +] + +[[package]] +name = "tokio-tungstenite" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1" +dependencies = [ + "futures-util", + "log", + "rustls 0.23.27", + "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", - "tokio-rustls", - "tungstenite", + "tokio-rustls 0.26.2", + "tungstenite 0.27.0", ] [[package]] @@ -17779,6 +18580,7 @@ dependencies = [ "futures-io", "futures-sink", "pin-project-lite", + "slab", "tokio", ] @@ -17842,6 +18644,44 @@ dependencies = [ "futures-util", "pin-project", "pin-project-lite", + "tokio", + "tokio-util", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tower" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" +dependencies = [ + "futures-core", + "futures-util", + "pin-project-lite", + "sync_wrapper", + "tokio", + "tower-layer", + "tower-service", +] + +[[package]] +name = "tower-http" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" +dependencies = [ + "base64 0.21.7", + "bitflags 2.10.0", + "bytes", + "futures-core", + "futures-util", + "http 0.2.12", + "http-body 0.4.6", + "http-range-header", + "mime", + "pin-project-lite", "tower-layer", "tower-service", "tracing", @@ -17853,7 +18693,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.10.0", "bytes", "http 1.3.1", "http-body 1.0.1", @@ -17877,9 +18717,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.41" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" dependencies = [ "log", "pin-project-lite", @@ -17889,9 +18729,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.28" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", @@ -17900,9 +18740,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.33" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" dependencies = [ "once_cell", "valuable", @@ -17918,53 +18758,39 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-gum" -version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3a8f8a5b9157a1a473ffc8f2395b828a4238ed4b15044a9f861573f98049418" -dependencies = [ - "coarsetime", - "polkadot-primitives", - "tracing", - "tracing-gum-proc-macro", -] - -[[package]] -name = "tracing-gum-proc-macro" -version = "5.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f074568687ffdfd0adb6005aa8d1d96840197f2c159f80471285f08694cf0ce" -dependencies = [ - "expander", - "proc-macro-crate 3.3.0", - "proc-macro2", - "quote", - "syn 2.0.101", -] - [[package]] name = "tracing-log" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" dependencies = [ + "ahash 0.7.8", "log", + "lru 0.7.8", "once_cell", "tracing-core", ] [[package]] name = "tracing-subscriber" -version = "0.3.19" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" +checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" +dependencies = [ + "tracing-core", +] + +[[package]] +name = "tracing-subscriber" +version = "0.3.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" dependencies = [ "matchers", "nu-ansi-term", "once_cell", "parking_lot 0.12.3", - "regex", + "regex-automata", "sharded-slab", "smallvec", "thread_local", @@ -18009,9 +18835,28 @@ checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" [[package]] name = "tungstenite" -version = "0.26.2" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http 0.2.12", + "httparse", + "log", + "rand 0.8.5", + "sha1", + "thiserror 1.0.69", + "url", + "utf-8", +] + +[[package]] +name = "tungstenite" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" dependencies = [ "bytes", "data-encoding", @@ -18019,7 +18864,7 @@ dependencies = [ "httparse", "log", "rand 0.9.1", - "rustls", + "rustls 0.23.27", "rustls-pki-types", "sha1", "thiserror 2.0.12", @@ -18045,6 +18890,18 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "twox-hash" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" + +[[package]] +name = "typeid" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" + [[package]] name = "typenum" version = "1.18.0" @@ -18087,12 +18944,6 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" -[[package]] -name = "unicode-bidi" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" - [[package]] name = "unicode-ident" version = "1.0.18" @@ -18108,12 +18959,6 @@ dependencies = [ "tinyvec", ] -[[package]] -name = "unicode-properties" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" - [[package]] name = "unicode-segmentation" version = "1.12.0" @@ -18142,6 +18987,12 @@ dependencies = [ "subtle 2.6.1", ] +[[package]] +name = "unsafe-libyaml" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" + [[package]] name = "unsigned-varint" version = "0.7.2" @@ -18164,12 +19015,6 @@ dependencies = [ "tokio-util", ] -[[package]] -name = "untrusted" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" - [[package]] name = "untrusted" version = "0.9.0" @@ -18185,6 +19030,7 @@ dependencies = [ "form_urlencoded", "idna", "percent-encoding", + "serde", ] [[package]] @@ -18205,6 +19051,17 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" +[[package]] +name = "uuid" +version = "1.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" +dependencies = [ + "getrandom 0.3.3", + "js-sys", + "wasm-bindgen", +] + [[package]] name = "valuable" version = "0.1.1" @@ -18217,6 +19074,22 @@ version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" +[[package]] +name = "verifiable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "225eaa083192400abfe78838e3089c539a361e0dd9b6884f61b5c6237676ec01" +dependencies = [ + "ark-scale", + "ark-serialize 0.5.0", + "ark-vrf", + "bounded-collections 0.1.9", + "derive-where", + "parity-scale-codec", + "scale-info", + "schnorrkel 0.10.2", +] + [[package]] name = "version_check" version = "0.9.5" @@ -18235,7 +19108,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32" dependencies = [ - "ark-bls12-377", + "ark-bls12-377 0.4.0", "ark-bls12-381 0.4.0", "ark-ec 0.4.2", "ark-ff 0.4.2", @@ -18263,6 +19136,7 @@ dependencies = [ "ark-serialize 0.5.0", "ark-std 0.5.0", "merlin", + "rayon", ] [[package]] @@ -18278,6 +19152,7 @@ dependencies = [ "ark-std 0.5.0", "getrandom_or_panic", "rand_core 0.6.4", + "rayon", "w3f-pcs", ] @@ -18293,6 +19168,7 @@ dependencies = [ "ark-serialize 0.5.0", "ark-std 0.5.0", "ark-transcript", + "rayon", "w3f-pcs", "w3f-plonk-common", ] @@ -18306,12 +19182,6 @@ dependencies = [ "libc", ] -[[package]] -name = "waker-fn" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" - [[package]] name = "walkdir" version = "2.5.0" @@ -18346,12 +19216,6 @@ dependencies = [ "wit-bindgen-rt", ] -[[package]] -name = "wasite" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" - [[package]] name = "wasix" version = "0.12.21" @@ -18432,6 +19296,16 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "wasm-encoder" +version = "0.239.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5be00faa2b4950c76fe618c409d2c3ea5a3c9422013e079482d78544bb2d184c" +dependencies = [ + "leb128fmt", + "wasmparser 0.239.0", +] + [[package]] name = "wasm-instrument" version = "0.4.0" @@ -18496,19 +19370,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "wasmi" -version = "0.31.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7" -dependencies = [ - "smallvec", - "spin 0.9.8", - "wasmi_arena", - "wasmi_core 0.13.0", - "wasmparser-nostd", -] - [[package]] name = "wasmi" version = "0.32.3" @@ -18520,17 +19381,27 @@ dependencies = [ "num-derive", "num-traits", "smallvec", - "spin 0.9.8", - "wasmi_collections", + "spin", + "wasmi_collections 0.32.3", "wasmi_core 0.32.3", "wasmparser-nostd", ] [[package]] -name = "wasmi_arena" -version = "0.4.1" +name = "wasmi" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" +checksum = "a19af97fcb96045dd1d6b4d23e2b4abdbbe81723dbc5c9f016eb52145b320063" +dependencies = [ + "arrayvec 0.7.6", + "multi-stash", + "smallvec", + "spin", + "wasmi_collections 0.40.0", + "wasmi_core 0.40.0", + "wasmi_ir", + "wasmparser 0.221.3", +] [[package]] name = "wasmi_collections" @@ -18538,22 +19409,16 @@ version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c128c039340ffd50d4195c3f8ce31aac357f06804cfc494c8b9508d4b30dca4" dependencies = [ - "ahash", + "ahash 0.8.12", "hashbrown 0.14.5", "string-interner", ] [[package]] -name = "wasmi_core" -version = "0.13.0" +name = "wasmi_collections" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" -dependencies = [ - "downcast-rs", - "libm", - "num-traits", - "paste", -] +checksum = "e80d6b275b1c922021939d561574bf376613493ae2b61c6963b15db0e8813562" [[package]] name = "wasmi_core" @@ -18568,13 +19433,44 @@ dependencies = [ ] [[package]] -name = "wasmparser" -version = "0.102.0" +name = "wasmi_core" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b" +checksum = "3a8c51482cc32d31c2c7ff211cd2bedd73c5bd057ba16a2ed0110e7a96097c33" dependencies = [ - "indexmap 1.9.3", - "url", + "downcast-rs", + "libm", +] + +[[package]] +name = "wasmi_ir" +version = "0.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e431a14c186db59212a88516788bd68ed51f87aa1e08d1df742522867b5289a" +dependencies = [ + "wasmi_core 0.40.0", +] + +[[package]] +name = "wasmparser" +version = "0.221.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185" +dependencies = [ + "bitflags 2.10.0", +] + +[[package]] +name = "wasmparser" +version = "0.239.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c9d90bb93e764f6beabf1d02028c70a2156a6583e63ac4218dd07ef733368b0" +dependencies = [ + "bitflags 2.10.0", + "hashbrown 0.15.3", + "indexmap 2.9.0", + "semver 1.0.26", + "serde", ] [[package]] @@ -18587,198 +19483,242 @@ dependencies = [ ] [[package]] -name = "wasmtime" -version = "8.0.1" +name = "wasmprinter" +version = "0.239.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9" +checksum = "b3981f3d51f39f24f5fc90f93049a90f08dbbca8deba602cd46bb8ca67a94718" dependencies = [ "anyhow", - "bincode", + "termcolor", + "wasmparser 0.239.0", +] + +[[package]] +name = "wasmtime" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "efcab4481a639a8f3413aa011f733db105ecccc1326a51a6f5c7d09c99314f85" +dependencies = [ + "addr2line 0.25.1", + "anyhow", + "async-trait", + "bitflags 2.10.0", + "bumpalo", + "cc", "cfg-if", - "indexmap 1.9.3", + "fxprof-processed-profile", + "gimli 0.32.3", + "hashbrown 0.15.3", + "indexmap 2.9.0", + "ittapi", "libc", "log", - "object 0.30.4", + "mach2", + "memfd", + "object 0.37.3", "once_cell", - "paste", - "psm", + "postcard", + "pulley-interpreter", "rayon", + "rustix 1.0.7", "serde", + "serde_derive", + "serde_json", + "smallvec", "target-lexicon", - "wasmparser", - "wasmtime-cache", - "wasmtime-cranelift", - "wasmtime-environ", - "wasmtime-jit", - "wasmtime-runtime", - "windows-sys 0.45.0", -] - -[[package]] -name = "wasmtime-asm-macros" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "wasmtime-cache" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213" -dependencies = [ - "anyhow", - "base64 0.21.7", - "bincode", - "directories-next", - "file-per-thread-logger", - "log", - "rustix 0.36.17", - "serde", - "sha2 0.10.9", - "toml 0.5.11", - "windows-sys 0.45.0", - "zstd 0.11.2+zstd.1.5.2", -] - -[[package]] -name = "wasmtime-cranelift" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04" -dependencies = [ - "anyhow", - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "cranelift-native", - "cranelift-wasm", - "gimli 0.27.3", - "log", - "object 0.30.4", - "target-lexicon", - "thiserror 1.0.69", - "wasmparser", - "wasmtime-cranelift-shared", - "wasmtime-environ", -] - -[[package]] -name = "wasmtime-cranelift-shared" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b" -dependencies = [ - "anyhow", - "cranelift-codegen", - "cranelift-native", - "gimli 0.27.3", - "object 0.30.4", - "target-lexicon", + "wasmparser 0.239.0", "wasmtime-environ", + "wasmtime-internal-asm-macros", + "wasmtime-internal-cache", + "wasmtime-internal-cranelift", + "wasmtime-internal-fiber", + "wasmtime-internal-jit-debug", + "wasmtime-internal-jit-icache-coherence", + "wasmtime-internal-math", + "wasmtime-internal-slab", + "wasmtime-internal-unwinder", + "wasmtime-internal-versioned-export-macros", + "wasmtime-internal-winch", + "windows-sys 0.60.2", ] [[package]] name = "wasmtime-environ" -version = "8.0.1" +version = "37.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949" +checksum = "cb5f8069e3d2a235a8d273e58fc3b2088c730477fe8d5364495d4bf20ddbc45d" dependencies = [ "anyhow", - "cranelift-entity", - "gimli 0.27.3", - "indexmap 1.9.3", - "log", - "object 0.30.4", - "serde", - "target-lexicon", - "thiserror 1.0.69", - "wasmparser", - "wasmtime-types", -] - -[[package]] -name = "wasmtime-jit" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244" -dependencies = [ - "addr2line 0.19.0", - "anyhow", - "bincode", - "cfg-if", "cpp_demangle", - "gimli 0.27.3", + "cranelift-bitset", + "cranelift-entity", + "gimli 0.32.3", + "indexmap 2.9.0", "log", - "object 0.30.4", + "object 0.37.3", + "postcard", "rustc-demangle", "serde", + "serde_derive", + "smallvec", "target-lexicon", - "wasmtime-environ", - "wasmtime-jit-debug", - "wasmtime-jit-icache-coherence", - "wasmtime-runtime", - "windows-sys 0.45.0", + "wasm-encoder", + "wasmparser 0.239.0", + "wasmprinter", ] [[package]] -name = "wasmtime-jit-debug" -version = "8.0.1" +name = "wasmtime-internal-asm-macros" +version = "37.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846" -dependencies = [ - "object 0.30.4", - "once_cell", - "rustix 0.36.17", -] - -[[package]] -name = "wasmtime-jit-icache-coherence" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd" +checksum = "e5bdb85a6f168e68d3062fe38c784b2735924cb49733c3ce3e2c9679566c8894" dependencies = [ "cfg-if", - "libc", - "windows-sys 0.45.0", ] [[package]] -name = "wasmtime-runtime" -version = "8.0.1" +name = "wasmtime-internal-cache" +version = "37.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441" +checksum = "fca4dc44ca075a2a22e733e661413d1be5352053c11dbc01042c01a5d7d70037" +dependencies = [ + "anyhow", + "base64 0.22.1", + "directories-next", + "log", + "postcard", + "rustix 1.0.7", + "serde", + "serde_derive", + "sha2 0.10.9", + "toml 0.8.22", + "windows-sys 0.60.2", + "zstd 0.13.3", +] + +[[package]] +name = "wasmtime-internal-cranelift" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4440d46baa6b12a40ba6beb1476ed023cee02e8fb45629d2666b9a852398c04b" +dependencies = [ + "anyhow", + "cfg-if", + "cranelift-codegen", + "cranelift-control", + "cranelift-entity", + "cranelift-frontend", + "cranelift-native", + "gimli 0.32.3", + "itertools 0.14.0", + "log", + "object 0.37.3", + "pulley-interpreter", + "smallvec", + "target-lexicon", + "thiserror 2.0.12", + "wasmparser 0.239.0", + "wasmtime-environ", + "wasmtime-internal-math", + "wasmtime-internal-unwinder", + "wasmtime-internal-versioned-export-macros", +] + +[[package]] +name = "wasmtime-internal-fiber" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8d776059b7f5674f2823b9d283616acfcd7e45b862bfad7c257485621099dea" dependencies = [ "anyhow", "cc", "cfg-if", - "indexmap 1.9.3", "libc", - "log", - "mach", - "memfd", - "memoffset", - "paste", - "rand 0.8.5", - "rustix 0.36.17", - "wasmtime-asm-macros", - "wasmtime-environ", - "wasmtime-jit-debug", - "windows-sys 0.45.0", + "rustix 1.0.7", + "wasmtime-internal-asm-macros", + "wasmtime-internal-versioned-export-macros", + "windows-sys 0.60.2", ] [[package]] -name = "wasmtime-types" -version = "8.0.1" +name = "wasmtime-internal-jit-debug" +version = "37.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" +checksum = "9f189b670fe4e668015cace8a1df1faae03ed9f6b2b638a504204336b4b34de2" dependencies = [ - "cranelift-entity", - "serde", - "thiserror 1.0.69", - "wasmparser", + "cc", + "object 0.37.3", + "rustix 1.0.7", + "wasmtime-internal-versioned-export-macros", +] + +[[package]] +name = "wasmtime-internal-jit-icache-coherence" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f138fe8652acc4cf8d5de15952a6b6c4bdef10479d33199cc6d50c3fbe778cdd" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "windows-sys 0.60.2", +] + +[[package]] +name = "wasmtime-internal-math" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f9a2bff5db67f19f3d2f7b6ed4b4f67def9917111b824595eb84ef8e43c008e" +dependencies = [ + "libm", +] + +[[package]] +name = "wasmtime-internal-slab" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eafd48d67f1aae5a188c4842bee9de2c9f0e7a07626136e54223a0eb63bd4bca" + +[[package]] +name = "wasmtime-internal-unwinder" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73cb01a1d8cd95583ac06cb82fc2ad465e893c3ed7d9765f750dfd9d2483a411" +dependencies = [ + "anyhow", + "cfg-if", + "cranelift-codegen", + "log", + "object 0.37.3", +] + +[[package]] +name = "wasmtime-internal-versioned-export-macros" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d46615cb9e10960b72cc6f4b2220062523c06d25fff33a4e61d525a4f73ee8c6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "wasmtime-internal-winch" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6cd3b2c652e93a8b3d6499f3299e46cb58db076a4477ddef594be9089f4cac38" +dependencies = [ + "anyhow", + "cranelift-codegen", + "gimli 0.32.3", + "log", + "object 0.37.3", + "target-lexicon", + "wasmparser 0.239.0", + "wasmtime-environ", + "wasmtime-internal-cranelift", + "winch-codegen", ] [[package]] @@ -18821,35 +19761,20 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.25.4" +version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" - -[[package]] -name = "westend-runtime-constants" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "353ec9fb34d2bea0e0dcf9132b47926eb3afcdacc52e3d75ffcf95c858d29c9d" +checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", - "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", + "webpki-roots 1.0.4", ] [[package]] -name = "whoami" -version = "1.6.0" +name = "webpki-roots" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" +checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" dependencies = [ - "redox_syscall 0.5.12", - "wasite", + "rustls-pki-types", ] [[package]] @@ -18899,6 +19824,36 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +[[package]] +name = "winch-codegen" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ece82b2b1513521f0bf419a61b4a6151bc99ee2906f3d51a75faf92c38c9b041" +dependencies = [ + "anyhow", + "cranelift-assembler-x64", + "cranelift-codegen", + "gimli 0.32.3", + "regalloc2 0.13.3", + "smallvec", + "target-lexicon", + "thiserror 2.0.12", + "wasmparser 0.239.0", + "wasmtime-environ", + "wasmtime-internal-cranelift", + "wasmtime-internal-math", +] + +[[package]] +name = "windows" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" +dependencies = [ + "windows-core 0.52.0", + "windows-targets 0.52.6", +] + [[package]] name = "windows" version = "0.53.0" @@ -18909,6 +19864,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.6", +] + [[package]] name = "windows-core" version = "0.53.0" @@ -18927,9 +19891,9 @@ checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" dependencies = [ "windows-implement", "windows-interface", - "windows-link", + "windows-link 0.1.1", "windows-result 0.3.2", - "windows-strings", + "windows-strings 0.4.0", ] [[package]] @@ -18960,6 +19924,23 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" +[[package]] +name = "windows-link" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + +[[package]] +name = "windows-registry" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" +dependencies = [ + "windows-result 0.3.2", + "windows-strings 0.3.1", + "windows-targets 0.53.5", +] + [[package]] name = "windows-result" version = "0.1.2" @@ -18975,7 +19956,16 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" dependencies = [ - "windows-link", + "windows-link 0.1.1", +] + +[[package]] +name = "windows-strings" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" +dependencies = [ + "windows-link 0.1.1", ] [[package]] @@ -18984,7 +19974,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97" dependencies = [ - "windows-link", + "windows-link 0.1.1", ] [[package]] @@ -19023,6 +20013,24 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.60.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" +dependencies = [ + "windows-targets 0.53.5", +] + +[[package]] +name = "windows-sys" +version = "0.61.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" +dependencies = [ + "windows-link 0.2.1", +] + [[package]] name = "windows-targets" version = "0.42.2" @@ -19071,10 +20079,11 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.53.0" +version = "0.53.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" +checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" dependencies = [ + "windows-link 0.2.1", "windows_aarch64_gnullvm 0.53.0", "windows_aarch64_msvc 0.53.0", "windows_i686_gnu 0.53.0", @@ -19290,7 +20299,7 @@ version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.10.0", ] [[package]] @@ -19320,79 +20329,73 @@ dependencies = [ "zeroize", ] -[[package]] -name = "x509-parser" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" -dependencies = [ - "asn1-rs 0.6.2", - "data-encoding", - "der-parser 9.0.0", - "lazy_static", - "nom", - "oid-registry 0.7.1", - "rusticata-macros", - "thiserror 1.0.69", - "time", -] - [[package]] name = "x509-parser" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460" dependencies = [ - "asn1-rs 0.7.1", + "asn1-rs", "data-encoding", - "der-parser 10.0.0", + "der-parser", "lazy_static", - "nom", - "oid-registry 0.8.1", + "nom 7.1.3", + "oid-registry", "rusticata-macros", "thiserror 2.0.12", "time", ] [[package]] -name = "xcm-emulator" -version = "0.19.2" +name = "xattr" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00a953a53ebb45e665f99509973672a2cbeef0a714685a1929594e671571dd09" +checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" dependencies = [ - "array-bytes", - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-test-relay-sproof-builder", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-balances", - "pallet-message-queue", - "pallet-timestamp", - "parachains-common", - "parity-scale-codec", - "paste", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "sp-arithmetic", - "sp-core", - "sp-crypto-hashing", - "sp-io", - "sp-runtime", - "sp-tracing", - "staging-xcm", - "staging-xcm-executor", + "libc", + "rustix 1.0.7", ] [[package]] -name = "xcm-procedural" -version = "11.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d3d21c65cbf847ae0b1a8e6411b614d269d3108c6c649b039bffcf225e89aa4" +name = "xcm-pez-emulator" +version = "0.5.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "array-bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "paste", + "pezcumulus-pezpallet-teyrchain-system", + "pezcumulus-primitives-core", + "pezcumulus-primitives-teyrchain-inherent", + "pezcumulus-test-relay-sproof-builder", + "pezframe-support", + "pezframe-system", + "pezkuwi-primitives", + "pezkuwi-runtime-teyrchains", + "pezkuwi-teyrchain-primitives", + "pezpallet-aura", + "pezpallet-balances", + "pezpallet-message-queue", + "pezpallet-timestamp", + "pezsp-arithmetic", + "pezsp-consensus-aura", + "pezsp-core", + "pezsp-crypto-hashing", + "pezsp-io", + "pezsp-runtime", + "pezsp-tracing", + "pezstaging-xcm", + "pezstaging-xcm-executor", + "teyrchains-common", + "tracing", + "xcm-pez-simulator", +] + +[[package]] +name = "xcm-pez-procedural" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ "Inflector", "proc-macro2", @@ -19401,40 +20404,38 @@ dependencies = [ ] [[package]] -name = "xcm-runtime-apis" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c167c669dcff79985e7367c70a8adeba6021b156c710133615c1183a31a5895" +name = "xcm-pez-simulator" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "frame-support", "parity-scale-codec", + "paste", + "pezframe-support", + "pezframe-system", + "pezkuwi-core-primitives", + "pezkuwi-primitives", + "pezkuwi-runtime-teyrchains", + "pezkuwi-teyrchain-primitives", + "pezsp-io", + "pezsp-runtime", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", "scale-info", - "sp-api", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", ] [[package]] -name = "xcm-simulator" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e42a85e6223e91e5ba8ee2b921dd0f876d2cbe2b66f2c456112f784fab3b13ca" +name = "xcm-runtime-pezapis" +version = "0.1.1" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "frame-support", - "frame-system", "parity-scale-codec", - "paste", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", + "pezframe-support", + "pezsp-api", + "pezsp-weights", + "pezstaging-xcm", + "pezstaging-xcm-executor", "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", ] [[package]] @@ -19469,25 +20470,25 @@ dependencies = [ [[package]] name = "yamux" -version = "0.13.4" +version = "0.13.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17610762a1207ee816c6fadc29220904753648aba0a9ed61c7b8336e80a559c4" +checksum = "deab71f2e20691b4728b349c6cee8fc7223880fa67b6b4f92225ec32225447e5" dependencies = [ "futures", "log", "nohash-hasher", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand 0.9.1", "static_assertions", "web-time", ] [[package]] name = "yap" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff4524214bc4629eba08d78ceb1d6507070cc0bcbbed23af74e19e6e924a24cf" +checksum = "bfe269e7b803a5e8e20cbd97860e136529cd83bf2c9c6d37b142467e7e1f051f" [[package]] name = "yasna" @@ -19522,6 +20523,22 @@ dependencies = [ "synstructure 0.13.2", ] +[[package]] +name = "zagros-runtime-constants" +version = "7.0.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pezframe-support", + "pezkuwi-primitives", + "pezkuwi-runtime-common", + "pezsp-core", + "pezsp-runtime", + "pezsp-weights", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "smallvec", +] + [[package]] name = "zerocopy" version = "0.8.25" @@ -19617,12 +20634,142 @@ dependencies = [ ] [[package]] -name = "zstd" -version = "0.11.2+zstd.1.5.2" +name = "zmij" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" +checksum = "f1dccf46b25b205e4bebe1d5258a991df1cc17801017a845cb5b3fe0269781aa" + +[[package]] +name = "zombienet-configuration" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" dependencies = [ - "zstd-safe 5.0.2+zstd.1.5.2", + "anyhow", + "lazy_static", + "multiaddr 0.18.2", + "regex", + "reqwest", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "toml 0.8.22", + "tracing", + "url", + "zombienet-support", +] + +[[package]] +name = "zombienet-orchestrator" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "anyhow", + "async-trait", + "erased-serde", + "fancy-regex", + "futures", + "glob-match", + "hex", + "libp2p", + "libsecp256k1", + "multiaddr 0.18.2", + "pezkuwi-subxt", + "pezkuwi-subxt-signer", + "pezsc-chain-spec", + "pezsp-core", + "rand 0.8.5", + "regex", + "reqwest", + "serde", + "serde_json", + "sha2 0.10.9", + "thiserror 1.0.69", + "tokio", + "tracing", + "uuid", + "zombienet-configuration", + "zombienet-prom-metrics-parser", + "zombienet-provider", + "zombienet-support", +] + +[[package]] +name = "zombienet-prom-metrics-parser" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "pest", + "pest_derive", + "thiserror 1.0.69", +] + +[[package]] +name = "zombienet-provider" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "anyhow", + "async-trait", + "erased-serde", + "flate2", + "futures", + "hex", + "k8s-openapi", + "kube", + "nix 0.29.0", + "regex", + "reqwest", + "serde", + "serde_json", + "serde_yaml", + "sha2 0.10.9", + "tar", + "thiserror 1.0.69", + "tokio", + "tokio-util", + "tracing", + "url", + "uuid", + "zombienet-configuration", + "zombienet-support", +] + +[[package]] +name = "zombienet-sdk" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "async-trait", + "futures", + "lazy_static", + "pezkuwi-subxt", + "pezkuwi-subxt-signer", + "tokio", + "zombienet-configuration", + "zombienet-orchestrator", + "zombienet-provider", + "zombienet-support", +] + +[[package]] +name = "zombienet-support" +version = "0.44.0" +source = "git+https://github.com/pezkuwichain/pezkuwi-sdk.git?branch=main#e42d63fcca28ce8bd15899af0ef232f043b61e8d" +dependencies = [ + "anyhow", + "async-trait", + "futures", + "lazy_static", + "nix 0.29.0", + "rand 0.8.5", + "regex", + "reqwest", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tracing", + "uuid", ] [[package]] @@ -19635,13 +20782,12 @@ dependencies = [ ] [[package]] -name = "zstd-safe" -version = "5.0.2+zstd.1.5.2" +name = "zstd" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" +checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" dependencies = [ - "libc", - "zstd-sys", + "zstd-safe 7.2.4", ] [[package]] @@ -19654,6 +20800,15 @@ dependencies = [ "zstd-sys", ] +[[package]] +name = "zstd-safe" +version = "7.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" +dependencies = [ + "zstd-sys", +] + [[package]] name = "zstd-sys" version = "2.0.15+zstd.1.5.7" diff --git a/Cargo.toml b/Cargo.toml index c8689f1..075b28b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,29 +1,29 @@ [workspace.package] license = "MIT-0" -authors = ["Parity Technologies "] -homepage = "https://paritytech.github.io/polkadot-sdk/" -repository = "https://github.com/paritytech/polkadot-sdk-minimal-template.git" +authors = ["Pezkuwi "] +homepage = "https://github.com/pezkuwichain/" +repository = "https://github.com/pezkuwichain/pezkuwi-sdk-minimal-template.git" edition = "2021" [workspace] -default-members = ["pallets/template", "runtime"] +default-members = ["pezpallets/template", "runtime"] members = [ "node", - "pallets/template", + "pezpallets/template", "runtime", ] resolver = "2" [workspace.dependencies] -minimal-template-runtime = { path = "./runtime", default-features = false } -pallet-minimal-template = { path = "./pallets/template", default-features = false } +pez-minimal-template-runtime = { path = "./runtime", default-features = false } +pezpallet-minimal-template = { path = "./pezpallets/template", default-features = false } clap = { version = "4.5.13" } docify = { version = "0.2.9" } futures = { version = "0.3.31" } futures-timer = { version = "3.0.2" } jsonrpsee = { version = "0.24.3" } -polkadot-sdk = { version = "2503.0.1", default-features = false } -codec = { version = "3.7.4", default-features = false, package = "parity-scale-codec" } +pezkuwi-sdk = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main", default-features = false } +codec = { version = "3.7.5", default-features = false, package = "parity-scale-codec" } scale-info = { version = "2.11.6", default-features = false } serde_json = { version = "1.0.132", default-features = false } @@ -36,3 +36,34 @@ codegen-units = 1 inherits = "release" lto = true +[patch.crates-io] +# Map rebranded Pezkuwi packages from the forked Pezkuwi SDK repository +pezkuwi-sdk = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezframe-support = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezframe-system = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezpallet-balances = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezpallet-sudo = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezpallet-timestamp = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezpallet-transaction-payment = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezpallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsp-api = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsp-keyring = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsp-weights = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsp-io = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsp-runtime = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsp-genesis-builder = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsp-timestamp = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsp-block-builder = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsp-blockchain = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-cli = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-service = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-client-api = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-executor = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-telemetry = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-transaction-pool-api = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-transaction-pool = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-consensus = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-consensus-manual-seal = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-network = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-offchain = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } +pezsc-basic-authorship = { git = "https://github.com/pezkuwichain/pezkuwi-sdk.git", branch = "main" } diff --git a/node/Cargo.toml b/node/Cargo.toml index d80e94e..e196657 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "minimal-template-node" -description = "A minimal Substrate-based Substrate node, ready for hacking." +name = "pez-minimal-template-node" +description = "A minimal Bizinikiwi-based node, ready for hacking." version = "0.1.0" license = "Unlicense" authors.workspace = true @@ -19,15 +19,15 @@ docify = { workspace = true } futures = { features = ["thread-pool"], workspace = true } futures-timer = { workspace = true } jsonrpsee = { features = ["server"], workspace = true } -minimal-template-runtime.workspace = true -polkadot-sdk = { workspace = true, features = ["experimental", "node"] } +pez-minimal-template-runtime.workspace = true +pezkuwi-sdk = { workspace = true, features = ["experimental", "node"] } [build-dependencies] -polkadot-sdk = { workspace = true, features = ["substrate-build-script-utils"] } +pezkuwi-sdk = { workspace = true, features = ["bizinikiwi-build-script-utils"] } [features] default = ["std"] std = [ - "minimal-template-runtime/std", - "polkadot-sdk/std", + "pez-minimal-template-runtime/std", + "pezkuwi-sdk/std", ] diff --git a/node/build.rs b/node/build.rs index 47ab77a..0391ac3 100644 --- a/node/build.rs +++ b/node/build.rs @@ -1,6 +1,6 @@ -// This file is part of Substrate. +// This file is part of Bizinikiwi. -// Copyright (C) Parity Technologies (UK) Ltd. +// Copyright (C) Parity Technologies (UK) Ltd. and Kurdistan Blockchain Technologies Institute // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); @@ -15,7 +15,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -use polkadot_sdk::substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed}; +use pezkuwi_sdk::bizinikiwi_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed}; fn main() { generate_cargo_keys(); diff --git a/node/src/chain_spec.rs b/node/src/chain_spec.rs index 17b9813..c49e29f 100644 --- a/node/src/chain_spec.rs +++ b/node/src/chain_spec.rs @@ -1,6 +1,6 @@ -// This file is part of Substrate. +// This file is part of pezkuwi-sdk. -// Copyright (C) Parity Technologies (UK) Ltd. +// Copyright (C) Pezkuwi Foundation. and Kurdistan Blockchain Technologies Institute (KBTI) 2024. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); @@ -15,19 +15,19 @@ // See the License for the specific language governing permissions and // limitations under the License. -use minimal_template_runtime::WASM_BINARY; -use polkadot_sdk::{ - sc_service::{ChainType, Properties}, +use pez_minimal_template_runtime::WASM_BINARY; +use pezkuwi_sdk::{ + pezsc_service::{ChainType, Properties}, *, }; -/// This is a specialization of the general Substrate ChainSpec type. -pub type ChainSpec = sc_service::GenericChainSpec; +/// This is a specialization of the general bizinikiwi ChainSpec type. +pub type ChainSpec = pezsc_service::GenericChainSpec; fn props() -> Properties { let mut properties = Properties::new(); properties.insert("tokenDecimals".to_string(), 0.into()); - properties.insert("tokenSymbol".to_string(), "MINI".into()); + properties.insert("tokenSymbol".to_string(), "PEZ".into()); properties } @@ -36,7 +36,7 @@ pub fn development_chain_spec() -> Result { .with_name("Development") .with_id("dev") .with_chain_type(ChainType::Development) - .with_genesis_config_preset_name(sp_genesis_builder::DEV_RUNTIME_PRESET) + .with_genesis_config_preset_name(pezsp_genesis_builder::DEV_RUNTIME_PRESET) .with_properties(props()) .build()) } diff --git a/node/src/cli.rs b/node/src/cli.rs index f349f8c..16908e4 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -1,8 +1,7 @@ -// This file is part of Substrate. +// This file is part of pezkuwi-sdk. -// Copyright (C) Parity Technologies (UK) Ltd. +// Copyright (C) Pezkuwi Foundation. and Kurdistan Blockchain Technologies Institute (KBTI) 2024. // SPDX-License-Identifier: Apache-2.0 - // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -15,7 +14,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -use polkadot_sdk::{sc_cli::RunCmd, *}; +use pezkuwi_sdk::{pezsc_cli::RunCmd, *}; #[derive(Debug, Clone)] pub enum Consensus { @@ -56,29 +55,29 @@ pub struct Cli { pub enum Subcommand { /// Key management cli utilities #[command(subcommand)] - Key(sc_cli::KeySubcommand), + Key(pezsc_cli::KeySubcommand), /// Build a chain specification. - BuildSpec(sc_cli::BuildSpecCmd), + BuildSpec(pezsc_cli::BuildSpecCmd), /// Validate blocks. - CheckBlock(sc_cli::CheckBlockCmd), + CheckBlock(pezsc_cli::CheckBlockCmd), /// Export blocks. - ExportBlocks(sc_cli::ExportBlocksCmd), + ExportBlocks(pezsc_cli::ExportBlocksCmd), /// Export the state of a given block into a chain spec. - ExportState(sc_cli::ExportStateCmd), + ExportState(pezsc_cli::ExportStateCmd), /// Import blocks. - ImportBlocks(sc_cli::ImportBlocksCmd), + ImportBlocks(pezsc_cli::ImportBlocksCmd), /// Remove the whole chain. - PurgeChain(sc_cli::PurgeChainCmd), + PurgeChain(pezsc_cli::PurgeChainCmd), /// Revert the chain to a previous state. - Revert(sc_cli::RevertCmd), + Revert(pezsc_cli::RevertCmd), /// Db meta columns information. - ChainInfo(sc_cli::ChainInfoCmd), + ChainInfo(pezsc_cli::ChainInfoCmd), } diff --git a/node/src/command.rs b/node/src/command.rs index ca2cc18..1cd6f6b 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,6 +1,6 @@ -// This file is part of Substrate. +// This file is part of pezkuwi-sdk. -// Copyright (C) Parity Technologies (UK) Ltd. +// Copyright (C) Pezkuwi Foundation. and Kurdistan Blockchain Technologies Institute (KBTI) 2024. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,15 +20,15 @@ use crate::{ cli::{Cli, Subcommand}, service, }; -use polkadot_sdk::{sc_cli::SubstrateCli, sc_service::PartialComponents, *}; +use pezkuwi_sdk::{pezsc_cli::BizinikiwiCli, pezsc_service::PartialComponents, *}; -impl SubstrateCli for Cli { +impl BizinikiwiCli for Cli { fn impl_name() -> String { - "Substrate Node".into() + "Bizinikiwi Node".into() } fn impl_version() -> String { - env!("SUBSTRATE_CLI_IMPL_VERSION").into() + env!("BIZINIKIWI_CLI_IMPL_VERSION").into() } fn description() -> String { @@ -47,7 +47,7 @@ impl SubstrateCli for Cli { 2017 } - fn load_spec(&self, id: &str) -> Result, String> { + fn load_spec(&self, id: &str) -> Result, String> { Ok(match id { "dev" => Box::new(chain_spec::development_chain_spec()?), path => @@ -57,7 +57,7 @@ impl SubstrateCli for Cli { } /// Parse and run command line arguments -pub fn run() -> sc_cli::Result<()> { +pub fn run() -> pezsc_cli::Result<()> { let cli = Cli::from_args(); match &cli.subcommand { @@ -111,20 +111,20 @@ pub fn run() -> sc_cli::Result<()> { Some(Subcommand::ChainInfo(cmd)) => { let runner = cli.create_runner(cmd)?; runner.sync_run(|config| { - cmd.run::(&config) + cmd.run::(&config) }) }, None => { let runner = cli.create_runner(&cli.run)?; runner.run_node_until_exit(|config| async move { match config.network.network_backend.unwrap_or_default() { - sc_network::config::NetworkBackendType::Libp2p => - service::new_full::>(config, cli.consensus) - .map_err(sc_cli::Error::Service), - sc_network::config::NetworkBackendType::Litep2p => service::new_full::< - sc_network::Litep2pNetworkBackend, + pezsc_network::config::NetworkBackendType::Libp2p => + service::new_full::>(config, cli.consensus) + .map_err(pezsc_cli::Error::Service), + pezsc_network::config::NetworkBackendType::Litep2p => service::new_full::< + pezsc_network::Litep2pNetworkBackend, >(config, cli.consensus) - .map_err(sc_cli::Error::Service), + .map_err(pezsc_cli::Error::Service), } }) }, diff --git a/node/src/lib.rs b/node/src/lib.rs index cb8ed3b..ba613ac 100644 --- a/node/src/lib.rs +++ b/node/src/lib.rs @@ -1,6 +1,6 @@ -// This file is part of Polkadot Sdk. +// This file is part of Pezkuwi Sdk. -// Copyright (C) Parity Technologies (UK) Ltd. +// Copyright (C) Pezkuwi Foundation. and Kurdistan Blockchain Technologies Institute (KBTI) 2024. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/node/src/main.rs b/node/src/main.rs index 8f36da5..62207df 100644 --- a/node/src/main.rs +++ b/node/src/main.rs @@ -1,6 +1,6 @@ -// This file is part of Substrate. +// This file is part of pezkuwi-sdk. -// Copyright (C) Parity Technologies (UK) Ltd. +// Copyright (C) Pezkuwi Foundation. and Kurdistan Blockchain Technologies Institute (KBTI) 2024. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); @@ -15,7 +15,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//! Substrate Node Template CLI library. +//! Bizinikiwi Node Template CLI library. #![warn(missing_docs)] mod chain_spec; @@ -24,6 +24,6 @@ mod command; mod rpc; mod service; -fn main() -> polkadot_sdk::sc_cli::Result<()> { +fn main() -> pezkuwi_sdk::pezsc_cli::Result<()> { command::run() } diff --git a/node/src/rpc.rs b/node/src/rpc.rs index 64497c4..7db7110 100644 --- a/node/src/rpc.rs +++ b/node/src/rpc.rs @@ -1,6 +1,6 @@ -// This file is part of Substrate. +// This file is part of pezkuwi-sdk. -// Copyright (C) Parity Technologies (UK) Ltd. +// Copyright (C) Pezkuwi Foundation. and Kurdistan Blockchain Technologies Institute (KBTI) 2024. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,17 +16,17 @@ // limitations under the License. //! A collection of node-specific RPC methods. -//! Substrate provides the `sc-rpc` crate, which defines the core RPC layer -//! used by Substrate nodes. This file extends those RPC definitions with +//! bizinikiwi provides the `pezsc-rpc` crate, which defines the core RPC layer +//! used by bizinikiwi nodes. This file extends those RPC definitions with //! capabilities that are specific to this project's runtime configuration. #![warn(missing_docs)] use jsonrpsee::RpcModule; -use minimal_template_runtime::interface::{AccountId, Nonce, OpaqueBlock}; -use polkadot_sdk::{ - sc_transaction_pool_api::TransactionPool, - sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata}, +use pez_minimal_template_runtime::interface::{AccountId, Nonce, OpaqueBlock}; +use pezkuwi_sdk::{ + pezsc_transaction_pool_api::TransactionPool, + pezsp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata}, *, }; use std::sync::Arc; @@ -48,15 +48,15 @@ where C: Send + Sync + 'static - + sp_api::ProvideRuntimeApi + + pezsp_api::ProvideRuntimeApi + HeaderBackend + HeaderMetadata + 'static, - C::Api: sp_block_builder::BlockBuilder, - C::Api: substrate_frame_rpc_system::AccountNonceApi, + C::Api: pezsp_block_builder::BlockBuilder, + C::Api: pezframe_rpc_system::AccountNonceApi, P: TransactionPool + 'static, { - use polkadot_sdk::substrate_frame_rpc_system::{System, SystemApiServer}; + use pezkuwi_sdk::pezframe_rpc_system::{System, SystemApiServer}; let mut module = RpcModule::new(()); let FullDeps { client, pool } = deps; diff --git a/node/src/service.rs b/node/src/service.rs index 5988dbf..3a573c0 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -1,6 +1,6 @@ -// This file is part of Substrate. +// This file is part of pezkuwi-sdk. -// Copyright (C) Parity Technologies (UK) Ltd. +// Copyright (C) Pezkuwi Foundation. and Kurdistan Blockchain Technologies Institute (KBTI) 2024. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,34 +17,34 @@ use crate::cli::Consensus; use futures::FutureExt; -use minimal_template_runtime::{interface::OpaqueBlock as Block, RuntimeApi}; -use polkadot_sdk::{ - sc_client_api::backend::Backend, - sc_executor::WasmExecutor, - sc_service::{error::Error as ServiceError, Configuration, TaskManager}, - sc_telemetry::{Telemetry, TelemetryWorker}, - sc_transaction_pool_api::OffchainTransactionPoolFactory, - sp_runtime::traits::Block as BlockT, +use pez_minimal_template_runtime::{interface::OpaqueBlock as Block, RuntimeApi}; +use pezkuwi_sdk::{ + pezsc_client_api::backend::Backend, + pezsc_executor::WasmExecutor, + pezsc_service::{error::Error as ServiceError, Configuration, TaskManager}, + pezsc_telemetry::{Telemetry, TelemetryWorker}, + pezsc_transaction_pool_api::OffchainTransactionPoolFactory, + pezsp_runtime::traits::Block as BlockT, *, }; use std::sync::Arc; -type HostFunctions = sp_io::SubstrateHostFunctions; +type HostFunctions = pezsp_io::BizinikiwiHostFunctions; #[docify::export] pub(crate) type FullClient = - sc_service::TFullClient>; + pezsc_service::TFullClient>; -type FullBackend = sc_service::TFullBackend; -type FullSelectChain = sc_consensus::LongestChain; +type FullBackend = pezsc_service::TFullBackend; +type FullSelectChain = pezsc_consensus::LongestChain; /// Assembly of PartialComponents (enough to run chain ops subcommands) -pub type Service = sc_service::PartialComponents< +pub type Service = pezsc_service::PartialComponents< FullClient, FullBackend, FullSelectChain, - sc_consensus::DefaultImportQueue, - sc_transaction_pool::TransactionPoolHandle, + pezsc_consensus::DefaultImportQueue, + pezsc_transaction_pool::TransactionPoolHandle, Option, >; @@ -53,17 +53,17 @@ pub fn new_partial(config: &Configuration) -> Result { .telemetry_endpoints .clone() .filter(|x| !x.is_empty()) - .map(|endpoints| -> Result<_, sc_telemetry::Error> { + .map(|endpoints| -> Result<_, pezsc_telemetry::Error> { let worker = TelemetryWorker::new(16)?; let telemetry = worker.handle().new_telemetry(endpoints); Ok((worker, telemetry)) }) .transpose()?; - let executor = sc_service::new_wasm_executor(&config.executor); + let executor = pezsc_service::new_wasm_executor(&config.executor); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts::( + pezsc_service::new_full_parts::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, @@ -75,10 +75,10 @@ pub fn new_partial(config: &Configuration) -> Result { telemetry }); - let select_chain = sc_consensus::LongestChain::new(backend.clone()); + let select_chain = pezsc_consensus::LongestChain::new(backend.clone()); let transaction_pool = Arc::from( - sc_transaction_pool::Builder::new( + pezsc_transaction_pool::Builder::new( task_manager.spawn_essential_handle(), client.clone(), config.role.is_authority().into(), @@ -88,13 +88,13 @@ pub fn new_partial(config: &Configuration) -> Result { .build(), ); - let import_queue = sc_consensus_manual_seal::import_queue( + let import_queue = pezsc_consensus_manual_seal::import_queue( Box::new(client.clone()), &task_manager.spawn_essential_handle(), config.prometheus_registry(), ); - Ok(sc_service::PartialComponents { + Ok(pezsc_service::PartialComponents { client, backend, task_manager, @@ -107,11 +107,11 @@ pub fn new_partial(config: &Configuration) -> Result { } /// Builds a new service for a full client. -pub fn new_full::Hash>>( +pub fn new_full::Hash>>( config: Configuration, consensus: Consensus, ) -> Result { - let sc_service::PartialComponents { + let pezsc_service::PartialComponents { client, backend, mut task_manager, @@ -122,7 +122,7 @@ pub fn new_full::Ha other: mut telemetry, } = new_partial(&config)?; - let net_config = sc_network::config::FullNetworkConfiguration::< + let net_config = pezsc_network::config::FullNetworkConfiguration::< Block, ::Hash, Network, @@ -135,7 +135,7 @@ pub fn new_full::Ha ); let (network, system_rpc_tx, tx_handler_controller, sync_service) = - sc_service::build_network(sc_service::BuildNetworkParams { + pezsc_service::build_network(pezsc_service::BuildNetworkParams { config: &config, net_config, client: client.clone(), @@ -150,7 +150,7 @@ pub fn new_full::Ha if config.offchain_worker.enabled { let offchain_workers = - sc_offchain::OffchainWorkers::new(sc_offchain::OffchainWorkerOptions { + pezsc_offchain::OffchainWorkers::new(pezsc_offchain::OffchainWorkerOptions { runtime_api_provider: client.clone(), is_validator: config.role.is_authority(), keystore: Some(keystore_container.keystore()), @@ -181,7 +181,7 @@ pub fn new_full::Ha let prometheus_registry = config.prometheus_registry().cloned(); - let _rpc_handlers = sc_service::spawn_tasks(sc_service::SpawnTasksParams { + let _rpc_handlers = pezsc_service::spawn_tasks(pezsc_service::SpawnTasksParams { network, client: client.clone(), keystore: keystore_container.keystore(), @@ -196,7 +196,7 @@ pub fn new_full::Ha telemetry: telemetry.as_mut(), })?; - let proposer = sc_basic_authorship::ProposerFactory::new( + let proposer = pezsc_basic_authorship::ProposerFactory::new( task_manager.spawn_handle(), client.clone(), transaction_pool.clone(), @@ -206,7 +206,7 @@ pub fn new_full::Ha match consensus { Consensus::InstantSeal => { - let params = sc_consensus_manual_seal::InstantSealParams { + let params = pezsc_consensus_manual_seal::InstantSealParams { block_import: client.clone(), env: proposer, client, @@ -214,11 +214,11 @@ pub fn new_full::Ha select_chain, consensus_data_provider: None, create_inherent_data_providers: move |_, ()| async move { - Ok(sp_timestamp::InherentDataProvider::from_system_time()) + Ok(pezsp_timestamp::InherentDataProvider::from_system_time()) }, }; - let authorship_future = sc_consensus_manual_seal::run_instant_seal(params); + let authorship_future = pezsc_consensus_manual_seal::run_instant_seal(params); task_manager.spawn_essential_handle().spawn_blocking( "instant-seal", @@ -231,7 +231,7 @@ pub fn new_full::Ha task_manager.spawn_handle().spawn("block_authoring", None, async move { loop { futures_timer::Delay::new(std::time::Duration::from_millis(block_time)).await; - sink.try_send(sc_consensus_manual_seal::EngineCommand::SealNewBlock { + sink.try_send(pezsc_consensus_manual_seal::EngineCommand::SealNewBlock { create_empty: true, finalize: true, parent_hash: None, @@ -241,7 +241,7 @@ pub fn new_full::Ha } }); - let params = sc_consensus_manual_seal::ManualSealParams { + let params = pezsc_consensus_manual_seal::ManualSealParams { block_import: client.clone(), env: proposer, client, @@ -250,10 +250,10 @@ pub fn new_full::Ha commands_stream: Box::pin(commands_stream), consensus_data_provider: None, create_inherent_data_providers: move |_, ()| async move { - Ok(sp_timestamp::InherentDataProvider::from_system_time()) + Ok(pezsp_timestamp::InherentDataProvider::from_system_time()) }, }; - let authorship_future = sc_consensus_manual_seal::run_manual_seal(params); + let authorship_future = pezsc_consensus_manual_seal::run_manual_seal(params); task_manager.spawn_essential_handle().spawn_blocking( "manual-seal", diff --git a/pallets/template/src/lib.rs b/pallets/template/src/lib.rs deleted file mode 100644 index 722b606..0000000 --- a/pallets/template/src/lib.rs +++ /dev/null @@ -1,26 +0,0 @@ -//! A shell pallet built with [`frame`]. -//! -//! To get started with this pallet, try implementing the guide in -//! - -#![cfg_attr(not(feature = "std"), no_std)] - -use frame::prelude::*; -use polkadot_sdk::polkadot_sdk_frame as frame; - -// Re-export all pallet parts, this is needed to properly import the pallet into the runtime. -pub use pallet::*; - -#[frame::pallet] -pub mod pallet { - use super::*; - - #[pallet::config] - pub trait Config: polkadot_sdk::frame_system::Config {} - - #[pallet::pallet] - pub struct Pallet(_); - - #[pallet::storage] - pub type Value = StorageValue; -} diff --git a/pallets/README.md b/pezpallets/README.md similarity index 100% rename from pallets/README.md rename to pezpallets/README.md diff --git a/pallets/template/Cargo.toml b/pezpallets/template/Cargo.toml similarity index 59% rename from pallets/template/Cargo.toml rename to pezpallets/template/Cargo.toml index 66311dd..d32144a 100644 --- a/pallets/template/Cargo.toml +++ b/pezpallets/template/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "pallet-minimal-template" -description = "A minimal pallet built with FRAME, part of Polkadot Sdk." +name = "pezpallet-minimal-template" +description = "A minimal pezpallet built with Pezframe, part of Pezkuwi SDK." version = "0.1.0" license = "Unlicense" authors.workspace = true @@ -14,10 +14,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { features = ["derive"], workspace = true } -polkadot-sdk = { workspace = true, features = ["experimental", "runtime"], default-features = false } +pezkuwi-sdk = { workspace = true, features = ["experimental", "runtime"], default-features = false } scale-info = { features = ["derive"], workspace = true } [features] default = ["std"] -std = ["codec/std", "polkadot-sdk/std", "scale-info/std"] +std = ["codec/std", "pezkuwi-sdk/std", "scale-info/std"] diff --git a/pezpallets/template/src/lib.rs b/pezpallets/template/src/lib.rs new file mode 100644 index 0000000..b69aa94 --- /dev/null +++ b/pezpallets/template/src/lib.rs @@ -0,0 +1,25 @@ +//! A shell pezpallet built with [`pezframe`]. +//! +//! To get started with this pezpallet, try implementing the guide in +//! + +#![cfg_attr(not(feature = "std"), no_std)] + +use pezkuwi_sdk::pezkuwi_sdk_frame::deps::pezframe_support::pezpallet_prelude::*; + +// Re-export all pezpallet parts, this is needed to properly import the pezpallet into the runtime. +pub use pallet::*; + +#[pezkuwi_sdk::pezframe_support::pezpallet] +pub mod pallet { + use super::*; + + #[pezpallet::config] + pub trait Config: pezkuwi_sdk::pezframe_system::Config {} + + #[pezpallet::pezpallet] + pub struct Pezpallet(_); + + #[pezpallet::storage] + pub type Value = StorageValue; +} diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 8555448..0c5a206 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "minimal-template-runtime" -description = "A solochain runtime template built with Substrate, part of Polkadot Sdk." +name = "pez-minimal-template-runtime" +description = "A solochain runtime template built with Bizinikiwi, part of Pezkuwi SDK." version = "0.1.0" license = "Unlicense" authors.workspace = true @@ -11,20 +11,20 @@ publish = false [dependencies] codec = { workspace = true } -pallet-minimal-template.workspace = true -polkadot-sdk = { workspace = true, features = ["pallet-balances", "pallet-sudo", "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "runtime"] } +pezpallet-minimal-template.workspace = true +pezkuwi-sdk = { workspace = true, features = ["pezpallet-balances", "pezpallet-sudo", "pezpallet-timestamp", "pezpallet-transaction-payment", "pezpallet-transaction-payment-rpc-runtime-api", "runtime", "pezsp-api"] } scale-info = { workspace = true } serde_json = { workspace = true, default-features = false, features = ["alloc"] } [build-dependencies] -polkadot-sdk = { optional = true, workspace = true, features = ["substrate-wasm-builder"] } +pezkuwi-sdk = { optional = true, workspace = true, features = ["bizinikiwi-wasm-builder"] } [features] default = ["std"] std = [ "codec/std", - "pallet-minimal-template/std", - "polkadot-sdk/std", + "pezpallet-minimal-template/std", + "pezkuwi-sdk/std", "scale-info/std", "serde_json/std", ] diff --git a/runtime/build.rs b/runtime/build.rs index 2cb2966..719cf99 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -1,23 +1,8 @@ -// This file is part of Substrate. - -// Copyright (C) Parity Technologies (UK) Ltd. -// SPDX-License-Identifier: Apache-2.0 - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +//! Build script for pez-minimal-template-runtime. fn main() { #[cfg(feature = "std")] { - polkadot_sdk::substrate_wasm_builder::WasmBuilder::build_using_defaults(); + pezkuwi_sdk::bizinikiwi_wasm_builder::WasmBuilder::build_using_defaults(); } } diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 5d549bf..9eff910 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -1,21 +1,4 @@ -// This file is part of Substrate. - -// Copyright (C) Parity Technologies (UK) Ltd. -// SPDX-License-Identifier: Apache-2.0 - -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -//! A minimal runtime that includes the template [`pallet`](`pallet_minimal_template`). +//! A minimal runtime that includes the template [`pezpallet`](`pezpallet_minimal_template`). #![cfg_attr(not(feature = "std"), no_std)] @@ -26,13 +9,14 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs")); extern crate alloc; use alloc::vec::Vec; -use pallet_transaction_payment::{FeeDetails, RuntimeDispatchInfo}; -use polkadot_sdk::{ - polkadot_sdk_frame::{ +use pezpallet_transaction_payment::{FeeDetails, RuntimeDispatchInfo}; +use pezkuwi_sdk::{ + pezkuwi_sdk_frame::{ self as frame, - deps::sp_genesis_builder, + deps::pezsp_genesis_builder, runtime::{apis, prelude::*}, }, + pezframe_system as frame_system, *, }; @@ -41,9 +25,10 @@ pub mod genesis_config_presets { use super::*; use crate::{ interface::{Balance, MinimumBalance}, - sp_keyring::Sr25519Keyring, - BalancesConfig, RuntimeGenesisConfig, SudoConfig, + runtime::{BalancesConfig, RuntimeGenesisConfig, SudoConfig}, }; + #[cfg(feature = "std")] + use pezkuwi_sdk::pezsp_keyring::Sr25519Keyring; use alloc::{vec, vec::Vec}; use serde_json::Value; @@ -51,7 +36,7 @@ pub mod genesis_config_presets { /// Returns a development genesis config preset. pub fn development_config_genesis() -> Value { let endowment = >::get().max(1) * 1000; - frame_support::build_struct_json_patch!(RuntimeGenesisConfig { + pezframe_support::build_struct_json_patch!(RuntimeGenesisConfig { balances: BalancesConfig { balances: Sr25519Keyring::iter() .map(|a| (a.to_account_id(), endowment)) @@ -64,7 +49,7 @@ pub mod genesis_config_presets { /// Get the set of the available genesis config presets. pub fn get_preset(id: &PresetId) -> Option> { let patch = match id.as_ref() { - sp_genesis_builder::DEV_RUNTIME_PRESET => development_config_genesis(), + pezsp_genesis_builder::DEV_RUNTIME_PRESET => development_config_genesis(), _ => return None, }; Some( @@ -76,15 +61,15 @@ pub mod genesis_config_presets { /// List of supported presets. pub fn preset_names() -> Vec { - vec![PresetId::from(sp_genesis_builder::DEV_RUNTIME_PRESET)] + vec![PresetId::from(pezsp_genesis_builder::DEV_RUNTIME_PRESET)] } } /// The runtime version. #[runtime_version] pub const VERSION: RuntimeVersion = RuntimeVersion { - spec_name: alloc::borrow::Cow::Borrowed("minimal-template-runtime"), - impl_name: alloc::borrow::Cow::Borrowed("minimal-template-runtime"), + spec_name: alloc::borrow::Cow::Borrowed("pez-minimal-template-runtime"), + impl_name: alloc::borrow::Cow::Borrowed("pez-minimal-template-runtime"), authoring_version: 1, spec_version: 0, impl_version: 1, @@ -117,16 +102,18 @@ type TxExtension = ( frame_system::CheckWeight, // Ensures that the sender has enough funds to pay for the transaction // and deducts the fee from the sender's account. - pallet_transaction_payment::ChargeTransactionPayment, + pezpallet_transaction_payment::ChargeTransactionPayment, // Reclaim the unused weight from the block using post dispatch information. // It must be last in the pipeline in order to catch the refund in previous transaction // extensions frame_system::WeightReclaim, ); -// Composes the runtime by adding all the used pallets and deriving necessary types. +// Composes the runtime by adding all the used pezpallets and deriving necessary types. #[frame_construct_runtime] -mod runtime { +pub mod runtime { + use super::*; + /// The main runtime type. #[runtime::runtime] #[runtime::derive( @@ -141,72 +128,80 @@ mod runtime { RuntimeTask, RuntimeViewFunction )] + #[derive(Clone, PartialEq, Eq)] pub struct Runtime; - /// Mandatory system pallet that should always be included in a FRAME runtime. - #[runtime::pallet_index(0)] - pub type System = frame_system::Pallet; + /// Mandatory system pezpallet that should always be included in a FRAME runtime. + #[runtime::pezpallet_index(0)] + pub type System = pezframe_system::Pezpallet; /// Provides a way for consensus systems to set and check the onchain time. - #[runtime::pallet_index(1)] - pub type Timestamp = pallet_timestamp::Pallet; + #[runtime::pezpallet_index(1)] + pub type Timestamp = pezpallet_timestamp::Pezpallet; /// Provides the ability to keep track of balances. - #[runtime::pallet_index(2)] - pub type Balances = pallet_balances::Pallet; + #[runtime::pezpallet_index(2)] + pub type Balances = pezpallet_balances::Pezpallet; /// Provides a way to execute privileged functions. - #[runtime::pallet_index(3)] - pub type Sudo = pallet_sudo::Pallet; + #[runtime::pezpallet_index(3)] + pub type Sudo = pezpallet_sudo::Pezpallet; /// Provides the ability to charge for extrinsic execution. - #[runtime::pallet_index(4)] - pub type TransactionPayment = pallet_transaction_payment::Pallet; + #[runtime::pezpallet_index(4)] + pub type TransactionPayment = pezpallet_transaction_payment::Pezpallet; - /// A minimal pallet template. - #[runtime::pallet_index(5)] - pub type Template = pallet_minimal_template::Pallet; + /// A minimal pezpallet template. + #[runtime::pezpallet_index(5)] + pub type Template = pezpallet_minimal_template::Pezpallet; } +pub use runtime::{ + Runtime, System, Timestamp, Balances, Sudo, TransactionPayment, Template, + RuntimeCall, RuntimeEvent, RuntimeError, RuntimeOrigin, RuntimeFreezeReason, + RuntimeHoldReason, RuntimeSlashReason, RuntimeLockId, RuntimeTask, RuntimeViewFunction, + AllPalletsWithSystem, RuntimeGenesisConfig, BalancesConfig, SudoConfig, +}; + parameter_types! { pub const Version: RuntimeVersion = VERSION; } -/// Implements the types required for the system pallet. +/// Implements the types required for the system pezpallet. #[derive_impl(frame_system::config_preludes::SolochainDefaultConfig)] impl frame_system::Config for Runtime { type Block = Block; type Version = Version; - // Use the account data from the balances pallet - type AccountData = pallet_balances::AccountData<::Balance>; + // Use the account data from the balances pezpallet + type AccountData = pezpallet_balances::AccountData<::Balance>; } -// Implements the types required for the balances pallet. -#[derive_impl(pallet_balances::config_preludes::TestDefaultConfig)] -impl pallet_balances::Config for Runtime { +// Implements the types required for the balances pezpallet. +#[derive_impl(pezpallet_balances::config_preludes::TestDefaultConfig)] +impl pezpallet_balances::Config for Runtime { type AccountStore = System; } -// Implements the types required for the sudo pallet. -#[derive_impl(pallet_sudo::config_preludes::TestDefaultConfig)] -impl pallet_sudo::Config for Runtime {} +// Implements the types required for the sudo pezpallet. +#[derive_impl(pezpallet_sudo::config_preludes::TestDefaultConfig)] +impl pezpallet_sudo::Config for Runtime {} -// Implements the types required for the sudo pallet. -#[derive_impl(pallet_timestamp::config_preludes::TestDefaultConfig)] -impl pallet_timestamp::Config for Runtime {} +// Implements the types required for the timestamp pezpallet. +#[derive_impl(pezpallet_timestamp::config_preludes::TestDefaultConfig)] +impl pezpallet_timestamp::Config for Runtime {} -// Implements the types required for the transaction payment pallet. -#[derive_impl(pallet_transaction_payment::config_preludes::TestDefaultConfig)] -impl pallet_transaction_payment::Config for Runtime { - type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; +// Implements the types required for the transaction payment pezpallet. +#[derive_impl(pezpallet_transaction_payment::config_preludes::TestDefaultConfig)] +impl pezpallet_transaction_payment::Config for Runtime { + type OnChargeTransaction = pezpallet_transaction_payment::FungibleAdapter; // Setting fee as independent of the weight of the extrinsic for demo purposes - type WeightToFee = NoFee<::Balance>; + type WeightToFee = NoFee<::Balance>; // Setting fee as fixed for any length of the call data for demo purposes - type LengthToFee = FixedFee<1, ::Balance>; + type LengthToFee = FixedFee<1, ::Balance>; } -// Implements the types required for the template pallet. -impl pallet_minimal_template::Config for Runtime {} +// Implements the types required for the template pezpallet. +impl pezpallet_minimal_template::Config for Runtime {} type Block = frame::runtime::types_common::BlockOf; type Header = HeaderFor; @@ -215,13 +210,15 @@ type RuntimeExecutive = Executive, Runtime, AllPalletsWithSystem>; impl_runtime_apis! { + use pezsp_runtime::traits::BlockT; + impl apis::Core for Runtime { fn version() -> RuntimeVersion { VERSION } - fn execute_block(block: Block) { - RuntimeExecutive::execute_block(block) + fn execute_block(block: ::LazyBlock) { + RuntimeExecutive::execute_block(block.into()) } fn initialize_block(header: &Header) -> ExtrinsicInclusionMode { @@ -230,7 +227,7 @@ impl_runtime_apis! { } impl apis::Metadata for Runtime { fn metadata() -> OpaqueMetadata { - OpaqueMetadata::new(Runtime::metadata().into()) + Runtime::metadata() } fn metadata_at_version(version: u32) -> Option { @@ -252,14 +249,16 @@ impl_runtime_apis! { } fn inherent_extrinsics(data: InherentData) -> Vec> { - data.create_extrinsics() + // TODO: Implement proper inherent extrinsics creation + Vec::new() } fn check_inherents( - block: Block, + block: ::LazyBlock, data: InherentData, ) -> CheckInherentsResult { - data.check_extrinsics(&block) + // TODO: Implement proper inherents checking + CheckInherentsResult::new() } } @@ -297,7 +296,7 @@ impl_runtime_apis! { } } - impl pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi< + impl pezpallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi< Block, interface::Balance, > for Runtime { @@ -316,7 +315,7 @@ impl_runtime_apis! { } impl apis::GenesisBuilder for Runtime { - fn build_state(config: Vec) -> sp_genesis_builder::Result { + fn build_state(config: Vec) -> pezsp_genesis_builder::Result { build_state::(config) } @@ -336,14 +335,14 @@ impl_runtime_apis! { // TODO: this should be standardized in some way, see: // https://github.com/paritytech/substrate/issues/10579#issuecomment-1600537558 pub mod interface { - use super::Runtime; - use polkadot_sdk::{polkadot_sdk_frame as frame, *}; + use super::{Runtime, frame_system}; + use pezkuwi_sdk::{pezkuwi_sdk_frame as frame, *, pezpallet_balances}; pub type Block = super::Block; pub use frame::runtime::types_common::OpaqueBlock; pub type AccountId = ::AccountId; pub type Nonce = ::Nonce; pub type Hash = ::Hash; - pub type Balance = ::Balance; - pub type MinimumBalance = ::ExistentialDeposit; + pub type Balance = ::Balance; + pub type MinimumBalance = ::ExistentialDeposit; }