diff --git a/Cargo.lock b/Cargo.lock index dd104e8d86..19e886a5b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,18 +23,18 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.21.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" +checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" dependencies = [ - "gimli 0.28.1", + "gimli 0.31.0", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "aead" @@ -68,7 +68,7 @@ dependencies = [ "cipher 0.4.4", "ctr", "ghash", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.16" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" +checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "android-tzdata" @@ -114,58 +114,50 @@ dependencies = [ "libc", ] -[[package]] -name = "ansi_term" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" -dependencies = [ - "winapi", -] - [[package]] name = "anstream" -version = "0.6.13" +version = "0.6.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" +checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", + "is_terminal_polyfill", "utf8parse", ] [[package]] name = "anstyle" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" +checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] name = "anstyle-parse" -version = "0.2.3" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" +checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.0.2" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" +checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" dependencies = [ "windows-sys 0.52.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.2" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" +checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" dependencies = [ "anstyle", "windows-sys 0.52.0", @@ -173,9 +165,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" [[package]] name = "approx" @@ -197,7 +189,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -428,7 +420,7 @@ dependencies = [ [[package]] name = "ark-secret-scalar" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" +source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ "ark-ec", "ark-ff", @@ -477,7 +469,7 @@ dependencies = [ [[package]] name = "ark-transcript" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" +source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ "ark-ff", "ark-serialize", @@ -495,15 +487,15 @@ checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" +checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" [[package]] name = "arrayvec" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "asn1-rs" @@ -523,11 +515,11 @@ dependencies = [ [[package]] name = "asn1-rs" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d" +checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" dependencies = [ - "asn1-rs-derive 0.5.0", + "asn1-rs-derive 0.5.1", "asn1-rs-impl 0.2.0", "displaydoc", "nom", @@ -551,13 +543,13 @@ dependencies = [ [[package]] name = "asn1-rs-derive" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1" +checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", "synstructure 0.13.1", ] @@ -580,7 +572,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -602,9 +594,9 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.2" +version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884" +checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" dependencies = [ "async-lock", "cfg-if", @@ -613,32 +605,32 @@ dependencies = [ "futures-lite", "parking", "polling", - "rustix 0.38.32", + "rustix 0.38.36", "slab", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "async-lock" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" +checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ - "event-listener 4.0.3", + "event-listener 5.3.1", "event-listener-strategy", "pin-project-lite", ] [[package]] name = "async-trait" -version = "0.1.80" +version = "0.1.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" +checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -688,34 +680,34 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "autocfg" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" +checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "backtrace" -version = "0.3.71" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" dependencies = [ - "addr2line 0.21.0", - "cc", + "addr2line 0.24.1", "cfg-if", "libc", "miniz_oxide", - "object 0.32.2", + "object 0.36.4", "rustc-demangle", + "windows-targets 0.52.6", ] [[package]] name = "bandersnatch_vrfs" version = "0.0.4" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" +source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ "ark-bls12-381", "ark-ec", @@ -724,8 +716,6 @@ dependencies = [ "ark-serialize", "ark-std", "dleq_vrf", - "fflonk", - "merlin", "rand_chacha", "rand_core", "ring 0.1.0", @@ -781,12 +771,13 @@ dependencies = [ ] [[package]] -name = "beef" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" +name = "binary-merkle-tree" +version = "13.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "serde", + "hash-db", + "log", + "parity-scale-codec", ] [[package]] @@ -810,13 +801,13 @@ dependencies = [ "lazy_static", "lazycell", "peeking_take_while", - "prettyplease 0.2.20", + "prettyplease", "proc-macro2", "quote", "regex", - "rustc-hash", + "rustc-hash 1.1.0", "shlex", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -843,9 +834,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bitvec" @@ -904,9 +895,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.5.1" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" +checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" dependencies = [ "arrayref", "arrayvec", @@ -945,12 +936,6 @@ dependencies = [ "serde", ] -[[package]] -name = "bs58" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" - [[package]] name = "bs58" version = "0.5.1" @@ -962,13 +947,13 @@ dependencies = [ [[package]] name = "bstr" -version = "0.2.17" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" +checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" dependencies = [ - "lazy_static", "memchr", - "regex-automata 0.1.10", + "regex-automata 0.4.7", + "serde", ] [[package]] @@ -982,9 +967,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.15.4" +version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "byte-slice-cast" @@ -1000,9 +985,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.15.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" +checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" [[package]] name = "byteorder" @@ -1012,9 +997,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "bzip2-sys" @@ -1039,9 +1024,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.6" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" +checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" dependencies = [ "serde", ] @@ -1063,7 +1048,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.22", + "semver 1.0.23", "serde", "serde_json", "thiserror", @@ -1077,12 +1062,13 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.0.90" +version = "1.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" +checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] @@ -1096,9 +1082,9 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.15.7" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d" +checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" dependencies = [ "smallvec", ] @@ -1151,16 +1137,16 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-targets 0.52.4", + "windows-targets 0.52.6", ] [[package]] @@ -1211,9 +1197,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", @@ -1222,9 +1208,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.4" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" +checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac" dependencies = [ "clap_builder", "clap_derive", @@ -1232,9 +1218,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.2" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" +checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73" dependencies = [ "anstream", "anstyle", @@ -1245,21 +1231,21 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.4" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" +checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "clap_lex" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" +checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "codespan-reporting" @@ -1273,19 +1259,9 @@ dependencies = [ [[package]] name = "colorchoice" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" - -[[package]] -name = "combine" -version = "4.6.7" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" -dependencies = [ - "bytes", - "memchr", -] +checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "comfy-table" @@ -1293,15 +1269,15 @@ version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ - "strum 0.26.2", - "strum_macros 0.26.2", + "strum 0.26.3", + "strum_macros 0.26.4", "unicode-width", ] [[package]] name = "common" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#665f5f51af5734c7b6d90b985dd6861d4c5b4752" +source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" dependencies = [ "ark-ec", "ark-ff", @@ -1322,9 +1298,9 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "concurrent-queue" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ "crossbeam-utils", ] @@ -1342,6 +1318,19 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "const-hex" +version = "1.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0121754e84117e65f9d90648ee6aa4882a6e63110307ab73967a4c5e7e69e586" +dependencies = [ + "cfg-if", + "cpufeatures", + "hex", + "proptest", + "serde", +] + [[package]] name = "const-oid" version = "0.9.6" @@ -1370,9 +1359,9 @@ dependencies = [ [[package]] name = "constant_time_eq" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" +checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] name = "constcat" @@ -1398,9 +1387,9 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "core2" @@ -1422,9 +1411,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.12" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" +checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" dependencies = [ "libc", ] @@ -1529,9 +1518,9 @@ dependencies = [ [[package]] name = "crc" -version = "3.0.1" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" dependencies = [ "crc-catalog", ] @@ -1544,9 +1533,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc32fast" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] @@ -1581,9 +1570,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crunchy" @@ -1599,7 +1588,7 @@ checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array 0.14.7", "rand_core", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -1631,7 +1620,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ "generic-array 0.14.7", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -1655,26 +1644,26 @@ dependencies = [ "digest 0.10.7", "fiat-crypto", "rustc_version", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] [[package]] name = "curve25519-dalek-derive" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" +checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "cxx" -version = "1.0.120" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff4dc7287237dd438b926a81a1a5605dad33d286870e5eee2db17bf2bcd9e92a" +checksum = "54ccead7d199d584d139148b04b4a368d1ec7556a1d9ea2548febb1b9d49f9a4" dependencies = [ "cc", "cxxbridge-flags", @@ -1684,9 +1673,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.120" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f47c6c8ad7c1a10d3ef0fe3ff6733f4db0d78f08ef0b13121543163ef327058b" +checksum = "c77953e99f01508f89f55c494bfa867171ef3a6c8cea03d26975368f2121a5c1" dependencies = [ "cc", "codespan-reporting", @@ -1694,24 +1683,24 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "cxxbridge-flags" -version = "1.0.120" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "701a1ac7a697e249cdd8dc026d7a7dafbfd0dbcd8bd24ec55889f2bc13dd6287" +checksum = "65777e06cc48f0cb0152024c77d6cf9e4bdb4408e7b48bea993d42fa0f5b02b6" [[package]] name = "cxxbridge-macro" -version = "1.0.120" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b404f596046b0bb2d903a9c786b875a126261b52b7c3a64bbb66382c41c771df" +checksum = "98532a60dedaebc4848cb2cba5023337cc9ea3af16a5b062633fabfd9f18fb60" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -1721,23 +1710,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "lock_api", "once_cell", - "parking_lot_core 0.9.9", + "parking_lot_core 0.9.10", ] [[package]] name = "data-encoding" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" +checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" [[package]] name = "data-encoding-macro" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c01c06f5f429efdf2bae21eb67c28b3df3cf85b7dd2d8ef09c0838dac5d33e" +checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -1745,9 +1734,9 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0047d07f2c89b17dd631c80450d69841a6b5d7fb17278cbc43d7e4cfcf2576f3" +checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" dependencies = [ "data-encoding", "syn 1.0.109", @@ -1755,9 +1744,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" +checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ "const-oid", "zeroize", @@ -1783,7 +1772,7 @@ version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" dependencies = [ - "asn1-rs 0.6.1", + "asn1-rs 0.6.2", "displaydoc", "nom", "num-bigint", @@ -1819,20 +1808,20 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "derive_more" -version = "0.99.17" +version = "0.99.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" +checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" dependencies = [ "convert_case", "proc-macro2", "quote", "rustc_version", - "syn 1.0.109", + "syn 2.0.82", ] [[package]] @@ -1874,7 +1863,7 @@ dependencies = [ "block-buffer 0.10.4", "const-oid", "crypto-common", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -1921,19 +1910,19 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "dleq_vrf" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" +source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ "ark-ec", "ark-ff", @@ -1967,9 +1956,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.65", + "syn 2.0.82", "termcolor", - "toml 0.8.12", + "toml 0.8.19", "walkdir", ] @@ -2054,7 +2043,7 @@ dependencies = [ "rand_core", "serde", "sha2 0.10.8", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -2066,7 +2055,7 @@ checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek", "ed25519", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "rand_core", "sha2 0.10.8", @@ -2075,9 +2064,9 @@ dependencies = [ [[package]] name = "either" -version = "1.10.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" +checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" dependencies = [ "serde", ] @@ -2098,7 +2087,7 @@ dependencies = [ "rand_core", "sec1", "serdect", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -2122,14 +2111,14 @@ dependencies = [ [[package]] name = "enum-as-inner" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -2159,9 +2148,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" +checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" dependencies = [ "libc", "windows-sys 0.52.0", @@ -2175,9 +2164,9 @@ checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" dependencies = [ "crunchy", "fixed-hash", - "impl-codec", + "impl-codec 0.6.0", "impl-rlp", - "impl-serde", + "impl-serde 0.4.0", "scale-info", "tiny-keccak", ] @@ -2208,12 +2197,12 @@ checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" dependencies = [ "ethbloom", "fixed-hash", - "impl-codec", + "impl-codec 0.6.0", "impl-rlp", - "impl-serde", - "primitive-types", + "impl-serde 0.4.0", + "primitive-types 0.12.2", "scale-info", - "uint", + "uint 0.9.5", ] [[package]] @@ -2224,9 +2213,9 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "event-listener" -version = "4.0.3" +version = "5.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" +checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ "concurrent-queue", "parking", @@ -2235,11 +2224,11 @@ dependencies = [ [[package]] name = "event-listener-strategy" -version = "0.4.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" +checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ - "event-listener 4.0.3", + "event-listener 5.3.1", "pin-project-lite", ] @@ -2257,7 +2246,7 @@ dependencies = [ "evm-runtime", "log", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "rlp", "scale-info", "serde", @@ -2271,7 +2260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1da6cedc5cedb4208e59467106db0d1f50db01b920920589f8e672c02fdc04f" dependencies = [ "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-info", "serde", ] @@ -2285,7 +2274,7 @@ dependencies = [ "environmental", "evm-core", "evm-runtime", - "primitive-types", + "primitive-types 0.12.2", ] [[package]] @@ -2297,7 +2286,7 @@ dependencies = [ "auto_impl", "environmental", "evm-core", - "primitive-types", + "primitive-types 0.12.2", "sha3", ] @@ -2312,16 +2301,17 @@ dependencies = [ [[package]] name = "expander" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00e83c02035136f1592a47964ea60c05a50e4ed8b5892cfac197063850898d4d" +checksum = "e2c470c71d91ecbd179935b24170459e926382eaaa86b590b78814e180d8a8e2" dependencies = [ "blake2 0.10.6", + "file-guard", "fs-err", - "prettier-please", + "prettyplease", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -2338,9 +2328,9 @@ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" [[package]] name = "fastrand" -version = "2.0.2" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" +checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "fc-api" @@ -2349,8 +2339,8 @@ dependencies = [ "async-trait", "fp-storage", "parity-scale-codec", - "sp-core 34.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-runtime", ] [[package]] @@ -2366,16 +2356,16 @@ dependencies = [ "frontier-template-runtime", "futures", "parity-scale-codec", - "sc-block-builder 0.40.0", + "sc-block-builder", "sc-cli", - "sc-client-db 0.42.0", + "sc-client-db", "serde", "serde_json", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-io 37.0.0", - "sp-runtime 38.0.1", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-io", + "sp-runtime", "substrate-test-runtime-client", "tempfile", ] @@ -2387,11 +2377,11 @@ dependencies = [ "async-trait", "fp-consensus", "fp-rpc", - "sc-consensus 0.41.0", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", - "sp-consensus 0.39.1", - "sp-runtime 38.0.1", + "sc-consensus", + "sp-api", + "sp-block-builder", + "sp-consensus", + "sp-runtime", "thiserror", ] @@ -2414,16 +2404,16 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.3", - "sc-block-builder 0.40.0", - "sc-client-api 35.1.0", - "sc-client-db 0.42.0", + "sc-block-builder", + "sc-client-api", + "sc-client-db", "smallvec", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-core 34.0.0", - "sp-database 10.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 38.0.1", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-runtime", "sqlx", "substrate-test-runtime-client", "tempfile", @@ -2447,16 +2437,16 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-block-builder 0.40.0", - "sc-client-api 35.1.0", - "sc-client-db 0.42.0", - "sc-utils 17.0.0", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", + "sc-block-builder", + "sc-client-api", + "sc-client-db", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-io", + "sp-runtime", "sqlx", "substrate-test-runtime-client", "tempfile", @@ -2488,33 +2478,33 @@ dependencies = [ "prometheus", "rand", "rlp", - "sc-block-builder 0.40.0", - "sc-client-api 35.1.0", - "sc-client-db 0.42.0", + "sc-block-builder", + "sc-client-api", + "sc-client-db", "sc-consensus-aura", - "sc-network 0.42.0", - "sc-network-sync 0.41.0", - "sc-rpc 37.0.0", - "sc-service 0.43.0", - "sc-transaction-pool 35.0.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils 17.0.0", + "sc-network", + "sc-network-sync", + "sc-rpc", + "sc-rpc-server", + "sc-service", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-consensus-aura 0.39.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-state-machine 0.42.0", - "sp-storage 21.0.0", - "sp-timestamp 33.0.0", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-aura", + "sp-core", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-storage 19.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-timestamp", + "substrate-prometheus-endpoint", "substrate-test-runtime-client", "tempfile", "thiserror", @@ -2532,7 +2522,7 @@ dependencies = [ "rustc-hex", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-crypto-hashing", ] [[package]] @@ -2544,11 +2534,11 @@ dependencies = [ "fp-rpc", "fp-storage", "parity-scale-codec", - "sc-client-api 35.1.0", - "sp-api 33.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-storage 21.0.0", + "sc-client-api", + "sp-api", + "sp-io", + "sp-runtime", + "sp-storage 19.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", ] [[package]] @@ -2568,7 +2558,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ "rand_core", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -2586,9 +2576,19 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.7" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" + +[[package]] +name = "file-guard" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f" +checksum = "21ef72acf95ec3d7dbf61275be556299490a245f017cf084bd23b4f68cf9407c" +dependencies = [ + "libc", + "winapi", +] [[package]] name = "file-per-thread-logger" @@ -2602,14 +2602,14 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.23" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" +checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", - "windows-sys 0.52.0", + "libredox", + "windows-sys 0.59.0", ] [[package]] @@ -2690,16 +2690,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "parity-scale-codec", -] - -[[package]] -name = "fork-tree" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad4cc2314d3be8b49c555f6a7e550f5559e73ffd6ef9690ffbd9a706774452e0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "parity-scale-codec", ] @@ -2728,16 +2719,16 @@ name = "fp-account" version = "1.0.0-dev" dependencies = [ "hex", - "impl-serde", + "impl-serde 0.4.0", "libsecp256k1", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-runtime-interface 28.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface 24.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", ] [[package]] @@ -2746,8 +2737,8 @@ version = "2.0.0-dev" dependencies = [ "ethereum", "parity-scale-codec", - "sp-core 34.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-runtime", ] [[package]] @@ -2755,8 +2746,8 @@ name = "fp-dynamic-fee" version = "1.0.0" dependencies = [ "async-trait", - "sp-core 34.0.0", - "sp-inherents 33.0.0", + "sp-core", + "sp-inherents", ] [[package]] @@ -2766,7 +2757,7 @@ dependencies = [ "ethereum", "ethereum-types", "fp-evm", - "frame-support 36.0.1", + "frame-support", "parity-scale-codec", ] @@ -2775,13 +2766,13 @@ name = "fp-evm" version = "3.0.0-dev" dependencies = [ "evm", - "frame-support 36.0.1", + "frame-support", "num_enum", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-runtime", ] [[package]] @@ -2793,21 +2784,21 @@ dependencies = [ "fp-evm", "parity-scale-codec", "scale-info", - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.1", - "sp-state-machine 0.42.0", + "sp-api", + "sp-core", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "fp-self-contained" version = "1.0.0-dev" dependencies = [ - "frame-support 36.0.1", + "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 38.0.1", + "sp-runtime", ] [[package]] @@ -2827,101 +2818,72 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "frame-support 28.0.0", - "frame-support-procedural 23.0.0", - "frame-system 28.0.0", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "static_assertions", -] - -[[package]] -name = "frame-benchmarking" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "709b26657ebbba53dc7bb616577375ca462b20fef1b00e8d9b20d2435e87f7bc" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "frame-support 36.0.1", - "frame-support-procedural 30.0.2", - "frame-system 36.0.0", + "frame-support", + "frame-support-procedural", + "frame-system", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-runtime-interface 28.0.0", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 21.0.0", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface 24.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-storage 19.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49302558cac41cba0a28aa784615daea85c49253ecc6d6a6c4a8ee2f2303655a" +version = "32.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "Inflector", "array-bytes", "chrono", "clap", "comfy-table", - "frame-benchmarking 36.0.0", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "gethostname", "handlebars", "itertools 0.11.0", - "lazy_static", "linked-hash-map", "log", "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder 0.40.0", - "sc-chain-spec 35.0.0", + "sc-block-builder", + "sc-chain-spec", "sc-cli", - "sc-client-api 35.1.0", - "sc-client-db 0.42.0", - "sc-executor 0.39.0", - "sc-service 0.43.0", - "sc-sysinfo 35.0.0", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-database 10.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.29.0", - "sp-genesis-builder 0.14.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.1", - "sp-state-machine 0.42.0", - "sp-storage 21.0.0", - "sp-trie 36.0.0", - "sp-wasm-interface 21.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-storage 19.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-trie", + "sp-wasm-interface 20.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", "thiserror", "thousands", ] @@ -2929,40 +2891,19 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "aquamarine", - "frame-support 28.0.0", - "frame-system 28.0.0", - "frame-try-runtime 0.34.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "frame-executive" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d878830330eaa9e8b886279c338556b05702d0059989cb51cfb226b70bf3fa4" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "aquamarine", - "frame-support 36.0.1", - "frame-system 36.0.0", - "frame-try-runtime 0.42.0", + "frame-support", + "frame-system", + "frame-try-runtime", "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 17.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-tracing 16.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", ] [[package]] @@ -2980,72 +2921,32 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", + "const-hex", "docify", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1", + "sp-runtime", ] [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "aquamarine", - "array-bytes", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural 23.0.0", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 26.0.0", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-genesis-builder 0.8.0", - "sp-inherents 26.0.0", - "sp-io 30.0.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 31.0.1", - "sp-staking 26.0.0", - "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-weights 27.0.0", - "static_assertions", - "tt-call", -] - -[[package]] -name = "frame-support" -version = "36.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f4d08149c28010bfa568dcfa832aea628fb794d4243794a13b1bdef1aa66fb1" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "aquamarine", "array-bytes", + "binary-merkle-tree", "bitflags 1.3.2", "docify", "environmental", "frame-metadata", - "frame-support-procedural 30.0.2", + "frame-support-procedural", "impl-trait-for-tuples", "k256", "log", @@ -3056,21 +2957,22 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 33.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing-proc-macro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-genesis-builder 0.14.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-metadata-ir 0.7.0", - "sp-runtime 38.0.1", - "sp-staking 33.0.0", - "sp-state-machine 0.42.0", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 17.0.0", - "sp-weights 31.0.0", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive 14.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-metadata-ir", + "sp-runtime", + "sp-staking", + "sp-state-machine", + "sp-std 14.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-tracing 16.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-trie", + "sp-weights", "static_assertions", "tt-call", ] @@ -3078,188 +2980,98 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse", - "expander", - "frame-support-procedural-tools 10.0.0", - "itertools 0.11.0", - "macro_magic", - "proc-macro-warning 1.0.2", - "proc-macro2", - "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "syn 2.0.65", -] - -[[package]] -name = "frame-support-procedural" -version = "30.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e4662a809f559aea6234bd90940fa29df583a3c8124a3cf923f66a0d21126b7" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", + "docify", "expander", - "frame-support-procedural-tools 13.0.0", + "frame-support-procedural-tools", "itertools 0.11.0", "macro_magic", "proc-macro-warning 1.0.2", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 2.0.65", + "sp-crypto-hashing", + "syn 2.0.82", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "frame-support-procedural-tools-derive 11.0.0", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.65", -] - -[[package]] -name = "frame-support-procedural-tools" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bead15a320be1764cdd50458c4cfacb23e0cee65f64f500f8e34136a94c7eeca" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "frame-support-procedural-tools-derive 12.0.0", - "proc-macro-crate 3.1.0", + "frame-support-procedural-tools-derive", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.65", -] - -[[package]] -name = "frame-support-procedural-tools-derive" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed971c6435503a099bdac99fe4c5bea08981709e5b5a0a8535a1856f48561191" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "cfg-if", - "docify", - "frame-support 28.0.0", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-version 29.0.0", - "sp-weights 27.0.0", -] - -[[package]] -name = "frame-system" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c2f10b6943da5d00f45b1b07b101bea49647d0e6c7e755b2852fd947072d7ee" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "cfg-if", "docify", - "frame-support 36.0.1", + "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 36.0.0", - "sp-weights 31.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std 14.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-version", + "sp-weights", ] [[package]] name = "frame-system-benchmarking" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15afc91c7780e18274dcea58ed1edb700c48d10e086a9785e3f6708099cd3250" +version = "28.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-runtime", ] [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "docify", "parity-scale-codec", - "sp-api 26.0.0", -] - -[[package]] -name = "frame-system-rpc-runtime-api" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e9e2b7b85e451e367f4fb85ff3295bd039e17f64de1906154d3976e2638ee8" -dependencies = [ - "parity-scale-codec", - "sp-api 33.0.0", + "sp-api", ] [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "frame-support 28.0.0", - "parity-scale-codec", - "sp-api 26.0.0", - "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "frame-try-runtime" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae6ba8b36a52775ad39ccfb45ff4ad814c3cb45ec74d0a4271889e00bd791c6c" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "frame-support 36.0.1", + "frame-support", "parity-scale-codec", - "sp-api 33.0.0", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-runtime", ] [[package]] @@ -3280,10 +3092,10 @@ dependencies = [ "fp-dynamic-fee", "fp-evm", "fp-rpc", - "frame-benchmarking 36.0.0", + "frame-benchmarking", "frame-benchmarking-cli", - "frame-system 36.0.0", - "frame-system-rpc-runtime-api 33.0.0", + "frame-system", + "frame-system-rpc-runtime-api", "frontier-template-runtime", "futures", "hex-literal", @@ -3294,40 +3106,40 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "sc-basic-authorship", - "sc-chain-spec 35.0.0", + "sc-chain-spec", "sc-cli", - "sc-client-api 35.1.0", - "sc-consensus 0.41.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-grandpa", "sc-consensus-manual-seal", - "sc-executor 0.39.0", - "sc-network 0.42.0", - "sc-network-sync 0.41.0", - "sc-offchain 37.0.0", - "sc-rpc 37.0.0", - "sc-rpc-api 0.41.0", - "sc-service 0.43.0", - "sc-telemetry 22.0.0", - "sc-transaction-pool 35.0.0", - "sc-transaction-pool-api 35.0.0", + "sc-executor", + "sc-network", + "sc-network-sync", + "sc-offchain", + "sc-rpc", + "sc-rpc-api", + "sc-service", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde_json", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus-aura 0.39.0", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-offchain 33.0.0", - "sp-runtime 38.0.1", - "sp-session 34.0.0", - "sp-timestamp 33.0.0", - "sp-transaction-pool 33.0.0", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus-aura", + "sp-consensus-grandpa", + "sp-core", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-timestamp", + "sp-transaction-pool", "substrate-build-script-utils", "substrate-frame-rpc-system", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint", ] [[package]] @@ -3338,14 +3150,14 @@ dependencies = [ "fp-evm", "fp-rpc", "fp-self-contained", - "frame-benchmarking 36.0.0", - "frame-executive 36.0.0", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", "frame-system-benchmarking", - "frame-system-rpc-runtime-api 33.0.0", + "frame-system-rpc-runtime-api", "pallet-aura", - "pallet-balances 37.0.0", + "pallet-balances", "pallet-base-fee", "pallet-dynamic-fee", "pallet-ethereum", @@ -3356,24 +3168,24 @@ dependencies = [ "pallet-evm-precompile-simple", "pallet-grandpa", "pallet-sudo", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "scale-info", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", - "sp-consensus-aura 0.39.0", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-genesis-builder 0.14.0", - "sp-inherents 33.0.0", - "sp-offchain 33.0.0", - "sp-runtime 38.0.1", - "sp-session 34.0.0", - "sp-transaction-pool 33.0.0", - "sp-version 36.0.0", - "substrate-wasm-builder 23.0.0", + "sp-api", + "sp-block-builder", + "sp-consensus-aura", + "sp-consensus-grandpa", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-transaction-pool", + "sp-version", + "substrate-wasm-builder", ] [[package]] @@ -3489,7 +3301,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -3499,7 +3311,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" dependencies = [ "futures-io", - "rustls 0.21.10", + "rustls 0.21.12", ] [[package]] @@ -3579,9 +3391,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.12" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "libc", @@ -3629,6 +3441,12 @@ dependencies = [ "stable_deref_trait", ] +[[package]] +name = "gimli" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" + [[package]] name = "glob" version = "0.3.1" @@ -3663,7 +3481,7 @@ checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", "rand_core", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -3678,7 +3496,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.2.6", + "indexmap 2.5.0", "slab", "tokio", "tokio-util", @@ -3687,9 +3505,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" +checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" dependencies = [ "atomic-waker", "bytes", @@ -3697,7 +3515,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.1.0", - "indexmap 2.2.6", + "indexmap 2.5.0", "slab", "tokio", "tokio-util", @@ -3750,9 +3568,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.3" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash", "allocator-api2", @@ -3764,7 +3582,7 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" dependencies = [ - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -3788,6 +3606,12 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" +[[package]] +name = "hermit-abi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" + [[package]] name = "hex" version = "0.4.3" @@ -3796,9 +3620,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hex-conservative" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30ed443af458ccb6d81c1e7e661545f94d3176752fb1df2f543b902a1e0f51e2" +checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" [[package]] name = "hex-literal" @@ -3807,10 +3631,55 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] -name = "hkdf" -version = "0.12.4" +name = "hickory-proto" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" +checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.1", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "hickory-resolver" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" +dependencies = [ + "cfg-if", + "futures-util", + "hickory-proto", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.3", + "rand", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "hkdf" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" dependencies = [ "hmac 0.12.1", ] @@ -3845,15 +3714,6 @@ dependencies = [ "hmac 0.8.1", ] -[[package]] -name = "home" -version = "0.5.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" -dependencies = [ - "windows-sys 0.52.0", -] - [[package]] name = "hostname" version = "0.3.1" @@ -3923,9 +3783,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.8.0" +version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" +checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" [[package]] name = "httpdate" @@ -3941,9 +3801,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.28" +version = "0.14.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" +checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" dependencies = [ "bytes", "futures-channel", @@ -3972,7 +3832,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.5", + "h2 0.4.6", "http 1.1.0", "http-body 1.0.1", "httparse", @@ -3991,9 +3851,9 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.28", + "hyper 0.14.30", "log", - "rustls 0.21.10", + "rustls 0.21.12", "rustls-native-certs", "tokio", "tokio-rustls", @@ -4001,9 +3861,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" +checksum = "da62f120a8a37763efb0cf8fdf264b884c7b8b9ac8660b900c8661030c00e6ba" dependencies = [ "bytes", "futures-util", @@ -4110,7 +3970,7 @@ dependencies = [ "bytes", "futures", "http 0.2.12", - "hyper 0.14.28", + "hyper 0.14.30", "log", "rand", "tokio", @@ -4127,6 +3987,26 @@ dependencies = [ "parity-scale-codec", ] +[[package]] +name = "impl-codec" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b67aa010c1e3da95bf151bd8b4c059b2ed7e75387cdb969b4f8f2723a43f9941" +dependencies = [ + "parity-scale-codec", +] + +[[package]] +name = "impl-num-traits" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "803d15461ab0dcc56706adf266158acbc44ccf719bf7d0af30705f58b90a4b8c" +dependencies = [ + "integer-sqrt", + "num-traits", + "uint 0.10.0", +] + [[package]] name = "impl-rlp" version = "0.3.0" @@ -4145,6 +4025,15 @@ dependencies = [ "serde", ] +[[package]] +name = "impl-serde" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a143eada6a1ec4aefa5049037a26a6d597bfd64f8c026d07b77133e02b7dd0b" +dependencies = [ + "serde", +] + [[package]] name = "impl-trait-for-tuples" version = "0.2.2" @@ -4158,18 +4047,18 @@ dependencies = [ [[package]] name = "include_dir" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" dependencies = [ "include_dir_macros", ] [[package]] name = "include_dir_macros" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" dependencies = [ "proc-macro2", "quote", @@ -4188,12 +4077,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.6" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" +checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" dependencies = [ "equivalent", - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -4207,9 +4096,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ "cfg-if", ] @@ -4229,7 +4118,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", "windows-sys 0.48.0", ] @@ -4254,21 +4143,27 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" +checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4" [[package]] name = "is-terminal" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" +checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" dependencies = [ - "hermit-abi", + "hermit-abi 0.4.0", "libc", "windows-sys 0.52.0", ] +[[package]] +name = "is_terminal_polyfill" +version = "1.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" + [[package]] name = "itertools" version = "0.10.5" @@ -4304,27 +4199,27 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jobserver" -version = "0.1.28" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ "wasm-bindgen", ] [[package]] name = "jsonrpsee" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" +checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" dependencies = [ "jsonrpsee-core", "jsonrpsee-proc-macros", @@ -4336,13 +4231,11 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" +checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" dependencies = [ - "anyhow", "async-trait", - "beef", "bytes", "futures-util", "http 1.1.0", @@ -4351,7 +4244,7 @@ dependencies = [ "jsonrpsee-types", "parking_lot 0.12.3", "rand", - "rustc-hash", + "rustc-hash 2.0.0", "serde", "serde_json", "thiserror", @@ -4361,24 +4254,23 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7895f186d5921065d96e16bd795e5ca89ac8356ec423fafc6e3d7cf8ec11aee4" +checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" dependencies = [ "heck 0.5.0", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "jsonrpsee-server" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "654afab2e92e5d88ebd8a39d6074483f3f2bfdf91c5ac57fe285e7127cdd4f51" +checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" dependencies = [ - "anyhow", "futures-util", "http 1.1.0", "http-body 1.0.1", @@ -4402,11 +4294,10 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" +checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" dependencies = [ - "beef", "http 1.1.0", "serde", "serde_json", @@ -4415,9 +4306,9 @@ dependencies = [ [[package]] name = "k256" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" +checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" dependencies = [ "cfg-if", "ecdsa", @@ -4477,11 +4368,11 @@ dependencies = [ [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" dependencies = [ - "spin 0.5.2", + "spin 0.9.8", ] [[package]] @@ -4492,18 +4383,18 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.153" +version = "0.2.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libloading" -version = "0.8.3" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" +checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.4", + "windows-targets 0.52.6", ] [[package]] @@ -4646,7 +4537,7 @@ version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" dependencies = [ - "bs58 0.5.1", + "bs58", "ed25519-dalek", "hkdf", "multihash 0.19.1", @@ -4682,7 +4573,7 @@ dependencies = [ "sha2 0.10.8", "smallvec", "thiserror", - "uint", + "uint 0.9.5", "unsigned-varint 0.7.2", "void", ] @@ -4783,10 +4674,10 @@ dependencies = [ "libp2p-tls", "log", "parking_lot 0.12.3", - "quinn 0.10.2", + "quinn", "rand", "ring 0.16.20", - "rustls 0.21.10", + "rustls 0.21.12", "socket2 0.5.7", "thiserror", "tokio", @@ -4843,7 +4734,7 @@ dependencies = [ "proc-macro-warning 0.4.2", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -4875,7 +4766,7 @@ dependencies = [ "libp2p-identity", "rcgen", "ring 0.16.20", - "rustls 0.21.10", + "rustls 0.21.12", "rustls-webpki", "thiserror", "x509-parser 0.15.1", @@ -4948,13 +4839,13 @@ dependencies = [ [[package]] name = "libredox" -version = "0.0.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "libc", - "redox_syscall 0.4.1", + "redox_syscall 0.5.3", ] [[package]] @@ -4999,7 +4890,7 @@ checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" dependencies = [ "crunchy", "digest 0.9.0", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -5033,9 +4924,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.16" +version = "1.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" +checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" dependencies = [ "cc", "pkg-config", @@ -5083,9 +4974,9 @@ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" [[package]] name = "linux-raw-sys" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "lioness" @@ -5101,21 +4992,22 @@ dependencies = [ [[package]] name = "litep2p" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f46c51c205264b834ceed95c8b195026e700494bc3991aaba3b4ea9e20626d9" +checksum = "d4ab2528b02b6dbbc3e6ec4b55ccde885647c622a315b7da45081ed2dfe4b813" dependencies = [ "async-trait", - "bs58 0.4.0", + "bs58", "bytes", "cid 0.10.1", "ed25519-dalek", "futures", "futures-timer", "hex-literal", - "indexmap 2.2.6", + "hickory-resolver", + "indexmap 2.5.0", "libc", - "mockall 0.12.1", + "mockall 0.13.0", "multiaddr 0.17.1", "multihash 0.17.0", "network-interface", @@ -5123,8 +5015,7 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "prost 0.12.6", - "prost-build 0.11.9", - "quinn 0.9.4", + "prost-build", "rand", "rcgen", "ring 0.16.20", @@ -5136,18 +5027,15 @@ dependencies = [ "snow", "socket2 0.5.7", "static_assertions", - "str0m", "thiserror", "tokio", "tokio-stream", "tokio-tungstenite", "tokio-util", "tracing", - "trust-dns-resolver", - "uint", + "uint 0.9.5", "unsigned-varint 0.8.0", "url", - "webpki", "x25519-dalek", "x509-parser 0.16.0", "yasna", @@ -5156,9 +5044,9 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" dependencies = [ "autocfg", "scopeguard", @@ -5172,11 +5060,11 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lru" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" +checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" dependencies = [ - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -5190,9 +5078,9 @@ dependencies = [ [[package]] name = "lz4" -version = "1.24.0" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" +checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68" dependencies = [ "libc", "lz4-sys", @@ -5200,9 +5088,9 @@ dependencies = [ [[package]] name = "lz4-sys" -version = "1.9.4" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" +checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868" dependencies = [ "cc", "libc", @@ -5226,7 +5114,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -5240,7 +5128,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -5251,7 +5139,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -5262,23 +5150,23 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "macrotest" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c373046e96714b07b66d572e8b43e48d67cad110fd3f5bf2e000e58751864d2d" +checksum = "4e2035deb453578ff1cd2da2761ac78abbffffd1d06a0f59261c082ea713fdad" dependencies = [ "basic-toml", "diff", "glob", - "prettyplease 0.2.20", + "prettyplease", "serde", "serde_derive", "serde_json", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -5293,15 +5181,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" -[[package]] -name = "matchers" -version = "0.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" -dependencies = [ - "regex-automata 0.1.10", -] - [[package]] name = "matchers" version = "0.1.0" @@ -5319,9 +5198,9 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "matrixmultiply" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" +checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" dependencies = [ "autocfg", "rawpointer", @@ -5329,9 +5208,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.1" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memfd" @@ -5339,7 +5218,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.36", ] [[package]] @@ -5412,22 +5291,23 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" +checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" dependencies = [ - "adler", + "adler2", ] [[package]] name = "mio" -version = "0.8.11" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" +checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" dependencies = [ + "hermit-abi 0.3.9", "libc", "wasi", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -5450,7 +5330,7 @@ dependencies = [ "rand", "rand_chacha", "rand_distr", - "subtle 2.5.0", + "subtle 2.6.1", "thiserror", "zeroize", ] @@ -5472,15 +5352,14 @@ dependencies = [ [[package]] name = "mockall" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48" +checksum = "d4c28b3fb6d753d28c20e826cd46ee611fda1cf3cde03a443a974043247c065a" dependencies = [ "cfg-if", "downcast", "fragile", - "lazy_static", - "mockall_derive 0.12.1", + "mockall_derive 0.13.0", "predicates 3.1.2", "predicates-tree", ] @@ -5499,14 +5378,14 @@ dependencies = [ [[package]] name = "mockall_derive" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2" +checksum = "341014e7f530314e9a1fdbc7400b244efea7122662c96bfa248c31da5bfb2020" dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -5638,9 +5517,9 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.32.4" +version = "0.32.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4541eb06dce09c0241ebbaab7102f0a01a0c8994afed2e5d0d66775016e25ac2" +checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4" dependencies = [ "approx", "matrixmultiply", @@ -5654,13 +5533,13 @@ dependencies = [ [[package]] name = "nalgebra-macros" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998" +checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.82", ] [[package]] @@ -5674,11 +5553,10 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" +checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" dependencies = [ - "lazy_static", "libc", "log", "openssl", @@ -5745,9 +5623,9 @@ dependencies = [ [[package]] name = "netlink-sys" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411" +checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307" dependencies = [ "bytes", "futures", @@ -5845,9 +5723,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", @@ -5925,29 +5803,29 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", ] [[package]] name = "num_enum" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" +checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" dependencies = [ "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" +checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 1.1.3", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -5971,6 +5849,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "object" +version = "0.36.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" +dependencies = [ + "memchr", +] + [[package]] name = "oid-registry" version = "0.6.1" @@ -5982,11 +5869,11 @@ dependencies = [ [[package]] name = "oid-registry" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d" +checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" dependencies = [ - "asn1-rs 0.6.1", + "asn1-rs 0.6.2", ] [[package]] @@ -6009,11 +5896,11 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.64" +version = "0.10.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", "foreign-types", "libc", @@ -6030,7 +5917,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -6039,24 +5926,14 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" -[[package]] -name = "openssl-src" -version = "300.2.3+3.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843" -dependencies = [ - "cc", -] - [[package]] name = "openssl-sys" -version = "0.9.101" +version = "0.9.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ "cc", "libc", - "openssl-src", "pkg-config", "vcpkg", ] @@ -6075,106 +5952,69 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-aura" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0861b2a1ad6526948567bb59a3fdc4c7f02ee79b07be8b931a544350ec35ab0c" +version = "27.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-support", + "frame-system", "log", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 37.0.0", - "sp-consensus-aura 0.39.0", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto", + "sp-consensus-aura", + "sp-runtime", ] [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "frame-support 28.0.0", - "frame-system 28.0.0", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "pallet-authorship" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38885846dbcf03b025fdbd7edb3649046dbc68fa0b419ffe8837ef853a10d31f" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", ] [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 28.0.0", - "pallet-session 28.0.0", - "pallet-timestamp 27.0.0", + "pallet-authorship", + "pallet-session", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 30.0.0", - "sp-consensus-babe 0.32.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-session 27.0.0", - "sp-staking 26.0.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "docify", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "pallet-balances" -version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6878e240962d3887f0e0654ac343a18845adb95ad493c9d4d5e803c015d4a4c3" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", ] [[package]] @@ -6182,13 +6022,13 @@ name = "pallet-base-fee" version = "1.0.0" dependencies = [ "fp-evm", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -6197,15 +6037,15 @@ version = "4.0.0-dev" dependencies = [ "fp-dynamic-fee", "fp-evm", - "frame-support 36.0.1", - "frame-system 36.0.0", - "pallet-timestamp 35.0.0", + "frame-support", + "frame-system", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-inherents", + "sp-io", + "sp-runtime", ] [[package]] @@ -6221,19 +6061,19 @@ dependencies = [ "fp-rpc", "fp-self-contained", "fp-storage", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-support", + "frame-system", "hex", "libsecp256k1", - "pallet-balances 37.0.0", + "pallet-balances", "pallet-evm", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "parity-scale-codec", "rlp", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -6244,32 +6084,32 @@ dependencies = [ "evm", "fp-account", "fp-evm", - "frame-benchmarking 36.0.0", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "hash-db", "hex", "hex-literal", "impl-trait-for-tuples", "log", - "pallet-balances 37.0.0", + "pallet-balances", "pallet-evm-precompile-simple", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "parity-scale-codec", "rlp", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" dependencies = [ - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", ] @@ -6312,7 +6152,7 @@ version = "2.0.0-dev" dependencies = [ "fp-evm", "pallet-evm-test-vector-support", - "sp-core 34.0.0", + "sp-core", "substrate-bn", ] @@ -6341,17 +6181,17 @@ name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" dependencies = [ "fp-evm", - "frame-support 36.0.1", - "frame-system 36.0.0", - "pallet-balances 37.0.0", + "frame-support", + "frame-system", + "pallet-balances", "pallet-evm", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "pallet-utility", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -6387,7 +6227,7 @@ dependencies = [ "fp-evm", "pallet-evm-test-vector-support", "ripemd", - "sp-io 37.0.0", + "sp-io", ] [[package]] @@ -6395,19 +6235,19 @@ name = "pallet-evm-precompile-storage-cleaner" version = "0.1.0" dependencies = [ "fp-evm", - "frame-support 36.0.1", - "frame-system 36.0.0", - "pallet-balances 37.0.0", + "frame-support", + "frame-system", + "pallet-balances", "pallet-evm", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "pallet-utility", "parity-scale-codec", "precompile-utils", "rlp", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -6419,213 +6259,158 @@ dependencies = [ "hex", "serde", "serde_json", - "sp-core 34.0.0", + "sp-core", ] [[package]] name = "pallet-grandpa" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8244b686d5cae6a8af1557ed0f49db08f812f0e7942a8d2da554b4da8a69daf0" +version = "28.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 36.0.0", - "pallet-session 36.0.0", + "pallet-authorship", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 37.0.0", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-session 34.0.0", - "sp-staking 33.0.0", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto", + "sp-consensus-grandpa", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", ] [[package]] name = "pallet-hotfix-sufficients" version = "1.0.0" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "pallet-evm", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "frame-support 28.0.0", - "frame-system 28.0.0", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 27.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-session 27.0.0", - "sp-staking 26.0.0", - "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-trie 29.0.0", -] - -[[package]] -name = "pallet-session" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c92b24c911c2cfa5351616edc7f2f93427ea6f4f95efdb13f0f5d51997939c3" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-session 34.0.0", - "sp-staking 33.0.0", - "sp-state-machine 0.42.0", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 36.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-state-machine", + "sp-trie", ] [[package]] name = "pallet-sudo" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd2a8797c1bb3d3897b4f87a7716111da5eeb8561345277b6e6d70349ec8b35" +version = "28.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io", + "sp-runtime", ] [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "docify", - "frame-benchmarking 28.0.0", - "frame-support 28.0.0", - "frame-system 28.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents 26.0.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-timestamp 26.0.0", -] - -[[package]] -name = "pallet-timestamp" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae789d344be857679b0b98b28a67c747119724847f81d704d3fd03ee13fb6841" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "docify", - "frame-benchmarking 36.0.0", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 21.0.0", - "sp-timestamp 33.0.0", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-storage 19.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74fb6114223c8d967c3c2f21cbc845e8ea604ff7e21a8e59d119d5a9257ba886" +version = "28.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a82898085607c7b00ef20fdce7c621790bf2b644c134918a172fe0a8f7f08e6c" +version = "30.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-rpc 32.0.0", - "sp-runtime 38.0.1", - "sp-weights 31.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4bad1700ad7eb5ab254189e1df894d1d16b3626a3c4b9c45259ec4d9efc262c" +version = "28.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api 33.0.0", - "sp-runtime 38.0.1", - "sp-weights 31.0.0", + "sp-api", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-utility" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3238fe6ad00da6a137be115904c39cab97eb5c7f03da0bb1a20de1bef03f0c71" +version = "28.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "frame-benchmarking 36.0.0", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -6683,7 +6468,7 @@ version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 1.0.109", @@ -6697,9 +6482,9 @@ checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" [[package]] name = "parking" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" @@ -6719,7 +6504,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", - "parking_lot_core 0.9.9", + "parking_lot_core 0.9.10", ] [[package]] @@ -6738,15 +6523,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" +checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", + "redox_syscall 0.5.3", "smallvec", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -6763,14 +6548,14 @@ checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", "rand_core", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] name = "paste" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pbkdf2" @@ -6805,9 +6590,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.8" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8" +checksum = "9c73c26c01b8c87956cea613c907c9d6ecffd8d18a2a5908e5de0adfaa185cea" dependencies = [ "memchr", "thiserror", @@ -6816,9 +6601,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.8" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026" +checksum = "664d22978e2815783adbdd2c588b455b1bd625299ce36b2a99881ac9627e6d8d" dependencies = [ "pest", "pest_generator", @@ -6826,22 +6611,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.8" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80" +checksum = "a2d5487022d5d33f4c30d91c22afa240ce2a644e87fe08caad974d4eab6badbe" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "pest_meta" -version = "2.7.8" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293" +checksum = "0091754bbd0ea592c4deb3a122ce8ecbb0753b738aa82bc055fcc2eccc8d8174" dependencies = [ "once_cell", "pest", @@ -6850,12 +6635,12 @@ dependencies = [ [[package]] name = "petgraph" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" +checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.2.6", + "indexmap 2.5.0", ] [[package]] @@ -6875,14 +6660,14 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "pin-project-lite" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" [[package]] name = "pin-utils" @@ -6955,7 +6740,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -6965,7 +6750,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -6975,7 +6760,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ "gimli 0.28.1", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "log", "object 0.32.2", "polkavm-common", @@ -6991,17 +6776,17 @@ checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" [[package]] name = "polling" -version = "3.6.0" +version = "3.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6" +checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi", + "hermit-abi 0.4.0", "pin-project-lite", - "rustix 0.38.32", + "rustix 0.38.36", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -7029,9 +6814,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" +checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" [[package]] name = "powerfmt" @@ -7041,9 +6826,12 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.17" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +dependencies = [ + "zerocopy", +] [[package]] name = "precompile-utils" @@ -7053,8 +6841,8 @@ dependencies = [ "environmental", "evm", "fp-evm", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-support", + "frame-system", "hex", "hex-literal", "impl-trait-for-tuples", @@ -7066,10 +6854,10 @@ dependencies = [ "scale-info", "serde", "similar-asserts", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-weights 31.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-weights", "staging-xcm", ] @@ -7079,14 +6867,14 @@ version = "0.1.0" dependencies = [ "case", "fp-evm", - "frame-support 36.0.1", + "frame-support", "macrotest", "num_enum", "precompile-utils", - "prettyplease 0.2.20", + "prettyplease", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-crypto-hashing", "syn 1.0.109", "trybuild", ] @@ -7097,18 +6885,18 @@ version = "0.1.0" dependencies = [ "evm", "fp-evm", - "frame-support 36.0.1", - "frame-system 36.0.0", + "frame-support", + "frame-system", "hex-literal", - "pallet-balances 37.0.0", + "pallet-balances", "pallet-evm", - "pallet-timestamp 35.0.0", + "pallet-timestamp", "parity-scale-codec", "precompile-utils", "scale-info", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -7137,62 +6925,54 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" +checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" [[package]] name = "predicates-tree" -version = "1.0.9" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" +checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" dependencies = [ "predicates-core", "termtree", ] -[[package]] -name = "prettier-please" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22020dfcf177fcc7bf5deaf7440af371400c67c0de14c399938d8ed4fb4645d3" -dependencies = [ - "proc-macro2", - "syn 2.0.65", -] - [[package]] name = "prettyplease" -version = "0.1.11" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28f53e8b192565862cf99343194579a022eb9c7dd3a8d03134734803c7b3125" +checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" dependencies = [ "proc-macro2", - "syn 1.0.109", + "syn 2.0.82", ] [[package]] -name = "prettyplease" -version = "0.2.20" +name = "primitive-types" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" +checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ - "proc-macro2", - "syn 2.0.65", + "fixed-hash", + "impl-codec 0.6.0", + "impl-rlp", + "impl-serde 0.4.0", + "scale-info", + "uint 0.9.5", ] [[package]] name = "primitive-types" -version = "0.12.2" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" +checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5" dependencies = [ "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "scale-info", - "uint", + "impl-codec 0.7.0", + "impl-num-traits", + "uint 0.10.0", ] [[package]] @@ -7207,11 +6987,11 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ - "toml_edit 0.21.1", + "toml_edit", ] [[package]] @@ -7246,7 +7026,7 @@ checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -7257,14 +7037,14 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "proc-macro2" -version = "1.0.83" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43" +checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" dependencies = [ "unicode-ident", ] @@ -7303,17 +7083,23 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] -name = "prost" -version = "0.11.9" +name = "proptest" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" +checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" dependencies = [ - "bytes", - "prost-derive 0.11.9", + "bitflags 2.6.0", + "lazy_static", + "num-traits", + "rand", + "rand_chacha", + "rand_xorshift", + "regex-syntax 0.8.4", + "unarray", ] [[package]] @@ -7327,106 +7113,85 @@ dependencies = [ ] [[package]] -name = "prost-build" -version = "0.11.9" +name = "prost" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" +checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f" dependencies = [ "bytes", - "heck 0.4.1", - "itertools 0.10.5", - "lazy_static", - "log", - "multimap", - "petgraph", - "prettyplease 0.1.11", - "prost 0.11.9", - "prost-types 0.11.9", - "regex", - "syn 1.0.109", - "tempfile", - "which", + "prost-derive 0.13.3", ] [[package]] name = "prost-build" -version = "0.12.6" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" +checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15" dependencies = [ "bytes", - "heck 0.5.0", + "heck 0.4.1", "itertools 0.12.1", "log", "multimap", "once_cell", "petgraph", - "prettyplease 0.2.20", - "prost 0.12.6", - "prost-types 0.12.6", + "prettyplease", + "prost 0.13.3", + "prost-types", "regex", - "syn 2.0.65", + "syn 2.0.82", "tempfile", ] [[package]] name = "prost-derive" -version = "0.11.9" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.12.1", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.82", ] [[package]] name = "prost-derive" -version = "0.12.6" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" +checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" dependencies = [ "anyhow", "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.65", -] - -[[package]] -name = "prost-types" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" -dependencies = [ - "prost 0.11.9", + "syn 2.0.82", ] [[package]] name = "prost-types" -version = "0.12.6" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" +checksum = "4759aa0d3a6232fb8dbdb97b61de2c20047c68aca932c7ed76da9d788508d670" dependencies = [ - "prost 0.12.6", + "prost 0.13.3", ] [[package]] name = "psm" -version = "0.1.21" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" +checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205" dependencies = [ "cc", ] [[package]] name = "quanta" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ca0b7bac0b97248c40bb77288fc52029cf1459c0461ea1b05ee32ccf011de2c" +checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" dependencies = [ "crossbeam-utils", "libc", @@ -7465,24 +7230,6 @@ dependencies = [ "unsigned-varint 0.7.2", ] -[[package]] -name = "quinn" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" -dependencies = [ - "bytes", - "pin-project-lite", - "quinn-proto 0.9.6", - "quinn-udp 0.3.2", - "rustc-hash", - "rustls 0.20.9", - "thiserror", - "tokio", - "tracing", - "webpki", -] - [[package]] name = "quinn" version = "0.10.2" @@ -7492,33 +7239,15 @@ dependencies = [ "bytes", "futures-io", "pin-project-lite", - "quinn-proto 0.10.6", - "quinn-udp 0.4.1", - "rustc-hash", - "rustls 0.21.10", + "quinn-proto", + "quinn-udp", + "rustc-hash 1.1.0", + "rustls 0.21.12", "thiserror", "tokio", "tracing", ] -[[package]] -name = "quinn-proto" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" -dependencies = [ - "bytes", - "rand", - "ring 0.16.20", - "rustc-hash", - "rustls 0.20.9", - "slab", - "thiserror", - "tinyvec", - "tracing", - "webpki", -] - [[package]] name = "quinn-proto" version = "0.10.6" @@ -7528,27 +7257,14 @@ dependencies = [ "bytes", "rand", "ring 0.16.20", - "rustc-hash", - "rustls 0.21.10", + "rustc-hash 1.1.0", + "rustls 0.21.12", "slab", "thiserror", "tinyvec", "tracing", ] -[[package]] -name = "quinn-udp" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" -dependencies = [ - "libc", - "quinn-proto 0.9.6", - "socket2 0.4.10", - "tracing", - "windows-sys 0.42.0", -] - [[package]] name = "quinn-udp" version = "0.4.1" @@ -7564,9 +7280,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ "proc-macro2", ] @@ -7626,13 +7342,22 @@ dependencies = [ "rand_core", ] +[[package]] +name = "rand_xorshift" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" +dependencies = [ + "rand_core", +] + [[package]] name = "raw-cpuid" -version = "11.0.1" +version = "11.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1" +checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] @@ -7684,18 +7409,18 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.4.1" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" +checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", ] [[package]] name = "redox_users" -version = "0.4.4" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom", "libredox", @@ -7719,7 +7444,7 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -7742,21 +7467,21 @@ checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" dependencies = [ "hashbrown 0.13.2", "log", - "rustc-hash", + "rustc-hash 1.1.0", "slice-group-by", "smallvec", ] [[package]] name = "regex" -version = "1.10.4" +version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.6", - "regex-syntax 0.8.3", + "regex-automata 0.4.7", + "regex-syntax 0.8.4", ] [[package]] @@ -7770,13 +7495,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" +checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.3", + "regex-syntax 0.8.4", ] [[package]] @@ -7787,9 +7512,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" +checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "resolv-conf" @@ -7808,13 +7533,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" dependencies = [ "hmac 0.12.1", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] name = "ring" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#665f5f51af5734c7b6d90b985dd6861d4c5b4752" +source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" dependencies = [ "ark-ec", "ark-ff", @@ -7943,9 +7668,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hash" @@ -7953,6 +7678,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +[[package]] +name = "rustc-hash" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" + [[package]] name = "rustc-hex" version = "2.1.0" @@ -7961,11 +7692,11 @@ checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" [[package]] name = "rustc_version" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.22", + "semver 1.0.23", ] [[package]] @@ -7993,14 +7724,14 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.32" +version = "0.38.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" +checksum = "3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "errno", "libc", - "linux-raw-sys 0.4.13", + "linux-raw-sys 0.4.14", "windows-sys 0.52.0", ] @@ -8017,9 +7748,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.10" +version = "0.21.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", "ring 0.17.8", @@ -8060,9 +7791,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.14" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "rw-stream-sink" @@ -8077,15 +7808,15 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "safe_arch" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" +checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" dependencies = [ "bytemuck", ] @@ -8102,163 +7833,93 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "log", - "sp-core 28.0.0", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "thiserror", -] - -[[package]] -name = "sc-allocator" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b975ee3a95eaacb611e7b415737a7fa2db4d8ad7b880cc1b97371b04e95c7903" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "log", - "sp-core 34.0.0", - "sp-wasm-interface 21.0.0", + "sp-core", + "sp-wasm-interface 20.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c31a124aa02343a17cb86cc714bc2b66ce18c7f17530178767388de8a37b152" +version = "0.34.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "futures", "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.40.0", + "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 22.0.0", - "sc-transaction-pool-api 35.0.0", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.1", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "parity-scale-codec", - "sp-api 26.0.0", - "sp-block-builder 26.0.0", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", - "sp-trie 29.0.0", -] - -[[package]] -name = "sc-block-builder" -version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6345fb862e10aaa7d88d6689a7c247448c40ae465253c83566dc76a17ec1426" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "parity-scale-codec", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.1", - "sp-trie 36.0.0", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-trie", ] [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "array-bytes", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive 11.0.0", - "sc-client-api 28.0.0", - "sc-executor 0.32.0", - "sc-network 0.34.0", - "sc-telemetry 15.0.0", - "serde", - "serde_json", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-genesis-builder 0.8.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "sc-chain-spec" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e04100ec7ff9cf1f2052b05086c77cc216ff7268b8c4fe41007de420bc1f70be" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "docify", "log", "memmap2 0.9.4", "parity-scale-codec", - "sc-chain-spec-derive 12.0.0", - "sc-client-api 35.1.0", - "sc-executor 0.39.0", - "sc-network 0.42.0", - "sc-telemetry 22.0.0", + "sc-chain-spec-derive", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-genesis-builder 0.14.0", - "sp-io 37.0.0", - "sp-runtime 38.0.1", - "sp-state-machine 0.42.0", - "sp-tracing 17.0.0", + "sp-blockchain", + "sp-core", + "sp-crypto-hashing", + "sp-genesis-builder", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-tracing 16.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", ] [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.65", -] - -[[package]] -name = "sc-chain-spec-derive" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b18cef11d2c69703e0d7c3528202ef4ed1cd2b47a6f063e9e17cad8255b1fa94" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "sc-cli" -version = "0.44.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23a50b5a5de473b38de8a909b125b9747a30158900159e59251bb716f80d6d22" +version = "0.36.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "chrono", @@ -8274,24 +7935,25 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api 35.1.0", - "sc-client-db 0.42.0", - "sc-keystore 32.0.0", - "sc-mixnet 0.12.0", - "sc-network 0.42.0", - "sc-service 0.43.0", - "sc-telemetry 22.0.0", - "sc-tracing 35.0.0", - "sc-utils 17.0.0", + "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 35.1.0", - "sp-core 34.0.0", - "sp-keyring 38.0.0", - "sp-keystore 0.40.0", - "sp-panic-handler 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 38.0.1", - "sp-version 36.0.0", + "sp-blockchain", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", + "sp-version", "thiserror", "tokio", ] @@ -8299,88 +7961,34 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor 0.32.0", - "sc-transaction-pool-api 28.0.0", - "sc-utils 14.0.0", - "sp-api 26.0.0", - "sp-blockchain 28.0.0", - "sp-consensus 0.32.0", - "sp-core 28.0.0", - "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "sp-statement-store 10.0.0", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-trie 29.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "sc-client-api" -version = "35.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bb517f4418644aeefd7c29bbe34bfc56ba8b5ea56e0b661a48a4d4d6afef40b" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "fnv", "futures", "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor 0.39.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils 17.0.0", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-core 34.0.0", - "sp-database 10.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.29.0", - "sp-runtime 38.0.1", - "sp-state-machine 0.42.0", - "sp-statement-store 17.0.0", - "sp-storage 21.0.0", - "sp-trie 36.0.0", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-runtime", + "sp-state-machine", + "sp-statement-store", + "sp-storage 19.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-trie", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api 28.0.0", - "sc-state-db 0.30.0", - "schnellru", - "sp-arithmetic 23.0.0", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "sp-trie 29.0.0", -] - -[[package]] -name = "sc-client-db" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e3c685871877f39df000ec446f65fc8d502a7cecfc437cdac59866349642dc3" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "hash-db", "kvdb", @@ -8391,105 +7999,78 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 35.1.0", - "sc-state-db 0.36.0", + "sc-client-api", + "sc-state-db", "schnellru", - "sp-arithmetic 26.0.0", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-database 10.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 38.0.1", - "sp-state-machine 0.42.0", - "sp-trie 36.0.0", + "sp-arithmetic", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "async-trait", - "futures", - "log", - "mockall 0.11.4", - "parking_lot 0.12.3", - "sc-client-api 28.0.0", - "sc-network-types 0.10.0", - "sc-utils 14.0.0", - "serde", - "sp-api 26.0.0", - "sp-blockchain 28.0.0", - "sp-consensus 0.32.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "thiserror", -] - -[[package]] -name = "sc-consensus" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2927954d83d4c055a8699cad8ae093fc921ce73694da6773bd06d195e9a8dd" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "futures", "log", "mockall 0.11.4", "parking_lot 0.12.3", - "sc-client-api 35.1.0", - "sc-network-types 0.12.1", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-types", + "sc-utils", "serde", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-core 34.0.0", - "sp-runtime 38.0.1", - "sp-state-machine 0.42.0", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "017320849a7fce8200da88ccf07785d461c4d144032788f09eb4316742649a38" +version = "0.34.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "futures", "log", "parity-scale-codec", - "sc-block-builder 0.40.0", - "sc-client-api 35.1.0", - "sc-consensus 0.41.0", + "sc-block-builder", + "sc-client-api", + "sc-consensus", "sc-consensus-slots", - "sc-telemetry 22.0.0", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-block-builder 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-consensus-aura 0.39.0", - "sp-consensus-slots 0.39.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.1", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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", ] [[package]] name = "sc-consensus-babe" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91c28b231f19a90917fde889a5077a796e2f9cb4dc6b62f861a8d859437a54cc" +version = "0.34.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "log", "num-bigint", @@ -8497,92 +8078,89 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 35.1.0", - "sc-consensus 0.41.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 22.0.0", - "sc-transaction-pool-api 35.0.0", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-block-builder 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-consensus-babe 0.39.0", - "sp-consensus-slots 0.39.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 33.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.1", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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", ] [[package]] name = "sc-consensus-epochs" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c983798bfea80e629ffa4faa7c299f8522d382703cd32f7a299beaf69631586" +version = "0.33.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "fork-tree 13.0.0", + "fork-tree", "parity-scale-codec", - "sc-client-api 35.1.0", - "sc-consensus 0.41.0", - "sp-blockchain 35.1.0", - "sp-runtime 38.0.1", + "sc-client-api", + "sc-consensus", + "sp-blockchain", + "sp-runtime", ] [[package]] name = "sc-consensus-grandpa" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7c6c62a03b54973f1a608a405908af0fe957fefaf77483cce96bd213eee7ed0" +version = "0.19.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "ahash", "array-bytes", "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.3", "rand", - "sc-block-builder 0.40.0", - "sc-chain-spec 35.0.0", - "sc-client-api 35.1.0", - "sc-consensus 0.41.0", - "sc-network 0.42.0", - "sc-network-common 0.41.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", "sc-network-gossip", - "sc-network-sync 0.41.0", - "sc-network-types 0.12.1", - "sc-telemetry 22.0.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils 17.0.0", + "sc-network-sync", + "sc-network-types", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", "serde_json", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-arithmetic 26.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.40.0", - "sp-runtime 38.0.1", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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", ] [[package]] name = "sc-consensus-manual-seal" -version = "0.43.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c4bab931271a11b6ce1b90b6c98cece668bfcece232b5ebdf616809e07c174" +version = "0.35.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "assert_matches", "async-trait", @@ -8591,123 +8169,84 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 35.1.0", - "sc-consensus 0.41.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-epochs", - "sc-transaction-pool 35.0.0", - "sc-transaction-pool-api 35.0.0", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-consensus-aura 0.39.0", - "sp-consensus-babe 0.39.0", - "sp-consensus-slots 0.39.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.1", - "sp-timestamp 33.0.0", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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", ] [[package]] name = "sc-consensus-slots" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dca112d43c7785193362b33aa7941947bb84d65db9187abe72f1f7a969474c0" +version = "0.33.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "futures", "futures-timer", "log", "parity-scale-codec", - "sc-client-api 35.1.0", - "sc-consensus 0.41.0", - "sc-telemetry 22.0.0", - "sp-arithmetic 26.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-consensus-slots 0.39.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.1", - "sp-state-machine 0.42.0", + "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.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor-common 0.29.0", - "sc-executor-polkavm 0.29.0", - "sc-executor-wasmtime 0.29.0", - "schnellru", - "sp-api 26.0.0", - "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-io 30.0.0", - "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-trie 29.0.0", - "sp-version 29.0.0", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "tracing", -] - -[[package]] -name = "sc-executor" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39f5767bf6a6bad29365d6d08fcf940ee453d31457ed034cf14f0392877daafd" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor-common 0.35.0", - "sc-executor-polkavm 0.32.0", - "sc-executor-wasmtime 0.35.0", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-io 37.0.0", - "sp-panic-handler 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 28.0.0", - "sp-trie 36.0.0", - "sp-version 36.0.0", - "sp-wasm-interface 21.0.0", + "sp-api", + "sp-core", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface 24.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-trie", + "sp-version", + "sp-wasm-interface 20.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "polkavm", - "sc-allocator 23.0.0", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "thiserror", - "wasm-instrument", -] - -[[package]] -name = "sc-executor-common" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3b703a33dcb7cddf19176fdf12294b9a6408125836b0f4afee3e6969e7f190" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "polkavm", - "sc-allocator 29.0.0", - "sp-maybe-compressed-blob 11.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 21.0.0", + "sc-allocator", + "sp-maybe-compressed-blob", + "sp-wasm-interface 20.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", "thiserror", "wasm-instrument", ] @@ -8715,49 +8254,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "log", - "polkavm", - "sc-executor-common 0.29.0", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "sc-executor-polkavm" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26fe58d9cacfab73e5595fa84b80f7bd03efebe54a0574daaeb221a1d1f7ab80" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "log", "polkavm", - "sc-executor-common 0.35.0", - "sp-wasm-interface 21.0.0", + "sc-executor-common", + "sp-wasm-interface 20.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.3", - "rustix 0.36.17", - "sc-allocator 23.0.0", - "sc-executor-common 0.29.0", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "wasmtime", -] - -[[package]] -name = "sc-executor-wasmtime" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd498f2f77ec1f861c30804f5bfd796d4afcc8ce44ea1f11bfbe2847551d161" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "anyhow", "cfg-if", @@ -8765,111 +8273,48 @@ dependencies = [ "log", "parking_lot 0.12.3", "rustix 0.36.17", - "sc-allocator 29.0.0", - "sc-executor-common 0.35.0", - "sp-runtime-interface 28.0.0", - "sp-wasm-interface 21.0.0", + "sc-allocator", + "sc-executor-common", + "sp-runtime-interface 24.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-wasm-interface 20.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", "wasmtime", ] [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "ansi_term", + "console", "futures", "futures-timer", "log", - "sc-client-api 28.0.0", - "sc-network 0.34.0", - "sc-network-common 0.33.0", - "sc-network-sync 0.33.0", - "sp-blockchain 28.0.0", - "sp-runtime 31.0.1", -] - -[[package]] -name = "sc-informant" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74c3751acd690bc469b859d0ad899b076642db9b107e31c28cbd99749b6ecb91" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "sc-client-api 35.1.0", - "sc-network 0.42.0", - "sc-network-common 0.41.0", - "sc-network-sync 0.41.0", - "sp-blockchain 35.1.0", - "sp-runtime 38.0.1", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", + "sp-runtime", ] [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "parking_lot 0.12.3", "serde_json", - "sp-application-crypto 30.0.0", - "sp-core 28.0.0", - "sp-keystore 0.34.0", - "thiserror", -] - -[[package]] -name = "sc-keystore" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267c8cfaceaeecb25484bad8668c17036016e46053a23509d44486474dbf44d3" -dependencies = [ - "array-bytes", - "parking_lot 0.12.3", - "serde_json", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", ] [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "array-bytes", - "arrayvec", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "log", - "mixnet", - "multiaddr 0.18.1", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api 28.0.0", - "sc-network 0.34.0", - "sc-network-types 0.10.0", - "sc-transaction-pool-api 28.0.0", - "sp-api 26.0.0", - "sp-consensus 0.32.0", - "sp-core 28.0.0", - "sp-keystore 0.34.0", - "sp-mixnet 0.4.0", - "sp-runtime 31.0.1", - "thiserror", -] - -[[package]] -name = "sc-mixnet" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a72a92dc72572a0facd73b410855d7f6edf38b32aef46c4798c74f25e595d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "arrayvec", @@ -8882,75 +8327,23 @@ dependencies = [ "multiaddr 0.18.1", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 35.1.0", - "sc-network 0.42.0", - "sc-network-types 0.12.1", - "sc-transaction-pool-api 35.0.0", - "sp-api 33.0.0", - "sp-consensus 0.39.1", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-mixnet 0.11.0", - "sp-runtime 38.0.1", + "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", ] [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "array-bytes", - "async-channel", - "async-trait", - "asynchronous-codec", - "bytes", - "cid 0.9.0", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "litep2p", - "log", - "mockall 0.11.4", - "once_cell", - "parity-scale-codec", - "parking_lot 0.12.3", - "partial_sort", - "pin-project", - "prost 0.12.6", - "prost-build 0.12.6", - "rand", - "sc-client-api 28.0.0", - "sc-network-common 0.33.0", - "sc-network-types 0.10.0", - "sc-utils 14.0.0", - "schnellru", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 23.0.0", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint 0.7.2", - "void", - "wasm-timer", - "zeroize", -] - -[[package]] -name = "sc-network" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04be75f35cea819bae84be99cde138872b17494acf0e54f5f0ae8b0ed3fbe51a" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "async-channel", @@ -8974,21 +8367,21 @@ dependencies = [ "partial_sort", "pin-project", "prost 0.12.6", - "prost-build 0.12.6", + "prost-build", "rand", - "sc-client-api 35.1.0", - "sc-network-common 0.41.0", - "sc-network-types 0.12.1", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-common", + "sc-network-types", + "sc-utils", "schnellru", "serde", "serde_json", "smallvec", - "sp-arithmetic 26.0.0", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-runtime 38.0.1", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-blockchain", + "sp-core", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", @@ -9001,64 +8394,44 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "bitflags 1.3.2", "futures", "libp2p-identity", "parity-scale-codec", - "prost-build 0.12.6", - "sc-consensus 0.33.0", - "sc-network-types 0.10.0", - "sp-consensus 0.32.0", - "sp-consensus-grandpa 13.0.0", - "sp-runtime 31.0.1", -] - -[[package]] -name = "sc-network-common" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ec0c3c5629a418fb26b56963d40c5ca3fd02dd94eb5753e9eb72cea5c2eeb2f" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build 0.12.6", - "sc-consensus 0.41.0", - "sc-network-types 0.12.1", - "sp-consensus 0.39.1", - "sp-consensus-grandpa 20.0.0", - "sp-runtime 38.0.1", + "prost-build", + "sc-consensus", + "sc-network-types", + "sp-consensus", + "sp-consensus-grandpa", + "sp-runtime", ] [[package]] name = "sc-network-gossip" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ae1836528495b6aa5140da39ed0278f5086c21ce530c37964db1b2e2c101ab1" +version = "0.34.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "ahash", "futures", "futures-timer", "log", - "sc-network 0.42.0", - "sc-network-common 0.41.0", - "sc-network-sync 0.41.0", - "sc-network-types 0.12.1", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-network-types", "schnellru", - "sp-runtime 38.0.1", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "async-channel", @@ -9066,108 +8439,47 @@ dependencies = [ "log", "parity-scale-codec", "prost 0.12.6", - "prost-build 0.12.6", - "sc-client-api 28.0.0", - "sc-network 0.34.0", - "sc-network-types 0.10.0", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "thiserror", -] - -[[package]] -name = "sc-network-light" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5e6deda277664336c26ea251cc1ebff7a165df0e3ad4ae23113380d9863ea40" -dependencies = [ - "array-bytes", - "async-channel", - "futures", - "log", - "parity-scale-codec", - "prost 0.12.6", - "prost-build 0.12.6", - "sc-client-api 35.1.0", - "sc-network 0.42.0", - "sc-network-types 0.12.1", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-runtime 38.0.1", + "prost-build", + "sc-client-api", + "sc-network", + "sc-network-types", + "sp-blockchain", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "array-bytes", - "async-channel", - "async-trait", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "libp2p", - "log", - "mockall 0.11.4", - "parity-scale-codec", - "prost 0.12.6", - "prost-build 0.12.6", - "sc-client-api 28.0.0", - "sc-consensus 0.33.0", - "sc-network 0.34.0", - "sc-network-common 0.33.0", - "sc-network-types 0.10.0", - "sc-utils 14.0.0", - "schnellru", - "smallvec", - "sp-arithmetic 23.0.0", - "sp-blockchain 28.0.0", - "sp-consensus 0.32.0", - "sp-consensus-grandpa 13.0.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-network-sync" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee9ab31b84534c487b9fb84e83db47890fcbd350f354b1e6484892d3d42d0020" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "async-channel", "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", - "libp2p", "log", "mockall 0.11.4", "parity-scale-codec", "prost 0.12.6", - "prost-build 0.12.6", - "sc-client-api 35.1.0", - "sc-consensus 0.41.0", - "sc-network 0.42.0", - "sc-network-common 0.41.0", - "sc-network-types 0.12.1", - "sc-utils 17.0.0", + "prost-build", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-types", + "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 26.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-consensus-grandpa 20.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.1", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", @@ -9176,66 +8488,28 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "futures", "log", "parity-scale-codec", - "sc-network 0.34.0", - "sc-network-common 0.33.0", - "sc-network-sync 0.33.0", - "sc-network-types 0.10.0", - "sc-utils 14.0.0", - "sp-consensus 0.32.0", - "sp-runtime 31.0.1", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "sc-network-transactions" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2eb55e29b0ca52ad3e209fe569b72dfe6b44cc1da7d722446d5a8333dff8e1" -dependencies = [ - "array-bytes", - "futures", - "log", - "parity-scale-codec", - "sc-network 0.42.0", - "sc-network-common 0.41.0", - "sc-network-sync 0.41.0", - "sc-network-types 0.12.1", - "sc-utils 17.0.0", - "sp-consensus 0.39.1", - "sp-runtime 38.0.1", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "bs58 0.5.1", - "ed25519-dalek", - "libp2p-identity", - "litep2p", - "log", - "multiaddr 0.18.1", - "multihash 0.19.1", - "rand", - "thiserror", - "zeroize", -] - -[[package]] -name = "sc-network-types" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c372dbda66644a1df0daa8c0d99c36b6f74db7dca213d2416cd84f507125224" -dependencies = [ - "bs58 0.5.1", + "bs58", "ed25519-dalek", "libp2p-identity", "litep2p", @@ -9250,49 +8524,14 @@ dependencies = [ [[package]] name = "sc-offchain" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "array-bytes", - "bytes", - "fnv", - "futures", - "futures-timer", - "hyper 0.14.28", - "hyper-rustls", - "log", - "num_cpus", - "once_cell", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand", - "sc-client-api 28.0.0", - "sc-network 0.34.0", - "sc-network-common 0.33.0", - "sc-network-types 0.10.0", - "sc-transaction-pool-api 28.0.0", - "sc-utils 14.0.0", - "sp-api 26.0.0", - "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-keystore 0.34.0", - "sp-offchain 26.0.0", - "sp-runtime 31.0.1", - "threadpool", - "tracing", -] - -[[package]] -name = "sc-offchain" -version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "038d77ad5f923ec4183d6b31c7432fdb56d12ee69cad2cff17d4a39caf933bcb" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "bytes", "fnv", "futures", "futures-timer", - "hyper 0.14.28", + "hyper 0.14.30", "hyper-rustls", "log", "num_cpus", @@ -9300,166 +8539,89 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "rand", - "sc-client-api 35.1.0", - "sc-network 0.42.0", - "sc-network-common 0.41.0", - "sc-network-types 0.12.1", - "sc-transaction-pool-api 35.0.0", - "sc-utils 17.0.0", - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-keystore 0.40.0", - "sp-offchain 33.0.0", - "sp-runtime 38.0.1", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-types", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-core", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-keystore", + "sp-offchain", + "sp-runtime", "threadpool", "tracing", ] [[package]] name = "sc-proposer-metrics" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f680a0bed67dab19898624246376ba85d5f70a89859ba030830aacd079c28d3c" +version = "0.17.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "log", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-block-builder 0.33.0", - "sc-chain-spec 28.0.0", - "sc-client-api 28.0.0", - "sc-mixnet 0.4.0", - "sc-rpc-api 0.33.0", - "sc-tracing 28.0.0", - "sc-transaction-pool-api 28.0.0", - "sc-utils 14.0.0", - "serde_json", - "sp-api 26.0.0", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-keystore 0.34.0", - "sp-offchain 26.0.0", - "sp-rpc 26.0.0", - "sp-runtime 31.0.1", - "sp-session 27.0.0", - "sp-statement-store 10.0.0", - "sp-version 29.0.0", - "tokio", -] - -[[package]] -name = "sc-rpc" -version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca9cb792ddb5d0c3df89018e80290de4c769315fa59271bda0a0d29b2d182fdc" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "futures", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-block-builder 0.40.0", - "sc-chain-spec 35.0.0", - "sc-client-api 35.1.0", - "sc-mixnet 0.12.0", - "sc-rpc-api 0.41.0", - "sc-tracing 35.0.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils 17.0.0", + "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 33.0.0", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-offchain 33.0.0", - "sp-rpc 32.0.0", - "sp-runtime 38.0.1", - "sp-session 34.0.0", - "sp-statement-store 17.0.0", - "sp-version 36.0.0", + "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.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 28.0.0", - "sc-mixnet 0.4.0", - "sc-transaction-pool-api 28.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", - "sp-core 28.0.0", - "sp-rpc 26.0.0", - "sp-runtime 31.0.1", - "sp-version 29.0.0", - "thiserror", -] - -[[package]] -name = "sc-rpc-api" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b8adf62a207985cf7534abf0d940b335fda0a68eb902da05b7270ee30a6293" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec 35.0.0", - "sc-mixnet 0.12.0", - "sc-transaction-pool-api 35.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core 34.0.0", - "sp-rpc 32.0.0", - "sp-runtime 38.0.1", - "sp-version 36.0.0", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-version", "thiserror", ] [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "forwarded-header-value", - "futures", - "governor", - "http 1.1.0", - "http-body-util", - "hyper 1.4.1", - "ip_network", - "jsonrpsee", - "log", - "serde", - "serde_json", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "tokio", - "tower", - "tower-http", -] - -[[package]] -name = "sc-rpc-server" -version = "16.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c14c236a01e03f55f16b92d89fd902cf2e4e9887357a3c36827a1e39b799c6b" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ + "dyn-clone", "forwarded-header-value", "futures", "governor", @@ -9469,9 +8631,10 @@ dependencies = [ "ip_network", "jsonrpsee", "log", + "sc-rpc-api", "serde", "serde_json", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint", "tokio", "tower", "tower-http", @@ -9480,7 +8643,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "futures", @@ -9491,52 +8654,18 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "rand", - "sc-chain-spec 28.0.0", - "sc-client-api 28.0.0", - "sc-rpc 29.0.0", - "sc-transaction-pool-api 28.0.0", - "sc-utils 14.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", "schnellru", "serde", - "sp-api 26.0.0", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-rpc 26.0.0", - "sp-runtime 31.0.1", - "sp-version 29.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-rpc-spec-v2" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4242d30df623f68d5b937ae264cce85e734c35922e0bf196d7a59b8e7f7843c2" -dependencies = [ - "array-bytes", - "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand", - "sc-chain-spec 35.0.0", - "sc-client-api 35.1.0", - "sc-rpc 37.0.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils 17.0.0", - "schnellru", - "serde", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-rpc 32.0.0", - "sp-runtime 38.0.1", - "sp-version 36.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-version", "thiserror", "tokio", "tokio-stream", @@ -9545,7 +8674,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "directories", @@ -9558,112 +8687,47 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand", - "sc-chain-spec 28.0.0", - "sc-client-api 28.0.0", - "sc-client-db 0.35.0", - "sc-consensus 0.33.0", - "sc-executor 0.32.0", - "sc-informant 0.33.0", - "sc-keystore 25.0.0", - "sc-network 0.34.0", - "sc-network-common 0.33.0", - "sc-network-light 0.33.0", - "sc-network-sync 0.33.0", - "sc-network-transactions 0.33.0", - "sc-network-types 0.10.0", - "sc-rpc 29.0.0", - "sc-rpc-server 11.0.0", - "sc-rpc-spec-v2 0.34.0", - "sc-sysinfo 27.0.0", - "sc-telemetry 15.0.0", - "sc-tracing 28.0.0", - "sc-transaction-pool 28.0.0", - "sc-transaction-pool-api 28.0.0", - "sc-utils 14.0.0", + "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 26.0.0", - "sp-blockchain 28.0.0", - "sp-consensus 0.32.0", - "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-keystore 0.34.0", - "sp-runtime 31.0.1", - "sp-session 27.0.0", - "sp-state-machine 0.35.0", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-transaction-pool 26.0.0", - "sp-transaction-storage-proof 26.0.0", - "sp-trie 29.0.0", - "sp-version 29.0.0", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage 19.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-transaction-pool", + "sp-transaction-storage-proof", + "sp-trie", + "sp-version", "static_init", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "tempfile", - "thiserror", - "tokio", - "tracing", - "tracing-futures", -] - -[[package]] -name = "sc-service" -version = "0.43.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718b7e3a3963b09c2ab18ce13dbc43c0afa8b53169b67372fbcc4c4147b77e05" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "pin-project", - "rand", - "sc-chain-spec 35.0.0", - "sc-client-api 35.1.0", - "sc-client-db 0.42.0", - "sc-consensus 0.41.0", - "sc-executor 0.39.0", - "sc-informant 0.41.0", - "sc-keystore 32.0.0", - "sc-network 0.42.0", - "sc-network-common 0.41.0", - "sc-network-light 0.41.0", - "sc-network-sync 0.41.0", - "sc-network-transactions 0.41.0", - "sc-network-types 0.12.1", - "sc-rpc 37.0.0", - "sc-rpc-server 16.0.2", - "sc-rpc-spec-v2 0.42.0", - "sc-sysinfo 35.0.0", - "sc-telemetry 22.0.0", - "sc-tracing 35.0.0", - "sc-transaction-pool 35.0.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils 17.0.0", - "schnellru", - "serde", - "serde_json", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.1", - "sp-session 34.0.0", - "sp-state-machine 0.42.0", - "sp-storage 21.0.0", - "sp-transaction-pool 33.0.0", - "sp-transaction-storage-proof 33.0.0", - "sp-trie 36.0.0", - "sp-version 36.0.0", - "static_init", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint", "tempfile", "thiserror", "tokio", @@ -9674,52 +8738,18 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sp-core 28.0.0", -] - -[[package]] -name = "sc-state-db" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f689d0b97c1bbdb2ca31b5f202bda195947f85c7fef990651cad202b99de896b" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core 34.0.0", + "sp-core", ] [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "derive_more", - "futures", - "libc", - "log", - "rand", - "rand_pcg", - "regex", - "sc-telemetry 15.0.0", - "serde", - "serde_json", - "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-io 30.0.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "sc-sysinfo" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c00ab3d8f51c1905cc3c53cf441b9d94403c67f27968002ff7765248b0f3e6b" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "derive_more", "futures", @@ -9728,40 +8758,19 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry 22.0.0", + "sc-telemetry", "serde", "serde_json", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 37.0.0", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-crypto-hashing", + "sp-io", + "sp-std 14.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", ] [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.3", - "pin-project", - "rand", - "sc-network 0.34.0", - "sc-utils 14.0.0", - "serde", - "serde_json", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sc-telemetry" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1fc8e8ad7f84f2ca864ee361b6207fe21e18c8182c60f209732b2a7c0dcbd31" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "chrono", "futures", @@ -9770,8 +8779,8 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand", - "sc-network 0.42.0", - "sc-utils 17.0.0", + "sc-network", + "sc-utils", "serde", "serde_json", "thiserror", @@ -9781,204 +8790,101 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "regex", - "rustc-hash", - "sc-client-api 28.0.0", - "sc-tracing-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "serde", - "sp-api 26.0.0", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-rpc 26.0.0", - "sp-runtime 31.0.1", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "thiserror", - "tracing", - "tracing-log 0.2.0", - "tracing-subscriber 0.3.18", -] - -[[package]] -name = "sc-tracing" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61151f2d6b7ce3d7174484414dbc4e2f64b05a144c8f0a59ea02284e6c748a19" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "ansi_term", "chrono", + "console", "is-terminal", - "lazy_static", "libc", "log", "parity-scale-codec", "parking_lot 0.12.3", - "regex", - "rustc-hash", - "sc-client-api 35.1.0", - "sc-tracing-proc-macro 11.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hash 1.1.0", + "sc-client-api", + "sc-tracing-proc-macro", "serde", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-rpc 32.0.0", - "sp-runtime 38.0.1", - "sp-tracing 17.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-tracing 16.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", "thiserror", "tracing", - "tracing-log 0.2.0", - "tracing-subscriber 0.3.18", + "tracing-log", + "tracing-subscriber", ] [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "151cdf86d79abf22cf2a240a7ca95041c908dbd96c2ae9a818073042aa210964" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.65", -] - -[[package]] -name = "sc-tracing-proc-macro" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api 28.0.0", - "sc-transaction-pool-api 28.0.0", - "sc-utils 14.0.0", - "serde", - "sp-api 26.0.0", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-runtime 31.0.1", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-transaction-pool 26.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "thiserror", -] - -[[package]] -name = "sc-transaction-pool" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "800e35d0d2f2b8e17170ec961d58756fe7891026b19d889be388b9585cb12f90" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "futures", "futures-timer", + "indexmap 2.5.0", + "itertools 0.11.0", "linked-hash-map", "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 35.1.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 38.0.1", - "sp-tracing 17.0.0", - "sp-transaction-pool 33.0.0", - "substrate-prometheus-endpoint 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-crypto-hashing", + "sp-runtime", + "sp-tracing 16.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-transaction-pool", + "substrate-prometheus-endpoint", "thiserror", + "tokio", + "tokio-stream", ] [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "futures", "log", "parity-scale-codec", "serde", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "thiserror", -] - -[[package]] -name = "sc-transaction-pool-api" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3de6f60df6706970061e225e87d77aab9a764b258fe151b896a700419bc6b9d" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-runtime 38.0.1", + "sp-blockchain", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-channel", "futures", "futures-timer", - "lazy_static", "log", "parking_lot 0.12.3", "prometheus", - "sp-arithmetic 23.0.0", -] - -[[package]] -name = "sc-utils" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acf1bad736c230f16beb1cf48af9e69564df23b13aca9e5751a61266340b4bb5" -dependencies = [ - "async-channel", - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.3", - "prometheus", - "sp-arithmetic 26.0.0", + "sp-arithmetic", ] [[package]] @@ -10024,7 +8930,7 @@ version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 1.0.109", @@ -10038,11 +8944,11 @@ checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" [[package]] name = "schannel" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" +checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -10071,7 +8977,7 @@ dependencies = [ "rand_core", "serde_bytes", "sha2 0.10.8", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -10093,23 +8999,8 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", -] - -[[package]] -name = "sctp-proto" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6220f78bb44c15f326b0596113305f6101097a18755d53727a575c97e09fb24" -dependencies = [ - "bytes", - "crc", - "fxhash", - "log", - "rand", - "slab", - "thiserror", + "ring 0.17.8", + "untrusted 0.9.0", ] [[package]] @@ -10123,7 +9014,7 @@ dependencies = [ "generic-array 0.14.7", "pkcs8", "serdect", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -10156,11 +9047,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.9.2" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", "core-foundation", "core-foundation-sys", "libc", @@ -10169,9 +9060,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.9.1" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" +checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" dependencies = [ "core-foundation-sys", "libc", @@ -10188,9 +9079,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" +checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" dependencies = [ "serde", ] @@ -10209,49 +9100,50 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.204" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" dependencies = [ "serde_derive", ] [[package]] name = "serde_bytes" -version = "0.11.14" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" +checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" dependencies = [ "serde", ] [[package]] name = "serde_derive" -version = "1.0.204" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] [[package]] name = "serde_spanned" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" +checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" dependencies = [ "serde", ] @@ -10266,18 +9158,6 @@ dependencies = [ "serde", ] -[[package]] -name = "sha-1" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", - "sha1-asm", -] - [[package]] name = "sha1" version = "0.10.6" @@ -10289,15 +9169,6 @@ dependencies = [ "digest 0.10.7", ] -[[package]] -name = "sha1-asm" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" -dependencies = [ - "cc", -] - [[package]] name = "sha2" version = "0.9.9" @@ -10349,9 +9220,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" dependencies = [ "libc", ] @@ -10381,9 +9252,9 @@ dependencies = [ [[package]] name = "similar" -version = "2.4.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21" +checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" dependencies = [ "bstr", "unicode-segmentation", @@ -10391,9 +9262,9 @@ dependencies = [ [[package]] name = "similar-asserts" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f" +checksum = "cfe85670573cd6f0fa97940f26e7e6601213c3b0555246c24234131f88c5709e" dependencies = [ "console", "similar", @@ -10401,11 +9272,11 @@ dependencies = [ [[package]] name = "simple-dns" -version = "0.5.7" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" +checksum = "4c80e565e7dcc4f1ef247e2f395550d4cf7d777746d5988e7e4e3156b71077fc" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] @@ -10461,7 +9332,7 @@ dependencies = [ "ring 0.17.8", "rustc_version", "sha2 0.10.8", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -10503,125 +9374,55 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "docify", "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 15.0.0", - "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-metadata-ir 0.6.0", - "sp-runtime 31.0.1", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-trie 29.0.0", - "sp-version 29.0.0", - "thiserror", -] - -[[package]] -name = "sp-api" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e43fbf034e9dbaa8ffc6a238a22808777eb38c580f66fc6736d8511631789e" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 20.0.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-metadata-ir 0.7.0", - "sp-runtime 38.0.1", - "sp-runtime-interface 28.0.0", - "sp-state-machine 0.42.0", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 36.0.0", - "sp-version 36.0.0", + "sp-api-proc-macro", + "sp-core", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-metadata-ir", + "sp-runtime", + "sp-runtime-interface 24.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-state-machine", + "sp-trie", + "sp-version", "thiserror", ] [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.65", -] - -[[package]] -name = "sp-api-proc-macro" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9aadf9e97e694f0e343978aa632938c5de309cbcc8afed4136cb71596737278" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "Inflector", "blake2 0.10.6", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "sp-application-crypto" -version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d96d1fc0f1c741bbcbd0dd5470eff7b66f011708cc1942b088ebf0d4efb3d93" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", ] [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "docify", - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "static_assertions", -] - -[[package]] -name = "sp-arithmetic" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46d0d0a4c591c421d3231ddd5e27d828618c24456d51445d21a1f79fcee97c23" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "docify", "integer-sqrt", @@ -10629,7 +9430,6 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "static_assertions", ] @@ -10654,284 +9454,126 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "sp-api 26.0.0", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", -] - -[[package]] -name = "sp-block-builder" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cf199dc4f9f77abd3fd91c409759118159ce6ffcd8bc90b229b684ccc8c981f" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "sp-api 33.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.1", + "sp-api", + "sp-inherents", + "sp-runtime", ] [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "schnellru", - "sp-api 26.0.0", - "sp-consensus 0.32.0", - "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "thiserror", -] - -[[package]] -name = "sp-blockchain" -version = "35.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f27eb18b6ddf7d663f4886f7edba3eb73bd102d68cf10802c1f862e3b3db32ab" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "futures", - "log", "parity-scale-codec", "parking_lot 0.12.3", "schnellru", - "sp-api 33.0.0", - "sp-consensus 0.39.1", - "sp-database 10.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 38.0.1", - "sp-state-machine 0.42.0", + "sp-api", + "sp-consensus", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", "thiserror", + "tracing", ] [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core 28.0.0", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "thiserror", -] - -[[package]] -name = "sp-consensus" -version = "0.39.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab094e8a7e9e5c7f05f8d90592aa1d1cf9b3f547d0dd401daff7ed98af942e12" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "futures", "log", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.1", - "sp-state-machine 0.42.0", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "thiserror", ] [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-consensus-slots 0.32.0", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", - "sp-timestamp 26.0.0", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ebb90bf00f331b898eb729a1f707251846c1d5582d7467f083884799a69b89" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-consensus-slots 0.39.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.1", - "sp-timestamp 33.0.0", + "sp-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-inherents", + "sp-runtime", + "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-consensus-slots 0.32.0", - "sp-core 28.0.0", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", - "sp-timestamp 26.0.0", -] - -[[package]] -name = "sp-consensus-babe" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aa2de4c7100a3279658d8dd4affd8f92487528deae5cb4b40322717b9175ed5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-consensus-slots 0.39.0", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.1", - "sp-timestamp 33.0.0", + "sp-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-timestamp", ] [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-core 28.0.0", - "sp-keystore 0.34.0", - "sp-runtime 31.0.1", -] - -[[package]] -name = "sp-consensus-grandpa" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21dd06bf366c60f69411668b26d6ab3c55120aa6d423e6af0373ec23d8957300" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.1", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", ] [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-timestamp 26.0.0", -] - -[[package]] -name = "sp-consensus-slots" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8ca60d713f8ddb03bbebcc755d5e6463fdc0b6259fabfc4221b20a5f1e428fd" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 33.0.0", + "sp-timestamp", ] [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "bandersnatch_vrfs", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", - "bs58 0.5.1", - "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", - "rand", - "scale-info", - "schnorrkel", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "ss58-registry", - "substrate-bip39 0.4.7", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - -[[package]] -name = "sp-core" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c961a5e33fb2962fa775c044ceba43df9c6f917e2c35d63bfe23738468fa76a7" -dependencies = [ - "array-bytes", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections", - "bs58 0.5.1", + "bs58", "dyn-clonable", "ed25519-zebra", "futures", "hash-db", "hash256-std-hasher", - "impl-serde", + "impl-serde 0.5.0", "itertools 0.11.0", "k256", "libsecp256k1", @@ -10941,21 +9583,21 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "paste", - "primitive-types", + "primitive-types 0.12.2", "rand", "scale-info", "schnorrkel", "secp256k1", "secrecy", "serde", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.29.0", - "sp-runtime-interface 28.0.0", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 21.0.0", + "sp-crypto-hashing", + "sp-debug-derive 14.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-runtime-interface 24.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-std 14.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-storage 19.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", "ss58-registry", - "substrate-bip39 0.6.0", + "substrate-bip39", "thiserror", "tracing", "w3f-bls", @@ -10965,7 +9607,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7fbfc7e0cf22ba0b5340b2ce09e17fe7072c9b70" +source = "git+https://github.com/paritytech/polkadot-sdk#b4732add46910370443d092a3f479986060f6df5" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -10985,21 +9627,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc9927a7f81334ed5b8a98a4a978c81324d12bd9713ec76b5c68fd410174c5eb" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", - "sha3", - "twox-hash", -] - -[[package]] -name = "sp-crypto-hashing" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "blake2b_simd", "byteorder", @@ -11012,38 +9640,17 @@ dependencies = [ [[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 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 2.0.65", -] - -[[package]] -name = "sp-crypto-hashing-proc-macro" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "syn 2.0.65", + "sp-crypto-hashing", + "syn 2.0.82", ] [[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-database" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -11052,121 +9659,72 @@ dependencies = [ [[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.65", -] - -[[package]] -name = "sp-debug-derive" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7fbfc7e0cf22ba0b5340b2ce09e17fe7072c9b70" +source = "git+https://github.com/paritytech/polkadot-sdk#b4732add46910370443d092a3f479986060f6df5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", + "sp-storage 19.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7fbfc7e0cf22ba0b5340b2ce09e17fe7072c9b70" +source = "git+https://github.com/paritytech/polkadot-sdk#b4732add46910370443d092a3f479986060f6df5" dependencies = [ "environmental", "parity-scale-codec", "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk)", ] -[[package]] -name = "sp-externalities" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a904407d61cb94228c71b55a9d3708e9d6558991f9e83bd42bd91df37a159d30" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-storage 21.0.0", -] - [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde_json", - "sp-api 26.0.0", - "sp-runtime 31.0.1", -] - -[[package]] -name = "sp-genesis-builder" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcd065854d96fd81521c103d0aaa287d4f08b9b15c9fae2a3bfb208b0812bf44" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "parity-scale-codec", "scale-info", "serde_json", - "sp-api 33.0.0", - "sp-runtime 38.0.1", -] - -[[package]] -name = "sp-inherents" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 31.0.1", - "thiserror", + "sp-api", + "sp-runtime", ] [[package]] name = "sp-inherents" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53407ba38ec22ca4a16381722c4bd0b559a0428bc1713079b0d5163ada63186a" +version = "26.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.1", + "sp-runtime", "thiserror", ] [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "bytes", "docify", @@ -11177,42 +9735,14 @@ dependencies = [ "polkavm-derive", "rustversion", "secp256k1", - "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-keystore 0.34.0", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-trie 29.0.0", - "tracing", - "tracing-core", -] - -[[package]] -name = "sp-io" -version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5036cad2e48d41f5caf6785226c8be1a7db15bec14a9fd7aa6cca84f34cf689f" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive", - "rustversion", - "secp256k1", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.29.0", - "sp-keystore 0.40.0", - "sp-runtime-interface 28.0.0", - "sp-state-machine 0.42.0", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 17.0.0", - "sp-trie 36.0.0", + "sp-core", + "sp-crypto-hashing", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-keystore", + "sp-runtime-interface 24.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-state-machine", + "sp-tracing 16.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-trie", "tracing", "tracing-core", ] @@ -11220,61 +9750,28 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "strum 0.26.2", -] - -[[package]] -name = "sp-keyring" -version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03536e1ff3ec2bd8181eeaa26c0d682ebdcbd01548a055cf591077188b8c3f0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "sp-core 34.0.0", - "sp-runtime 38.0.1", - "strum 0.26.2", + "sp-core", + "sp-runtime", + "strum 0.26.3", ] [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "sp-keystore" -version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0248b4d784cb4a01472276928977121fa39d977a5bb24793b6b15e64b046df42" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sp-core 34.0.0", - "sp-externalities 0.29.0", -] - -[[package]] -name = "sp-maybe-compressed-blob" -version = "11.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c768c11afbe698a090386876911da4236af199cd38a5866748df4d8628aeff" -dependencies = [ - "thiserror", - "zstd 0.12.4", + "sp-core", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "thiserror", "zstd 0.12.4", @@ -11283,18 +9780,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "frame-metadata", - "parity-scale-codec", - "scale-info", -] - -[[package]] -name = "sp-metadata-ir" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a616fa51350b35326682a472ee8e6ba742fdacb18babac38ecd46b3e05ead869" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11304,120 +9790,49 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", -] - -[[package]] -name = "sp-mixnet" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f65a570519da820ce3dc35053497a65f9fbd3f5a7dc81fa03078ca263e9311e" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", + "sp-api", + "sp-application-crypto", ] [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "sp-api 26.0.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", -] - -[[package]] -name = "sp-offchain" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbe721c367760bddf10fcfa24fb48edd64c442f71db971f043c8ac73f51aa6e9" -dependencies = [ - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-runtime 38.0.1", -] - -[[package]] -name = "sp-panic-handler" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8f5a17a0a11de029a8b811cb6e8b32ce7e02183cc04a3e965c383246798c416" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "backtrace", - "lazy_static", - "regex", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "backtrace", - "lazy_static", "regex", ] [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 28.0.0", -] - -[[package]] -name = "sp-rpc" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45458f0955870a92b3969098d4f1f4e9b55b4282d9f1dc112a51bb5bb6584900" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "rustc-hash", + "rustc-hash 1.1.0", "serde", - "sp-core 34.0.0", + "sp-core", ] [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "num-traits", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 30.0.0", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-weights 27.0.0", -] - -[[package]] -name = "sp-runtime" -version = "38.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5273900f0b0bef48b2e1ff9c4fb5e188b8168ee5891418a427f4be2af92ee40f" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ + "binary-merkle-tree", "docify", "either", "hash256-std-hasher", @@ -11430,44 +9845,46 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 37.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 37.0.0", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-weights 31.0.0", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std 14.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-trie", + "sp-weights", "tracing", + "tuplex", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", - "primitive-types", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", + "primitive-types 0.12.2", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-std 14.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-storage 19.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-tracing 16.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-wasm-interface 20.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7fbfc7e0cf22ba0b5340b2ce09e17fe7072c9b70" +source = "git+https://github.com/paritytech/polkadot-sdk#b4732add46910370443d092a3f479986060f6df5" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", - "primitive-types", + "primitive-types 0.13.1", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk)", "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", @@ -11477,126 +9894,63 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-runtime-interface" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "985eb981f40c689c6a0012c937b68ed58dabb4341d06f2dfe4dfd5ed72fa4017" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive", - "primitive-types", - "sp-externalities 0.29.0", - "sp-runtime-interface-proc-macro 18.0.0", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 21.0.0", - "sp-tracing 17.0.0", - "sp-wasm-interface 21.0.0", - "static_assertions", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7fbfc7e0cf22ba0b5340b2ce09e17fe7072c9b70" -dependencies = [ - "Inflector", - "expander", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.65", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "18.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0195f32c628fee3ce1dfbbf2e7e52a30ea85f3589da9fe62a8b816d70fc06294" +source = "git+https://github.com/paritytech/polkadot-sdk#b4732add46910370443d092a3f479986060f6df5" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 26.0.0", - "sp-core 28.0.0", - "sp-keystore 0.34.0", - "sp-runtime 31.0.1", - "sp-staking 26.0.0", -] - -[[package]] -name = "sp-session" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4daf2e40ffc7e7e8de08efb860eb9534faf614a49c53dc282f430faedb4aed13" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 33.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 38.0.1", - "sp-staking 33.0.0", + "sp-api", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-staking", ] [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0", - "sp-runtime 31.0.1", -] - -[[package]] -name = "sp-staking" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a0b7abfe66c07a3b6eb99e1286dfa9b6f3b057b0e986e7da2ccbf707f6c781a" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 38.0.1", + "sp-core", + "sp-runtime", ] [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "hash-db", "log", @@ -11604,31 +9958,10 @@ dependencies = [ "parking_lot 0.12.3", "rand", "smallvec", - "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-trie 29.0.0", - "thiserror", - "tracing", - "trie-db", -] - -[[package]] -name = "sp-state-machine" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "211e528aa6e902261a343f7b40840aa3d66fe4ad3aadbd04a035f10baf96dbc5" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand", - "smallvec", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-panic-handler 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 36.0.0", + "sp-core", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-panic-handler", + "sp-trie", "thiserror", "tracing", "trie-db", @@ -11637,32 +9970,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "aes-gcm", - "curve25519-dalek", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand", - "scale-info", - "sha2 0.10.8", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-runtime 31.0.1", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "thiserror", - "x25519-dalek", -] - -[[package]] -name = "sp-statement-store" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03aa86b1b46549889d32348bc85a8135c725665115567507231a6d85712aaac" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -11672,13 +9980,13 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.29.0", - "sp-runtime 38.0.1", - "sp-runtime-interface 28.0.0", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-crypto-hashing", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-runtime", + "sp-runtime-interface 24.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", "thiserror", "x25519-dalek", ] @@ -11686,195 +9994,101 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834" - -[[package]] -name = "sp-std" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7fbfc7e0cf22ba0b5340b2ce09e17fe7072c9b70" +source = "git+https://github.com/paritytech/polkadot-sdk#b4732add46910370443d092a3f479986060f6df5" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "impl-serde", + "impl-serde 0.5.0", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", ] [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7fbfc7e0cf22ba0b5340b2ce09e17fe7072c9b70" +source = "git+https://github.com/paritytech/polkadot-sdk#b4732add46910370443d092a3f479986060f6df5" dependencies = [ - "impl-serde", + "impl-serde 0.5.0", "parity-scale-codec", "ref-cast", "serde", "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", ] -[[package]] -name = "sp-storage" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c82989b3a4979a7e1ad848aad9f5d0b4388f1f454cc131766526601ab9e8f8" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", - "thiserror", -] - -[[package]] -name = "sp-timestamp" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78becf144a76f6fd108dfe94a90e20a185b38c0b310dc5482328196143c8266b" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 33.0.0", - "sp-runtime 38.0.1", + "sp-inherents", + "sp-runtime", "thiserror", ] [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "parity-scale-codec", "tracing", "tracing-core", - "tracing-subscriber 0.3.18", + "tracing-subscriber", ] [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7fbfc7e0cf22ba0b5340b2ce09e17fe7072c9b70" -dependencies = [ - "parity-scale-codec", - "tracing", - "tracing-core", - "tracing-subscriber 0.3.18", -] - -[[package]] -name = "sp-tracing" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90b3decf116db9f1dfaf1f1597096b043d0e12c952d3bcdc018c6d6b77deec7e" +source = "git+https://github.com/paritytech/polkadot-sdk#b4732add46910370443d092a3f479986060f6df5" dependencies = [ "parity-scale-codec", "tracing", "tracing-core", - "tracing-subscriber 0.2.25", + "tracing-subscriber", ] [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "sp-api 26.0.0", - "sp-runtime 31.0.1", -] - -[[package]] -name = "sp-transaction-pool" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3c9d1604aadc15b70e95f4388d0b1aa380215520b7ddfd372531a6d8262269c" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "sp-api 33.0.0", - "sp-runtime 38.0.1", + "sp-api", + "sp-runtime", ] [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", - "sp-trie 29.0.0", -] - -[[package]] -name = "sp-transaction-storage-proof" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b5a891cb913015bb99401e372255193cc3848c6fe5c2f6fe2383ef9588cb190" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.1", - "sp-trie 36.0.0", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-trie", ] [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "ahash", "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand", - "scale-info", - "schnellru", - "sp-core 28.0.0", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-trie" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d717c0f465f5371569e6fdc25b6f32d47c15d6e4c92b3b779e1c9b18b951d" -dependencies = [ - "ahash", - "hash-db", - "lazy_static", "memory-db", "nohash-hasher", "parity-scale-codec", @@ -11882,8 +10096,8 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 34.0.0", - "sp-externalities 0.29.0", + "sp-core", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", "thiserror", "tracing", "trie-db", @@ -11893,65 +10107,36 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - -[[package]] -name = "sp-version" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bccf96fefae339dee7c4453f91be64eb28cce4c2fe82130445cf096b18b2c081" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "impl-serde", + "impl-serde 0.5.0", "parity-scale-codec", "parity-wasm", "scale-info", "serde", - "sp-crypto-hashing-proc-macro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 38.0.1", - "sp-std 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version-proc-macro 14.0.0", + "sp-crypto-hashing-proc-macro", + "sp-runtime", + "sp-std 14.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-version-proc-macro", "thiserror", ] [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn 2.0.65", -] - -[[package]] -name = "sp-version-proc-macro" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aee8f6730641a65fcf0c8f9b1e448af4b3bb083d08058b47528188bccc7b7a7" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "parity-scale-codec", + "proc-macro-warning 1.0.2", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11963,53 +10148,26 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7fbfc7e0cf22ba0b5340b2ce09e17fe7072c9b70" -dependencies = [ - "impl-trait-for-tuples", - "log", - "parity-scale-codec", -] - -[[package]] -name = "sp-wasm-interface" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b04b919e150b4736d85089d49327eab65507deb1485eec929af69daa2278eb3" +source = "git+https://github.com/paritytech/polkadot-sdk#b4732add46910370443d092a3f479986060f6df5" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "wasmtime", ] [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "bounded-collections", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 23.0.0", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", -] - -[[package]] -name = "sp-weights" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93cdaf72a1dad537bbb130ba4d47307ebe5170405280ed1aa31fa712718a400e" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "bounded-collections", "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 26.0.0", - "sp-debug-derive 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-debug-derive 14.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", ] [[package]] @@ -12048,11 +10206,10 @@ dependencies = [ [[package]] name = "sqlformat" -version = "0.2.3" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c" +checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790" dependencies = [ - "itertools 0.12.1", "nom", "unicode_categories", ] @@ -12089,7 +10246,7 @@ dependencies = [ "futures-util", "hashlink", "hex", - "indexmap 2.2.6", + "indexmap 2.5.0", "log", "memchr", "native-tls", @@ -12169,9 +10326,9 @@ dependencies = [ [[package]] name = "ss58-registry" -version = "1.47.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4743ce898933fbff7bbf414f497c459a782d496269644b3d650a398ae6a487ba" +checksum = "43fce22ed1df64d04b262351c8f9d5c6da4f76f79f25ad15529792f893fad25d" dependencies = [ "Inflector", "num-format", @@ -12190,9 +10347,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" -version = "14.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b7b5f531c6bf9629514ef8e5fda0e9e80dd84516957f710940d0e01d3fb36c" +version = "7.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "bounded-collections", @@ -12203,7 +10359,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 31.0.0", + "sp-runtime", + "sp-weights", "xcm-procedural", ] @@ -12241,31 +10398,11 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "str0m" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6706347e49b13373f7ddfafad47df7583ed52083d6fc8a594eb2c80497ef959d" -dependencies = [ - "combine", - "crc", - "fastrand", - "hmac 0.12.1", - "once_cell", - "openssl", - "openssl-sys", - "sctp-proto", - "serde", - "sha-1", - "thiserror", - "tracing", -] - [[package]] name = "strsim" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" @@ -12275,11 +10412,11 @@ checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" [[package]] name = "strum" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ - "strum_macros 0.26.2", + "strum_macros 0.26.4", ] [[package]] @@ -12297,34 +10434,21 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "rustversion", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" -dependencies = [ - "hmac 0.12.1", - "pbkdf2", - "schnorrkel", - "sha2 0.10.8", - "zeroize", -] - -[[package]] -name = "substrate-bip39" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -12349,49 +10473,36 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" [[package]] name = "substrate-frame-rpc-system" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b8837de37f5ea6316846a63dc48489b63ebde05df73ba7d7077b3135487560" +version = "28.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "docify", - "frame-system-rpc-runtime-api 33.0.0", + "frame-system-rpc-runtime-api", "futures", "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api 0.41.0", - "sc-transaction-pool-api 35.0.0", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", - "sp-blockchain 35.1.0", - "sp-core 34.0.0", - "sp-runtime 38.0.1", -] - -[[package]] -name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d8fe06b03b8a291c09507c42f92a2c2c10dd3d62975d02c7f64a92d87bfe09b" -dependencies = [ - "hyper 0.14.28", - "log", - "prometheus", - "thiserror", - "tokio", + "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.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ - "hyper 0.14.28", + "http-body-util", + "hyper 1.4.1", + "hyper-util", "log", "prometheus", "thiserror", @@ -12401,88 +10512,88 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "async-trait", "futures", "parity-scale-codec", - "sc-client-api 28.0.0", - "sc-client-db 0.35.0", - "sc-consensus 0.33.0", - "sc-executor 0.32.0", - "sc-offchain 29.0.0", - "sc-service 0.35.0", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-offchain", + "sc-service", "serde", "serde_json", - "sp-blockchain 28.0.0", - "sp-consensus 0.32.0", - "sp-core 28.0.0", - "sp-keyring 31.0.0", - "sp-keystore 0.34.0", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-runtime", + "sp-state-machine", "tokio", ] [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", - "frame-executive 28.0.0", + "frame-executive", "frame-metadata-hash-extension", - "frame-support 28.0.0", - "frame-system 28.0.0", - "frame-system-rpc-runtime-api 26.0.0", - "hex-literal", + "frame-support", + "frame-system", + "frame-system-rpc-runtime-api", "log", "pallet-babe", - "pallet-balances 28.0.0", - "pallet-timestamp 27.0.0", + "pallet-balances", + "pallet-timestamp", "parity-scale-codec", - "sc-service 0.35.0", + "sc-service", "scale-info", "serde_json", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-block-builder 26.0.0", - "sp-consensus-aura 0.32.0", - "sp-consensus-babe 0.32.0", - "sp-consensus-grandpa 13.0.0", - "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-genesis-builder 0.8.0", - "sp-inherents 26.0.0", - "sp-io 30.0.0", - "sp-keyring 31.0.0", - "sp-offchain 26.0.0", - "sp-runtime 31.0.1", - "sp-session 27.0.0", - "sp-state-machine 0.35.0", - "sp-transaction-pool 26.0.0", - "sp-trie 29.0.0", - "sp-version 29.0.0", - "substrate-wasm-builder 17.0.0", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-consensus-aura", + "sp-consensus-babe", + "sp-consensus-grandpa", + "sp-core", + "sp-crypto-hashing", + "sp-externalities 0.25.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-transaction-pool", + "sp-trie", + "sp-version", + "substrate-wasm-builder", + "tracing", "trie-db", ] [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "futures", - "sc-block-builder 0.33.0", - "sc-client-api 28.0.0", - "sc-consensus 0.33.0", - "sp-api 26.0.0", - "sp-blockchain 28.0.0", - "sp-consensus 0.32.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", + "sc-block-builder", + "sc-client-api", + "sc-consensus", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", "substrate-test-client", "substrate-test-runtime", ] @@ -12490,7 +10601,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0#778e9d15552ceb66ab47feb8f681030ef6d357d5" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "array-bytes", "build-helper", @@ -12498,39 +10609,21 @@ dependencies = [ "console", "filetime", "frame-metadata", + "jobserver", "merkleized-metadata", "parity-scale-codec", "parity-wasm", "polkavm-linker", - "sc-executor 0.32.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.14.0)", - "sp-version 29.0.0", - "strum 0.26.2", - "tempfile", - "toml 0.8.12", - "walkdir", - "wasm-opt", -] - -[[package]] -name = "substrate-wasm-builder" -version = "23.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dc993ad871b63fbba60362f3ea86583f5e7e1256e8fdcb3b5b249c9ead354bf" -dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "parity-wasm", - "polkavm-linker", - "sp-maybe-compressed-blob 11.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "strum 0.26.2", + "sc-executor", + "shlex", + "sp-core", + "sp-io", + "sp-maybe-compressed-blob", + "sp-tracing 16.0.0 (git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023)", + "sp-version", + "strum 0.26.3", "tempfile", - "toml 0.8.12", + "toml 0.8.19", "walkdir", "wasm-opt", ] @@ -12543,9 +10636,9 @@ checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" [[package]] name = "subtle" -version = "2.5.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" @@ -12560,9 +10653,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.65" +version = "2.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106" +checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" dependencies = [ "proc-macro2", "quote", @@ -12589,7 +10682,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -12621,20 +10714,21 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.14" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.10.1" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if", "fastrand", - "rustix 0.38.32", - "windows-sys 0.52.0", + "once_cell", + "rustix 0.38.36", + "windows-sys 0.59.0", ] [[package]] @@ -12652,7 +10746,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.36", "windows-sys 0.48.0", ] @@ -12664,22 +10758,22 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -12719,9 +10813,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -12740,9 +10834,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", @@ -12759,9 +10853,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" dependencies = [ "tinyvec_macros", ] @@ -12774,32 +10868,31 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.37.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", "libc", "mio", - "num_cpus", "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", "socket2 0.5.7", "tokio-macros", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "tokio-macros" -version = "2.2.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" +checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -12808,15 +10901,15 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.10", + "rustls 0.21.12", "tokio", ] [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", "pin-project-lite", @@ -12832,7 +10925,7 @@ checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", - "rustls 0.21.10", + "rustls 0.21.12", "rustls-native-certs", "tokio", "tokio-rustls", @@ -12841,9 +10934,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" dependencies = [ "bytes", "futures-core", @@ -12864,47 +10957,36 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.12" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" +checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.9", + "toml_edit", ] [[package]] name = "toml_datetime" -version = "0.6.5" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" -dependencies = [ - "indexmap 2.2.6", - "toml_datetime", - "winnow 0.5.40", -] - -[[package]] -name = "toml_edit" -version = "0.22.9" +version = "0.22.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" +checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" dependencies = [ - "indexmap 2.2.6", + "indexmap 2.5.0", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.5", + "winnow", ] [[package]] @@ -12929,7 +11011,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "bytes", "http 1.1.0", "http-body 1.0.1", @@ -12941,15 +11023,15 @@ dependencies = [ [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" @@ -12971,7 +11053,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -12994,17 +11076,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-log" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" -dependencies = [ - "log", - "once_cell", - "tracing-core", -] - [[package]] name = "tracing-log" version = "0.2.0" @@ -13016,45 +11087,13 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "tracing-serde" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" -dependencies = [ - "serde", - "tracing-core", -] - -[[package]] -name = "tracing-subscriber" -version = "0.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" -dependencies = [ - "ansi_term", - "chrono", - "lazy_static", - "matchers 0.0.1", - "regex", - "serde", - "serde_json", - "sharded-slab", - "smallvec", - "thread_local", - "tracing", - "tracing-core", - "tracing-log 0.1.4", - "tracing-serde", -] - [[package]] name = "tracing-subscriber" version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ - "matchers 0.1.0", + "matchers", "nu-ansi-term", "once_cell", "parking_lot 0.12.3", @@ -13062,9 +11101,10 @@ dependencies = [ "sharded-slab", "smallvec", "thread_local", + "time", "tracing", "tracing-core", - "tracing-log 0.2.0", + "tracing-log", ] [[package]] @@ -13123,7 +11163,7 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner 0.6.0", + "enum-as-inner 0.6.1", "futures-channel", "futures-io", "futures-util", @@ -13168,16 +11208,16 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.96" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3" +checksum = "207aa50d36c4be8d8c6ea829478be44a372c6a77669937bb39c698e52f1491e8" dependencies = [ "glob", "serde", "serde_derive", "serde_json", "termcolor", - "toml 0.8.12", + "toml 0.8.19", ] [[package]] @@ -13199,13 +11239,19 @@ dependencies = [ "httparse", "log", "rand", - "rustls 0.21.10", + "rustls 0.21.12", "sha1", "thiserror", "url", "utf-8", ] +[[package]] +name = "tuplex" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "676ac81d5454c4dcf37955d34fa8626ede3490f744b86ca14a7b90168d2a08aa" + [[package]] name = "twox-hash" version = "1.6.3" @@ -13242,6 +11288,24 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "uint" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e" +dependencies = [ + "byteorder", + "crunchy", + "hex", + "static_assertions", +] + +[[package]] +name = "unarray" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" + [[package]] name = "unicode-bidi" version = "0.3.15" @@ -13271,15 +11335,15 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" -version = "0.1.11" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "unicode-xid" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" +checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" [[package]] name = "unicode_categories" @@ -13294,7 +11358,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" dependencies = [ "crypto-common", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -13333,9 +11397,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.0" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" +checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" dependencies = [ "form_urlencoded", "idna 0.5.0", @@ -13356,9 +11420,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "utf8parse" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "valuable" @@ -13374,9 +11438,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "version_check" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "void" @@ -13386,9 +11450,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" +checksum = "9c5da5fa2c6afa2c9158eaa7cd9aee249765eb32b5fb0c63ad8b9e79336a47ec" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -13435,34 +11499,35 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" dependencies = [ "cfg-if", "js-sys", @@ -13472,9 +11537,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -13482,22 +11547,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasm-instrument" @@ -13510,9 +11575,9 @@ dependencies = [ [[package]] name = "wasm-opt" -version = "0.116.0" +version = "0.116.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc942673e7684671f0c5708fc18993569d184265fd5223bb51fc8e5b9b6cfd52" +checksum = "2fd87a4c135535ffed86123b6fb0f0a5a0bc89e50416c942c5f0662c645f679c" dependencies = [ "anyhow", "libc", @@ -13770,9 +11835,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" dependencies = [ "js-sys", "wasm-bindgen", @@ -13794,23 +11859,11 @@ version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" -[[package]] -name = "which" -version = "4.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" -dependencies = [ - "either", - "home", - "once_cell", - "rustix 0.38.32", -] - [[package]] name = "wide" -version = "0.7.15" +version = "0.7.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89beec544f246e679fc25490e3f8e08003bc4bf612068f325120dad4cea02c1c" +checksum = "b828f995bf1e9622031f8009f8481a85406ce1f4d4588ff746d872043e855690" dependencies = [ "bytemuck", "safe_arch", @@ -13818,9 +11871,9 @@ dependencies = [ [[package]] name = "widestring" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" +checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" [[package]] name = "winapi" @@ -13840,11 +11893,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.6" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "winapi", + "windows-sys 0.59.0", ] [[package]] @@ -13878,22 +11931,7 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-targets 0.52.4", -] - -[[package]] -name = "windows-sys" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" -dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", + "windows-targets 0.52.6", ] [[package]] @@ -13920,7 +11958,16 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.4", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", ] [[package]] @@ -13955,17 +12002,18 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" dependencies = [ - "windows_aarch64_gnullvm 0.52.4", - "windows_aarch64_msvc 0.52.4", - "windows_i686_gnu 0.52.4", - "windows_i686_msvc 0.52.4", - "windows_x86_64_gnu 0.52.4", - "windows_x86_64_gnullvm 0.52.4", - "windows_x86_64_msvc 0.52.4", + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", ] [[package]] @@ -13982,9 +12030,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" [[package]] name = "windows_aarch64_msvc" @@ -14000,9 +12048,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_aarch64_msvc" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" [[package]] name = "windows_i686_gnu" @@ -14018,9 +12066,15 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_gnu" -version = "0.52.4" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" [[package]] name = "windows_i686_msvc" @@ -14036,9 +12090,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_i686_msvc" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" [[package]] name = "windows_x86_64_gnu" @@ -14054,9 +12108,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnu" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" [[package]] name = "windows_x86_64_gnullvm" @@ -14072,9 +12126,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" [[package]] name = "windows_x86_64_msvc" @@ -14090,24 +12144,15 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "windows_x86_64_msvc" -version = "0.52.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" - -[[package]] -name = "winnow" -version = "0.5.40" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" -dependencies = [ - "memchr", -] +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.5" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" +checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" dependencies = [ "memchr", ] @@ -14133,9 +12178,9 @@ dependencies = [ [[package]] name = "x25519-dalek" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96" +checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ "curve25519-dalek", "rand_core", @@ -14166,12 +12211,12 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" dependencies = [ - "asn1-rs 0.6.1", + "asn1-rs 0.6.2", "data-encoding", "der-parser 9.0.0", "lazy_static", "nom", - "oid-registry 0.7.0", + "oid-registry 0.7.1", "rusticata-macros", "thiserror", "time", @@ -14179,21 +12224,20 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "10.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fb4f14094d65c500a59bcf540cf42b99ee82c706edd6226a92e769ad60563e" +version = "7.0.0" +source = "git+https://github.com/UniqueNetwork/polkadot-sdk?branch=v20241023#9f2a83582ee2c015f192164346c9e169344e5204" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] name = "xml-rs" -version = "0.8.20" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" +checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" [[package]] name = "xmltree" @@ -14230,22 +12274,23 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.32" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ + "byteorder", "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.32" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -14265,7 +12310,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.65", + "syn 2.0.82", ] [[package]] @@ -14308,10 +12353,18 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.10+zstd.1.5.6" +version = "2.0.13+zstd.1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa" +checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" dependencies = [ "cc", "pkg-config", ] + +[[patch.unused]] +name = "frame-benchmarking" +version = "28.0.0" + +[[patch.unused]] +name = "substrate-test-runtime-client" +version = "2.0.0" diff --git a/Cargo.toml b/Cargo.toml index 5c63694bd3..cb34e2b520 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ hex = { version = "0.4.3", default-features = false, features = ["alloc"] } hex-literal = "0.4.1" impl-serde = { version = "0.4.0", default-features = false } impl-trait-for-tuples = "0.2.1" -jsonrpsee = "0.23.2" +jsonrpsee = "0.24.7" kvdb-rocksdb = "0.19.0" libsecp256k1 = { version = "0.7.1", default-features = false } log = { version = "0.4.21", default-features = false } @@ -77,81 +77,82 @@ thiserror = "1.0" tokio = "1.37.0" # Substrate Client -sc-basic-authorship = "0.42.0" -sc-block-builder = "0.40.0" -sc-chain-spec = "35.0.0" -sc-cli = { default-features = false , version = "0.44.0" } -sc-client-api = "35.1.0" -sc-client-db = { default-features = false , version = "0.42.0" } -sc-consensus = "0.41.0" -sc-consensus-aura = "0.42.0" -sc-consensus-grandpa = "0.27.0" -sc-consensus-manual-seal = "0.43.0" -sc-executor = "0.39.0" -sc-keystore = "32.0.0" -sc-network = "0.42.0" -sc-network-common = "0.41.0" -sc-network-sync = "0.41.0" -sc-offchain = "37.0.0" -sc-rpc = "37.0.0" -sc-rpc-api = "0.41.0" -sc-service = { default-features = false , version = "0.43.0" } -sc-telemetry = "22.0.0" -sc-transaction-pool = "35.0.0" -sc-transaction-pool-api = "35.0.0" -sc-utils = "17.0.0" +sc-basic-authorship = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-block-builder = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-chain-spec = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-cli = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-client-api = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-client-db = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-consensus = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-consensus-aura = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-consensus-grandpa = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-consensus-manual-seal = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-executor = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-keystore = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-network = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-network-common = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-network-sync = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-offchain = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-rpc = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-rpc-server = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-rpc-api = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-service = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-telemetry = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-transaction-pool = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-transaction-pool-api = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sc-utils = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } # Substrate Primitive -sp-api = { default-features = false , version = "33.0.0" } -sp-block-builder = { default-features = false , version = "33.0.0" } -sp-blockchain = "35.1.0" -sp-consensus = "0.39.1" -sp-consensus-aura = { default-features = false , version = "0.39.0" } -sp-consensus-grandpa = { default-features = false , version = "20.0.0" } -sp-core = { default-features = false , version = "34.0.0" } -sp-crypto-hashing = { default-features = false , version = "0.1.0" } -sp-database = "10.0.0" -sp-externalities = { default-features = false , version = "0.29.0" } -sp-genesis-builder = { default-features = false , version = "0.14.0" } -sp-inherents = { default-features = false , version = "33.0.0" } -sp-io = { default-features = false , version = "37.0.0" } -sp-keyring = "38.0.0" -sp-offchain = { default-features = false , version = "33.0.0" } -sp-runtime = { default-features = false , version = "38.0.0" } -sp-runtime-interface = { default-features = false , version = "28.0.0" } -sp-session = { default-features = false , version = "34.0.0" } -sp-state-machine = { default-features = false , version = "0.42.0" } -sp-std = { default-features = false , version = "14.0.0" } -sp-storage = { default-features = false , version = "21.0.0" } -sp-timestamp = { default-features = false , version = "33.0.0" } -sp-transaction-pool = { default-features = false , version = "33.0.0" } -sp-version = { default-features = false , version = "36.0.0" } -sp-weights = { default-features = false , version = "31.0.0" } +sp-api = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-block-builder = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-blockchain = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-consensus = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-consensus-aura = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-consensus-grandpa = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-core = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-crypto-hashing = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-database = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-externalities = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-genesis-builder = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-inherents = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-io = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-keyring = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-offchain = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-runtime = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-runtime-interface = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-session = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-state-machine = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-std = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-storage = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-timestamp = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-transaction-pool = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-version = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +sp-weights = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } # Substrate FRAME -frame-benchmarking = { default-features = false , version = "36.0.0" } -frame-executive = { default-features = false , version = "36.0.0" } -frame-support = { default-features = false , version = "36.0.0" } -frame-system = { default-features = false , version = "36.0.0" } -frame-system-benchmarking = { default-features = false , version = "36.0.0" } -frame-system-rpc-runtime-api = { default-features = false , version = "33.0.0" } -pallet-aura = { default-features = false , version = "35.0.0" } -pallet-balances = { default-features = false , version = "37.0.0" } -pallet-grandpa = { default-features = false , version = "36.0.0" } -pallet-sudo = { default-features = false , version = "36.0.0" } -pallet-timestamp = { default-features = false , version = "35.0.0" } -pallet-transaction-payment = { default-features = false , version = "36.0.0" } -pallet-transaction-payment-rpc = "38.0.0" -pallet-transaction-payment-rpc-runtime-api = { default-features = false , version = "36.0.0" } -pallet-utility = { default-features = false , version = "36.0.0" } +frame-benchmarking = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +frame-executive = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +frame-support = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +frame-system = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +frame-system-benchmarking = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +frame-system-rpc-runtime-api = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +pallet-aura = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +pallet-balances = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +pallet-grandpa = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +pallet-sudo = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +pallet-timestamp = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +pallet-transaction-payment = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +pallet-transaction-payment-rpc = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +pallet-transaction-payment-rpc-runtime-api = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +pallet-utility = { default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } # Substrate Utility -frame-benchmarking-cli = "40.0.0" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.17.0" } -substrate-build-script-utils = "11.0.0" -substrate-frame-rpc-system = "36.0.0" -substrate-test-runtime-client = "2.0.0" -substrate-wasm-builder = "23.0.0" +frame-benchmarking-cli = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +substrate-build-script-utils = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +substrate-frame-rpc-system = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +substrate-test-runtime-client = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } +substrate-wasm-builder = { git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } # XCM -xcm = { package = "staging-xcm", default-features = false , version = "14.0.1" } +xcm = { package = "staging-xcm", default-features = false , git = "https://github.com/UniqueNetwork/polkadot-sdk", branch = "v20241023" } # Arkworks ark-bls12-377 = { version = "0.4.0", default-features = false, features = ["curve"] } @@ -195,69 +196,9 @@ precompile-utils = { path = "precompiles", default-features = false } # Frontier Template frontier-template-runtime = { path = "template/runtime", default-features = false } -[workspace.metadata.deppatcher.originals.workspace.dependencies] -sc-cli = { version = "0.42.0" } -sc-client-db = { version = "0.41.0" } -sc-service = { version = "0.41.0" } -sp-api = { version = "32.0.0" } -sp-block-builder = { version = "32.0.0" } -sp-consensus-aura = { version = "0.38.0" } -sp-consensus-grandpa = { version = "19.0.0" } -sp-core = { version = "33.0.1" } -sp-externalities = { version = "0.28.0" } -sp-genesis-builder = { version = "0.13.0" } -sp-inherents = { version = "32.0.0" } -sp-io = { version = "36.0.0" } -sp-offchain = { version = "32.0.0" } -sp-runtime = { version = "37.0.0" } -sp-runtime-interface = { version = "27.0.0" } -sp-session = { version = "33.0.0" } -sp-state-machine = { version = "0.41.0" } -sp-timestamp = { version = "32.0.0" } -sp-transaction-pool = { version = "32.0.0" } -sp-version = { version = "35.0.0" } -frame-benchmarking = { version = "34.0.0" } -frame-executive = { version = "34.0.0" } -frame-support = { version = "34.0.0" } -frame-system = { version = "34.0.1" } -frame-system-benchmarking = { version = "34.0.0" } -frame-system-rpc-runtime-api = { version = "32.0.0" } -pallet-aura = { version = "33.0.0" } -pallet-balances = { version = "35.0.0" } -pallet-grandpa = { version = "34.0.0" } -pallet-sudo = { version = "34.0.0" } -pallet-timestamp = { version = "33.0.0" } -pallet-transaction-payment = { version = "34.0.0" } -pallet-transaction-payment-rpc-runtime-api = { version = "34.0.0" } -pallet-utility = { version = "34.0.0" } -substrate-test-runtime-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.11.0" } -staging-xcm = { version = "13.0.1" } -sc-basic-authorship = { version = "0.40.0" } -sc-block-builder = { version = "0.39.0" } -sc-chain-spec = { version = "33.0.0" } -sc-client-api = { version = "34.0.0" } -sc-consensus = { version = "0.39.1" } -sc-consensus-aura = { version = "0.40.0" } -sc-consensus-grandpa = { version = "0.25.0" } -sc-consensus-manual-seal = { version = "0.41.0" } -sc-executor = { version = "0.38.0" } -sc-keystore = { version = "31.0.0" } -sc-network = { version = "0.40.0" } -sc-network-common = { version = "0.39.0" } -sc-network-sync = { version = "0.39.0" } -sc-offchain = { version = "35.0.0" } -sc-rpc = { version = "35.0.0" } -sc-rpc-api = { version = "0.39.0" } -sc-telemetry = { version = "20.0.0" } -sc-transaction-pool = { version = "34.0.0" } -sc-transaction-pool-api = { version = "34.0.0" } -sp-blockchain = { version = "34.0.0" } -sp-consensus = { version = "0.38.0" } -sp-keyring = { version = "37.0.0" } -pallet-transaction-payment-rpc = { version = "36.0.0" } -frame-benchmarking-cli = { version = "38.0.0" } -substrate-frame-rpc-system = { version = "34.0.0" } -substrate-wasm-builder = { version = "22.0.0" } +[patch.crates-io] +substrate-test-runtime-client = { path = "/home/ubuntu/unique-polkadot-sdk/substrate/test-utils/runtime/client" } +frame-benchmarking = { path = "/home/ubuntu/unique-polkadot-sdk/substrate/frame/benchmarking" } [profile.release] # Substrate runtime requires unwinding. diff --git a/client/consensus/src/lib.rs b/client/consensus/src/lib.rs index d614c01dd7..a057ffc065 100644 --- a/client/consensus/src/lib.rs +++ b/client/consensus/src/lib.rs @@ -113,7 +113,7 @@ where } async fn import_block( - &mut self, + &self, block: BlockImportParams, ) -> Result { // We validate that there are only one frontier log. No other diff --git a/client/rpc/Cargo.toml b/client/rpc/Cargo.toml index 4db1948c5e..b5fc9a2b75 100644 --- a/client/rpc/Cargo.toml +++ b/client/rpc/Cargo.toml @@ -35,8 +35,8 @@ sc-consensus-aura = { workspace = true } sc-network = { workspace = true } sc-network-sync = { workspace = true } sc-rpc = { workspace = true } +sc-rpc-server = { workspace = true } sc-service = { workspace = true } -sc-transaction-pool = { workspace = true } sc-transaction-pool-api = { workspace = true } sc-utils = { workspace = true } sp-api = { workspace = true, features = ["default"] } diff --git a/client/rpc/src/eth/block.rs b/client/rpc/src/eth/block.rs index c474355aba..7ef4a1feae 100644 --- a/client/rpc/src/eth/block.rs +++ b/client/rpc/src/eth/block.rs @@ -22,8 +22,7 @@ use ethereum_types::{H256, U256}; use jsonrpsee::core::RpcResult; // Substrate use sc_client_api::backend::{Backend, StorageProvider}; -use sc_transaction_pool::ChainApi; -use sc_transaction_pool_api::InPoolTransaction; +use sc_transaction_pool_api::{InPoolTransaction, TransactionPool}; use sp_api::ProvideRuntimeApi; use sp_blockchain::HeaderBackend; use sp_core::hashing::keccak_256; @@ -37,14 +36,14 @@ use crate::{ frontier_backend_client, internal_err, }; -impl Eth +impl Eth where B: BlockT, C: ProvideRuntimeApi, C::Api: EthereumRuntimeRPCApi, C: HeaderBackend + StorageProvider + 'static, BE: Backend + 'static, - A: ChainApi, + P: TransactionPool + 'static, { pub async fn block_by_hash(&self, hash: H256, full: bool) -> RpcResult> { let BlockInfo { @@ -89,7 +88,7 @@ where let client = Arc::clone(&self.client); let block_data_cache = Arc::clone(&self.block_data_cache); let backend = Arc::clone(&self.backend); - let graph = Arc::clone(&self.graph); + let pool = Arc::clone(&self.pool); match frontier_backend_client::native_block_id::( client.as_ref(), @@ -144,20 +143,18 @@ where let mut xts: Vec<::Extrinsic> = Vec::new(); // ready validated pool xts.extend( - graph - .validated_pool() + pool .ready() - .map(|in_pool_tx| in_pool_tx.data().clone()) + .map(|in_pool_tx| (**in_pool_tx.data()).clone()) .collect::::Extrinsic>>(), ); // future validated pool xts.extend( - graph - .validated_pool() + pool .futures() .iter() - .map(|(_hash, extrinsic)| extrinsic.clone()) + .map(|in_pool_tx| (**in_pool_tx.data()).clone()) .collect::::Extrinsic>>(), ); @@ -198,7 +195,7 @@ where if let BlockNumberOrHash::Pending = number_or_hash { // get the pending transactions count return Ok(Some(U256::from( - self.graph.validated_pool().ready().count(), + self.pool.ready().count(), ))); } diff --git a/client/rpc/src/eth/client.rs b/client/rpc/src/eth/client.rs index c25f6d7631..2016d3a952 100644 --- a/client/rpc/src/eth/client.rs +++ b/client/rpc/src/eth/client.rs @@ -20,7 +20,7 @@ use ethereum_types::{H160, U256, U64}; use jsonrpsee::core::RpcResult; // Substrate use sc_client_api::backend::{Backend, StorageProvider}; -use sc_transaction_pool::ChainApi; +use sc_transaction_pool_api::TransactionPool; use sp_api::ProvideRuntimeApi; use sp_blockchain::HeaderBackend; use sp_consensus::SyncOracle; @@ -31,14 +31,14 @@ use fp_rpc::EthereumRuntimeRPCApi; use crate::{eth::Eth, internal_err}; -impl Eth +impl Eth where B: BlockT, C: ProvideRuntimeApi, C::Api: EthereumRuntimeRPCApi, C: HeaderBackend + StorageProvider + 'static, BE: Backend, - A: ChainApi, + P: TransactionPool { pub fn protocol_version(&self) -> RpcResult { Ok(1) @@ -49,8 +49,9 @@ where let current_number = self.client.info().best_number; let highest_number = self .sync - .best_seen_block() + .status() .await + .map(|status| status.best_seen_block) .map_err(|_| internal_err("fetch best_seen_block failed"))? .unwrap_or(current_number); diff --git a/client/rpc/src/eth/execute.rs b/client/rpc/src/eth/execute.rs index 628b7c4cc6..661b5a8852 100644 --- a/client/rpc/src/eth/execute.rs +++ b/client/rpc/src/eth/execute.rs @@ -24,7 +24,7 @@ use jsonrpsee::{core::RpcResult, types::error::CALL_EXECUTION_FAILED_CODE}; use scale_codec::{Decode, Encode}; // Substrate use sc_client_api::backend::{Backend, StorageProvider}; -use sc_transaction_pool::ChainApi; +use sc_transaction_pool_api::TransactionPool; use sp_api::{ApiExt, CallApiAt, CallApiAtParams, CallContext, ProvideRuntimeApi}; use sp_block_builder::BlockBuilder as BlockBuilderApi; use sp_blockchain::HeaderBackend; @@ -65,14 +65,14 @@ impl EstimateGasAdapter for () { } } -impl Eth +impl Eth where B: BlockT, C: CallApiAt + ProvideRuntimeApi, C::Api: BlockBuilderApi + EthereumRuntimeRPCApi, C: HeaderBackend + StorageProvider + 'static, BE: Backend + 'static, - A: ChainApi, + P: TransactionPool + 'static, CIDP: CreateInherentDataProviders + Send + 'static, EC: EthConfig, { diff --git a/client/rpc/src/eth/fee.rs b/client/rpc/src/eth/fee.rs index df8a8c20a9..f6b8219119 100644 --- a/client/rpc/src/eth/fee.rs +++ b/client/rpc/src/eth/fee.rs @@ -20,7 +20,7 @@ use ethereum_types::U256; use jsonrpsee::core::RpcResult; // Substrate use sc_client_api::backend::{Backend, StorageProvider}; -use sc_transaction_pool::ChainApi; +use sc_transaction_pool_api::TransactionPool; use sp_api::ProvideRuntimeApi; use sp_blockchain::HeaderBackend; use sp_runtime::{ @@ -33,14 +33,14 @@ use fp_rpc::EthereumRuntimeRPCApi; use crate::{eth::Eth, frontier_backend_client, internal_err}; -impl Eth +impl Eth where B: BlockT, C: ProvideRuntimeApi, C::Api: EthereumRuntimeRPCApi, C: HeaderBackend + StorageProvider + 'static, BE: Backend + 'static, - A: ChainApi, + P: TransactionPool + 'static, { pub fn gas_price(&self) -> RpcResult { let block_hash = self.client.info().best_hash; diff --git a/client/rpc/src/eth/filter.rs b/client/rpc/src/eth/filter.rs index 30c7ae71dc..be06adc01f 100644 --- a/client/rpc/src/eth/filter.rs +++ b/client/rpc/src/eth/filter.rs @@ -28,8 +28,7 @@ use ethereum_types::{H256, U256}; use jsonrpsee::core::{async_trait, RpcResult}; // Substrate use sc_client_api::backend::{Backend, StorageProvider}; -use sc_transaction_pool::{ChainApi, Pool}; -use sc_transaction_pool_api::InPoolTransaction; +use sc_transaction_pool_api::{InPoolTransaction, TransactionPool}; use sp_api::ProvideRuntimeApi; use sp_blockchain::HeaderBackend; use sp_core::hashing::keccak_256; @@ -43,10 +42,10 @@ use fp_rpc::{EthereumRuntimeRPCApi, TransactionStatus}; use crate::{cache::EthBlockDataCacheTask, frontier_backend_client, internal_err}; -pub struct EthFilter { +pub struct EthFilter { client: Arc, backend: Arc>, - graph: Arc>, + pool: Arc

, filter_pool: FilterPool, max_stored_filters: usize, max_past_logs: u32, @@ -54,11 +53,11 @@ pub struct EthFilter { _marker: PhantomData, } -impl EthFilter { +impl EthFilter { pub fn new( client: Arc, backend: Arc>, - graph: Arc>, + pool: Arc

, filter_pool: FilterPool, max_stored_filters: usize, max_past_logs: u32, @@ -67,7 +66,7 @@ impl EthFilter { Self { client, backend, - graph, + pool, filter_pool, max_stored_filters, max_past_logs, @@ -77,13 +76,13 @@ impl EthFilter { } } -impl EthFilter +impl EthFilter where B: BlockT, C: ProvideRuntimeApi, C::Api: EthereumRuntimeRPCApi, C: HeaderBackend + 'static, - A: ChainApi + 'static, + P: TransactionPool + 'static, { fn create_filter(&self, filter_type: FilterType) -> RpcResult { let info = self.client.info(); @@ -108,10 +107,9 @@ where let pending_transaction_hashes = if let FilterType::PendingTransaction = filter_type { let txs_ready = self - .graph - .validated_pool() + .pool .ready() - .map(|in_pool_tx| in_pool_tx.data().clone()) + .map(|in_pool_tx| (**in_pool_tx.data()).clone()) .collect(); // Use the runtime to match the (here) opaque extrinsics against ethereum transactions. let api = self.client.runtime_api(); @@ -146,14 +144,14 @@ where } #[async_trait] -impl EthFilterApiServer for EthFilter +impl EthFilterApiServer for EthFilter where B: BlockT, C: ProvideRuntimeApi, C::Api: EthereumRuntimeRPCApi, C: HeaderBackend + StorageProvider + 'static, BE: Backend + 'static, - A: ChainApi + 'static, + P: TransactionPool + 'static, { fn new_filter(&self, filter: Filter) -> RpcResult { self.create_filter(FilterType::Log(filter)) @@ -222,10 +220,9 @@ where FilterType::PendingTransaction => { let previous_hashes = pool_item.pending_transaction_hashes; let txs_ready = self - .graph - .validated_pool() + .pool .ready() - .map(|in_pool_tx| in_pool_tx.data().clone()) + .map(|in_pool_tx| (**in_pool_tx.data()).clone()) .collect(); // Use the runtime to match the (here) opaque extrinsics against ethereum transactions. let api = self.client.runtime_api(); diff --git a/client/rpc/src/eth/mining.rs b/client/rpc/src/eth/mining.rs index 7824bb0b23..b962f01d94 100644 --- a/client/rpc/src/eth/mining.rs +++ b/client/rpc/src/eth/mining.rs @@ -19,17 +19,17 @@ use ethereum_types::{H256, H64, U256}; use jsonrpsee::core::RpcResult; // Substrate -use sc_transaction_pool::ChainApi; +use sc_transaction_pool_api::TransactionPool; use sp_runtime::traits::Block as BlockT; // Frontier use fc_rpc_core::types::*; use crate::eth::Eth; -impl Eth +impl Eth where B: BlockT, - A: ChainApi, + P: TransactionPool, { pub fn is_mining(&self) -> RpcResult { Ok(self.is_authority) diff --git a/client/rpc/src/eth/mod.rs b/client/rpc/src/eth/mod.rs index d7d3e14fba..937d48a8a6 100644 --- a/client/rpc/src/eth/mod.rs +++ b/client/rpc/src/eth/mod.rs @@ -36,7 +36,6 @@ use jsonrpsee::core::{async_trait, RpcResult}; // Substrate use sc_client_api::backend::{Backend, StorageProvider}; use sc_network_sync::SyncingService; -use sc_transaction_pool::{ChainApi, Pool}; use sc_transaction_pool_api::TransactionPool; use sp_api::{CallApiAt, ProvideRuntimeApi}; use sp_block_builder::BlockBuilder as BlockBuilderApi; @@ -71,9 +70,8 @@ impl EthConfig for () { } /// Eth API implementation. -pub struct Eth { +pub struct Eth { pool: Arc

, - graph: Arc>, client: Arc, convert_transaction: Option, sync: Arc>, @@ -94,19 +92,18 @@ pub struct Eth { _marker: PhantomData<(BE, EC)>, } -impl Eth +impl Eth where B: BlockT, C: ProvideRuntimeApi, C::Api: EthereumRuntimeRPCApi, C: HeaderBackend + StorageProvider + 'static, - BE: Backend + 'static, - A: ChainApi, + P: TransactionPool, + BE: Backend + 'static { pub fn new( client: Arc, pool: Arc

, - graph: Arc>, convert_transaction: Option, sync: Arc>, signers: Vec>, @@ -124,7 +121,6 @@ where Self { client, pool, - graph, convert_transaction, sync, is_authority, @@ -247,17 +243,16 @@ where } } -impl Eth +impl Eth where B: BlockT, - A: ChainApi, + P: TransactionPool, EC: EthConfig, { - pub fn replace_config>(self) -> Eth { + pub fn replace_config>(self) -> Eth { let Self { client, pool, - graph, convert_transaction, sync, is_authority, @@ -277,7 +272,6 @@ where Eth { client, pool, - graph, convert_transaction, sync, is_authority, @@ -297,7 +291,7 @@ where } #[async_trait] -impl EthApiServer for Eth +impl EthApiServer for Eth where B: BlockT, C: CallApiAt + ProvideRuntimeApi, @@ -306,7 +300,6 @@ where BE: Backend + 'static, P: TransactionPool + 'static, CT: ConvertTransaction<::Extrinsic> + Send + Sync + 'static, - A: ChainApi + 'static, CIDP: CreateInherentDataProviders + Send + 'static, EC: EthConfig, { diff --git a/client/rpc/src/eth/pending.rs b/client/rpc/src/eth/pending.rs index ea208ecf12..f523ef2718 100644 --- a/client/rpc/src/eth/pending.rs +++ b/client/rpc/src/eth/pending.rs @@ -23,8 +23,7 @@ use sc_client_api::{ backend::{AuxStore, Backend, StorageProvider}, UsageProvider, }; -use sc_transaction_pool::ChainApi; -use sc_transaction_pool_api::InPoolTransaction; +use sc_transaction_pool_api::{InPoolTransaction, TransactionPool}; use sp_api::{ApiExt, ApiRef, Core, ProvideRuntimeApi}; use sp_block_builder::BlockBuilder as BlockBuilderApi; use sp_blockchain::{ApplyExtrinsicFailed, HeaderBackend}; @@ -55,14 +54,14 @@ pub(crate) enum Error { ApplyExtrinsicFailed(#[from] ApplyExtrinsicFailed), } -impl Eth +impl Eth where B: BlockT, C: ProvideRuntimeApi, C::Api: BlockBuilderApi, C: HeaderBackend + StorageProvider + 'static, BE: Backend, - A: ChainApi, + P: TransactionPool + 'static, CIDP: CreateInherentDataProviders + Send + 'static, { /// Creates a pending runtime API. @@ -121,10 +120,9 @@ where // Get all extrinsics from the ready queue. let extrinsics: Vec<::Extrinsic> = self - .graph - .validated_pool() + .pool .ready() - .map(|in_pool_tx| in_pool_tx.data().clone()) + .map(|in_pool_tx| (**in_pool_tx.data()).clone()) .collect::::Extrinsic>>(); log::debug!(target: LOG_TARGET, "Pending runtime API: extrinsic len = {}", extrinsics.len()); // Apply the extrinsics from the ready queue to the pending block's state. diff --git a/client/rpc/src/eth/state.rs b/client/rpc/src/eth/state.rs index ebc8f2f322..4387425001 100644 --- a/client/rpc/src/eth/state.rs +++ b/client/rpc/src/eth/state.rs @@ -21,7 +21,6 @@ use jsonrpsee::core::RpcResult; use scale_codec::Encode; // Substrate use sc_client_api::backend::{Backend, StorageProvider}; -use sc_transaction_pool::ChainApi; use sc_transaction_pool_api::{InPoolTransaction, TransactionPool}; use sp_api::ProvideRuntimeApi; use sp_block_builder::BlockBuilder as BlockBuilderApi; @@ -34,7 +33,7 @@ use fp_rpc::EthereumRuntimeRPCApi; use crate::{eth::Eth, frontier_backend_client, internal_err}; -impl Eth +impl Eth where B: BlockT, C: ProvideRuntimeApi, @@ -42,7 +41,6 @@ where C: HeaderBackend + StorageProvider + 'static, BE: Backend + 'static, P: TransactionPool + 'static, - A: ChainApi, CIDP: CreateInherentDataProviders + Send + 'static, { pub async fn balance( diff --git a/client/rpc/src/eth/submit.rs b/client/rpc/src/eth/submit.rs index 1a4f9556ac..2396cb88de 100644 --- a/client/rpc/src/eth/submit.rs +++ b/client/rpc/src/eth/submit.rs @@ -21,7 +21,6 @@ use futures::future::TryFutureExt; use jsonrpsee::core::RpcResult; // Substrate use sc_client_api::backend::{Backend, StorageProvider}; -use sc_transaction_pool::ChainApi; use sc_transaction_pool_api::TransactionPool; use sp_api::{ApiExt, ProvideRuntimeApi}; use sp_block_builder::BlockBuilder as BlockBuilderApi; @@ -37,7 +36,7 @@ use crate::{ internal_err, }; -impl Eth +impl Eth where B: BlockT, C: ProvideRuntimeApi, @@ -46,7 +45,6 @@ where BE: Backend + 'static, P: TransactionPool + 'static, CT: ConvertTransaction<::Extrinsic> + 'static, - A: ChainApi, CIDP: CreateInherentDataProviders + Send + 'static, { pub async fn send_transaction(&self, request: TransactionRequest) -> RpcResult { diff --git a/client/rpc/src/eth/transaction.rs b/client/rpc/src/eth/transaction.rs index 7193126e9b..25223a9553 100644 --- a/client/rpc/src/eth/transaction.rs +++ b/client/rpc/src/eth/transaction.rs @@ -23,8 +23,7 @@ use ethereum_types::{H256, U256, U64}; use jsonrpsee::core::RpcResult; // Substrate use sc_client_api::backend::{Backend, StorageProvider}; -use sc_transaction_pool::ChainApi; -use sc_transaction_pool_api::InPoolTransaction; +use sc_transaction_pool_api::{InPoolTransaction, TransactionPool}; use sp_api::{ApiExt, ProvideRuntimeApi}; use sp_blockchain::HeaderBackend; use sp_core::hashing::keccak_256; @@ -38,19 +37,19 @@ use crate::{ frontier_backend_client, internal_err, }; -impl Eth +impl Eth where B: BlockT, C: ProvideRuntimeApi, C::Api: EthereumRuntimeRPCApi, C: HeaderBackend + StorageProvider + 'static, BE: Backend + 'static, - A: ChainApi, + P: TransactionPool, { pub async fn transaction_by_hash(&self, hash: H256) -> RpcResult> { let client = Arc::clone(&self.client); let backend = Arc::clone(&self.backend); - let graph = Arc::clone(&self.graph); + let pool = Arc::clone(&self.pool); let (eth_block_hash, index) = match frontier_backend_client::load_transactions::( client.as_ref(), @@ -78,20 +77,18 @@ where let mut xts: Vec<::Extrinsic> = Vec::new(); // Collect transactions in the ready validated pool. xts.extend( - graph - .validated_pool() + pool .ready() - .map(|in_pool_tx| in_pool_tx.data().clone()) + .map(|in_pool_tx| (**in_pool_tx.data()).clone()) .collect::::Extrinsic>>(), ); // Collect transactions in the future validated pool. xts.extend( - graph - .validated_pool() + pool .futures() .iter() - .map(|(_hash, extrinsic)| extrinsic.clone()) + .map(|in_pool_tx| (**in_pool_tx.data()).clone()) .collect::::Extrinsic>>(), ); diff --git a/client/rpc/src/eth_pubsub.rs b/client/rpc/src/eth_pubsub.rs index a0feb56182..7a29043ad7 100644 --- a/client/rpc/src/eth_pubsub.rs +++ b/client/rpc/src/eth_pubsub.rs @@ -20,7 +20,7 @@ use std::{marker::PhantomData, sync::Arc}; use ethereum::TransactionV2 as EthereumTransaction; use futures::{future, FutureExt as _, StreamExt as _}; -use jsonrpsee::{core::traits::IdProvider, server::PendingSubscriptionSink}; +use jsonrpsee::{core::traits::IdProvider, PendingSubscriptionSink}; // Substrate use sc_client_api::{ backend::{Backend, StorageProvider}, @@ -28,9 +28,10 @@ use sc_client_api::{ }; use sc_network_sync::SyncingService; use sc_rpc::{ - utils::{pipe_from_stream, to_sub_message}, + utils::{BoundedVecDeque, PendingSubscription, Subscription}, SubscriptionTaskExecutor, }; +use sc_rpc_server::SubscriptionIdProvider; use sc_transaction_pool_api::{InPoolTransaction, TransactionPool, TxHash}; use sp_api::{ApiExt, ProvideRuntimeApi}; use sp_blockchain::HeaderBackend; @@ -48,8 +49,11 @@ use fc_rpc_core::{ use fc_storage::StorageOverride; use fp_rpc::EthereumRuntimeRPCApi; -#[derive(Debug)] +#[derive(Clone, Debug)] pub struct EthereumSubIdProvider; +impl SubscriptionIdProvider for EthereumSubIdProvider {} + + impl IdProvider for EthereumSubIdProvider { fn next_id(&self) -> jsonrpsee::types::SubscriptionId<'static> { format!("0x{}", hex::encode(rand::random::().to_le_bytes())).into() @@ -163,7 +167,7 @@ where return future::ready(None); }; - let xts = vec![xt.data().clone()]; + let xts = vec![(**xt.data()).clone()]; let txs: Option> = if api_version > 1 { api.extrinsic_filter(best_block, xts).ok() @@ -197,7 +201,12 @@ where // Best imported block. let current_number = self.client.info().best_number; // Get the target block to sync. - let highest_number = self.sync.best_seen_block().await.ok().flatten(); + let highest_number = self.sync + .status() + .await + .map(|status| status.best_seen_block) + .ok() + .flatten(); PubSubSyncing::Syncing(SyncingStatus { starting_block: self.starting_block, @@ -238,7 +247,7 @@ where Kind::NewHeads => { let stream = block_notification_stream .filter_map(move |notification| pubsub.notify_header(notification)); - pipe_from_stream(pending, stream).await + PendingSubscription::from(pending).pipe_from_stream(stream, BoundedVecDeque::default()).await } Kind::Logs => { let stream = block_notification_stream @@ -246,25 +255,24 @@ where pubsub.notify_logs(notification, &filtered_params) }) .flat_map(futures::stream::iter); - pipe_from_stream(pending, stream).await + PendingSubscription::from(pending).pipe_from_stream(stream, BoundedVecDeque::default()).await } Kind::NewPendingTransactions => { let pool = pubsub.pool.clone(); let stream = pool .import_notification_stream() .filter_map(move |hash| pubsub.pending_transaction(&hash)); - pipe_from_stream(pending, stream).await; + PendingSubscription::from(pending).pipe_from_stream(stream, BoundedVecDeque::default()).await; } Kind::Syncing => { - let Ok(sink) = pending.accept().await else { + let Ok(sink) = pending.accept().await.map(Subscription::from) else { return; }; // On connection subscriber expects a value. // Because import notifications are only emitted when the node is synced or // in case of reorg, the first event is emitted right away. let syncing_status = pubsub.syncing_status().await; - let msg = to_sub_message(&sink, &PubSubResult::SyncingStatus(syncing_status)); - let _ = sink.send(msg).await; + let _ = sink.send(&PubSubResult::SyncingStatus(syncing_status)).await; // When the node is not under a major syncing (i.e. from genesis), react // normally to import notifications. @@ -276,9 +284,7 @@ where let syncing_status = pubsub.sync.is_major_syncing(); if syncing_status != last_syncing_status { let syncing_status = pubsub.syncing_status().await; - let msg = - to_sub_message(&sink, &PubSubResult::SyncingStatus(syncing_status)); - let _ = sink.send(msg).await; + let _ = sink.send(&PubSubResult::SyncingStatus(syncing_status)).await; } last_syncing_status = syncing_status; } diff --git a/client/rpc/src/txpool.rs b/client/rpc/src/txpool.rs index 94ff423740..81af376724 100644 --- a/client/rpc/src/txpool.rs +++ b/client/rpc/src/txpool.rs @@ -21,9 +21,9 @@ use std::{marker::PhantomData, sync::Arc}; use ethereum::TransactionV2 as EthereumTransaction; use ethereum_types::{H160, H256, U256}; use jsonrpsee::core::RpcResult; +use sc_service::TransactionPool; use serde::Serialize; // substrate -use sc_transaction_pool::{ChainApi, Pool}; use sc_transaction_pool_api::InPoolTransaction; use sp_api::ProvideRuntimeApi; use sp_blockchain::HeaderBackend; @@ -43,29 +43,29 @@ struct TxPoolTransactions { future: Vec, } -pub struct TxPool { +pub struct TxPool { client: Arc, - graph: Arc>, + pool: Arc

, _marker: PhantomData, } -impl Clone for TxPool { +impl Clone for TxPool { fn clone(&self) -> Self { Self { client: self.client.clone(), - graph: self.graph.clone(), + pool: self.pool.clone(), _marker: PhantomData, } } } -impl TxPool +impl TxPool where B: BlockT, C: ProvideRuntimeApi, C::Api: EthereumRuntimeRPCApi, C: HeaderBackend + 'static, - A: ChainApi + 'static, + P: TransactionPool + 'static, { fn map_build(&self) -> RpcResult>> where @@ -106,19 +106,17 @@ where fn collect_txpool_transactions(&self) -> RpcResult { // Collect extrinsics in the ready validated pool. let ready_extrinsics = self - .graph - .validated_pool() + .pool .ready() - .map(|in_pool_tx| in_pool_tx.data().clone()) + .map(|in_pool_tx| (**in_pool_tx.data()).clone()) .collect(); // Collect extrinsics in the future validated pool. let future_extrinsics = self - .graph - .validated_pool() + .pool .futures() .iter() - .map(|(_, extrinsic)| extrinsic.clone()) + .map(|in_pool_tx| (**in_pool_tx.data()).clone()) .collect(); // Use the runtime to match the (here) opaque extrinsics against ethereum transactions. @@ -135,23 +133,23 @@ where } } -impl TxPool { - pub fn new(client: Arc, graph: Arc>) -> Self { +impl TxPool { + pub fn new(client: Arc, pool: Arc

) -> Self { Self { client, - graph, + pool, _marker: PhantomData, } } } -impl TxPoolApiServer for TxPool +impl TxPoolApiServer for TxPool where B: BlockT, C: ProvideRuntimeApi, C::Api: EthereumRuntimeRPCApi, C: HeaderBackend + 'static, - A: ChainApi + 'static, + P: TransactionPool + 'static, { fn content(&self) -> RpcResult>> { self.map_build::() @@ -162,7 +160,7 @@ where } fn status(&self) -> RpcResult> { - let status = self.graph.validated_pool().status(); + let status = self.pool.status(); Ok(TxPoolResult { pending: U256::from(status.ready), queued: U256::from(status.future), diff --git a/frame/base-fee/Cargo.toml b/frame/base-fee/Cargo.toml index dc89a53b4b..7e72595693 100644 --- a/frame/base-fee/Cargo.toml +++ b/frame/base-fee/Cargo.toml @@ -26,7 +26,7 @@ fp-evm = { workspace = true } sp-io = { workspace = true, features = ["default"] } [features] -default = ["std"] +default = [] std = [ "scale-codec/std", "scale-info/std", diff --git a/frame/dynamic-fee/Cargo.toml b/frame/dynamic-fee/Cargo.toml index a544d3088e..8686b79f99 100644 --- a/frame/dynamic-fee/Cargo.toml +++ b/frame/dynamic-fee/Cargo.toml @@ -29,7 +29,7 @@ sp-io = { workspace = true, features = ["default"] } sp-runtime = { workspace = true, features = ["default"] } [features] -default = ["std"] +default = [] std = [ "scale-codec/std", "scale-info/std", diff --git a/frame/ethereum/Cargo.toml b/frame/ethereum/Cargo.toml index 651d9f4163..d77131f65d 100644 --- a/frame/ethereum/Cargo.toml +++ b/frame/ethereum/Cargo.toml @@ -36,12 +36,12 @@ rlp = { workspace = true } # Substrate pallet-balances = { workspace = true, features = ["default", "insecure_zero_ed"] } pallet-timestamp = { workspace = true, features = ["default"] } -sp-core = { workspace = true, features = ["default"] } +sp-core = { workspace = true } # Frontier fp-self-contained = { workspace = true, features = ["default"] } [features] -default = ["std"] +default = [] std = [ "ethereum/std", "evm/std", @@ -52,6 +52,7 @@ std = [ # Substrate "frame-support/std", "frame-system/std", + "sp-core/std", "sp-io/std", "sp-runtime/std", # Frontier diff --git a/frame/ethereum/src/lib.rs b/frame/ethereum/src/lib.rs index eb1213f61a..919b8f8943 100644 --- a/frame/ethereum/src/lib.rs +++ b/frame/ethereum/src/lib.rs @@ -52,12 +52,9 @@ use frame_support::{ }; use frame_system::{pallet_prelude::OriginFor, CheckWeight, WeightInfo}; use sp_runtime::{ - generic::DigestItem, - traits::{DispatchInfoOf, Dispatchable, One, Saturating, UniqueSaturatedInto, Zero}, - transaction_validity::{ + generic::DigestItem, impl_tx_ext_default, traits::{DispatchInfoOf, Dispatchable, One, Saturating, UniqueSaturatedInto, Zero}, transaction_validity::{ InvalidTransaction, TransactionValidity, TransactionValidityError, ValidTransactionBuilder, - }, - RuntimeDebug, SaturatedConversion, + }, RuntimeDebug, SaturatedConversion }; // Frontier use fp_consensus::{PostLog, PreLog, FRONTIER_ENGINE_ID}; @@ -139,7 +136,11 @@ where len: usize, ) -> Option> { if let Call::transact { transaction } = self { - if let Err(e) = CheckWeight::::do_pre_dispatch(dispatch_info, len) { + let next_len = match CheckWeight::::do_validate(dispatch_info, len) { + Ok((_, next_len)) => next_len, + Err(e) => return Some(Err(e)), + }; + if let Err(e) = CheckWeight::::do_prepare(dispatch_info, len, next_len) { return Some(Err(e)); } @@ -1122,41 +1123,16 @@ impl From for InvalidTransactionWrapper { #[derive(TypeInfo, PartialEq, Eq, Clone, Debug, Encode, Decode)] pub struct FakeTransactionFinalizer(PhantomData); -impl sp_runtime::traits::SignedExtension +impl sp_runtime::traits::TransactionExtension for FakeTransactionFinalizer { const IDENTIFIER: &'static str = "FakeTransactionFinalizer"; - type AccountId = T::AccountId; - - type Call = T::RuntimeCall; - - type AdditionalSigned = (); + type Implicit = (); type Pre = (); - fn additional_signed(&self) -> Result { - Ok(()) - } - - fn pre_dispatch( - self, - _who: &Self::AccountId, - _call: &Self::Call, - _info: &DispatchInfoOf, - _len: usize, - ) -> Result { - Ok(()) - } - - fn post_dispatch( - _pre: Option, - _info: &DispatchInfoOf, - _post_info: &sp_runtime::traits::PostDispatchInfoOf, - _len: usize, - _result: &sp_runtime::DispatchResult, - ) -> Result<(), TransactionValidityError> { - >::flush_injected_transaction(); - Ok(()) - } + type Val = (); + + impl_tx_ext_default!(T::RuntimeCall; validate prepare weight); } diff --git a/frame/ethereum/src/mock.rs b/frame/ethereum/src/mock.rs index 131d8765d0..4d670b75ce 100644 --- a/frame/ethereum/src/mock.rs +++ b/frame/ethereum/src/mock.rs @@ -34,12 +34,12 @@ use sp_runtime::{ // Frontier use pallet_evm::{AddressMapping, EnsureAddressTruncated, FeeCalculator}; // Unique -use pallet_evm::{BackwardsAddressMapping}; +use pallet_evm::BackwardsAddressMapping; use super::*; use crate::IntermediateStateRoot; -pub type SignedExtra = (frame_system::CheckSpecVersion,); +pub type TxExtension = (frame_system::CheckSpecVersion,); frame_support::construct_runtime! { pub enum Test { @@ -105,6 +105,7 @@ impl pallet_balances::Config for Test { type MaxLocks = MaxLocks; type MaxReserves = MaxReserves; type MaxFreezes = ConstU32<1>; + type DoneSlashHandler = (); } parameter_types! { diff --git a/frame/ethereum/src/tests/eip1559.rs b/frame/ethereum/src/tests/eip1559.rs index 2dd7f7c823..11a40dab39 100644 --- a/frame/ethereum/src/tests/eip1559.rs +++ b/frame/ethereum/src/tests/eip1559.rs @@ -65,8 +65,8 @@ fn transaction_with_max_extrinsic_gas_limit_should_success_pre_dispatch() { let call = crate::Call::::transact { transaction }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic:: { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic:: { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call.clone()), }; @@ -104,8 +104,8 @@ fn transaction_with_gas_limit_greater_than_max_extrinsic_should_fail_pre_dispatc let call = crate::Call::::transact { transaction }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic:: { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic:: { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call.clone()), }; @@ -142,8 +142,8 @@ fn transaction_without_enough_gas_should_not_work() { let call = crate::Call::::transact { transaction }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic:: { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic:: { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call.clone()), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -169,8 +169,8 @@ fn transaction_with_to_low_nonce_should_not_work() { transaction: signed, }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic:: { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic:: { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call.clone()), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -196,8 +196,8 @@ fn transaction_with_to_low_nonce_should_not_work() { transaction: signed2, }; let source2 = call2.check_self_contained().unwrap().unwrap(); - let extrinsic2 = CheckedExtrinsic:: { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic2 = CheckedExtrinsic:: { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call2.clone()), }; @@ -224,8 +224,8 @@ fn transaction_with_to_hight_nonce_should_fail_in_block() { transaction: signed, }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic::<_, _, SignedExtra, _> { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic::<_, _, TxExtension, _> { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -247,8 +247,8 @@ fn transaction_with_invalid_chain_id_should_fail_in_block() { let call = crate::Call::::transact { transaction }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic::<_, _, SignedExtra, _> { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic::<_, _, TxExtension, _> { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -498,7 +498,7 @@ fn self_contained_transaction_with_extra_gas_should_adjust_weight_with_post_disp }; let source = call.check_self_contained().unwrap().unwrap(); let extrinsic = CheckedExtrinsic::<_, _, frame_system::CheckWeight, _> { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call), }; let dispatch_info = extrinsic.get_dispatch_info(); diff --git a/frame/ethereum/src/tests/eip2930.rs b/frame/ethereum/src/tests/eip2930.rs index 4cb6a13c4d..7f33bd9791 100644 --- a/frame/ethereum/src/tests/eip2930.rs +++ b/frame/ethereum/src/tests/eip2930.rs @@ -71,8 +71,8 @@ fn transaction_without_enough_gas_should_not_work() { let call = crate::Call::::transact { transaction }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic:: { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic:: { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call.clone()), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -100,8 +100,8 @@ fn transaction_with_to_low_nonce_should_not_work() { transaction: signed, }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic:: { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic:: { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call.clone()), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -128,8 +128,8 @@ fn transaction_with_to_low_nonce_should_not_work() { transaction: signed2, }; let source2 = call2.check_self_contained().unwrap().unwrap(); - let extrinsic2 = CheckedExtrinsic:: { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic2 = CheckedExtrinsic:: { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call2.clone()), }; @@ -156,8 +156,8 @@ fn transaction_with_to_hight_nonce_should_fail_in_block() { transaction: signed, }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic::<_, _, SignedExtra, _> { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic::<_, _, TxExtension, _> { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -179,8 +179,8 @@ fn transaction_with_invalid_chain_id_should_fail_in_block() { let call = crate::Call::::transact { transaction }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic::<_, _, SignedExtra, _> { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic::<_, _, TxExtension, _> { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -424,7 +424,7 @@ fn self_contained_transaction_with_extra_gas_should_adjust_weight_with_post_disp }; let source = call.check_self_contained().unwrap().unwrap(); let extrinsic = CheckedExtrinsic::<_, _, frame_system::CheckWeight, _> { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call), }; let dispatch_info = extrinsic.get_dispatch_info(); diff --git a/frame/ethereum/src/tests/legacy.rs b/frame/ethereum/src/tests/legacy.rs index e90d6cb092..7c092b3d73 100644 --- a/frame/ethereum/src/tests/legacy.rs +++ b/frame/ethereum/src/tests/legacy.rs @@ -71,8 +71,8 @@ fn transaction_without_enough_gas_should_not_work() { let call = crate::Call::::transact { transaction }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic:: { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic:: { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call.clone()), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -100,8 +100,8 @@ fn transaction_with_to_low_nonce_should_not_work() { transaction: signed, }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic:: { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic:: { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call.clone()), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -128,8 +128,8 @@ fn transaction_with_to_low_nonce_should_not_work() { transaction: signed2, }; let source2 = call2.check_self_contained().unwrap().unwrap(); - let extrinsic2 = CheckedExtrinsic:: { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic2 = CheckedExtrinsic:: { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call2.clone()), }; @@ -156,8 +156,8 @@ fn transaction_with_to_hight_nonce_should_fail_in_block() { transaction: signed, }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic::<_, _, SignedExtra, _> { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic::<_, _, TxExtension, _> { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -179,8 +179,8 @@ fn transaction_with_invalid_chain_id_should_fail_in_block() { let call = crate::Call::::transact { transaction }; let source = call.check_self_contained().unwrap().unwrap(); - let extrinsic = CheckedExtrinsic::<_, _, SignedExtra, _> { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + let extrinsic = CheckedExtrinsic::<_, _, TxExtension, _> { + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call), }; let dispatch_info = extrinsic.get_dispatch_info(); @@ -424,7 +424,7 @@ fn self_contained_transaction_with_extra_gas_should_adjust_weight_with_post_disp }; let source = call.check_self_contained().unwrap().unwrap(); let extrinsic = CheckedExtrinsic::<_, _, frame_system::CheckWeight, _> { - signed: fp_self_contained::CheckedSignature::SelfContained(source), + format: fp_self_contained::CheckedFormat::SelfContained(source), function: RuntimeCall::Ethereum(call), }; let dispatch_info = extrinsic.get_dispatch_info(); diff --git a/frame/evm-chain-id/Cargo.toml b/frame/evm-chain-id/Cargo.toml index 9427a48187..7e39442ee4 100644 --- a/frame/evm-chain-id/Cargo.toml +++ b/frame/evm-chain-id/Cargo.toml @@ -18,7 +18,7 @@ frame-support = { workspace = true } frame-system = { workspace = true } [features] -default = ["std"] +default = [] std = [ "scale-codec/std", "scale-info/std", diff --git a/frame/evm/Cargo.toml b/frame/evm/Cargo.toml index cf2b6dc3dc..e0e4c8c3be 100644 --- a/frame/evm/Cargo.toml +++ b/frame/evm/Cargo.toml @@ -43,7 +43,7 @@ pallet-evm-precompile-simple = { workspace = true, features = ["default"] } pallet-timestamp = { workspace = true, features = ["default"] } [features] -default = ["std"] +default = [] std = [ "environmental?/std", "evm/std", diff --git a/frame/evm/precompile/blake2/Cargo.toml b/frame/evm/precompile/blake2/Cargo.toml index 126118f81d..b0cd7a27c3 100644 --- a/frame/evm/precompile/blake2/Cargo.toml +++ b/frame/evm/precompile/blake2/Cargo.toml @@ -15,7 +15,7 @@ fp-evm = { workspace = true } pallet-evm-test-vector-support = { workspace = true } [features] -default = ["std"] +default = [] std = [ # Frontier "fp-evm/std", diff --git a/frame/evm/precompile/bls12377/Cargo.toml b/frame/evm/precompile/bls12377/Cargo.toml index eb1f135edb..d45c74a3d8 100644 --- a/frame/evm/precompile/bls12377/Cargo.toml +++ b/frame/evm/precompile/bls12377/Cargo.toml @@ -20,7 +20,7 @@ fp-evm = { workspace = true } pallet-evm-test-vector-support = { workspace = true } [features] -default = ["std"] +default = [] std = [ # Arkworks "ark-bls12-377/std", diff --git a/frame/evm/precompile/bls12381/Cargo.toml b/frame/evm/precompile/bls12381/Cargo.toml index 84db77b3be..f42029391f 100644 --- a/frame/evm/precompile/bls12381/Cargo.toml +++ b/frame/evm/precompile/bls12381/Cargo.toml @@ -20,7 +20,7 @@ fp-evm = { workspace = true } pallet-evm-test-vector-support = { workspace = true } [features] -default = ["std"] +default = [] std = [ # Arkworks "ark-bls12-381/std", diff --git a/frame/evm/precompile/bn128/Cargo.toml b/frame/evm/precompile/bn128/Cargo.toml index fe7950e507..2b75b38ce6 100644 --- a/frame/evm/precompile/bn128/Cargo.toml +++ b/frame/evm/precompile/bn128/Cargo.toml @@ -19,7 +19,7 @@ fp-evm = { workspace = true } pallet-evm-test-vector-support = { workspace = true } [features] -default = ["std"] +default = [] std = [ # Substrate "sp-core/std", diff --git a/frame/evm/precompile/bw6761/Cargo.toml b/frame/evm/precompile/bw6761/Cargo.toml index 8ba438549e..ac0fac64ce 100644 --- a/frame/evm/precompile/bw6761/Cargo.toml +++ b/frame/evm/precompile/bw6761/Cargo.toml @@ -20,7 +20,7 @@ fp-evm = { workspace = true } pallet-evm-test-vector-support = { workspace = true } [features] -default = ["std"] +default = [] std = [ # Arkworks "ark-bw6-761/std", diff --git a/frame/evm/precompile/curve25519/Cargo.toml b/frame/evm/precompile/curve25519/Cargo.toml index a4f4a1d519..a2527c4b43 100644 --- a/frame/evm/precompile/curve25519/Cargo.toml +++ b/frame/evm/precompile/curve25519/Cargo.toml @@ -13,7 +13,7 @@ curve25519-dalek = { version = "4.1.0", default-features = false, features = ["a fp-evm = { workspace = true } [features] -default = ["std"] +default = [] std = [ # Frontier "fp-evm/std", diff --git a/frame/evm/precompile/dispatch/Cargo.toml b/frame/evm/precompile/dispatch/Cargo.toml index 769a343e9b..07d83e43e4 100644 --- a/frame/evm/precompile/dispatch/Cargo.toml +++ b/frame/evm/precompile/dispatch/Cargo.toml @@ -28,7 +28,7 @@ sp-io = { workspace = true, features = ["default"] } sp-runtime = { workspace = true, features = ["default"] } [features] -default = ["std"] +default = [] std = [ "scale-codec/std", # Substrate diff --git a/frame/evm/precompile/dispatch/src/lib.rs b/frame/evm/precompile/dispatch/src/lib.rs index b7be946b93..eb77ae216c 100644 --- a/frame/evm/precompile/dispatch/src/lib.rs +++ b/frame/evm/precompile/dispatch/src/lib.rs @@ -71,7 +71,7 @@ where if let Some(gas) = target_gas { let valid_weight = - info.weight.ref_time() <= T::GasWeightMapping::gas_to_weight(gas, false).ref_time(); + info.total_weight().ref_time() <= T::GasWeightMapping::gas_to_weight(gas, false).ref_time(); if !valid_weight { return Err(PrecompileFailure::Error { exit_status: ExitError::OutOfGas, @@ -86,26 +86,26 @@ where } handle.record_external_cost( - Some(info.weight.ref_time()), - Some(info.weight.proof_size()), + Some(info.total_weight().ref_time()), + Some(info.total_weight().proof_size()), None, )?; match call.dispatch(Some(origin).into()) { Ok(post_info) => { if post_info.pays_fee(&info) == Pays::Yes { - let actual_weight = post_info.actual_weight.unwrap_or(info.weight); + let actual_weight = post_info.actual_weight.unwrap_or(info.total_weight()); let cost = T::GasWeightMapping::weight_to_gas(actual_weight); handle.record_cost(cost)?; handle.refund_external_cost( Some( - info.weight + info.total_weight() .ref_time() .saturating_sub(actual_weight.ref_time()), ), Some( - info.weight + info.total_weight() .proof_size() .saturating_sub(actual_weight.proof_size()), ), diff --git a/frame/evm/precompile/dispatch/src/mock.rs b/frame/evm/precompile/dispatch/src/mock.rs index 931eece6ec..3e955559f3 100644 --- a/frame/evm/precompile/dispatch/src/mock.rs +++ b/frame/evm/precompile/dispatch/src/mock.rs @@ -102,6 +102,7 @@ impl pallet_balances::Config for Test { type MaxLocks = (); type MaxReserves = (); type MaxFreezes = (); + type DoneSlashHandler = (); } parameter_types! { @@ -143,14 +144,7 @@ impl pallet_evm::Config for Test { type WeightPerGas = WeightPerGas; type BlockHashMapping = pallet_evm::SubstrateBlockHashMapping; - /* Unique - type CallOrigin = EnsureAddressRoot; - */ type CallOrigin = EnsureAddressRoot; - - /* Unique - type WithdrawOrigin = EnsureAddressNever; - */ type WithdrawOrigin = EnsureAddressNever; type AddressMapping = IdentityAddressMapping; type Currency = Balances; diff --git a/frame/evm/precompile/ed25519/Cargo.toml b/frame/evm/precompile/ed25519/Cargo.toml index 0fa400cdf7..4ef6358a33 100644 --- a/frame/evm/precompile/ed25519/Cargo.toml +++ b/frame/evm/precompile/ed25519/Cargo.toml @@ -13,7 +13,7 @@ ed25519-dalek = { version = "2.1.0", default-features = false, features = ["allo fp-evm = { workspace = true } [features] -default = ["std"] +default = [] std = [ # Frontier "fp-evm/std", diff --git a/frame/evm/precompile/modexp/Cargo.toml b/frame/evm/precompile/modexp/Cargo.toml index 7a0e48ff31..d06b27dcc1 100644 --- a/frame/evm/precompile/modexp/Cargo.toml +++ b/frame/evm/precompile/modexp/Cargo.toml @@ -18,7 +18,7 @@ hex = { workspace = true } pallet-evm-test-vector-support = { workspace = true } [features] -default = ["std"] +default = [] std = [ "num/std", # Frontier diff --git a/frame/evm/precompile/sha3fips/Cargo.toml b/frame/evm/precompile/sha3fips/Cargo.toml index 241e1fc705..53558191ea 100644 --- a/frame/evm/precompile/sha3fips/Cargo.toml +++ b/frame/evm/precompile/sha3fips/Cargo.toml @@ -13,7 +13,7 @@ tiny-keccak = { version = "2.0", features = ["fips202"] } fp-evm = { workspace = true } [features] -default = ["std"] +default = [] std = [ # Frontier "fp-evm/std", diff --git a/frame/evm/precompile/simple/Cargo.toml b/frame/evm/precompile/simple/Cargo.toml index ed2892f974..3cce792e26 100644 --- a/frame/evm/precompile/simple/Cargo.toml +++ b/frame/evm/precompile/simple/Cargo.toml @@ -18,7 +18,7 @@ fp-evm = { workspace = true } pallet-evm-test-vector-support = { workspace = true } [features] -default = ["std"] +default = [] std = [ "ripemd/std", # Substrate diff --git a/frame/evm/precompile/storage-cleaner/Cargo.toml b/frame/evm/precompile/storage-cleaner/Cargo.toml index 7f940c740b..f91ee5a6c2 100644 --- a/frame/evm/precompile/storage-cleaner/Cargo.toml +++ b/frame/evm/precompile/storage-cleaner/Cargo.toml @@ -35,7 +35,7 @@ sp-runtime = { workspace = true, features = ["default"] } precompile-utils = { workspace = true, features = ["std", "testing"] } [features] -default = ["std"] +default = [] std = [ "scale-codec/std", # Substrate diff --git a/frame/evm/precompile/storage-cleaner/src/mock.rs b/frame/evm/precompile/storage-cleaner/src/mock.rs index 06c58e5f96..64f6a08c06 100644 --- a/frame/evm/precompile/storage-cleaner/src/mock.rs +++ b/frame/evm/precompile/storage-cleaner/src/mock.rs @@ -18,13 +18,12 @@ //! Test mock for unit tests and benchmarking use crate::{StorageCleanerPrecompile, StorageCleanerPrecompileCall}; -use frame_support::{parameter_types, weights::Weight}; -use pallet_evm::{EnsureAddressNever, EnsureAddressRoot, IdentityAddressMapping}; +use frame_support::{derive_impl, parameter_types, weights::Weight}; +use pallet_evm::{AddressMapping, BackwardsAddressMapping, EnsureAddressNever, EnsureAddressRoot, IdentityAddressMapping}; use precompile_utils::{precompile_set::*, testing::*}; -use sp_core::{ConstU32, H256, U256}; +use sp_core::{ConstU32, H160, H256, U256}; use sp_runtime::{ - traits::{BlakeTwo256, IdentityLookup}, - BuildStorage, + traits::{BlakeTwo256, IdentityLookup}, AccountId32, BuildStorage }; pub type AccountId = MockAccount; @@ -45,36 +44,13 @@ parameter_types! { frame_system::limits::BlockWeights::simple_max(Weight::from_parts(1024, 0)); } +#[derive_impl(frame_system::config_preludes::TestDefaultConfig)] impl frame_system::Config for Runtime { - type RuntimeEvent = RuntimeEvent; - type BaseCallFilter = frame_support::traits::Everything; - type BlockWeights = (); - type BlockLength = (); - type RuntimeOrigin = RuntimeOrigin; - type RuntimeCall = RuntimeCall; - type RuntimeTask = RuntimeTask; type Nonce = u64; - type Hash = H256; - type Hashing = BlakeTwo256; type AccountId = AccountId; type Lookup = IdentityLookup; type Block = frame_system::mocking::MockBlock; - type BlockHashCount = BlockHashCount; - type DbWeight = (); - type Version = (); - type PalletInfo = PalletInfo; type AccountData = pallet_balances::AccountData; - type OnNewAccount = (); - type OnKilledAccount = (); - type SystemWeightInfo = (); - type SS58Prefix = (); - type OnSetCode = (); - type MaxConsumers = ConstU32<16>; - type MultiBlockMigrator = (); - type PreInherents = (); - type PostInherents = (); - type PostTransactions = (); - type SingleBlockMigrations = (); } parameter_types! { @@ -95,6 +71,7 @@ impl pallet_balances::Config for Runtime { type MaxReserves = (); type MaxFreezes = (); type RuntimeFreezeReason = (); + type DoneSlashHandler = (); } parameter_types! { @@ -123,12 +100,14 @@ parameter_types! { pub SuicideQuickClearLimit: u32 = 0; } +type CrossAccountId = pallet_evm::account::BasicCrossAccountId; + impl pallet_evm::Config for Runtime { type FeeCalculator = (); type GasWeightMapping = pallet_evm::FixedGasWeightMapping; type WeightPerGas = WeightPerGas; - type CallOrigin = EnsureAddressRoot; - type WithdrawOrigin = EnsureAddressNever; + type CallOrigin = EnsureAddressRoot; + type WithdrawOrigin = EnsureAddressNever; type AddressMapping = IdentityAddressMapping; type Currency = Balances; type RuntimeEvent = RuntimeEvent; @@ -145,6 +124,12 @@ impl pallet_evm::Config for Runtime { type Timestamp = Timestamp; type WeightInfo = (); type SuicideQuickClearLimit = SuicideQuickClearLimit; + type OnCheckEvmTransaction = (); + + // Unique: + type CrossAccountId = CrossAccountId; + type BackwardsAddressMapping = IdentityAddressMapping; + type OnMethodCall = (); } /// Build test externalities, prepopulated with data for testing the precompile. diff --git a/frame/evm/src/mock.rs b/frame/evm/src/mock.rs index 0ca74d18e4..cb5bb1f20e 100644 --- a/frame/evm/src/mock.rs +++ b/frame/evm/src/mock.rs @@ -98,6 +98,7 @@ impl pallet_balances::Config for Test { type MaxLocks = (); type MaxReserves = (); type MaxFreezes = (); + type DoneSlashHandler = (); } parameter_types! { @@ -137,6 +138,7 @@ parameter_types! { pub MockPrecompiles: MockPrecompileSet = MockPrecompileSet; pub SuicideQuickClearLimit: u32 = 0; } + impl crate::Config for Test { type FeeCalculator = FixedGasPrice; type GasWeightMapping = crate::FixedGasWeightMapping; diff --git a/frame/evm/src/runner/stack.rs b/frame/evm/src/runner/stack.rs index f864e9d2d1..c659ea6e7d 100644 --- a/frame/evm/src/runner/stack.rs +++ b/frame/evm/src/runner/stack.rs @@ -81,8 +81,8 @@ where max_priority_fee_per_gas: Option, reason: WithdrawReason, config: &'config evm::Config, - precompiles: &'precompiles PrecompileSetWithMethods, is_transactional: bool, + precompiles: &'precompiles PrecompileSetWithMethods, weight_limit: Option, proof_size_base_cost: Option, f: F, @@ -501,8 +501,8 @@ where )?; } /* Unique: - let precompiles = T::PrecompilesValue::get(); */ + //let precompiles = T::PrecompilesValue::get(); let precompiles = >::get(); Self::execute( &source, @@ -512,8 +512,8 @@ where max_priority_fee_per_gas, reason, config, - &precompiles, is_transactional, + &precompiles, weight_limit, proof_size_base_cost, |executor| { @@ -566,8 +566,8 @@ where )?; } /* Unique: - let precompiles = T::PrecompilesValue::get(); */ + //let precompiles = T::PrecompilesValue::get(); let precompiles = >::get(); Self::execute( &source, @@ -577,8 +577,8 @@ where max_priority_fee_per_gas, reason, config, - &precompiles, is_transactional, + &precompiles, weight_limit, proof_size_base_cost, |executor| { @@ -631,8 +631,8 @@ where )?; } /* Unique: - let precompiles = T::PrecompilesValue::get(); */ + //let precompiles = T::PrecompilesValue::get(); let precompiles = >::get(); let code_hash = H256::from(sp_io::hashing::keccak_256(&init)); Self::execute( @@ -643,8 +643,8 @@ where max_priority_fee_per_gas, reason, config, - &precompiles, is_transactional, + &precompiles, weight_limit, proof_size_base_cost, |executor| { @@ -1344,6 +1344,7 @@ impl PrecompileSet for PrecompileSetWithMethods { #[cfg(test)] mod tests { use super::*; + use crate::account::BasicCrossAccountId; use crate::mock::{MockPrecompileSet, Test}; use evm::ExitSucceed; @@ -1370,26 +1371,28 @@ mod tests { // Should fail with the appropriate error if there is reentrancy let res = Runner::::execute( - H160::default(), + &BasicCrossAccountId::from_eth(H160::default()), U256::default(), 100_000, None, None, + WithdrawReason::Create, &config, - &MockPrecompileSet, false, + &PrecompileSetWithMethods(MockPrecompileSet), None, None, |_| { let res = Runner::::execute( - H160::default(), + &BasicCrossAccountId::from_eth(H160::default()), U256::default(), 100_000, None, None, + WithdrawReason::Create, &config, - &MockPrecompileSet, false, + &PrecompileSetWithMethods(MockPrecompileSet), None, None, |_| (ExitReason::Succeed(ExitSucceed::Stopped), ()), @@ -1414,14 +1417,15 @@ mod tests { // Should succeed if there is no reentrancy let res = Runner::::execute( - H160::default(), + &BasicCrossAccountId::from_eth(H160::default()), U256::default(), 100_000, None, None, + WithdrawReason::Create, &config, - &MockPrecompileSet, false, + &PrecompileSetWithMethods(MockPrecompileSet), None, None, |_| (ExitReason::Succeed(ExitSucceed::Stopped), ()), diff --git a/frame/hotfix-sufficients/Cargo.toml b/frame/hotfix-sufficients/Cargo.toml index 00401ec01c..d940298483 100644 --- a/frame/hotfix-sufficients/Cargo.toml +++ b/frame/hotfix-sufficients/Cargo.toml @@ -28,7 +28,7 @@ pallet-evm = { workspace = true } sp-io = { workspace = true, features = ["default"] } [features] -default = ["std"] +default = [] std = [ "scale-codec/std", "scale-info/std", diff --git a/precompiles/Cargo.toml b/precompiles/Cargo.toml index f573d3e088..4be00c052f 100644 --- a/precompiles/Cargo.toml +++ b/precompiles/Cargo.toml @@ -42,7 +42,7 @@ hex-literal = { workspace = true } xcm = { workspace = true } [features] -default = ["std"] +default = [] std = [ "environmental/std", "fp-evm/std", diff --git a/precompiles/src/substrate.rs b/precompiles/src/substrate.rs index 456ab154fb..1006a8a7ce 100644 --- a/precompiles/src/substrate.rs +++ b/precompiles/src/substrate.rs @@ -113,7 +113,7 @@ where let call = Runtime::RuntimeCall::from(call); let dispatch_info = call.get_dispatch_info(); - Self::record_weight_v2_cost(handle, dispatch_info.weight).map_err(TryDispatchError::Evm)?; + Self::record_weight_v2_cost(handle, dispatch_info.call_weight).map_err(TryDispatchError::Evm)?; // Dispatch call. // It may be possible to not record gas cost if the call returns Pays::No. @@ -125,7 +125,7 @@ where Self::refund_weight_v2_cost( handle, - dispatch_info.weight, + dispatch_info.call_weight, post_dispatch_info.actual_weight, ) .map_err(TryDispatchError::Evm)?; diff --git a/precompiles/tests-external/lib.rs b/precompiles/tests-external/lib.rs index c766d76faf..f4ed8e076c 100644 --- a/precompiles/tests-external/lib.rs +++ b/precompiles/tests-external/lib.rs @@ -34,7 +34,7 @@ use sp_runtime::{ }; // Frontier use fp_evm::{ExitReason, ExitRevert, PrecompileFailure, PrecompileHandle}; -use pallet_evm::{EnsureAddressNever, EnsureAddressRoot}; +use pallet_evm::{EnsureAddressNever, EnsureAddressRoot, IdentityAddressMapping}; use precompile_utils::{ precompile_set::*, solidity::{codec::Writer, revert::revert}, @@ -107,6 +107,7 @@ impl pallet_balances::Config for Runtime { type MaxLocks = (); type MaxReserves = (); type MaxFreezes = (); + type DoneSlashHandler = (); } #[derive(Debug, Clone)] @@ -234,8 +235,8 @@ impl pallet_evm::Config for Runtime { type GasWeightMapping = pallet_evm::FixedGasWeightMapping; type WeightPerGas = WeightPerGas; type BlockHashMapping = pallet_evm::SubstrateBlockHashMapping; - type CallOrigin = EnsureAddressRoot; - type WithdrawOrigin = EnsureAddressNever; + type CallOrigin = EnsureAddressRoot; + type WithdrawOrigin = EnsureAddressNever; type AddressMapping = AccountId; type Currency = Balances; type RuntimeEvent = RuntimeEvent; @@ -252,6 +253,11 @@ impl pallet_evm::Config for Runtime { type Timestamp = Timestamp; type WeightInfo = pallet_evm::weights::SubstrateWeight; type OnCheckEvmTransaction = (); + + // Unique: + type CrossAccountId = pallet_evm::account::BasicCrossAccountId; + type BackwardsAddressMapping = IdentityAddressMapping; + type OnMethodCall = (); } parameter_types! { diff --git a/primitives/account/Cargo.toml b/primitives/account/Cargo.toml index 80186587f1..5215c3343f 100644 --- a/primitives/account/Cargo.toml +++ b/primitives/account/Cargo.toml @@ -25,7 +25,7 @@ sp-runtime-interface = { workspace = true } [dev-dependencies] [features] -default = ["std"] +default = [] std = [ "hex/std", "impl-serde/std", diff --git a/primitives/consensus/Cargo.toml b/primitives/consensus/Cargo.toml index 1614671b99..663eea3837 100644 --- a/primitives/consensus/Cargo.toml +++ b/primitives/consensus/Cargo.toml @@ -15,7 +15,7 @@ sp-core = { workspace = true } sp-runtime = { workspace = true } [features] -default = ["std"] +default = [] std = [ "ethereum/std", "scale-codec/std", diff --git a/primitives/dynamic-fee/Cargo.toml b/primitives/dynamic-fee/Cargo.toml index 2f820a040d..8e5c722508 100644 --- a/primitives/dynamic-fee/Cargo.toml +++ b/primitives/dynamic-fee/Cargo.toml @@ -17,7 +17,7 @@ sp-core = { workspace = true } sp-inherents = { workspace = true } [features] -default = ["std"] +default = [] std = [ "async-trait", # Substrate diff --git a/primitives/ethereum/Cargo.toml b/primitives/ethereum/Cargo.toml index 5ef9047c02..24e22b86ed 100644 --- a/primitives/ethereum/Cargo.toml +++ b/primitives/ethereum/Cargo.toml @@ -20,7 +20,7 @@ frame-support = { workspace = true } fp-evm = { workspace = true } [features] -default = ["std"] +default = [] std = [ "ethereum/std", "ethereum-types/std", diff --git a/primitives/evm/Cargo.toml b/primitives/evm/Cargo.toml index 9cacc4e27d..91c17deaea 100644 --- a/primitives/evm/Cargo.toml +++ b/primitives/evm/Cargo.toml @@ -22,7 +22,7 @@ sp-core = { workspace = true } sp-runtime = { workspace = true } [features] -default = ["std"] +default = [] std = [ "evm/std", "evm/with-serde", diff --git a/primitives/rpc/Cargo.toml b/primitives/rpc/Cargo.toml index 049aaf3911..0f971fbd7a 100644 --- a/primitives/rpc/Cargo.toml +++ b/primitives/rpc/Cargo.toml @@ -24,7 +24,7 @@ sp-state-machine = { workspace = true } fp-evm = { workspace = true } [features] -default = ["std"] +default = [] std = [ "ethereum/std", "ethereum-types/std", diff --git a/primitives/self-contained/Cargo.toml b/primitives/self-contained/Cargo.toml index a41c5f3d97..88d174e280 100644 --- a/primitives/self-contained/Cargo.toml +++ b/primitives/self-contained/Cargo.toml @@ -19,7 +19,7 @@ frame-support = { workspace = true } sp-runtime = { workspace = true } [features] -default = ["std"] +default = [] std = [ "scale-codec/std", "scale-info/std", diff --git a/primitives/self-contained/src/checked_extrinsic.rs b/primitives/self-contained/src/checked_extrinsic.rs index 9148e45183..440df8fa4d 100644 --- a/primitives/self-contained/src/checked_extrinsic.rs +++ b/primitives/self-contained/src/checked_extrinsic.rs @@ -16,10 +16,10 @@ // limitations under the License. use frame_support::dispatch::{DispatchInfo, GetDispatchInfo}; +use scale_codec::Encode; use sp_runtime::{ traits::{ - self, DispatchInfoOf, Dispatchable, MaybeDisplay, Member, PostDispatchInfoOf, - SignedExtension, ValidateUnsigned, + self, AsTransactionAuthorizedOrigin, DispatchInfoOf, DispatchTransaction, Dispatchable, MaybeDisplay, Member, PostDispatchInfoOf, TransactionExtension, ValidateUnsigned }, transaction_validity::{ InvalidTransaction, TransactionSource, TransactionValidity, TransactionValidityError, @@ -30,9 +30,10 @@ use sp_runtime::{ use crate::SelfContainedCall; #[derive(Clone, Eq, PartialEq, RuntimeDebug)] -pub enum CheckedSignature { - Signed(AccountId, Extra), - Unsigned, +pub enum CheckedFormat { + Bare, + Signed(AccountId, Extension), + General(Extension), SelfContained(SelfContainedSignedInfo), } @@ -40,54 +41,57 @@ pub enum CheckedSignature { /// existence implies that it has been checked and is good, particularly with /// regards to the signature. #[derive(Clone, Eq, PartialEq, RuntimeDebug)] -pub struct CheckedExtrinsic { +pub struct CheckedExtrinsic { /// Who this purports to be from and the number of extrinsics have come before /// from the same signer, if anyone (note this is not a signature). - pub signed: CheckedSignature, + pub format: CheckedFormat, /// The function that should be called. pub function: Call, } -impl GetDispatchInfo - for CheckedExtrinsic +impl GetDispatchInfo + for CheckedExtrinsic { fn get_dispatch_info(&self) -> DispatchInfo { self.function.get_dispatch_info() } } -impl traits::Applyable - for CheckedExtrinsic +impl traits::Applyable + for CheckedExtrinsic where AccountId: Member + MaybeDisplay, Call: Member - + Dispatchable + + Dispatchable + + Encode + SelfContainedCall, - Extra: SignedExtension, - Origin: From>, + Extension: TransactionExtension, + RuntimeOrigin: From> + AsTransactionAuthorizedOrigin, SelfContainedSignedInfo: Send + Sync + 'static, { type Call = Call; - fn validate>( + fn validate>( &self, - // TODO [#5006;ToDr] should source be passed to `SignedExtension`s? - // Perhaps a change for 2.0 to avoid breaking too much APIs? source: TransactionSource, info: &DispatchInfoOf, len: usize, ) -> TransactionValidity { - match &self.signed { - CheckedSignature::Signed(id, extra) => { - Extra::validate(extra, id, &self.function, info, len) - } - CheckedSignature::Unsigned => { - let valid = Extra::validate_unsigned(&self.function, info, len)?; - let unsigned_validation = U::validate_unsigned(source, &self.function)?; - Ok(valid.combine_with(unsigned_validation)) - } - CheckedSignature::SelfContained(signed_info) => self + match &self.format { + CheckedFormat::Bare => { + let inherent_validation = I::validate_unsigned(source, &self.function)?; + #[allow(deprecated)] + let legacy_validation = Extension::bare_validate(&self.function, info, len)?; + Ok(legacy_validation.combine_with(inherent_validation)) + }, + CheckedFormat::Signed(ref signer, ref extension) => { + let origin = Some(signer.clone()).into(); + extension.validate_only(origin, &self.function, info, len).map(|x| x.0) + }, + CheckedFormat::General(ref extension) => + extension.validate_only(None.into(), &self.function, info, len).map(|x| x.0), + CheckedFormat::SelfContained(signed_info) => self .function .validate_self_contained(signed_info, info, len) .ok_or(TransactionValidityError::Invalid( @@ -96,48 +100,30 @@ where } } - fn apply>( + fn apply>( self, info: &DispatchInfoOf, len: usize, ) -> sp_runtime::ApplyExtrinsicResultWithInfo> { - match self.signed { - CheckedSignature::Signed(id, extra) => { - let pre = Extra::pre_dispatch(extra, &id, &self.function, info, len)?; - let maybe_who = Some(id); - let res = self.function.dispatch(Origin::from(maybe_who)); - let post_info = match res { - Ok(info) => info, - Err(err) => err.post_info, - }; - Extra::post_dispatch( - Some(pre), - info, - &post_info, - len, - &res.map(|_| ()).map_err(|e| e.error), - )?; + match self.format { + CheckedFormat::Bare => { + I::pre_dispatch(&self.function)?; + // TODO: Separate logic from `TransactionExtension` into a new `InherentExtension` + // interface. + Extension::bare_validate_and_prepare(&self.function, info, len)?; + let res = self.function.dispatch(None.into()); + let mut post_info = res.unwrap_or_else(|err| err.post_info); + let pd_res = res.map(|_| ()).map_err(|e| e.error); + // TODO: Separate logic from `TransactionExtension` into a new `InherentExtension` + // interface. + Extension::bare_post_dispatch(info, &mut post_info, len, &pd_res)?; Ok(res) - } - CheckedSignature::Unsigned => { - Extra::pre_dispatch_unsigned(&self.function, info, len)?; - U::pre_dispatch(&self.function)?; - let maybe_who = None; - let res = self.function.dispatch(Origin::from(maybe_who)); - let post_info = match res { - Ok(info) => info, - Err(err) => err.post_info, - }; - Extra::post_dispatch( - None, - info, - &post_info, - len, - &res.map(|_| ()).map_err(|e| e.error), - )?; - Ok(res) - } - CheckedSignature::SelfContained(signed_info) => { + }, + CheckedFormat::Signed(signer, extension) => + extension.dispatch_transaction(Some(signer).into(), self.function, info, len), + CheckedFormat::General(extension) => + extension.dispatch_transaction(None.into(), self.function, info, len), + CheckedFormat::SelfContained(signed_info) => { // If pre-dispatch fail, the block must be considered invalid self.function .pre_dispatch_self_contained(&signed_info, info, len) @@ -147,14 +133,13 @@ where let res = self.function.apply_self_contained(signed_info).ok_or( TransactionValidityError::Invalid(InvalidTransaction::BadProof), )?; - let post_info = match res { + let mut post_info = match res { Ok(info) => info, Err(err) => err.post_info, }; - Extra::post_dispatch( - None, + Extension::bare_post_dispatch( info, - &post_info, + &mut post_info, len, &res.map(|_| ()).map_err(|e| e.error), )?; diff --git a/primitives/self-contained/src/lib.rs b/primitives/self-contained/src/lib.rs index d3549da020..4198028538 100644 --- a/primitives/self-contained/src/lib.rs +++ b/primitives/self-contained/src/lib.rs @@ -22,7 +22,7 @@ mod checked_extrinsic; mod unchecked_extrinsic; pub use crate::{ - checked_extrinsic::{CheckedExtrinsic, CheckedSignature}, + checked_extrinsic::{CheckedExtrinsic, CheckedFormat}, unchecked_extrinsic::UncheckedExtrinsic, }; diff --git a/primitives/self-contained/src/unchecked_extrinsic.rs b/primitives/self-contained/src/unchecked_extrinsic.rs index f52eda1697..5a286bb167 100644 --- a/primitives/self-contained/src/unchecked_extrinsic.rs +++ b/primitives/self-contained/src/unchecked_extrinsic.rs @@ -17,88 +17,118 @@ use frame_support::{ dispatch::{DispatchInfo, GetDispatchInfo}, - traits::ExtrinsicCall, + traits::{ExtrinsicCall, InherentBuilder, SignedTransactionBuilder}, }; use scale_codec::{Decode, Encode}; use scale_info::TypeInfo; use sp_runtime::{ + generic::Preamble, traits::{ - self, Checkable, Extrinsic, ExtrinsicMetadata, IdentifyAccount, MaybeDisplay, Member, - SignedExtension, + self, Checkable, Dispatchable, ExtrinsicLike, ExtrinsicMetadata, IdentifyAccount, MaybeDisplay, Member, TransactionExtension }, transaction_validity::{InvalidTransaction, TransactionValidityError}, OpaqueExtrinsic, RuntimeDebug, }; -use crate::{CheckedExtrinsic, CheckedSignature, SelfContainedCall}; +use crate::{CheckedExtrinsic, CheckedFormat, SelfContainedCall}; /// A extrinsic right from the external world. This is unchecked and so /// can contain a signature. #[derive(PartialEq, Eq, Clone, Encode, Decode, RuntimeDebug, TypeInfo)] -pub struct UncheckedExtrinsic( +pub struct UncheckedExtrinsic( pub sp_runtime::generic::UncheckedExtrinsic, ); -impl - UncheckedExtrinsic -{ - /// New instance of a signed extrinsic aka "transaction". - pub fn new_signed(function: Call, signed: Address, signature: Signature, extra: Extra) -> Self { - Self(sp_runtime::generic::UncheckedExtrinsic::new_signed( - function, signed, signature, extra, - )) +impl UncheckedExtrinsic { + /// New instance of a bare (ne unsigned) extrinsic. This could be used for an inherent or an + /// old-school "unsigned transaction" (which are new being deprecated in favour of general + /// transactions). + #[deprecated = "Use new_bare instead"] + pub fn new_unsigned(function: Call) -> Self { + Self::new_bare(function) } - /// New instance of an unsigned extrinsic aka "inherent". - pub fn new_unsigned(function: Call) -> Self { - Self(sp_runtime::generic::UncheckedExtrinsic::new_unsigned( - function, - )) + /// Returns `true` if this extrinsic instance is an inherent, `false`` otherwise. + pub fn is_inherent(&self) -> bool { + self.0.is_inherent() + } + + /// Returns `true` if this extrinsic instance is an old-school signed transaction, `false` + /// otherwise. + pub fn is_signed(&self) -> bool { + self.0.is_signed() + } + + /// Create an `UncheckedExtrinsic` from a `Preamble` and the actual `Call`. + pub fn from_parts(function: Call, preamble: Preamble) -> Self { + Self(sp_runtime::generic::UncheckedExtrinsic { preamble, function }) + } + + /// New instance of a bare (ne unsigned) extrinsic. + pub fn new_bare(function: Call) -> Self { + Self(sp_runtime::generic::UncheckedExtrinsic::new_bare(function)) + } + + /// New instance of a bare (ne unsigned) extrinsic on extrinsic format version 4. + pub fn new_bare_legacy(function: Call) -> Self { + Self(sp_runtime::generic::UncheckedExtrinsic::new_bare_legacy(function)) + } + + /// New instance of an old-school signed transaction on extrinsic format version 4. + pub fn new_signed( + function: Call, + signed: Address, + signature: Signature, + tx_ext: Extension, + ) -> Self { + Self(sp_runtime::generic::UncheckedExtrinsic::new_signed(function, signed, signature, tx_ext)) + } + + /// New instance of an new-school unsigned transaction. + pub fn new_transaction(function: Call, tx_ext: Extension) -> Self { + Self(sp_runtime::generic::UncheckedExtrinsic::new_transaction(function, tx_ext)) } } -impl Extrinsic - for UncheckedExtrinsic +impl ExtrinsicLike + for UncheckedExtrinsic where Address: TypeInfo, - Call: SelfContainedCall + TypeInfo, + Call: TypeInfo + SelfContainedCall, Signature: TypeInfo, - Extra: SignedExtension, + Extension: TypeInfo { - type Call = Call; - - type SignaturePayload = (Address, Signature, Extra); - fn is_signed(&self) -> Option { if self.0.function.is_self_contained() { Some(true) } else { - self.0.is_signed() + #[allow(deprecated)] + ExtrinsicLike::is_signed(&self.0) } } - - fn new(function: Call, signed_data: Option) -> Option { - sp_runtime::generic::UncheckedExtrinsic::new(function, signed_data).map(Self) - } } -impl Checkable - for UncheckedExtrinsic +// impl Checkable> for UncheckedExtrinsic { + +// } + +impl Checkable + for UncheckedExtrinsic where Address: Member + MaybeDisplay, Call: Encode + Member + SelfContainedCall, Signature: Member + traits::Verify, ::Signer: IdentifyAccount, - Extra: SignedExtension, + Extension: TransactionExtension, AccountId: Member + MaybeDisplay, Lookup: traits::Lookup, { type Checked = - CheckedExtrinsic::SignedInfo>; + CheckedExtrinsic::SignedInfo>; fn check(self, lookup: &Lookup) -> Result { if self.0.function.is_self_contained() { - if self.0.signature.is_some() { + if self.0.is_signed() { return Err(TransactionValidityError::Invalid( InvalidTransaction::BadProof, )); @@ -108,16 +138,17 @@ where TransactionValidityError::Invalid(InvalidTransaction::BadProof), )??; Ok(CheckedExtrinsic { - signed: CheckedSignature::SelfContained(signed_info), + format: CheckedFormat::SelfContained(signed_info), function: self.0.function, }) } else { let checked = Checkable::::check(self.0, lookup)?; Ok(CheckedExtrinsic { - signed: match checked.signed { - Some((id, extra)) => CheckedSignature::Signed(id, extra), - None => CheckedSignature::Unsigned, - }, + format: match checked.format { + sp_runtime::generic::ExtrinsicFormat::Bare => CheckedFormat::Bare, + sp_runtime::generic::ExtrinsicFormat::Signed(account_id, extension) => CheckedFormat::Signed(account_id, extension), + sp_runtime::generic::ExtrinsicFormat::General(extension) => CheckedFormat::General(extension), + }, function: checked.function, }) } @@ -132,13 +163,13 @@ where match self.0.function.check_self_contained() { Some(signed_info) => Ok(CheckedExtrinsic { signed: match signed_info { - Ok(info) => CheckedSignature::SelfContained(info), - _ => CheckedSignature::Unsigned, + Ok(info) => CheckedFormat::SelfContained(info), + _ => CheckedFormat::Unsigned, }, function: self.0.function, }), None => Ok(CheckedExtrinsic { - signed: CheckedSignature::Unsigned, + signed: CheckedFormat::Unsigned, function: self.0.function, }), } @@ -147,8 +178,8 @@ where Checkable::::unchecked_into_checked_i_know_what_i_am_doing(self.0, lookup)?; Ok(CheckedExtrinsic { signed: match checked.signed { - Some((id, extra)) => CheckedSignature::Signed(id, extra), - None => CheckedSignature::Unsigned, + Some((id, extra)) => CheckedFormat::Signed(id, extra), + None => CheckedFormat::Unsigned, }, function: checked.function, }) @@ -156,13 +187,14 @@ where } } -impl ExtrinsicMetadata - for UncheckedExtrinsic +impl ExtrinsicMetadata + for UncheckedExtrinsic where - Extra: SignedExtension, + Call: Dispatchable, + Extension: TransactionExtension { - const VERSION: u8 = as ExtrinsicMetadata>::VERSION; - type SignedExtensions = Extra; + const VERSION: u8 = as ExtrinsicMetadata>::VERSION; + type TransactionExtensions = Extension; } impl ExtrinsicCall @@ -171,8 +203,10 @@ where Address: TypeInfo, Call: SelfContainedCall + TypeInfo, Signature: TypeInfo, - Extra: SignedExtension, + Extra: TypeInfo, { + type Call = Call; + fn call(&self) -> &Self::Call { &self.0.function } @@ -181,7 +215,7 @@ where impl GetDispatchInfo for UncheckedExtrinsic where - Extra: SignedExtension, + Extra: TypeInfo, { fn get_dispatch_info(&self) -> DispatchInfo { self.0.function.get_dispatch_info() @@ -189,7 +223,7 @@ where } #[cfg(feature = "serde")] -impl serde::Serialize +impl serde::Serialize for UncheckedExtrinsic { fn serialize(&self, seq: S) -> Result @@ -201,7 +235,7 @@ impl s } #[cfg(feature = "serde")] -impl<'a, Address: Decode, Signature: Decode, Call: Decode, Extra: SignedExtension> +impl<'a, Address: Decode, Signature: Decode, Call: Decode, Extra: Decode> serde::Deserialize<'a> for UncheckedExtrinsic { fn deserialize(de: D) -> Result @@ -219,9 +253,44 @@ where Address: Encode, Signature: Encode, Call: Encode, - Extra: SignedExtension, + Extra: Encode, { fn from(extrinsic: UncheckedExtrinsic) -> Self { extrinsic.0.into() } } + +impl SignedTransactionBuilder + for UncheckedExtrinsic +where + Address: TypeInfo, + Call: TypeInfo + SelfContainedCall, + Signature: TypeInfo, + Extension: TypeInfo, +{ + type Address = Address; + type Signature = Signature; + type Extension = Extension; + + fn new_signed_transaction( + call: Self::Call, + signed: Address, + signature: Signature, + tx_ext: Extension, + ) -> Self { + Self::new_signed(call, signed, signature, tx_ext) + } +} + +impl InherentBuilder + for UncheckedExtrinsic +where + Address: TypeInfo, + Call: TypeInfo + SelfContainedCall, + Signature: TypeInfo, + Extra: TypeInfo, +{ + fn new_inherent(call: Self::Call) -> Self { + Self::new_bare(call) + } +} diff --git a/primitives/storage/Cargo.toml b/primitives/storage/Cargo.toml index b5cf89f9a2..d3652662f4 100644 --- a/primitives/storage/Cargo.toml +++ b/primitives/storage/Cargo.toml @@ -15,7 +15,7 @@ scale-codec = { package = "parity-scale-codec", workspace = true } serde = { workspace = true, optional = true } [features] -default = ["std"] +default = [] std = [ "scale-codec/std", "serde/std", diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f351a7adb0..572c7acb22 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,7 +2,7 @@ # Stable #channel = "1.75.0" # rustc 1.75.0 (82e1608df 2023-12-21) # Nightly -channel = "nightly-2024-04-14" # rustc 1.79.0-nightly (0bf471f33 2024-04-13) +channel = "nightly-2024-06-10" # rustc 1.79.0-nightly (0bf471f33 2024-04-13) components = ["cargo", "clippy", "rustc", "rustfmt", "rust-src", "rust-docs"] profile = "minimal" targets = ["wasm32-unknown-unknown"] diff --git a/template/node/src/benchmarking.rs b/template/node/src/benchmarking.rs index 2dafe1247b..6a8e53f7fa 100644 --- a/template/node/src/benchmarking.rs +++ b/template/node/src/benchmarking.rs @@ -121,7 +121,7 @@ pub fn create_benchmark_extrinsic( .checked_next_power_of_two() .map(|c| c / 2) .unwrap_or(2) as u64; - let extra: runtime::SignedExtra = ( + let extra: runtime::TxExtension = ( frame_system::CheckNonZeroSender::::new(), frame_system::CheckSpecVersion::::new(), frame_system::CheckTxVersion::::new(), diff --git a/template/node/src/chain_spec.rs b/template/node/src/chain_spec.rs index 09f9a93ff0..a7f49142df 100644 --- a/template/node/src/chain_spec.rs +++ b/template/node/src/chain_spec.rs @@ -11,7 +11,7 @@ use sp_core::{Pair, Public, H160, U256}; use sp_runtime::traits::{IdentifyAccount, Verify}; // Frontier use frontier_template_runtime::{ - AccountId, Balance, RuntimeGenesisConfig, SS58Prefix, Signature, WASM_BINARY, + AccountId, Balance, SS58Prefix, Signature, WASM_BINARY, }; // The URL for the telemetry server. diff --git a/template/node/src/rpc/eth.rs b/template/node/src/rpc/eth.rs index 59f956b69d..56421bb103 100644 --- a/template/node/src/rpc/eth.rs +++ b/template/node/src/rpc/eth.rs @@ -10,7 +10,6 @@ use sc_client_api::{ use sc_network::service::traits::NetworkService; use sc_network_sync::SyncingService; use sc_rpc::SubscriptionTaskExecutor; -use sc_transaction_pool::{ChainApi, Pool}; use sc_transaction_pool_api::TransactionPool; use sp_api::{CallApiAt, ProvideRuntimeApi}; use sp_block_builder::BlockBuilder as BlockBuilderApi; @@ -26,13 +25,11 @@ use fc_storage::StorageOverride; use fp_rpc::{ConvertTransaction, ConvertTransactionRuntimeApi, EthereumRuntimeRPCApi}; /// Extra dependencies for Ethereum compatibility. -pub struct EthDeps { +pub struct EthDeps { /// The client instance to use. pub client: Arc, /// Transaction pool instance. pub pool: Arc

, - /// Graph pool instance. - pub graph: Arc>, /// Ethereum transaction converter. pub converter: Option, /// The Node authority flag @@ -67,9 +64,9 @@ pub struct EthDeps { } /// Instantiate Ethereum-compatible RPC extensions. -pub fn create_eth( +pub fn create_eth( mut io: RpcModule<()>, - deps: EthDeps, + deps: EthDeps, subscription_task_executor: SubscriptionTaskExecutor, pubsub_notification_sinks: Arc< fc_mapping_sync::EthereumBlockNotificationSinks< @@ -88,7 +85,6 @@ where C: BlockchainEvents + AuxStore + UsageProvider + StorageProvider + 'static, BE: Backend + 'static, P: TransactionPool + 'static, - A: ChainApi + 'static, CT: ConvertTransaction<::Extrinsic> + Send + Sync + 'static, CIDP: CreateInherentDataProviders + Send + 'static, EC: EthConfig, @@ -104,7 +100,6 @@ where let EthDeps { client, pool, - graph, converter, is_authority, enable_dev_signer, @@ -128,10 +123,9 @@ where } io.merge( - Eth::::new( + Eth::::new( client.clone(), pool.clone(), - graph.clone(), converter, sync.clone(), signers, @@ -155,7 +149,7 @@ where EthFilter::new( client.clone(), frontier_backend.clone(), - graph.clone(), + pool.clone(), filter_pool, 500_usize, // max stored filters max_past_logs, @@ -167,7 +161,7 @@ where io.merge( EthPubSub::new( - pool, + pool.clone(), client.clone(), sync, subscription_task_executor, @@ -200,7 +194,7 @@ where )?; #[cfg(feature = "txpool")] - io.merge(TxPool::new(client, graph).into_rpc())?; + io.merge(TxPool::new(client, pool).into_rpc())?; Ok(io) } diff --git a/template/node/src/rpc/mod.rs b/template/node/src/rpc/mod.rs index 1aec2f7f8e..64c46a9a2b 100644 --- a/template/node/src/rpc/mod.rs +++ b/template/node/src/rpc/mod.rs @@ -12,9 +12,7 @@ use sc_client_api::{ }; use sc_consensus_manual_seal::rpc::EngineCommand; use sc_rpc::SubscriptionTaskExecutor; -use sc_rpc_api::DenyUnsafe; use sc_service::TransactionPool; -use sc_transaction_pool::ChainApi; use sp_api::{CallApiAt, ProvideRuntimeApi}; use sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata}; use sp_consensus_aura::sr25519::AuthorityId as AuraId; @@ -27,17 +25,15 @@ mod eth; pub use self::eth::{create_eth, EthDeps}; /// Full client dependencies. -pub struct FullDeps { +pub struct FullDeps { /// The client instance to use. pub client: Arc, /// Transaction pool instance. pub pool: Arc

, - /// Whether to deny unsafe calls - pub deny_unsafe: DenyUnsafe, /// Manual seal command sink pub command_sink: Option>>, /// Ethereum-compatibility specific dependencies. - pub eth: EthDeps, + pub eth: EthDeps, } pub struct DefaultEthConfig(std::marker::PhantomData<(C, BE)>); @@ -54,8 +50,8 @@ where } /// Instantiate all Full RPC extensions. -pub fn create_full( - deps: FullDeps, +pub fn create_full( + deps: FullDeps, subscription_task_executor: SubscriptionTaskExecutor, pubsub_notification_sinks: Arc< fc_mapping_sync::EthereumBlockNotificationSinks< @@ -76,7 +72,6 @@ where C: BlockchainEvents + AuxStore + UsageProvider + StorageProvider, BE: Backend + 'static, P: TransactionPool + 'static, - A: ChainApi + 'static, CIDP: CreateInherentDataProviders + Send + 'static, CT: fp_rpc::ConvertTransaction<::Extrinsic> + Send + Sync + 'static, { @@ -88,12 +83,11 @@ where let FullDeps { client, pool, - deny_unsafe, command_sink, eth, } = deps; - io.merge(System::new(client.clone(), pool, deny_unsafe).into_rpc())?; + io.merge(System::new(client.clone(), pool).into_rpc())?; io.merge(TransactionPayment::new(client).into_rpc())?; if let Some(command_sink) = command_sink { @@ -105,7 +99,7 @@ where } // Ethereum compatibility RPCs - let io = create_eth::<_, _, _, _, _, _, _, DefaultEthConfig>( + let io = create_eth::<_, _, _, _, _, _, DefaultEthConfig>( io, eth, subscription_task_executor, diff --git a/template/node/src/service.rs b/template/node/src/service.rs index 8749729863..9da7440eb8 100644 --- a/template/node/src/service.rs +++ b/template/node/src/service.rs @@ -9,10 +9,10 @@ use sc_client_api::{Backend as BackendT, BlockBackend}; use sc_consensus::{BasicQueue, BoxBlockImport}; use sc_consensus_grandpa::BlockNumberOps; use sc_executor::HostFunctions as HostFunctionsT; -use sc_network_sync::strategy::warp::{WarpSyncParams, WarpSyncProvider}; -use sc_service::{error::Error as ServiceError, Configuration, PartialComponents, TaskManager}; +use sc_network_sync::strategy::warp::WarpSyncProvider; +use sc_service::{build_polkadot_syncing_strategy, error::Error as ServiceError, Configuration, PartialComponents, TaskManager, WarpSyncConfig}; use sc_telemetry::{Telemetry, TelemetryHandle, TelemetryWorker}; -use sc_transaction_pool::FullPool; +use sc_transaction_pool::TransactionPoolHandle; use sc_transaction_pool_api::OffchainTransactionPoolFactory; use sp_api::ConstructRuntimeApi; use sp_consensus_aura::sr25519::{AuthorityId as AuraId, AuthorityPair as AuraPair}; @@ -66,7 +66,7 @@ pub fn new_partial( FullBackend, FullSelectChain, BasicQueue, - FullPool>, + TransactionPoolHandle>, ( Option, BoxBlockImport, @@ -103,7 +103,7 @@ where }) .transpose()?; - let executor = sc_service::new_wasm_executor(config); + let executor = sc_service::new_wasm_executor(&config.executor); let (client, backend, keystore_container, task_manager) = sc_service::new_full_parts::( config, @@ -167,12 +167,15 @@ where grandpa_block_import, )?; - let transaction_pool = sc_transaction_pool::BasicPool::new_full( - config.transaction_pool.clone(), - config.role.is_authority().into(), - config.prometheus_registry(), - task_manager.spawn_essential_handle(), - client.clone(), + let transaction_pool = Arc::from( + sc_transaction_pool::Builder::new( + task_manager.spawn_essential_handle(), + client.clone(), + config.role.is_authority().into(), + ) + .with_options(config.transaction_pool.clone()) + .with_prometheus(config.prometheus_registry()) + .build(), ); Ok(PartialComponents { @@ -311,7 +314,10 @@ where } = new_frontier_partial(ð_config)?; let mut net_config = - sc_network::config::FullNetworkConfiguration::<_, _, NB>::new(&config.network); + sc_network::config::FullNetworkConfiguration::<_, _, NB>::new( + &config.network, + config.prometheus_config.as_ref().map(|cfg| cfg.registry.clone()), + ); let peer_store_handle = net_config.peer_store_handle(); let metrics = NB::register_notification_metrics( config.prometheus_config.as_ref().map(|cfg| &cfg.registry), @@ -319,7 +325,9 @@ where let grandpa_protocol_name = sc_consensus_grandpa::protocol_standard_name( &client - .block_hash(0u32.into())? + .block_hash(0u32.into()) + .ok() + .flatten() .expect("Genesis block exists; qed"), &config.chain_spec, ); @@ -331,7 +339,7 @@ where peer_store_handle, ); - let warp_sync_params = if sealing.is_some() { + let warp_sync_config = if sealing.is_some() { None } else { net_config.add_notification_protocol(grandpa_protocol_config); @@ -341,9 +349,19 @@ where grandpa_link.shared_authority_set().clone(), Vec::new(), )); - Some(WarpSyncParams::WithProvider(warp_sync)) + Some(WarpSyncConfig::WithProvider(warp_sync)) }; + let syncing_strategy = build_polkadot_syncing_strategy( + config.protocol_id(), + config.chain_spec.fork_id(), + &mut net_config, + warp_sync_config, + client.clone(), + &task_manager.spawn_handle(), + config.prometheus_config.as_ref().map(|config| &config.registry), + )?; + let (network, system_rpc_tx, tx_handler_controller, network_starter, sync_service) = sc_service::build_network(sc_service::BuildNetworkParams { config: &config, @@ -353,7 +371,7 @@ where spawn_handle: task_manager.spawn_handle(), import_queue, block_announce_validator_builder: None, - warp_sync_params, + syncing_strategy, block_relay: None, metrics, })?; @@ -399,7 +417,7 @@ where let pubsub_notification_sinks = Arc::new(pubsub_notification_sinks); // for ethereum-compatibility rpc. - config.rpc_id_provider = Some(Box::new(fc_rpc::EthereumSubIdProvider)); + config.rpc.id_provider = Some(Box::new(fc_rpc::EthereumSubIdProvider)); let rpc_builder = { let client = client.clone(); @@ -438,11 +456,10 @@ where Ok((slot, timestamp, dynamic_fee)) }; - Box::new(move |deny_unsafe, subscription_task_executor| { + Box::new(move |subscription_task_executor| { let eth_deps = crate::rpc::EthDeps { client: client.clone(), pool: pool.clone(), - graph: pool.pool().clone(), converter: Some(TransactionConverter::::default()), is_authority, enable_dev_signer, @@ -465,7 +482,6 @@ where let deps = crate::rpc::FullDeps { client: client.clone(), pool: pool.clone(), - deny_unsafe, command_sink: if sealing.is_some() { Some(command_sink.clone()) } else { @@ -634,7 +650,7 @@ fn run_manual_seal_authorship( eth_config: &EthConfiguration, sealing: Sealing, client: Arc>, - transaction_pool: Arc>>, + transaction_pool: Arc>>, select_chain: FullSelectChain, block_import: BoxBlockImport, task_manager: &TaskManager, diff --git a/template/runtime/src/lib.rs b/template/runtime/src/lib.rs index 329b7aae21..346e4ec0d5 100644 --- a/template/runtime/src/lib.rs +++ b/template/runtime/src/lib.rs @@ -12,7 +12,7 @@ extern crate alloc; #[cfg(feature = "std")] include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs")); -use alloc::{boxed::Box, vec, vec::Vec}; +use alloc::{vec, vec::Vec}; use core::marker::PhantomData; use scale_codec::{Decode, Encode}; use sp_api::impl_runtime_apis; @@ -108,8 +108,8 @@ pub type SignedBlock = generic::SignedBlock; /// BlockId type as expected by this runtime. pub type BlockId = generic::BlockId; -/// The SignedExtension to the basic transaction logic. -pub type SignedExtra = ( +/// The TransactionExtension to the basic transaction logic. +pub type TxExtension = ( frame_system::CheckNonZeroSender, frame_system::CheckSpecVersion, frame_system::CheckTxVersion, @@ -122,14 +122,14 @@ pub type SignedExtra = ( /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = - fp_self_contained::UncheckedExtrinsic; + fp_self_contained::UncheckedExtrinsic; /// Extrinsic type that has already been checked. pub type CheckedExtrinsic = - fp_self_contained::CheckedExtrinsic; + fp_self_contained::CheckedExtrinsic; /// The payload being signed in transactions. -pub type SignedPayload = generic::SignedPayload; +pub type SignedPayload = generic::SignedPayload; /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive< @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, - state_version: 1, + system_version: 1, }; /// The version information used to identify this runtime when compiled natively. @@ -298,6 +298,7 @@ impl pallet_balances::Config for Runtime { type MaxLocks = ConstU32<50>; type MaxReserves = ConstU32<50>; type MaxFreezes = ConstU32<1>; + type DoneSlashHandler = (); } parameter_types! { @@ -311,6 +312,7 @@ impl pallet_transaction_payment::Config for Runtime { type LengthToFee = IdentityFee; type FeeMultiplierUpdate = ConstFeeMultiplier; type OperationalFeeMultiplier = ConstU8<5>; + type WeightInfo = pallet_transaction_payment::weights::SubstrateWeight; } impl pallet_sudo::Config for Runtime { @@ -516,7 +518,7 @@ impl fp_rpc::ConvertTransaction<::Extrinsic> for Transac &self, transaction: pallet_ethereum::Transaction, ) -> ::Extrinsic { - let extrinsic = UncheckedExtrinsic::new_unsigned( + let extrinsic = UncheckedExtrinsic::new_bare( pallet_ethereum::Call::::transact { transaction }.into(), ); let encoded = extrinsic.encode(); @@ -1004,7 +1006,7 @@ impl_runtime_apis! { impl fp_rpc::ConvertTransactionRuntimeApi for Runtime { fn convert_transaction(transaction: EthereumTransaction) -> ::Extrinsic { - UncheckedExtrinsic::new_unsigned( + UncheckedExtrinsic::new_bare( pallet_ethereum::Call::::transact { transaction }.into(), ) }