diff --git a/Cargo.lock b/Cargo.lock index 23fa0e60a..371233b34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2000,19 +2000,6 @@ dependencies = [ "syn 2.0.82", ] -[[package]] -name = "dashmap" -version = "5.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" -dependencies = [ - "cfg-if", - "hashbrown 0.14.3", - "lock_api", - "once_cell", - "parking_lot_core 0.9.9", -] - [[package]] name = "data-encoding" version = "2.5.0" @@ -2447,48 +2434,48 @@ dependencies = [ "rand", "sc-authority-discovery", "sc-basic-authorship", - "sc-chain-spec 28.0.0", - "sc-cli 0.37.0", - "sc-client-api 29.0.0", - "sc-consensus 0.34.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-epochs", "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", "sc-consensus-slots", - "sc-executor 0.33.0", - "sc-network 0.35.0", - "sc-network-common 0.34.0", - "sc-network-sync 0.34.0", + "sc-executor", + "sc-network", + "sc-network-common", + "sc-network-sync", "sc-offchain", - "sc-rpc 30.0.0", - "sc-rpc-api 0.34.0", - "sc-rpc-spec-v2 0.35.0", - "sc-service 0.36.0", + "sc-rpc", + "sc-rpc-api", + "sc-rpc-spec-v2", + "sc-service", "sc-storage-monitor", "sc-sync-state-rpc", - "sc-sysinfo 28.0.0", - "sc-telemetry 16.0.0", - "sc-transaction-pool 29.0.0", - "sc-transaction-pool-api 29.0.0", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 27.0.0", + "sp-api", "sp-authority-discovery", - "sp-block-builder 27.0.0", - "sp-blockchain 29.0.0", - "sp-consensus 0.33.0", - "sp-consensus-babe 0.33.0", - "sp-consensus-grandpa 14.0.0", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-grandpa", "sp-core 29.0.0", - "sp-inherents 27.0.0", + "sp-inherents", "sp-keyring 32.0.0", "sp-keystore 0.35.0", "sp-runtime 32.0.0", - "sp-timestamp 27.0.0", - "sp-tracing 16.0.0", - "sp-transaction-storage-proof 27.0.0", + "sp-timestamp", + "sp-tracing", + "sp-transaction-storage-proof", "substrate-build-script-utils", "substrate-frame-rpc-system", "tempfile", @@ -2634,11 +2621,11 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 29.0.2", + "frame-support", "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", - "frame-try-runtime 0.35.0", + "frame-try-runtime", "hex-literal", "log", "pallet-attestation", @@ -2690,23 +2677,23 @@ dependencies = [ "pallet-vesting", "parity-scale-codec", "scale-info", - "sp-api 27.0.0", + "sp-api", "sp-authority-discovery", - "sp-block-builder 27.0.0", - "sp-consensus-babe 0.33.0", + "sp-block-builder", + "sp-consensus-babe", "sp-core 29.0.0", - "sp-genesis-builder 0.8.0", - "sp-inherents 27.0.0", + "sp-genesis-builder", + "sp-inherents", "sp-io 31.0.0", "sp-npos-elections", - "sp-offchain 27.0.0", + "sp-offchain", "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", + "sp-session", + "sp-staking", "sp-std 14.0.0", - "sp-storage 20.0.0", - "sp-transaction-pool 27.0.0", - "sp-version 30.0.0", + "sp-storage", + "sp-transaction-pool", + "sp-version", "static_assertions", "substrate-wasm-builder", ] @@ -3220,15 +3207,6 @@ dependencies = [ "parity-scale-codec", ] -[[package]] -name = "fork-tree" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad4cc2314d3be8b49c555f6a7e550f5559e73ffd6ef9690ffbd9a706774452e0" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "form_urlencoded" version = "1.2.1" @@ -3250,8 +3228,8 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4090659c6aaa3c4d5b6c6ec909b4b0a25dec10ad92aad5f729efa8d5bd4d806a" dependencies = [ - "frame-support 29.0.2", - "frame-support-procedural 24.0.0", + "frame-support", + "frame-support-procedural", "frame-system", "linregress", "log", @@ -3259,14 +3237,14 @@ dependencies = [ "paste", "scale-info", "serde", - "sp-api 27.0.0", + "sp-api", "sp-application-crypto 31.0.0", "sp-core 29.0.0", "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-runtime-interface 25.0.0", "sp-std 14.0.0", - "sp-storage 20.0.0", + "sp-storage", "static_assertions", ] @@ -3282,7 +3260,7 @@ dependencies = [ "clap", "comfy-table", "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "gethostname", "handlebars", @@ -3293,28 +3271,28 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder 0.34.0", - "sc-cli 0.37.0", - "sc-client-api 29.0.0", - "sc-client-db 0.36.0", - "sc-executor 0.33.0", - "sc-service 0.36.0", - "sc-sysinfo 28.0.0", + "sc-block-builder", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", - "sp-api 27.0.0", - "sp-blockchain 29.0.0", + "sp-api", + "sp-blockchain", "sp-core 29.0.0", "sp-database", "sp-externalities 0.26.0", - "sp-inherents 27.0.0", + "sp-inherents", "sp-io 31.0.0", "sp-keystore 0.35.0", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", - "sp-storage 20.0.0", + "sp-storage", "sp-trie 30.0.0", - "sp-wasm-interface 20.0.0", + "sp-wasm-interface", "thiserror", "thousands", ] @@ -3338,7 +3316,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87da19ee99e6473cd057ead84337d20011fe5e299c6750e88e43b8b7963b8852" dependencies = [ "frame-election-provider-solution-type", - "frame-support 29.0.2", + "frame-support", "frame-system", "parity-scale-codec", "scale-info", @@ -3355,9 +3333,9 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09bff9574ee2dcc349f646e1d2faadf76afd688c2ea1bbac5e4a0e19a0c19c59" dependencies = [ - "frame-support 29.0.2", + "frame-support", "frame-system", - "frame-try-runtime 0.35.0", + "frame-try-runtime", "log", "parity-scale-codec", "scale-info", @@ -3365,7 +3343,7 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-tracing", ] [[package]] @@ -3393,21 +3371,21 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.39.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" +checksum = "360bfdb6821372164a65933d9a6d5998f38c722360b59b69d2bf78a87ef58b2a" dependencies = [ "futures", "indicatif", - "jsonrpsee 0.22.4", + "jsonrpsee 0.20.3", "log", "parity-scale-codec", "serde", - "sp-core 32.0.0", + "sp-core 29.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 31.0.0", + "sp-runtime 32.0.0", + "sp-state-machine 0.36.0", "spinners", "substrate-rpc-client", "tokio", @@ -3426,7 +3404,7 @@ dependencies = [ "docify", "environmental", "frame-metadata 16.0.0", - "frame-support-procedural 24.0.0", + "frame-support-procedural", "impl-trait-for-tuples", "k256", "log", @@ -3437,67 +3415,25 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 27.0.0", + "sp-api", "sp-arithmetic 24.0.0", "sp-core 29.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.8.0", - "sp-inherents 27.0.0", + "sp-genesis-builder", + "sp-inherents", "sp-io 31.0.0", - "sp-metadata-ir 0.6.0", + "sp-metadata-ir", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-state-machine 0.36.0", "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-tracing", "sp-weights 28.0.0", "static_assertions", "tt-call", ] -[[package]] -name = "frame-support" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" -dependencies = [ - "aquamarine", - "array-bytes 6.2.2", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata 16.0.0", - "frame-support-procedural 27.0.0", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 30.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", - "sp-std 14.0.0", - "sp-tracing 17.0.0", - "sp-weights 31.0.0", - "static_assertions", - "tt-call", -] - [[package]] name = "frame-support-procedural" version = "24.0.0" @@ -3508,27 +3444,7 @@ dependencies = [ "cfg-expr", "derive-syn-parse 0.1.5", "expander", - "frame-support-procedural-tools 10.0.0", - "itertools 0.10.5", - "macro_magic", - "proc-macro-warning", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.82", -] - -[[package]] -name = "frame-support-procedural" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse 0.2.0", - "expander", - "frame-support-procedural-tools 11.0.1", + "frame-support-procedural-tools", "itertools 0.10.5", "macro_magic", "proc-macro-warning", @@ -3544,20 +3460,7 @@ version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3363df38464c47a73eb521a4f648bfcc7537a82d70347ef8af3f73b6d019e910" dependencies = [ - "frame-support-procedural-tools-derive 11.0.0", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.82", -] - -[[package]] -name = "frame-support-procedural-tools" -version = "11.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b482a1d18fa63aed1ff3fe3fcfb3bc23d92cb3903d6b9774f75dc2c4e1001c3a" -dependencies = [ - "frame-support-procedural-tools-derive 12.0.0", + "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", "proc-macro2", "quote", @@ -3575,17 +3478,6 @@ dependencies = [ "syn 2.0.82", ] -[[package]] -name = "frame-support-procedural-tools-derive" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed971c6435503a099bdac99fe4c5bea08981709e5b5a0a8535a1856f48561191" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.82", -] - [[package]] name = "frame-system" version = "29.0.0" @@ -3594,7 +3486,7 @@ checksum = "5bc20a793c3cec0b11165c1075fe11a255b2491f3eef8230bb3073cb296e7383" dependencies = [ "cfg-if", "docify", - "frame-support 29.0.2", + "frame-support", "log", "parity-scale-codec", "scale-info", @@ -3603,7 +3495,7 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std 14.0.0", - "sp-version 30.0.0", + "sp-version", "sp-weights 28.0.0", ] @@ -3614,7 +3506,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac47ee48fee3a0b49c9ab9ee68997dee3733776a355f780cf2858449cf495d69" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "parity-scale-codec", "scale-info", @@ -3630,7 +3522,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c1b20433c3c76b56ce905ed971631ec8c34fa64cf6c20e590afe46455fc0cc8" dependencies = [ "parity-scale-codec", - "sp-api 27.0.0", + "sp-api", ] [[package]] @@ -3639,26 +3531,13 @@ version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eab87d07bc2f9a2160b818d1b7506c303b3b28b6a8a5f01dc5e2641390450b5" dependencies = [ - "frame-support 29.0.2", + "frame-support", "parity-scale-codec", - "sp-api 27.0.0", + "sp-api", "sp-runtime 32.0.0", "sp-std 14.0.0", ] -[[package]] -name = "frame-try-runtime" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" -dependencies = [ - "frame-support 32.0.0", - "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", - "sp-std 14.0.0", -] - [[package]] name = "fs-err" version = "2.11.0" @@ -4002,26 +3881,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "governor" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b" -dependencies = [ - "cfg-if", - "dashmap", - "futures", - "futures-timer", - "no-std-compat", - "nonzero_ext", - "parking_lot 0.12.3", - "portable-atomic", - "quanta", - "rand", - "smallvec", - "spinning_top", -] - [[package]] name = "group" version = "0.13.0" @@ -4850,9 +4709,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "affdc52f7596ccb2d7645231fc6163bb314630c989b64998f3699a28b4d5d4dc" dependencies = [ "jsonrpsee-core 0.20.3", - "jsonrpsee-proc-macros 0.20.3", - "jsonrpsee-server 0.20.3", + "jsonrpsee-http-client 0.20.3", + "jsonrpsee-proc-macros", + "jsonrpsee-server", "jsonrpsee-types 0.20.3", + "jsonrpsee-ws-client", "tokio", "tracing", ] @@ -4863,15 +4724,30 @@ version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4b0e68d9af1f066c06d6e2397583795b912d78537d7d907c561e82c13d69fa1" dependencies = [ - "jsonrpsee-client-transport", + "jsonrpsee-client-transport 0.22.4", "jsonrpsee-core 0.22.4", - "jsonrpsee-http-client", - "jsonrpsee-proc-macros 0.22.4", - "jsonrpsee-server 0.22.4", + "jsonrpsee-http-client 0.22.4", "jsonrpsee-types 0.22.4", - "jsonrpsee-ws-client", +] + +[[package]] +name = "jsonrpsee-client-transport" +version = "0.20.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5b005c793122d03217da09af68ba9383363caa950b90d3436106df8cabce935" +dependencies = [ + "futures-util", + "http 0.2.12", + "jsonrpsee-core 0.20.3", + "pin-project", + "rustls-native-certs 0.6.3", + "soketto", + "thiserror", "tokio", + "tokio-rustls 0.24.1", + "tokio-util", "tracing", + "url", ] [[package]] @@ -4904,8 +4780,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da2327ba8df2fdbd5e897e2b5ed25ce7f299d345b9736b6828814c3dbd1fd47b" dependencies = [ "anyhow", + "async-lock 2.8.0", "async-trait", "beef", + "futures-timer", "futures-util", "hyper 0.14.28", "jsonrpsee-types 0.20.3", @@ -4933,9 +4811,7 @@ dependencies = [ "futures-util", "hyper 0.14.28", "jsonrpsee-types 0.22.4", - "parking_lot 0.12.3", "pin-project", - "rand", "rustc-hash", "serde", "serde_json", @@ -4946,6 +4822,26 @@ dependencies = [ "wasm-bindgen-futures", ] +[[package]] +name = "jsonrpsee-http-client" +version = "0.20.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f80c17f62c7653ce767e3d7288b793dfec920f97067ceb189ebdd3570f2bc20" +dependencies = [ + "async-trait", + "hyper 0.14.28", + "hyper-rustls 0.24.2", + "jsonrpsee-core 0.20.3", + "jsonrpsee-types 0.20.3", + "serde", + "serde_json", + "thiserror", + "tokio", + "tower 0.4.13", + "tracing", + "url", +] + [[package]] name = "jsonrpsee-http-client" version = "0.22.4" @@ -4968,9 +4864,9 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.20.3" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29110019693a4fa2dbda04876499d098fa16d70eba06b1e6e2b3f1b251419515" +checksum = "dcc0eba68ba205452bcb4c7b80a79ddcb3bf36c261a841b239433142db632d24" dependencies = [ "heck 0.4.1", "proc-macro-crate 1.3.1", @@ -4979,19 +4875,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "jsonrpsee-proc-macros" -version = "0.22.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c326f9e95aeff7d707b2ffde72c22a52acc975ba1c48587776c02b90c4747a6" -dependencies = [ - "heck 0.4.1", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.82", -] - [[package]] name = "jsonrpsee-server" version = "0.20.3" @@ -5015,30 +4898,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-server" -version = "0.22.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5bfbda5f8fb63f997102fd18f73e35e34c84c6dcdbdbbe72c6e48f6d2c959b" -dependencies = [ - "futures-util", - "http 0.2.12", - "hyper 0.14.28", - "jsonrpsee-core 0.22.4", - "jsonrpsee-types 0.22.4", - "pin-project", - "route-recognizer", - "serde", - "serde_json", - "soketto", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tower 0.4.13", - "tracing", -] - [[package]] name = "jsonrpsee-types" version = "0.20.3" @@ -5068,14 +4927,14 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.22.4" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f00abe918bf34b785f87459b9205790e5361a3f7437adb50e928dc243f27eb" +checksum = "bca9cb3933ccae417eb6b08c3448eb1cb46e39834e5b503e395e5e5bd08546c0" dependencies = [ "http 0.2.12", - "jsonrpsee-client-transport", - "jsonrpsee-core 0.22.4", - "jsonrpsee-types 0.22.4", + "jsonrpsee-client-transport 0.20.3", + "jsonrpsee-core 0.20.3", + "jsonrpsee-types 0.20.3", "url", ] @@ -5926,9 +5785,9 @@ dependencies = [ [[package]] name = "memmap2" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" +checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" dependencies = [ "libc", ] @@ -6343,12 +6202,6 @@ dependencies = [ "libc", ] -[[package]] -name = "no-std-compat" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" - [[package]] name = "no-std-net" version = "0.6.0" @@ -6377,12 +6230,6 @@ dependencies = [ "minimal-lexical", ] -[[package]] -name = "nonzero_ext" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" - [[package]] name = "normalize-line-endings" version = "0.3.0" @@ -6705,7 +6552,7 @@ dependencies = [ "entropy-shared", "frame-benchmarking", "frame-election-provider-support", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-bags-list", @@ -6724,7 +6571,7 @@ dependencies = [ "sp-io 31.0.0", "sp-npos-elections", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", "tdx-quote", ] @@ -6735,7 +6582,7 @@ version = "29.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cd9a381c613e6538638391fb51f353fd13b16f849d0d1ac66a388326bd456f1" dependencies = [ - "frame-support 29.0.2", + "frame-support", "frame-system", "pallet-session", "parity-scale-codec", @@ -6752,7 +6599,7 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d83773e731a1760f99684b09961ed7b92acafe335f36f08ebb8313d3b9c72e2" dependencies = [ - "frame-support 29.0.2", + "frame-support", "frame-system", "impl-trait-for-tuples", "parity-scale-codec", @@ -6768,7 +6615,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3f2020c52667a650d64e84a4bbb63388e25bc1c9bc872a8243d03bfcb285049" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-authorship", @@ -6777,12 +6624,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-application-crypto 31.0.0", - "sp-consensus-babe 0.33.0", + "sp-consensus-babe", "sp-core 29.0.0", "sp-io 31.0.0", "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", + "sp-session", + "sp-staking", "sp-std 14.0.0", ] @@ -6796,7 +6643,7 @@ dependencies = [ "docify", "frame-benchmarking", "frame-election-provider-support", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-balances", @@ -6806,18 +6653,18 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-tracing", ] [[package]] name = "pallet-balances" -version = "29.0.1" +version = "29.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e27946a57494d7c6231ae8909275bbd3cb5460ee3d27b7a5774a8b8e64d3ab92" +checksum = "a9a54b5d0c7c4c3731883d6b1ac18aff44db20c3d0a3470c8861001a17afdc85" dependencies = [ "docify", "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "parity-scale-codec", @@ -6833,7 +6680,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4765879e96676c13cdbed746d66fd59dcde1e9e65fda1f064fa2fffa3bc5d597" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-treasury", @@ -6852,7 +6699,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c362a0b8f30895c15ecc7d8c24b0d94bb586c4b9bbd37ac8053b4629d9cc80b" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "parity-scale-codec", @@ -6870,7 +6717,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa781d632063087bcd3ff46eb1a668f15647ab116f1c8a7c573b7168f62d72c3" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "parity-scale-codec", @@ -6890,7 +6737,7 @@ checksum = "b54d1d3fe9ae61a144d581147e699b7c3009169de0019a0f87cca0bed82681e7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-election-provider-support-benchmarking", @@ -6928,7 +6775,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10cb0158cc7461fda5db04c5791d0df34635bec37181763aca449bade677d12d" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "parity-scale-codec", @@ -6937,7 +6784,7 @@ dependencies = [ "sp-io 31.0.0", "sp-npos-elections", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", ] @@ -6948,7 +6795,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5b20be8592eed7ebca2ee661fc43450088552ebe0bd483d7b101cf5968ab12d" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-authorship", @@ -6956,24 +6803,24 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-application-crypto 31.0.0", - "sp-consensus-grandpa 14.0.0", + "sp-consensus-grandpa", "sp-core 29.0.0", "sp-io 31.0.0", "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", + "sp-session", + "sp-staking", "sp-std 14.0.0", ] [[package]] name = "pallet-identity" -version = "29.0.0" +version = "29.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9e1cae19e30e7dc822c419988b30bb1318d79a8d5da92733822d0e84fe760ca" +checksum = "452bba25325b7f0148eeecbde13e7c26dfb677ad46b3f160b359d7643b44c94b" dependencies = [ "enumflags2", "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "parity-scale-codec", @@ -6990,7 +6837,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "598ea5c87351edc953d1f455f32ff456cf2f1daf7bbada1f1e03be8e384852ab" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-authorship", @@ -7000,7 +6847,7 @@ dependencies = [ "sp-core 29.0.0", "sp-io 31.0.0", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", ] @@ -7011,7 +6858,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e880ebdb429ca76fb400b1b361ed7fce018a5ea2fc2da4764de5156fffdfa73" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "parity-scale-codec", "scale-info", @@ -7029,7 +6876,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad901cdf3de23daf23ff8b092ab318b13faebfc1aa4d84263f2fdc84feaf3e9b" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "parity-scale-codec", @@ -7047,7 +6894,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "176f6a5c170185f892a047c0ae189bc52eb390f2c0b94d4261ed0ebc7f82a548" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "parity-scale-codec", @@ -7059,11 +6906,11 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "26.0.0" +version = "26.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f14519c1c613d2f8c95c27015864c11a37969a23deeba9f6dbaff4276e1b81c" +checksum = "b62091305ec7426e71c3da2b0944c2df5a804109ee4d2e8f4fe34865e049f8ac" dependencies = [ - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-balances", @@ -7072,9 +6919,9 @@ dependencies = [ "sp-core 29.0.0", "sp-io 31.0.0", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-tracing", ] [[package]] @@ -7085,7 +6932,7 @@ checksum = "18a1eba3078e2492cad15e4695f90eb3fc570386d9f71f8b81f709c7123fc6b5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 29.0.2", + "frame-support", "frame-system", "pallet-bags-list", "pallet-nomination-pools", @@ -7094,7 +6941,7 @@ dependencies = [ "scale-info", "sp-runtime 32.0.0", "sp-runtime-interface 25.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", ] @@ -7104,7 +6951,7 @@ version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60b5bcfdc4f6032d7570929094fd459de12d840c440c395fb4d365d679e13eda" dependencies = [ - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-balances", @@ -7112,7 +6959,7 @@ dependencies = [ "scale-info", "serde", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", ] @@ -7124,7 +6971,7 @@ checksum = "bbc33e3086c19235cb903cbbbde1bc1c4f428519ad4c23446dc84c75d0061582" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-babe", @@ -7137,7 +6984,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", ] @@ -7146,7 +6993,7 @@ name = "pallet-oracle" version = "0.3.0-rc.1" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "parity-scale-codec", "scale-info", @@ -7162,7 +7009,7 @@ version = "0.3.0-rc.1" dependencies = [ "entropy-shared", "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "pallet-session", "parity-scale-codec", @@ -7170,7 +7017,7 @@ dependencies = [ "sp-core 29.0.0", "sp-io 31.0.0", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", ] @@ -7181,7 +7028,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7344a30c304771beb90aec34604100185e47cdc0366e268ad18922de602a0c7e" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "parity-scale-codec", @@ -7197,7 +7044,7 @@ name = "pallet-programs" version = "0.3.0-rc.1" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-balances", @@ -7206,7 +7053,7 @@ dependencies = [ "sp-core 29.0.0", "sp-io 31.0.0", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", ] @@ -7217,7 +7064,7 @@ dependencies = [ "entropy-shared", "frame-benchmarking", "frame-election-provider-support", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-attestation", @@ -7242,7 +7089,7 @@ dependencies = [ "sp-keystore 0.35.0", "sp-npos-elections", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", ] [[package]] @@ -7252,7 +7099,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7aa31a0b91e8060b808c3e3407e4578a5e94503b174b9e99769147b24fb2c56" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "parity-scale-codec", "scale-info", @@ -7268,7 +7115,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "797b554ddc87082c18223440d61a81cf35ccab6573321ce473a099e7a709a760" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "parity-scale-codec", "scale-info", @@ -7285,7 +7132,7 @@ dependencies = [ "entropy-shared", "frame-benchmarking", "frame-election-provider-support", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-authorship", @@ -7305,7 +7152,7 @@ dependencies = [ "sp-io 31.0.0", "sp-npos-elections", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", "synedrion", ] @@ -7318,7 +7165,7 @@ checksum = "45e2a4ebe6a5f98b14a26deed8d7a1ea28bb2c2d3ad4d6dc129a725523a2042d" dependencies = [ "docify", "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "parity-scale-codec", @@ -7335,7 +7182,7 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7412ac59247b300feee53709f7009a23d1c6f8c70528599f48f44e102d896d03" dependencies = [ - "frame-support 29.0.2", + "frame-support", "frame-system", "impl-trait-for-tuples", "log", @@ -7345,8 +7192,8 @@ dependencies = [ "sp-core 29.0.0", "sp-io 31.0.0", "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-staking 27.0.0", + "sp-session", + "sp-staking", "sp-state-machine 0.36.0", "sp-std 14.0.0", "sp-trie 30.0.0", @@ -7359,14 +7206,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9c2731415381020db1e78db8b40207f8423a16099e78f2fde599cbcb57ea8db" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "pallet-session", "pallet-staking", "parity-scale-codec", "rand", "sp-runtime 32.0.0", - "sp-session 28.0.0", + "sp-session", "sp-std 14.0.0", ] @@ -7376,7 +7223,7 @@ version = "0.3.0-rc.1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-bags-list", @@ -7392,19 +7239,19 @@ dependencies = [ "sp-io 31.0.0", "sp-npos-elections", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", ] [[package]] name = "pallet-staking" -version = "29.0.2" +version = "29.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "668b7d28c499f0d9f295fad26cf6c342472e21842e3b13bcaaac8536358b2d6c" +checksum = "061b00814eb794a40df4eca7972a7c67b26473cd85cc7c54f5816ae49ad6e11b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-authorship", @@ -7416,7 +7263,7 @@ dependencies = [ "sp-application-crypto 31.0.0", "sp-io 31.0.0", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", ] @@ -7427,7 +7274,7 @@ dependencies = [ "entropy-shared", "frame-benchmarking", "frame-election-provider-support", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-bags-list", @@ -7442,12 +7289,12 @@ dependencies = [ "rand_core 0.6.4", "scale-info", "serde", - "sp-consensus-babe 0.33.0", + "sp-consensus-babe", "sp-core 29.0.0", "sp-io 31.0.0", "sp-npos-elections", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", "tdx-quote", ] @@ -7472,7 +7319,7 @@ checksum = "b6d02f7855d411913e77e57126f4a8b8a32d90d9bf47d0b747e367a1301729c3" dependencies = [ "docify", "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "parity-scale-codec", "scale-info", @@ -7489,17 +7336,17 @@ checksum = "c1b8810ddfb254c7fb8cd7698229cce513d309a43ff117b38798dae6120f477b" dependencies = [ "docify", "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-inherents 27.0.0", + "sp-inherents", "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std 14.0.0", - "sp-storage 20.0.0", - "sp-timestamp 27.0.0", + "sp-storage", + "sp-timestamp", ] [[package]] @@ -7509,7 +7356,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ca4b9921c9e9b59e8eeb64677ba6ec49743ef5fe98e0b63f77411b2b9f6cc99" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-treasury", @@ -7527,7 +7374,7 @@ name = "pallet-transaction-pause" version = "0.3.0-rc.1" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "pallet-balances", "pallet-programs", @@ -7542,11 +7389,11 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "29.0.0" +version = "29.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39f690f5c287ad34b28ca951ef7fae80b08cc9218d970723b7a70e4d29396872" +checksum = "5a5ba71f06f09e955b80dc313c333be3f8d9e8505b051558e0b7af4806b13310" dependencies = [ - "frame-support 29.0.2", + "frame-support", "frame-system", "parity-scale-codec", "scale-info", @@ -7566,10 +7413,10 @@ dependencies = [ "jsonrpsee 0.20.3", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 27.0.0", - "sp-blockchain 29.0.0", + "sp-api", + "sp-blockchain", "sp-core 29.0.0", - "sp-rpc 27.0.0", + "sp-rpc", "sp-runtime 32.0.0", "sp-weights 28.0.0", ] @@ -7582,7 +7429,7 @@ checksum = "c78bcba80c7c61712b98a6b5640975ebd25ceb688c18e975af78a0fac81785b0" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api 27.0.0", + "sp-api", "sp-runtime 32.0.0", "sp-weights 28.0.0", ] @@ -7595,29 +7442,29 @@ checksum = "5ee8aa1c1b88cddc8c675ec65faaa2ef5e880e114bd588ee6611c70d5341eaaa" dependencies = [ "array-bytes 6.2.2", "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-inherents 27.0.0", + "sp-inherents", "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std 14.0.0", - "sp-transaction-storage-proof 27.0.0", + "sp-transaction-storage-proof", ] [[package]] name = "pallet-treasury" -version = "28.0.0" +version = "28.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1605eb5083a2cd172544f33c6e59eca2e23ac49f02f13d1562b1b8a409df9c60" +checksum = "3eca44990d0d759213744f2d1f6fe1fadec1079a3e4e4da40556d6b4e42abbcd" dependencies = [ "docify", "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "impl-trait-for-tuples", "pallet-balances", @@ -7636,7 +7483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "954f15b98c3fdebb763bb5cea4ec6803fd180d540ec5b07a9fcb2c118251d52c" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "parity-scale-codec", "scale-info", @@ -7653,7 +7500,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4525f3038cdf078fea39d913c563ca626f09a615e7724f0c9eac97743c75ff44" dependencies = [ "frame-benchmarking", - "frame-support 29.0.2", + "frame-support", "frame-system", "log", "parity-scale-codec", @@ -7979,28 +7826,6 @@ version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" -[[package]] -name = "polkavm" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" -dependencies = [ - "libc", - "log", - "polkavm-assembler", - "polkavm-common 0.9.0", - "polkavm-linux-raw", -] - -[[package]] -name = "polkavm-assembler" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" -dependencies = [ - "log", -] - [[package]] name = "polkavm-common" version = "0.8.0" @@ -8012,9 +7837,6 @@ name = "polkavm-common" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" -dependencies = [ - "log", -] [[package]] name = "polkavm-derive" @@ -8078,12 +7900,6 @@ dependencies = [ "syn 2.0.82", ] -[[package]] -name = "polkavm-linux-raw" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" - [[package]] name = "polling" version = "3.6.0" @@ -8368,12 +8184,12 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922" +checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" dependencies = [ "bytes", - "prost-derive 0.12.4", + "prost-derive 0.12.6", ] [[package]] @@ -8413,9 +8229,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", "itertools 0.12.1", @@ -8464,21 +8280,6 @@ dependencies = [ "unicase", ] -[[package]] -name = "quanta" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" -dependencies = [ - "crossbeam-utils", - "libc", - "once_cell", - "raw-cpuid", - "wasi 0.11.0+wasi-snapshot-preview1", - "web-sys", - "winapi", -] - [[package]] name = "quick-error" version = "1.2.3" @@ -8637,15 +8438,6 @@ dependencies = [ "rand_core 0.6.4", ] -[[package]] -name = "raw-cpuid" -version = "11.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1" -dependencies = [ - "bitflags 2.5.0", -] - [[package]] name = "rawpointer" version = "0.2.1" @@ -9250,19 +9042,7 @@ checksum = "357127c91373ed6d1ae582f6e3300ab5b13bcde43bbf270a891f44194ef48b70" dependencies = [ "log", "sp-core 29.0.0", - "sp-wasm-interface 20.0.0", - "thiserror", -] - -[[package]] -name = "sc-allocator" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" -dependencies = [ - "log", - "sp-core 32.0.0", - "sp-wasm-interface 21.0.0", + "sp-wasm-interface", "thiserror", ] @@ -9281,14 +9061,14 @@ dependencies = [ "multihash 0.18.1", "multihash-codetable", "parity-scale-codec", - "prost 0.12.4", + "prost 0.12.6", "prost-build", "rand", - "sc-client-api 29.0.0", - "sc-network 0.35.0", - "sp-api 27.0.0", + "sc-client-api", + "sc-network", + "sp-api", "sp-authority-discovery", - "sp-blockchain 29.0.0", + "sp-blockchain", "sp-core 29.0.0", "sp-keystore 0.35.0", "sp-runtime 32.0.0", @@ -9306,15 +9086,15 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.34.0", + "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 16.0.0", - "sc-transaction-pool-api 29.0.0", - "sp-api 27.0.0", - "sp-blockchain 29.0.0", - "sp-consensus 0.33.0", + "sc-telemetry", + "sc-transaction-pool-api", + "sp-api", + "sp-blockchain", + "sp-consensus", "sp-core 29.0.0", - "sp-inherents 27.0.0", + "sp-inherents", "sp-runtime 32.0.0", "substrate-prometheus-endpoint", ] @@ -9326,31 +9106,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e8b0640994965c6ff3afa13242d95a61611b83da21fd86ac2b1ebd03e241a02" dependencies = [ "parity-scale-codec", - "sp-api 27.0.0", - "sp-block-builder 27.0.0", - "sp-blockchain 29.0.0", + "sp-api", + "sp-block-builder", + "sp-blockchain", "sp-core 29.0.0", - "sp-inherents 27.0.0", + "sp-inherents", "sp-runtime 32.0.0", "sp-trie 30.0.0", ] -[[package]] -name = "sc-block-builder" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" -dependencies = [ - "parity-scale-codec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", -] - [[package]] name = "sc-chain-spec" version = "28.0.0" @@ -9360,51 +9124,24 @@ dependencies = [ "array-bytes 6.2.2", "docify", "log", - "memmap2 0.9.4", + "memmap2 0.9.5", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api 29.0.0", - "sc-executor 0.33.0", - "sc-network 0.35.0", - "sc-telemetry 16.0.0", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 29.0.0", + "sp-blockchain", "sp-core 29.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.8.0", + "sp-genesis-builder", "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", ] -[[package]] -name = "sc-chain-spec" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" -dependencies = [ - "array-bytes 6.2.2", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api 32.0.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-telemetry 18.0.0", - "serde", - "serde_json", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-genesis-builder 0.11.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", -] - [[package]] name = "sc-chain-spec-derive" version = "11.0.0" @@ -9437,66 +9174,24 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api 29.0.0", - "sc-client-db 0.36.0", - "sc-keystore 26.0.0", - "sc-mixnet 0.5.0", - "sc-network 0.35.0", - "sc-service 0.36.0", - "sc-telemetry 16.0.0", - "sc-tracing 29.0.0", - "sc-utils 15.0.0", + "sc-client-api", + "sc-client-db", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", "serde", "serde_json", - "sp-blockchain 29.0.0", + "sp-blockchain", "sp-core 29.0.0", "sp-keyring 32.0.0", "sp-keystore 0.35.0", "sp-panic-handler", "sp-runtime 32.0.0", - "sp-version 30.0.0", - "thiserror", - "tokio", -] - -[[package]] -name = "sc-cli" -version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" -dependencies = [ - "array-bytes 6.2.2", - "chrono", - "clap", - "fdlimit", - "futures", - "itertools 0.10.5", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand", - "regex", - "rpassword", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-keystore 29.0.0", - "sc-mixnet 0.8.0", - "sc-network 0.38.0", - "sc-service 0.39.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", - "serde", - "serde_json", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-keyring 35.0.0", - "sp-keystore 0.38.0", - "sp-panic-handler", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-version", "thiserror", "tokio", ] @@ -9512,51 +9207,23 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor 0.33.0", - "sc-transaction-pool-api 29.0.0", - "sc-utils 15.0.0", - "sp-api 27.0.0", - "sp-blockchain 29.0.0", - "sp-consensus 0.33.0", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", "sp-core 29.0.0", "sp-database", "sp-externalities 0.26.0", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", - "sp-statement-store 11.0.0", - "sp-storage 20.0.0", + "sp-statement-store", + "sp-storage", "sp-trie 30.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-client-api" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor 0.36.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-database", - "sp-externalities 0.28.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-statement-store 14.0.0", - "sp-storage 21.0.0", - "sp-trie 33.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-client-db" version = "0.36.0" @@ -9572,11 +9239,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 29.0.0", - "sc-state-db 0.31.0", + "sc-client-api", + "sc-state-db", "schnellru", "sp-arithmetic 24.0.0", - "sp-blockchain 29.0.0", + "sp-blockchain", "sp-core 29.0.0", "sp-database", "sp-runtime 32.0.0", @@ -9584,33 +9251,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "sc-client-db" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api 32.0.0", - "sc-state-db 0.34.0", - "schnellru", - "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", -] - [[package]] name = "sc-consensus" version = "0.34.0" @@ -9624,12 +9264,12 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.3", - "sc-client-api 29.0.0", - "sc-utils 15.0.0", + "sc-client-api", + "sc-utils", "serde", - "sp-api 27.0.0", - "sp-blockchain 29.0.0", - "sp-consensus 0.33.0", + "sp-api", + "sp-blockchain", + "sp-consensus", "sp-core 29.0.0", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", @@ -9637,32 +9277,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-consensus" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mockall", - "parking_lot 0.12.3", - "sc-client-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-consensus-babe" version = "0.35.0" @@ -9670,7 +9284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82ec3dc31f8fd024684d1306488836680558b680a8ec38219e19f20854811f02" dependencies = [ "async-trait", - "fork-tree 12.0.0", + "fork-tree", "futures", "log", "num-bigint", @@ -9678,22 +9292,22 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 29.0.0", - "sc-consensus 0.34.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 16.0.0", - "sc-transaction-pool-api 29.0.0", - "sp-api 27.0.0", + "sc-telemetry", + "sc-transaction-pool-api", + "sp-api", "sp-application-crypto 31.0.0", - "sp-block-builder 27.0.0", - "sp-blockchain 29.0.0", - "sp-consensus 0.33.0", - "sp-consensus-babe 0.33.0", - "sp-consensus-slots 0.33.0", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", "sp-core 29.0.0", "sp-crypto-hashing", - "sp-inherents 27.0.0", + "sp-inherents", "sp-keystore 0.35.0", "sp-runtime 32.0.0", "substrate-prometheus-endpoint", @@ -9710,13 +9324,13 @@ dependencies = [ "jsonrpsee 0.20.3", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api 0.34.0", + "sc-rpc-api", "serde", - "sp-api 27.0.0", + "sp-api", "sp-application-crypto 31.0.0", - "sp-blockchain 29.0.0", - "sp-consensus 0.33.0", - "sp-consensus-babe 0.33.0", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", "sp-core 29.0.0", "sp-keystore 0.35.0", "sp-runtime 32.0.0", @@ -9729,11 +9343,11 @@ version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19f68ddb91626f901578515eed93c7919f739660161f4e9f7b9407e2d0ede981" dependencies = [ - "fork-tree 12.0.0", + "fork-tree", "parity-scale-codec", - "sc-client-api 29.0.0", - "sc-consensus 0.34.0", - "sp-blockchain 29.0.0", + "sc-client-api", + "sc-consensus", + "sp-blockchain", "sp-runtime 32.0.0", ] @@ -9748,31 +9362,31 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree 12.0.0", + "fork-tree", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.3", "rand", - "sc-block-builder 0.34.0", - "sc-chain-spec 28.0.0", - "sc-client-api 29.0.0", - "sc-consensus 0.34.0", - "sc-network 0.35.0", - "sc-network-common 0.34.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", "sc-network-gossip", - "sc-network-sync 0.34.0", - "sc-telemetry 16.0.0", - "sc-transaction-pool-api 29.0.0", - "sc-utils 15.0.0", + "sc-network-sync", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", "serde_json", - "sp-api 27.0.0", + "sp-api", "sp-application-crypto 31.0.0", "sp-arithmetic 24.0.0", - "sp-blockchain 29.0.0", - "sp-consensus 0.33.0", - "sp-consensus-grandpa 14.0.0", + "sp-blockchain", + "sp-consensus", + "sp-consensus-grandpa", "sp-core 29.0.0", "sp-crypto-hashing", "sp-keystore 0.35.0", @@ -9792,11 +9406,11 @@ dependencies = [ "jsonrpsee 0.20.3", "log", "parity-scale-codec", - "sc-client-api 29.0.0", + "sc-client-api", "sc-consensus-grandpa", - "sc-rpc 30.0.0", + "sc-rpc", "serde", - "sp-blockchain 29.0.0", + "sp-blockchain", "sp-core 29.0.0", "sp-runtime 32.0.0", "thiserror", @@ -9813,15 +9427,15 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api 29.0.0", - "sc-consensus 0.34.0", - "sc-telemetry 16.0.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", "sp-arithmetic 24.0.0", - "sp-blockchain 29.0.0", - "sp-consensus 0.33.0", - "sp-consensus-slots 0.33.0", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", "sp-core 29.0.0", - "sp-inherents 27.0.0", + "sp-inherents", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", ] @@ -9834,42 +9448,18 @@ checksum = "aa2ac6c356538d67987bbb867e11a12a84ba87250c70fd50005b6d74f570a4f7" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor-common 0.30.0", - "sc-executor-wasmtime 0.30.0", + "sc-executor-common", + "sc-executor-wasmtime", "schnellru", - "sp-api 27.0.0", + "sp-api", "sp-core 29.0.0", "sp-externalities 0.26.0", "sp-io 31.0.0", "sp-panic-handler", "sp-runtime-interface 25.0.0", "sp-trie 30.0.0", - "sp-version 30.0.0", - "sp-wasm-interface 20.0.0", - "tracing", -] - -[[package]] -name = "sc-executor" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor-common 0.33.0", - "sc-executor-polkavm", - "sc-executor-wasmtime 0.33.0", - "schnellru", - "sp-api 30.0.0", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "sp-io 34.0.0", - "sp-panic-handler", - "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", - "sp-version 33.0.0", - "sp-wasm-interface 21.0.0", + "sp-version", + "sp-wasm-interface", "tracing", ] @@ -9879,39 +9469,13 @@ version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07498138dee3ddf2c71299ca372d8449880bb3a8a8a299a483094e9c26b0823e" dependencies = [ - "sc-allocator 24.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0", - "thiserror", - "wasm-instrument", -] - -[[package]] -name = "sc-executor-common" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" -dependencies = [ - "polkavm", - "sc-allocator 27.0.0", + "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", + "sp-wasm-interface", "thiserror", "wasm-instrument", ] -[[package]] -name = "sc-executor-polkavm" -version = "0.30.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" -dependencies = [ - "log", - "polkavm", - "sc-executor-common 0.33.0", - "sp-wasm-interface 21.0.0", -] - [[package]] name = "sc-executor-wasmtime" version = "0.30.0" @@ -9924,29 +9488,10 @@ dependencies = [ "log", "parking_lot 0.12.3", "rustix 0.36.17", - "sc-allocator 24.0.0", - "sc-executor-common 0.30.0", + "sc-allocator", + "sc-executor-common", "sp-runtime-interface 25.0.0", - "sp-wasm-interface 20.0.0", - "wasmtime 8.0.1", -] - -[[package]] -name = "sc-executor-wasmtime" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0be4652ea58937af5727433075934fe4cee90b9fac11796869caca991ddb5003" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.3", - "rustix 0.36.17", - "sc-allocator 27.0.0", - "sc-executor-common 0.33.0", - "sp-runtime-interface 27.0.0", - "sp-wasm-interface 21.0.0", + "sp-wasm-interface", "wasmtime 8.0.1", ] @@ -9960,32 +9505,14 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api 29.0.0", - "sc-network 0.35.0", - "sc-network-common 0.34.0", - "sc-network-sync 0.34.0", - "sp-blockchain 29.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", "sp-runtime 32.0.0", ] -[[package]] -name = "sc-informant" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sp-blockchain 32.0.0", - "sp-runtime 35.0.0", -] - [[package]] name = "sc-keystore" version = "26.0.0" @@ -10001,21 +9528,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-keystore" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" -dependencies = [ - "array-bytes 6.2.2", - "parking_lot 0.12.3", - "serde_json", - "sp-application-crypto 34.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "thiserror", -] - [[package]] name = "sc-mixnet" version = "0.5.0" @@ -10034,48 +9546,18 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 29.0.0", - "sc-network 0.35.0", - "sc-transaction-pool-api 29.0.0", - "sp-api 27.0.0", - "sp-consensus 0.33.0", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", + "sp-api", + "sp-consensus", "sp-core 29.0.0", "sp-keystore 0.35.0", - "sp-mixnet 0.5.0", + "sp-mixnet", "sp-runtime 32.0.0", "thiserror", ] -[[package]] -name = "sc-mixnet" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" -dependencies = [ - "array-bytes 4.2.0", - "arrayvec 0.7.4", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mixnet", - "multiaddr", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", - "sp-api 30.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-mixnet 0.8.0", - "sp-runtime 35.0.0", - "thiserror", -] - [[package]] name = "sc-network" version = "0.35.0" @@ -10101,14 +9583,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api 29.0.0", - "sc-network-common 0.34.0", - "sc-utils 15.0.0", + "sc-client-api", + "sc-network-common", + "sc-utils", "serde", "serde_json", "smallvec", "sp-arithmetic 24.0.0", - "sp-blockchain 29.0.0", + "sp-blockchain", "sp-core 29.0.0", "sp-runtime 32.0.0", "substrate-prometheus-endpoint", @@ -10120,50 +9602,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-network" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "mockall", - "parity-scale-codec", - "parking_lot 0.12.3", - "partial_sort", - "pin-project", - "rand", - "sc-client-api 32.0.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint", - "wasm-timer", - "zeroize", -] - [[package]] name = "sc-network-bitswap" version = "0.34.0" @@ -10175,37 +9613,16 @@ dependencies = [ "futures", "libp2p-identity", "log", - "prost 0.12.4", + "prost 0.12.6", "prost-build", - "sc-client-api 29.0.0", - "sc-network 0.35.0", - "sp-blockchain 29.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-runtime 32.0.0", "thiserror", "unsigned-varint", ] -[[package]] -name = "sc-network-bitswap" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.4", - "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", - "sp-runtime 35.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-common" version = "0.34.0" @@ -10218,44 +9635,26 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus 0.34.0", - "sp-consensus 0.33.0", - "sp-consensus-grandpa 14.0.0", + "sc-consensus", + "sp-consensus", + "sp-consensus-grandpa", "sp-runtime 32.0.0", ] [[package]] -name = "sc-network-common" -version = "0.37.0" +name = "sc-network-gossip" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" +checksum = "dad02cf809c34b53614fa61377e3289064edf6c78eb11df071d11fbf7546d7e9" dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", -] - -[[package]] -name = "sc-network-gossip" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dad02cf809c34b53614fa61377e3289064edf6c78eb11df071d11fbf7546d7e9" -dependencies = [ - "ahash 0.8.11", + "ahash 0.8.11", "futures", "futures-timer", "libp2p", "log", - "sc-network 0.35.0", - "sc-network-common 0.34.0", - "sc-network-sync 0.34.0", + "sc-network", + "sc-network-common", + "sc-network-sync", "schnellru", "sp-runtime 32.0.0", "substrate-prometheus-endpoint", @@ -10274,38 +9673,16 @@ dependencies = [ "libp2p-identity", "log", "parity-scale-codec", - "prost 0.12.4", + "prost 0.12.6", "prost-build", - "sc-client-api 29.0.0", - "sc-network 0.35.0", - "sp-blockchain 29.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-core 29.0.0", "sp-runtime 32.0.0", "thiserror", ] -[[package]] -name = "sc-network-light" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "futures", - "libp2p-identity", - "log", - "parity-scale-codec", - "prost 0.12.4", - "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "thiserror", -] - [[package]] name = "sc-network-sync" version = "0.34.0" @@ -10315,26 +9692,26 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree 12.0.0", + "fork-tree", "futures", "futures-timer", "libp2p", "log", "mockall", "parity-scale-codec", - "prost 0.12.4", + "prost 0.12.6", "prost-build", - "sc-client-api 29.0.0", - "sc-consensus 0.34.0", - "sc-network 0.35.0", - "sc-network-common 0.34.0", - "sc-utils 15.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-utils", "schnellru", "smallvec", "sp-arithmetic 24.0.0", - "sp-blockchain 29.0.0", - "sp-consensus 0.33.0", - "sp-consensus-grandpa 14.0.0", + "sp-blockchain", + "sp-consensus", + "sp-consensus-grandpa", "sp-core 29.0.0", "sp-runtime 32.0.0", "substrate-prometheus-endpoint", @@ -10343,43 +9720,6 @@ dependencies = [ "tokio-stream", ] -[[package]] -name = "sc-network-sync" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "fork-tree 13.0.0", - "futures", - "futures-timer", - "libp2p", - "log", - "mockall", - "parity-scale-codec", - "prost 0.12.4", - "prost-build", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", - "schnellru", - "smallvec", - "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-network-transactions" version = "0.34.0" @@ -10391,35 +9731,15 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network 0.35.0", - "sc-network-common 0.34.0", - "sc-network-sync 0.34.0", - "sc-utils 15.0.0", - "sp-consensus 0.33.0", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-utils", + "sp-consensus", "sp-runtime 32.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-network-transactions" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "libp2p", - "log", - "parity-scale-codec", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", - "sp-consensus 0.36.0", - "sp-runtime 35.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-offchain" version = "30.0.0" @@ -10440,16 +9760,16 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "rand", - "sc-client-api 29.0.0", - "sc-network 0.35.0", - "sc-network-common 0.34.0", - "sc-transaction-pool-api 29.0.0", - "sc-utils 15.0.0", - "sp-api 27.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", "sp-core 29.0.0", "sp-externalities 0.26.0", "sp-keystore 0.35.0", - "sp-offchain 27.0.0", + "sp-offchain", "sp-runtime 32.0.0", "threadpool", "tracing", @@ -10476,58 +9796,25 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-block-builder 0.34.0", - "sc-chain-spec 28.0.0", - "sc-client-api 29.0.0", - "sc-mixnet 0.5.0", - "sc-rpc-api 0.34.0", - "sc-tracing 29.0.0", - "sc-transaction-pool-api 29.0.0", - "sc-utils 15.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 27.0.0", - "sp-blockchain 29.0.0", + "sp-api", + "sp-blockchain", "sp-core 29.0.0", "sp-keystore 0.35.0", - "sp-offchain 27.0.0", - "sp-rpc 27.0.0", + "sp-offchain", + "sp-rpc", "sp-runtime 32.0.0", - "sp-session 28.0.0", - "sp-statement-store 11.0.0", - "sp-version 30.0.0", - "tokio", -] - -[[package]] -name = "sc-rpc" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" -dependencies = [ - "futures", - "jsonrpsee 0.22.4", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-mixnet 0.8.0", - "sc-rpc-api 0.37.0", - "sc-tracing 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "serde_json", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-statement-store 14.0.0", - "sp-version 33.0.0", + "sp-session", + "sp-statement-store", + "sp-version", "tokio", ] @@ -10539,37 +9826,16 @@ checksum = "e9db6aaabfa7e0c27ec15d0f0a11b994cd4bcf86e362f0d9732b4a414d793f0f" dependencies = [ "jsonrpsee 0.20.3", "parity-scale-codec", - "sc-chain-spec 28.0.0", - "sc-mixnet 0.5.0", - "sc-transaction-pool-api 29.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", "sp-core 29.0.0", - "sp-rpc 27.0.0", + "sp-rpc", "sp-runtime 32.0.0", - "sp-version 30.0.0", - "thiserror", -] - -[[package]] -name = "sc-rpc-api" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" -dependencies = [ - "jsonrpsee 0.22.4", - "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-mixnet 0.8.0", - "sc-transaction-pool-api 32.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core 32.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-version", "thiserror", ] @@ -10589,25 +9855,6 @@ dependencies = [ "tower-http 0.4.4", ] -[[package]] -name = "sc-rpc-server" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f6d0924de213aa5c72a47c7bd0d7668531c5845e832d1ac5c33c96d0ff7b9b" -dependencies = [ - "futures", - "governor", - "http 0.2.12", - "hyper 0.14.28", - "jsonrpsee 0.22.4", - "log", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower 0.4.13", - "tower-http 0.4.4", -] - [[package]] name = "sc-rpc-spec-v2" version = "0.35.0" @@ -10622,50 +9869,18 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-chain-spec 28.0.0", - "sc-client-api 29.0.0", - "sc-rpc 30.0.0", - "sc-transaction-pool-api 29.0.0", - "sc-utils 15.0.0", - "serde", - "sp-api 27.0.0", - "sp-blockchain 29.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", + "sc-utils", + "serde", + "sp-api", + "sp-blockchain", "sp-core 29.0.0", - "sp-rpc 27.0.0", + "sp-rpc", "sp-runtime 32.0.0", - "sp-version 30.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-rpc-spec-v2" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "futures-util", - "hex", - "jsonrpsee 0.22.4", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-rpc 33.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-version", "thiserror", "tokio", "tokio-stream", @@ -10688,109 +9903,44 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand", - "sc-chain-spec 28.0.0", - "sc-client-api 29.0.0", - "sc-client-db 0.36.0", - "sc-consensus 0.34.0", - "sc-executor 0.33.0", - "sc-informant 0.34.0", - "sc-keystore 26.0.0", - "sc-network 0.35.0", - "sc-network-bitswap 0.34.0", - "sc-network-common 0.34.0", - "sc-network-light 0.34.0", - "sc-network-sync 0.34.0", - "sc-network-transactions 0.34.0", - "sc-rpc 30.0.0", - "sc-rpc-server 12.0.0", - "sc-rpc-spec-v2 0.35.0", - "sc-sysinfo 28.0.0", - "sc-telemetry 16.0.0", - "sc-tracing 29.0.0", - "sc-transaction-pool 29.0.0", - "sc-transaction-pool-api 29.0.0", - "sc-utils 15.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-bitswap", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-rpc-server", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", "serde", "serde_json", - "sp-api 27.0.0", - "sp-blockchain 29.0.0", - "sp-consensus 0.33.0", + "sp-api", + "sp-blockchain", + "sp-consensus", "sp-core 29.0.0", "sp-externalities 0.26.0", "sp-keystore 0.35.0", "sp-runtime 32.0.0", - "sp-session 28.0.0", + "sp-session", "sp-state-machine 0.36.0", - "sp-storage 20.0.0", - "sp-transaction-pool 27.0.0", - "sp-transaction-storage-proof 27.0.0", + "sp-storage", + "sp-transaction-pool", + "sp-transaction-storage-proof", "sp-trie 30.0.0", - "sp-version 30.0.0", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", - "thiserror", - "tokio", - "tracing", - "tracing-futures", -] - -[[package]] -name = "sc-service" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", - "jsonrpsee 0.22.4", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "pin-project", - "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-informant 0.37.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-bitswap 0.37.0", - "sc-network-common 0.37.0", - "sc-network-light 0.37.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-rpc-server 15.0.0", - "sc-rpc-spec-v2 0.38.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "schnellru", - "serde", - "serde_json", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", - "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof 30.0.0", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-version", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -10812,18 +9962,6 @@ dependencies = [ "sp-core 29.0.0", ] -[[package]] -name = "sc-state-db" -version = "0.34.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7259ab2e8e2fa1e7a1c38dd8a88353f80e66369ef8b48d5f7098dbc18c67887f" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core 32.0.0", -] - [[package]] name = "sc-storage-monitor" version = "0.17.0" @@ -10846,14 +9984,14 @@ checksum = "9bc382c7d997f4531eee5e5d57f970eaf2761d722298d7747385a4ad69fa6b12" dependencies = [ "jsonrpsee 0.20.3", "parity-scale-codec", - "sc-chain-spec 28.0.0", - "sc-client-api 29.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain 29.0.0", + "sp-blockchain", "sp-runtime 32.0.0", "thiserror", ] @@ -10871,7 +10009,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry 16.0.0", + "sc-telemetry", "serde", "serde_json", "sp-core 29.0.0", @@ -10880,28 +10018,6 @@ dependencies = [ "sp-std 14.0.0", ] -[[package]] -name = "sc-sysinfo" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" -dependencies = [ - "derive_more 0.99.17", - "futures", - "libc", - "log", - "rand", - "rand_pcg", - "regex", - "sc-telemetry 18.0.0", - "serde", - "serde_json", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-std 14.0.0", -] - [[package]] name = "sc-telemetry" version = "16.0.0" @@ -10915,27 +10031,7 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand", - "sc-utils 15.0.0", - "serde", - "serde_json", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sc-telemetry" -version = "18.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.3", - "pin-project", - "rand", - "sc-utils 17.0.0", + "sc-utils", "serde", "serde_json", "thiserror", @@ -10958,46 +10054,15 @@ dependencies = [ "parking_lot 0.12.3", "regex", "rustc-hash", - "sc-client-api 29.0.0", + "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 27.0.0", - "sp-blockchain 29.0.0", + "sp-api", + "sp-blockchain", "sp-core 29.0.0", - "sp-rpc 27.0.0", + "sp-rpc", "sp-runtime 32.0.0", - "sp-tracing 16.0.0", - "thiserror", - "tracing", - "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", -] - -[[package]] -name = "sc-tracing" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" -dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "regex", - "rustc-hash", - "sc-client-api 32.0.0", - "sc-tracing-proc-macro", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-tracing 17.0.0", + "sp-tracing", "thiserror", "tracing", "tracing-log 0.1.4", @@ -11029,45 +10094,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 29.0.0", - "sc-transaction-pool-api 29.0.0", - "sc-utils 15.0.0", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", - "sp-api 27.0.0", - "sp-blockchain 29.0.0", + "sp-api", + "sp-blockchain", "sp-core 29.0.0", "sp-crypto-hashing", "sp-runtime 32.0.0", - "sp-tracing 16.0.0", - "sp-transaction-pool 27.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - -[[package]] -name = "sc-transaction-pool" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-runtime 35.0.0", - "sp-tracing 17.0.0", - "sp-transaction-pool 30.0.0", + "sp-tracing", + "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", ] @@ -11083,29 +10120,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 29.0.0", + "sp-blockchain", "sp-core 29.0.0", "sp-runtime 32.0.0", "thiserror", ] -[[package]] -name = "sc-transaction-pool-api" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "thiserror", -] - [[package]] name = "sc-utils" version = "15.0.0" @@ -11122,22 +10142,6 @@ dependencies = [ "sp-arithmetic 24.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 1.9.0", - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.3", - "prometheus", - "sp-arithmetic 26.0.0", -] - [[package]] name = "scale-bits" version = "0.5.0" @@ -11948,77 +10952,39 @@ dependencies = [ "flate2", "futures", "http 0.2.12", - "httparse", - "log", - "rand", - "sha-1", -] - -[[package]] -name = "sp-api" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ef42aa652381ade883c14ffbbb5c0fec36d382d2217b5bace01b8a0e8634778" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 15.0.0", - "sp-core 29.0.0", - "sp-externalities 0.26.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 32.0.0", - "sp-state-machine 0.36.0", - "sp-std 14.0.0", - "sp-trie 30.0.0", - "sp-version 30.0.0", - "thiserror", + "httparse", + "log", + "rand", + "sha-1", ] [[package]] name = "sp-api" -version = "30.0.0" +version = "27.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" +checksum = "2e4f8702afd77f14a32733e2b589c02694bf79d0b3a641963c508016208724d0" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 18.0.0", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", - "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-api-proc-macro", + "sp-core 29.0.0", + "sp-externalities 0.26.0", + "sp-metadata-ir", + "sp-runtime 32.0.0", + "sp-state-machine 0.36.0", "sp-std 14.0.0", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 30.0.0", + "sp-version", "thiserror", ] [[package]] name = "sp-api-proc-macro" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0694be2891593450916d6b53a274d234bccbc86bcbada36ba23fc356989070c7" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.82", -] - -[[package]] -name = "sp-api-proc-macro" -version = "18.0.0" +version = "15.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" +checksum = "0301e2f77afb450fbf2b093f8b324c7ad88cc82e5e69bd5dc8658a1f068b2a96" dependencies = [ "Inflector", "blake2 0.10.6", @@ -12057,20 +11023,6 @@ dependencies = [ "sp-std 14.0.0", ] -[[package]] -name = "sp-application-crypto" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-std 14.0.0", -] - [[package]] name = "sp-arithmetic" version = "24.0.0" @@ -12101,22 +11053,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-arithmetic" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46d0d0a4c591c421d3231ddd5e27d828618c24456d51445d21a1f79fcee97c23" -dependencies = [ - "docify", - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std 14.0.0", - "static_assertions", -] - [[package]] name = "sp-authority-discovery" version = "27.0.0" @@ -12125,7 +11061,7 @@ checksum = "c92b177c72b5d2973c36d60f6ef942d791d9fd91eae8b08c71882e4118d4fbfc" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 27.0.0", + "sp-api", "sp-application-crypto 31.0.0", "sp-runtime 32.0.0", "sp-std 14.0.0", @@ -12137,23 +11073,12 @@ version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b36ce171caa7eb2bbe682c089f755fdefa71d3702e4fb1ba30d10146aef99d5" dependencies = [ - "sp-api 27.0.0", - "sp-inherents 27.0.0", + "sp-api", + "sp-inherents", "sp-runtime 32.0.0", "sp-std 14.0.0", ] -[[package]] -name = "sp-block-builder" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" -dependencies = [ - "sp-api 30.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", -] - [[package]] name = "sp-blockchain" version = "29.0.0" @@ -12165,33 +11090,14 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "schnellru", - "sp-api 27.0.0", - "sp-consensus 0.33.0", + "sp-api", + "sp-consensus", "sp-database", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", "thiserror", ] -[[package]] -name = "sp-blockchain" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "schnellru", - "sp-api 30.0.0", - "sp-consensus 0.36.0", - "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "thiserror", -] - [[package]] name = "sp-consensus" version = "0.33.0" @@ -12202,43 +11108,28 @@ dependencies = [ "futures", "log", "sp-core 29.0.0", - "sp-inherents 27.0.0", + "sp-inherents", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", "thiserror", ] -[[package]] -name = "sp-consensus" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "thiserror", -] - [[package]] name = "sp-consensus-aura" -version = "0.36.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" +checksum = "4bf13c293685319751f72fa5216c7fb5f25f3e8e8fe29b4503296ed5f5466b3d" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-api", + "sp-application-crypto 31.0.0", + "sp-consensus-slots", + "sp-inherents", + "sp-runtime 32.0.0", + "sp-std 14.0.0", + "sp-timestamp", ] [[package]] @@ -12251,33 +11142,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 27.0.0", + "sp-api", "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", + "sp-consensus-slots", "sp-core 29.0.0", - "sp-inherents 27.0.0", + "sp-inherents", "sp-runtime 32.0.0", "sp-std 14.0.0", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "sp-consensus-babe" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", - "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-timestamp", ] [[package]] @@ -12291,7 +11163,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 27.0.0", + "sp-api", "sp-application-crypto 31.0.0", "sp-core 29.0.0", "sp-keystore 0.35.0", @@ -12299,24 +11171,6 @@ dependencies = [ "sp-std 14.0.0", ] -[[package]] -name = "sp-consensus-grandpa" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 35.0.0", -] - [[package]] name = "sp-consensus-slots" version = "0.33.0" @@ -12327,19 +11181,7 @@ dependencies = [ "scale-info", "serde", "sp-std 14.0.0", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "sp-consensus-slots" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-timestamp 30.0.0", + "sp-timestamp", ] [[package]] @@ -12379,7 +11221,7 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface 25.0.0", "sp-std 14.0.0", - "sp-storage 20.0.0", + "sp-storage", "ss58-registry", "substrate-bip39 0.4.6", "thiserror", @@ -12426,7 +11268,7 @@ dependencies = [ "sp-externalities 0.27.0", "sp-runtime-interface 26.0.0", "sp-std 14.0.0", - "sp-storage 20.0.0", + "sp-storage", "ss58-registry", "substrate-bip39 0.5.0", "thiserror", @@ -12435,53 +11277,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" -dependencies = [ - "array-bytes 6.2.2", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.3", - "paste", - "primitive-types", - "rand", - "scale-info", - "schnorrkel", - "secp256k1", - "secrecy 0.8.0", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-runtime-interface 27.0.0", - "sp-std 14.0.0", - "sp-storage 21.0.0", - "ss58-registry", - "substrate-bip39 0.6.0", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-crypto-hashing" version = "0.1.0" @@ -12537,7 +11332,7 @@ dependencies = [ "environmental", "parity-scale-codec", "sp-std 14.0.0", - "sp-storage 20.0.0", + "sp-storage", ] [[package]] @@ -12549,18 +11344,7 @@ dependencies = [ "environmental", "parity-scale-codec", "sp-std 14.0.0", - "sp-storage 20.0.0", -] - -[[package]] -name = "sp-externalities" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33abaec4be69b1613796bbf430decbbcaaf978756379e2016e683a4d6379cd02" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-storage 21.0.0", + "sp-storage", ] [[package]] @@ -12570,22 +11354,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd865540ec19479c7349b584ccd78cc34c3f3a628a2a69dbb6365ceec36295ee" dependencies = [ "serde_json", - "sp-api 27.0.0", + "sp-api", "sp-runtime 32.0.0", "sp-std 14.0.0", ] -[[package]] -name = "sp-genesis-builder" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" -dependencies = [ - "serde_json", - "sp-api 30.0.0", - "sp-runtime 35.0.0", -] - [[package]] name = "sp-inherents" version = "27.0.0" @@ -12601,20 +11374,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-inherents" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 35.0.0", - "thiserror", -] - [[package]] name = "sp-io" version = "31.0.0" @@ -12635,7 +11394,7 @@ dependencies = [ "sp-runtime-interface 25.0.0", "sp-state-machine 0.36.0", "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-tracing", "sp-trie 30.0.0", "tracing", "tracing-core", @@ -12662,39 +11421,12 @@ dependencies = [ "sp-runtime-interface 26.0.0", "sp-state-machine 0.38.0", "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-tracing", "sp-trie 32.0.0", "tracing", "tracing-core", ] -[[package]] -name = "sp-io" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive 0.9.1", - "rustversion", - "secp256k1", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-externalities 0.28.0", - "sp-keystore 0.38.0", - "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", - "sp-std 14.0.0", - "sp-tracing 17.0.0", - "sp-trie 33.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-keyring" version = "32.0.0" @@ -12717,17 +11449,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-keyring" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" -dependencies = [ - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "strum 0.26.3", -] - [[package]] name = "sp-keystore" version = "0.35.0" @@ -12753,18 +11474,6 @@ dependencies = [ "sp-externalities 0.27.0", ] -[[package]] -name = "sp-keystore" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core 32.0.0", - "sp-externalities 0.28.0", -] - [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" @@ -12787,17 +11496,6 @@ dependencies = [ "sp-std 14.0.0", ] -[[package]] -name = "sp-metadata-ir" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a616fa51350b35326682a472ee8e6ba742fdacb18babac38ecd46b3e05ead869" -dependencies = [ - "frame-metadata 16.0.0", - "parity-scale-codec", - "scale-info", -] - [[package]] name = "sp-mixnet" version = "0.5.0" @@ -12806,23 +11504,11 @@ checksum = "7bebd44b915c65aeb7e7eeaea466aba3b27cdd915c83ea83d4643c54f21ffbbf" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 27.0.0", + "sp-api", "sp-application-crypto 31.0.0", "sp-std 14.0.0", ] -[[package]] -name = "sp-mixnet" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", -] - [[package]] name = "sp-npos-elections" version = "27.0.0" @@ -12840,24 +11526,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d83b955dce0b6d143bec3f60571311168f362b1c16cf044da7037a407b66c19" -dependencies = [ - "sp-api 27.0.0", - "sp-core 29.0.0", - "sp-runtime 32.0.0", -] - -[[package]] -name = "sp-offchain" -version = "30.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" +checksum = "4d83b955dce0b6d143bec3f60571311168f362b1c16cf044da7037a407b66c19" dependencies = [ - "sp-api 30.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-api", + "sp-core 29.0.0", + "sp-runtime 32.0.0", ] [[package]] @@ -12882,17 +11557,6 @@ dependencies = [ "sp-core 29.0.0", ] -[[package]] -name = "sp-rpc" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51104c3cab9d6c9e8361adbd487dd409a8343e740744fb0b3f983bc775fd1847" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 32.0.0", -] - [[package]] name = "sp-runtime" version = "32.0.0" @@ -12943,31 +11607,6 @@ dependencies = [ "sp-weights 30.0.0", ] -[[package]] -name = "sp-runtime" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 34.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-std 14.0.0", - "sp-weights 31.0.0", -] - [[package]] name = "sp-runtime-interface" version = "25.0.0" @@ -12981,9 +11620,9 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface-proc-macro 17.0.0", "sp-std 14.0.0", - "sp-storage 20.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] @@ -13001,29 +11640,9 @@ dependencies = [ "sp-externalities 0.27.0", "sp-runtime-interface-proc-macro 18.0.0", "sp-std 14.0.0", - "sp-storage 20.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "647db5e1dc481686628b41554e832df6ab400c4b43a6a54e54d3b0a71ca404aa" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.9.1", - "primitive-types", - "sp-externalities 0.28.0", - "sp-runtime-interface-proc-macro 18.0.0", - "sp-std 14.0.0", - "sp-storage 21.0.0", - "sp-tracing 17.0.0", - "sp-wasm-interface 21.0.0", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] @@ -13063,29 +11682,14 @@ checksum = "3b86531090cc04d2ab3535df07146258e2fb3ab6257b0a77ef14aa08282c3d4a" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 27.0.0", + "sp-api", "sp-core 29.0.0", "sp-keystore 0.35.0", "sp-runtime 32.0.0", - "sp-staking 27.0.0", + "sp-staking", "sp-std 14.0.0", ] -[[package]] -name = "sp-session" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 30.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", -] - [[package]] name = "sp-staking" version = "27.0.0" @@ -13101,20 +11705,6 @@ dependencies = [ "sp-std 14.0.0", ] -[[package]] -name = "sp-staking" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", -] - [[package]] name = "sp-state-machine" version = "0.36.0" @@ -13159,27 +11749,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-state-machine" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand", - "smallvec", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "sp-panic-handler", - "sp-trie 33.0.0", - "thiserror", - "tracing", - "trie-db", -] - [[package]] name = "sp-statement-store" version = "11.0.0" @@ -13194,7 +11763,7 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 27.0.0", + "sp-api", "sp-application-crypto 31.0.0", "sp-core 29.0.0", "sp-crypto-hashing", @@ -13206,31 +11775,6 @@ dependencies = [ "x25519-dalek 2.0.1", ] -[[package]] -name = "sp-statement-store" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" -dependencies = [ - "aes-gcm", - "curve25519-dalek 4.1.2", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand", - "scale-info", - "sha2 0.10.8", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-externalities 0.28.0", - "sp-runtime 35.0.0", - "sp-runtime-interface 27.0.0", - "thiserror", - "x25519-dalek 2.0.1", -] - [[package]] name = "sp-std" version = "12.0.0" @@ -13257,19 +11801,6 @@ dependencies = [ "sp-std 14.0.0", ] -[[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", -] - [[package]] name = "sp-timestamp" version = "27.0.0" @@ -13278,25 +11809,12 @@ checksum = "249cd06624f2edb53b25af528ab216a508dc9d0870e158b43caac3a97e86699f" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 27.0.0", + "sp-inherents", "sp-runtime 32.0.0", "sp-std 14.0.0", "thiserror", ] -[[package]] -name = "sp-timestamp" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "thiserror", -] - [[package]] name = "sp-tracing" version = "16.0.0" @@ -13310,38 +11828,16 @@ dependencies = [ "tracing-subscriber 0.2.25", ] -[[package]] -name = "sp-tracing" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90b3decf116db9f1dfaf1f1597096b043d0e12c952d3bcdc018c6d6b77deec7e" -dependencies = [ - "parity-scale-codec", - "tracing", - "tracing-core", - "tracing-subscriber 0.2.25", -] - [[package]] name = "sp-transaction-pool" version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9742861c5330bdcb42856a6eed3d3745b58ee1c92ca4c9260032ff4e6c387165" dependencies = [ - "sp-api 27.0.0", + "sp-api", "sp-runtime 32.0.0", ] -[[package]] -name = "sp-transaction-pool" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" -dependencies = [ - "sp-api 30.0.0", - "sp-runtime 35.0.0", -] - [[package]] name = "sp-transaction-storage-proof" version = "27.0.0" @@ -13352,27 +11848,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core 29.0.0", - "sp-inherents 27.0.0", + "sp-inherents", "sp-runtime 32.0.0", "sp-std 14.0.0", "sp-trie 30.0.0", ] -[[package]] -name = "sp-transaction-storage-proof" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", -] - [[package]] name = "sp-trie" version = "30.0.0" @@ -13423,30 +11904,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-trie" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand", - "scale-info", - "schnellru", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - [[package]] name = "sp-version" version = "30.0.0" @@ -13461,25 +11918,7 @@ dependencies = [ "sp-crypto-hashing-proc-macro", "sp-runtime 32.0.0", "sp-std 14.0.0", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - -[[package]] -name = "sp-version" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 35.0.0", - "sp-std 14.0.0", - "sp-version-proc-macro 14.0.0", + "sp-version-proc-macro", "thiserror", ] @@ -13495,18 +11934,6 @@ dependencies = [ "syn 2.0.82", ] -[[package]] -name = "sp-version-proc-macro" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aee8f6730641a65fcf0c8f9b1e448af4b3bb083d08058b47528188bccc7b7a7" -dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn 2.0.82", -] - [[package]] name = "sp-wasm-interface" version = "20.0.0" @@ -13521,19 +11948,6 @@ dependencies = [ "wasmtime 8.0.1", ] -[[package]] -name = "sp-wasm-interface" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b04b919e150b4736d85089d49327eab65507deb1485eec929af69daa2278eb3" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "wasmtime 8.0.1", -] - [[package]] name = "sp-weights" version = "28.0.0" @@ -13566,21 +11980,6 @@ dependencies = [ "sp-std 14.0.0", ] -[[package]] -name = "sp-weights" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93cdaf72a1dad537bbb130ba4d47307ebe5170405280ed1aa31fa712718a400e" -dependencies = [ - "bounded-collections", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 26.0.0", - "sp-debug-derive", -] - [[package]] name = "spin" version = "0.5.2" @@ -13604,15 +12003,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "spinning_top" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" -dependencies = [ - "lock_api", -] - [[package]] name = "spki" version = "0.7.3" @@ -13779,19 +12169,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "substrate-bip39" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" -dependencies = [ - "hmac 0.12.1", - "pbkdf2 0.12.2", - "schnorrkel", - "sha2 0.10.8", - "zeroize", -] - [[package]] name = "substrate-build-script-utils" version = "11.0.0" @@ -13809,11 +12186,11 @@ dependencies = [ "jsonrpsee 0.20.3", "log", "parity-scale-codec", - "sc-rpc-api 0.34.0", - "sc-transaction-pool-api 29.0.0", - "sp-api 27.0.0", - "sp-block-builder 27.0.0", - "sp-blockchain 29.0.0", + "sc-rpc-api", + "sc-transaction-pool-api", + "sp-api", + "sp-block-builder", + "sp-blockchain", "sp-core 29.0.0", "sp-runtime 32.0.0", ] @@ -13833,23 +12210,23 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.37.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" +checksum = "40e5235d8460ec81e9a382345aa80d75e2943f224a332559847344bb62fa13b3" dependencies = [ "async-trait", - "jsonrpsee 0.22.4", + "jsonrpsee 0.20.3", "log", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", - "sp-runtime 35.0.0", + "sp-runtime 32.0.0", ] [[package]] name = "substrate-wasm-builder" -version = "18.0.0" +version = "18.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "511bbc2df035f5fe2556d855369a1bbb45df620360391a1f6e3fa1a1d64af79a" +checksum = "4a39a20e17c24ede36b5bd5e7543a4cef8d8a0daf6e1a046dc31832b837a54a0" dependencies = [ "build-helper", "cargo_metadata", @@ -14817,37 +13194,37 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.42.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" +checksum = "9454e1af0a0be675f837d63080ef8f43510c05df8c059570622386a0cf40b548" dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime 0.38.0", + "frame-try-runtime", "hex", "log", "parity-scale-codec", - "sc-cli 0.40.0", - "sc-executor 0.36.0", + "sc-cli", + "sc-executor", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api", "sp-consensus-aura", - "sp-consensus-babe 0.36.0", - "sp-core 32.0.0", + "sp-consensus-babe", + "sp-core 29.0.0", "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keystore 0.38.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", - "sp-transaction-storage-proof 30.0.0", - "sp-version 33.0.0", - "sp-weights 31.0.0", + "sp-externalities 0.26.0", + "sp-inherents", + "sp-io 31.0.0", + "sp-keystore 0.35.0", + "sp-rpc", + "sp-runtime 32.0.0", + "sp-state-machine 0.36.0", + "sp-timestamp", + "sp-transaction-storage-proof", + "sp-version", + "sp-weights 28.0.0", "substrate-rpc-client", "zstd 0.12.4", ] diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index a23ed0153..b55a80ef6 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -27,67 +27,67 @@ itertools ="0.13.0" jsonrpsee ={ version="0.20.3", features=["server"] } lazy_static ={ version="1.5.0", features=["spin_no_std"] } log ="0.4.22" -pallet-im-online={ version="28.0.0" } +pallet-im-online= { version = "28.0.0" } rand ="0.8.5" serde ={ version="1.0.213", features=["derive"] } serde_json ='1.0.132' # Substrate Client -grandpa ={ version="0.20.0", package="sc-consensus-grandpa" } -sc-authority-discovery ={ version="0.35.0" } -sc-basic-authorship ={ version="0.35.0" } -sc-chain-spec ={ version="28.0.0" } -sc-cli ={ version="0.37.0", optional=true } -sc-client-api ={ version="29.0.0" } -sc-consensus ={ version="0.34.0" } -sc-consensus-babe ={ version="0.35.0" } -sc-consensus-babe-rpc ={ version="0.35.0" } -sc-consensus-epochs ={ version="0.34.0" } -sc-consensus-grandpa-rpc={ version="0.20.0" } -sc-consensus-slots ={ version="0.34.0" } -sc-executor ={ version="0.33.0" } -sc-network ={ version="0.35.0" } -sc-network-common ={ version="0.34.0" } -sc-network-sync ={ version="0.34.0" } -sc-offchain ={ version="30.0.0" } -sc-rpc ={ version="30.0.0" } -sc-rpc-api ={ version="0.34.0" } -sc-service ={ version="0.36.0" } -sc-storage-monitor ={ version="0.17.0" } -sc-sync-state-rpc ={ version="0.35.0" } -sc-sysinfo ={ version="28.0.0" } -sc-telemetry ={ version="16.0.0" } -sc-transaction-pool ={ version="29.0.0" } -sc-transaction-pool-api ={ version="29.0.0" } -sc-rpc-spec-v2 ={ version="0.35.0" } +grandpa = { version = "0.20.0", package = "sc-consensus-grandpa" } +sc-authority-discovery = { version = "0.35.0" } +sc-basic-authorship = { version = "0.35.0" } +sc-chain-spec = { version = "28.0.0" } +sc-cli = { version = "0.37.0", optional = true } +sc-client-api = { version = "29.0.0" } +sc-consensus = { version = "0.34.0" } +sc-consensus-babe = { version = "0.35.0" } +sc-consensus-babe-rpc = { version = "0.35.0" } +sc-consensus-epochs = { version = "0.34.0" } +sc-consensus-grandpa-rpc= { version = "0.20.0" } +sc-consensus-slots = { version = "0.34.0" } +sc-executor = { version = "0.33.0" } +sc-network = { version = "0.35.0" } +sc-network-common = { version = "0.34.0" } +sc-network-sync = { version = "0.34.0" } +sc-offchain = { version = "30.0.0" } +sc-rpc = { version = "30.0.0" } +sc-rpc-api = { version = "0.34.0" } +sc-service = { version = "0.36.0" } +sc-storage-monitor = { version = "0.17.0" } +sc-sync-state-rpc = { version = "0.35.0" } +sc-sysinfo = { version = "28.0.0" } +sc-telemetry = { version = "16.0.0" } +sc-transaction-pool = { version = "29.0.0" } +sc-transaction-pool-api = { version = "29.0.0" } +sc-rpc-spec-v2 = { version = "0.35.0" } # Substrate Primitives -grandpa-primitives ={ version="14.0.0", package="sp-consensus-grandpa" } -sp-api ={ version="27.0.0" } -sp-authority-discovery ={ version="27.0.0" } -sp-block-builder ={ version="27.0.0" } -sp-blockchain ={ version="29.0.0" } -sp-consensus ={ version="0.33.0" } -sp-consensus-babe ={ version="0.33.0" } -sp-core ={ version="29.0.0" } -sp-inherents ={ version="27.0.0" } -sp-keyring ={ version="32.0.0" } -sp-keystore ={ version="0.35.0" } -sp-runtime ={ version="32.0.0" } -sp-timestamp ={ version="27.0.0" } -sp-transaction-storage-proof={ version="27.0.0" } -substrate-frame-rpc-system ={ version="29.0.0" } +grandpa-primitives = { version = "14.0.0", package = "sp-consensus-grandpa" } +sp-api = { version = "27.0.1" } +sp-authority-discovery = { version = "27.0.0" } +sp-block-builder = { version = "27.0.0" } +sp-blockchain = { version = "29.0.0" } +sp-consensus = { version = "0.33.0" } +sp-consensus-babe = { version = "0.33.0" } +sp-core = { version = "29.0.0" } +sp-inherents = { version = "27.0.0" } +sp-keyring = { version = "32.0.0" } +sp-keystore = { version = "0.35.0" } +sp-runtime = { version = "32.0.0" } +sp-timestamp = { version = "27.0.0" } +sp-transaction-storage-proof= { version = "27.0.0" } +substrate-frame-rpc-system = { version = "29.0.0" } # FRAME Dependencies -frame-benchmarking ={ version="29.0.0" } -frame-benchmarking-cli ={ version="33.0.0", optional=true } -frame-system ={ version="29.0.0" } -frame-system-rpc-runtime-api={ version="27.0.0" } +frame-benchmarking = { version = "29.0.0" } +frame-benchmarking-cli = { version = "33.0.0", optional = true } +frame-system = { version = "29.0.0" } +frame-system-rpc-runtime-api= { version = "27.0.0" } # Substrate Pallets -pallet-transaction-payment ={ version="29.0.0" } -pallet-transaction-payment-rpc={ version="31.0.0" } +pallet-transaction-payment = { version = "29.0.2" } +pallet-transaction-payment-rpc= { version = "31.0.0" } # Entropy Dependencies entropy-runtime={ version="0.3.0-rc.1", path="../../runtime" } @@ -101,13 +101,13 @@ project-root="0.2.2" [build-dependencies] clap={ version="4.5.20", optional=true } -pallet-balances ={ version="29.0.0" } -substrate-build-script-utils={ version="11.0.0" } -try-runtime-cli ={ version="0.42.0" } +pallet-balances = { version = "29.0.2" } +substrate-build-script-utils= { version = "11.0.0" } +try-runtime-cli = { version = "0.39.0" } [dev-dependencies] tempfile ="3.13.0" -sp-tracing={ version="16.0.0" } +sp-tracing= { version = "16.0.0" } [features] default=["cli"] diff --git a/pallets/attestation/Cargo.toml b/pallets/attestation/Cargo.toml index a5e282d9d..b283d59f7 100644 --- a/pallets/attestation/Cargo.toml +++ b/pallets/attestation/Cargo.toml @@ -12,15 +12,15 @@ publish =false codec ={ package="parity-scale-codec", version="3.6.3", default-features=false, features=["derive"] } scale-info ={ version="2.11", default-features=false, features=["derive"] } log ={ version="0.4.22", default-features=false } -frame-support ={ version="29.0.0", default-features=false } -frame-system ={ version="29.0.0", default-features=false } -sp-io ={ version="31.0.0", default-features=false } -sp-core ={ version="29.0.0", default-features=false } -sp-runtime ={ version="32.0.0", default-features=false } -sp-staking ={ version="27.0.0", default-features=false } -frame-benchmarking={ version="29.0.0", default-features=false, optional=true } -sp-std ={ version="14.0.0", default-features=false } -pallet-session ={ version="29.0.0", default-features=false, optional=true } +frame-support = { version = "29.0.2", default-features = false } +frame-system = { version = "29.0.0", default-features = false } +sp-io = { version = "31.0.0", default-features = false } +sp-core = { version = "29.0.0", default-features = false } +sp-runtime = { version = "32.0.0", default-features = false } +sp-staking = { version = "27.0.0", default-features = false } +frame-benchmarking= { version = "29.0.0", default-features = false, optional = true } +sp-std = { version = "14.0.0", default-features = false } +pallet-session = { version = "29.0.0", default-features = false, optional = true } rand_chacha ={ version="0.3", default-features=false } pallet-parameters={ version="0.3.0-rc.1", path="../parameters", default-features=false } @@ -31,14 +31,14 @@ pallet-staking-extension={ version="0.3.0-rc.1", path="../staking", default-feat tdx-quote="0.0.1" [dev-dependencies] -pallet-session ={ version="29.0.0", default-features=false } -pallet-staking ={ version="29.0.0", default-features=false } -pallet-balances ={ version="29.0.0", default-features=false } -pallet-bags-list ={ version="28.0.0", default-features=false } -pallet-timestamp ={ version="28.0.0", default-features=false } -sp-npos-elections ={ version="27.0.0", default-features=false } -frame-election-provider-support={ version="29.0.0", default-features=false } -pallet-staking-reward-curve ={ version="11.0.0" } +pallet-session = { version = "29.0.0", default-features = false } +pallet-staking = { version = "29.0.3", default-features = false } +pallet-balances = { version = "29.0.2", default-features = false } +pallet-bags-list = { version = "28.0.0", default-features = false } +pallet-timestamp = { version = "28.0.0", default-features = false } +sp-npos-elections = { version = "27.0.0", default-features = false } +frame-election-provider-support= { version = "29.0.0", default-features = false } +pallet-staking-reward-curve = { version = "11.0.0" } tdx-quote ={ version="0.0.1", features=["mock"] } rand_core ="0.6.4" diff --git a/pallets/oracle/Cargo.toml b/pallets/oracle/Cargo.toml index 81f3612dd..bd2967b57 100644 --- a/pallets/oracle/Cargo.toml +++ b/pallets/oracle/Cargo.toml @@ -12,15 +12,15 @@ publish =false codec ={ package="parity-scale-codec", version="3.6.3", default-features=false, features=["derive"] } scale-info={ version="2.11", default-features=false, features=["derive"] } -frame-benchmarking={ version="29.0.0", default-features=false, optional=true } -frame-support ={ version="29.0.0", default-features=false } -frame-system ={ version="29.0.0", default-features=false } -sp-runtime ={ version="32.0.0", default-features=false } -sp-std ={ version="14.0.0", default-features=false } +frame-benchmarking= { version = "29.0.0", default-features = false, optional = true } +frame-support = { version = "29.0.2", default-features = false } +frame-system = { version = "29.0.0", default-features = false } +sp-runtime = { version = "32.0.0", default-features = false } +sp-std = { version = "14.0.0", default-features = false } [dev-dependencies] -sp-core={ version="29.0.0" } -sp-io ={ version="31.0.0" } +sp-core= { version = "29.0.0" } +sp-io = { version = "31.0.0" } [features] default=["std"] diff --git a/pallets/parameters/Cargo.toml b/pallets/parameters/Cargo.toml index ad3932b32..6143c3a71 100644 --- a/pallets/parameters/Cargo.toml +++ b/pallets/parameters/Cargo.toml @@ -12,21 +12,21 @@ publish =false codec ={ package="parity-scale-codec", version="3.6.3", default-features=false, features=["derive"] } scale-info={ version="2.11", default-features=false, features=["derive"] } -frame-benchmarking={ version="29.0.0", default-features=false, optional=true } -frame-support ={ version="29.0.0", default-features=false } -frame-system ={ version="29.0.0", default-features=false } -sp-runtime ={ version="32.0.0", default-features=false } -sp-std ={ version="14.0.0", default-features=false } -pallet-session ={ version="29.0.0", default-features=false } +frame-benchmarking= { version = "29.0.0", default-features = false, optional = true } +frame-support = { version = "29.0.2", default-features = false } +frame-system = { version = "29.0.0", default-features = false } +sp-runtime = { version = "32.0.0", default-features = false } +sp-std = { version = "14.0.0", default-features = false } +pallet-session = { version = "29.0.0", default-features = false } entropy-shared={ version="0.3.0-rc.1", path="../../crates/shared", features=[ "wasm-no-std", ], default-features=false } [dev-dependencies] -sp-core ={ version="29.0.0" } -sp-io ={ version="31.0.0" } -sp-staking={ version="27.0.0", default-features=false } +sp-core = { version = "29.0.0" } +sp-io = { version = "31.0.0" } +sp-staking= { version = "27.0.0", default-features = false } [features] default=["std"] diff --git a/pallets/programs/Cargo.toml b/pallets/programs/Cargo.toml index d4d3c3002..ba281ebee 100644 --- a/pallets/programs/Cargo.toml +++ b/pallets/programs/Cargo.toml @@ -16,17 +16,17 @@ codec ={ package="parity-scale-codec", version="3.6.3", default-features=fal scale-info={ version="2.11", default-features=false, features=["derive"] } log ={ version="0.4.22", default-features=false } -frame-benchmarking={ version="29.0.0", default-features=false, optional=true } -frame-support ={ version="29.0.0", default-features=false } -frame-system ={ version="29.0.0", default-features=false } -sp-io ={ version="31.0.0", default-features=false } -sp-runtime ={ version="32.0.0", default-features=false } -sp-staking ={ version="27.0.0", default-features=false } -sp-std ={ version="14.0.0", default-features=false } +frame-benchmarking= { version = "29.0.0", default-features = false, optional = true } +frame-support = { version = "29.0.2", default-features = false } +frame-system = { version = "29.0.0", default-features = false } +sp-io = { version = "31.0.0", default-features = false } +sp-runtime = { version = "32.0.0", default-features = false } +sp-staking = { version = "27.0.0", default-features = false } +sp-std = { version = "14.0.0", default-features = false } [dev-dependencies] -pallet-balances={ version="29.0.0" } -sp-core ={ version="29.0.0", default-features=false } +pallet-balances= { version = "29.0.2" } +sp-core = { version = "29.0.0", default-features = false } [features] default=['std'] diff --git a/pallets/propagation/Cargo.toml b/pallets/propagation/Cargo.toml index b21818add..85ae5e86b 100644 --- a/pallets/propagation/Cargo.toml +++ b/pallets/propagation/Cargo.toml @@ -16,15 +16,15 @@ codec ={ package="parity-scale-codec", version="3.6.3", default-features=fal log ={ version="0.4.22", default-features=false } scale-info={ version="2.11", default-features=false, features=["derive"] } -frame-benchmarking ={ version="29.0.0", default-features=false, optional=true } -frame-support ={ version="29.0.0", default-features=false } -frame-system ={ version="29.0.0", default-features=false } -pallet-authorship ={ version="29.0.0", default-features=false } -sp-application-crypto={ version="31.0.0", default-features=false } -sp-core ={ version="29.0.0", default-features=false } -sp-io ={ version="31.0.0", default-features=false } -sp-runtime ={ version="32.0.0", default-features=false } -sp-staking ={ version="27.0.0", default-features=false } +frame-benchmarking = { version = "29.0.0", default-features = false, optional = true } +frame-support = { version = "29.0.2", default-features = false } +frame-system = { version = "29.0.0", default-features = false } +pallet-authorship = { version = "29.0.0", default-features = false } +sp-application-crypto= { version = "31.0.0", default-features = false } +sp-core = { version = "29.0.0", default-features = false } +sp-io = { version = "31.0.0", default-features = false } +sp-runtime = { version = "32.0.0", default-features = false } +sp-staking = { version = "27.0.0", default-features = false } entropy-shared={ version="0.3.0-rc.1", path="../../crates/shared", default-features=false, features=[ "wasm-no-std", @@ -37,16 +37,16 @@ pallet-attestation={ version="0.3.0-rc.1", path="../attestation", default-featur [dev-dependencies] parking_lot="0.12.3" -frame-election-provider-support={ version="29.0.0", default-features=false } -pallet-babe ={ version="29.0.0", default-features=false } -pallet-bags-list ={ version="28.0.0", default-features=false } -pallet-balances ={ version="29.0.0", default-features=false } -pallet-session ={ version="29.0.0", default-features=false } -pallet-staking ={ version="29.0.0", default-features=false } -pallet-staking-reward-curve ={ version="11.0.0" } -pallet-timestamp ={ version="28.0.0", default-features=false } -sp-keystore ={ version="0.35.0" } -sp-npos-elections ={ version="27.0.0", default-features=false } +frame-election-provider-support= { version = "29.0.0", default-features = false } +pallet-babe = { version = "29.0.0", default-features = false } +pallet-bags-list = { version = "28.0.0", default-features = false } +pallet-balances = { version = "29.0.2", default-features = false } +pallet-session = { version = "29.0.0", default-features = false } +pallet-staking = { version = "29.0.3", default-features = false } +pallet-staking-reward-curve = { version = "11.0.0" } +pallet-timestamp = { version = "28.0.0", default-features = false } +sp-keystore = { version = "0.35.0" } +sp-npos-elections = { version = "27.0.0", default-features = false } pallet-parameters ={ version="0.3.0-rc.1", path="../parameters", default-features=false } [features] diff --git a/pallets/registry/Cargo.toml b/pallets/registry/Cargo.toml index a8bbc0922..7e404cdcd 100644 --- a/pallets/registry/Cargo.toml +++ b/pallets/registry/Cargo.toml @@ -19,15 +19,15 @@ scale-info={ version="2.11", default-features=false, features=["derive"] } synedrion ={ version="0.2.0-beta.0", default-features=false } rand ={ version="0.8.5", default-features=false, features=["alloc"] } -frame-benchmarking={ version="29.0.0", default-features=false, optional=true } -frame-support ={ version="29.0.0", default-features=false } -frame-system ={ version="29.0.0", default-features=false } -pallet-authorship ={ version="29.0.0", default-features=false } -pallet-session ={ version="29.0.0", default-features=false } -pallet-staking ={ version="29.0.0", default-features=false } -sp-core ={ version="29.0.0", default-features=false } -sp-runtime ={ version="32.0.0", default-features=false } -sp-std ={ version="14.0.0", default-features=false } +frame-benchmarking= { version = "29.0.0", default-features = false, optional = true } +frame-support = { version = "29.0.2", default-features = false } +frame-system = { version = "29.0.0", default-features = false } +pallet-authorship = { version = "29.0.0", default-features = false } +pallet-session = { version = "29.0.0", default-features = false } +pallet-staking = { version = "29.0.3", default-features = false } +sp-core = { version = "29.0.0", default-features = false } +sp-runtime = { version = "32.0.0", default-features = false } +sp-std = { version = "14.0.0", default-features = false } entropy-shared={ version="0.3.0-rc.1", path="../../crates/shared", features=[ "wasm-no-std", @@ -37,14 +37,14 @@ pallet-staking-extension={ version="0.3.0-rc.1", path="../staking", default-feat pallet-parameters={ version="0.3.0-rc.1", path="../parameters", default-features=false } [dev-dependencies] -frame-election-provider-support={ version="29.0.0", default-features=false } -pallet-bags-list ={ version="28.0.0", default-features=false } -pallet-balances ={ version="29.0.0", default-features=false } -pallet-staking-reward-curve ={ version="11.0.0" } -pallet-timestamp ={ version="28.0.0", default-features=false } -sp-io ={ version="31.0.0", default-features=false } -sp-npos-elections ={ version="27.0.0", default-features=false } -sp-staking ={ version="27.0.0", default-features=false } +frame-election-provider-support= { version = "29.0.0", default-features = false } +pallet-bags-list = { version = "28.0.0", default-features = false } +pallet-balances = { version = "29.0.2", default-features = false } +pallet-staking-reward-curve = { version = "11.0.0" } +pallet-timestamp = { version = "28.0.0", default-features = false } +sp-io = { version = "31.0.0", default-features = false } +sp-npos-elections = { version = "27.0.0", default-features = false } +sp-staking = { version = "27.0.0", default-features = false } [features] diff --git a/pallets/slashing/Cargo.toml b/pallets/slashing/Cargo.toml index 7e3c90df8..99d352a7d 100644 --- a/pallets/slashing/Cargo.toml +++ b/pallets/slashing/Cargo.toml @@ -16,25 +16,25 @@ codec ={ package="parity-scale-codec", version="3.6.3", default-features=fal scale-info={ version="2.11", default-features=false, features=["derive"] } log ={ version="0.4.22", default-features=false } -frame-benchmarking ={ version="29.0.0", default-features=false, optional=true } -frame-support ={ version="29.0.0", default-features=false } -frame-system ={ version="29.0.0", default-features=false } -sp-application-crypto={ version="31.0.0", default-features=false } -sp-io ={ version="31.0.0", default-features=false } -sp-runtime ={ version="32.0.0", default-features=false } -sp-staking ={ version="27.0.0", default-features=false } -sp-std ={ version="14.0.0", default-features=false } +frame-benchmarking = { version = "29.0.0", default-features = false, optional = true } +frame-support = { version = "29.0.2", default-features = false } +frame-system = { version = "29.0.0", default-features = false } +sp-application-crypto= { version = "31.0.0", default-features = false } +sp-io = { version = "31.0.0", default-features = false } +sp-runtime = { version = "32.0.0", default-features = false } +sp-staking = { version = "27.0.0", default-features = false } +sp-std = { version = "14.0.0", default-features = false } [dev-dependencies] -frame-election-provider-support={ version="29.0.0", default-features=false } -pallet-bags-list ={ version="28.0.0", default-features=false } -pallet-balances ={ version="29.0.0", default-features=false } -pallet-session ={ version="29.0.0", default-features=false } -pallet-staking ={ version="29.0.0", default-features=false } -pallet-staking-reward-curve ={ version="11.0.0", default-features=false } -pallet-timestamp ={ version="28.0.0", default-features=false } -sp-core ={ version="29.0.0", default-features=false } -sp-npos-elections ={ version="27.0.0", default-features=false } +frame-election-provider-support= { version = "29.0.0", default-features = false } +pallet-bags-list = { version = "28.0.0", default-features = false } +pallet-balances = { version = "29.0.2", default-features = false } +pallet-session = { version = "29.0.0", default-features = false } +pallet-staking = { version = "29.0.3", default-features = false } +pallet-staking-reward-curve = { version = "11.0.0", default-features = false } +pallet-timestamp = { version = "28.0.0", default-features = false } +sp-core = { version = "29.0.0", default-features = false } +sp-npos-elections = { version = "27.0.0", default-features = false } [features] default=['std'] diff --git a/pallets/staking/Cargo.toml b/pallets/staking/Cargo.toml index 5729b1850..ff4a1a6cb 100644 --- a/pallets/staking/Cargo.toml +++ b/pallets/staking/Cargo.toml @@ -18,16 +18,16 @@ log ={ version="0.4.22", default-features=false } serde ={ version="1.0.213", default-features=false } rand_chacha={ version="0.3", default-features=false } -frame-benchmarking={ version="29.0.0", default-features=false, optional=true } -frame-support ={ version="29.0.0", default-features=false } -frame-system ={ version="29.0.0", default-features=false } -pallet-session ={ version="29.0.0", default-features=false } -pallet-staking ={ version="29.0.0", default-features=false } -sp-core ={ version="29.0.0", default-features=false } -sp-runtime ={ version="32.0.0", default-features=false } -sp-staking ={ version="27.0.0", default-features=false } -sp-std ={ version="14.0.0", default-features=false } -sp-consensus-babe ={ version="0.33.0", default-features=false } +frame-benchmarking= { version = "29.0.0", default-features = false, optional = true } +frame-support = { version = "29.0.2", default-features = false } +frame-system = { version = "29.0.0", default-features = false } +pallet-session = { version = "29.0.0", default-features = false } +pallet-staking = { version = "29.0.3", default-features = false } +sp-core = { version = "29.0.0", default-features = false } +sp-runtime = { version = "32.0.0", default-features = false } +sp-staking = { version = "27.0.0", default-features = false } +sp-std = { version = "14.0.0", default-features = false } +sp-consensus-babe = { version = "0.33.0", default-features = false } pallet-parameters={ version="0.3.0-rc.1", path="../parameters", default-features=false } entropy-shared={ version="0.3.0-rc.1", path="../../crates/shared", features=[ @@ -39,13 +39,13 @@ entropy-shared={ version="0.3.0-rc.1", path="../../crates/shared", features=[ tdx-quote={ version="0.0.1", features=["mock"], optional=true } [dev-dependencies] -frame-election-provider-support={ version="29.0.0", default-features=false } -pallet-bags-list ={ version="28.0.0", default-features=false } -pallet-balances ={ version="29.0.0", default-features=false } -pallet-staking-reward-curve ={ version="11.0.0" } -pallet-timestamp ={ version="28.0.0", default-features=false } -sp-io ={ version="31.0.0", default-features=false } -sp-npos-elections ={ version="27.0.0", default-features=false } +frame-election-provider-support= { version = "29.0.0", default-features = false } +pallet-bags-list = { version = "28.0.0", default-features = false } +pallet-balances = { version = "29.0.2", default-features = false } +pallet-staking-reward-curve = { version = "11.0.0" } +pallet-timestamp = { version = "28.0.0", default-features = false } +sp-io = { version = "31.0.0", default-features = false } +sp-npos-elections = { version = "27.0.0", default-features = false } rand_core="0.6.4" tdx-quote={ version="0.0.1", features=["mock"] } diff --git a/pallets/transaction-pause/Cargo.toml b/pallets/transaction-pause/Cargo.toml index c9a349a98..3f968fe12 100644 --- a/pallets/transaction-pause/Cargo.toml +++ b/pallets/transaction-pause/Cargo.toml @@ -12,18 +12,18 @@ publish =false codec ={ package="parity-scale-codec", version="3.6.3", default-features=false, features=["derive"] } scale-info={ version="2.11", default-features=false, features=["derive"] } -frame-benchmarking={ version="29.0.0", default-features=false, optional=true } -frame-support ={ version="29.0.0", default-features=false } -frame-system ={ version="29.0.0", default-features=false } -sp-runtime ={ version="32.0.0", default-features=false } -sp-std ={ version="14.0.0", default-features=false } +frame-benchmarking= { version = "29.0.0", default-features = false, optional = true } +frame-support = { version = "29.0.2", default-features = false } +frame-system = { version = "29.0.0", default-features = false } +sp-runtime = { version = "32.0.0", default-features = false } +sp-std = { version = "14.0.0", default-features = false } [dev-dependencies] smallvec="1.13.2" -pallet-balances={ version="29.0.0" } -sp-core ={ version="29.0.0" } -sp-io ={ version="31.0.0" } +pallet-balances= { version = "29.0.2" } +sp-core = { version = "29.0.0" } +sp-io = { version = "31.0.0" } pallet-programs={ version="0.3.0-rc.1", default-features=false, path="../programs" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index fd90c6247..41d412440 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -26,73 +26,73 @@ scale-info={ version="2.11", default-features=false, features=["derive"] } static_assertions="1.1.0" # Substrate Primitives -sp-api ={ version="27.0.0", default-features=false } -sp-authority-discovery={ version="27.0.0", default-features=false } -sp-block-builder ={ version="27.0.0", default-features=false } -sp-consensus-babe ={ version="0.33.0", default-features=false } -sp-core ={ version="29.0.0", default-features=false } -sp-inherents ={ version="27.0.0", default-features=false } -sp-io ={ version="31.0.0", default-features=false } -sp-npos-elections ={ version="27.0.0", default-features=false } -sp-offchain ={ version="27.0.0", default-features=false } -sp-runtime ={ version="32.0.0", default-features=false } -sp-session ={ version="28.0.0", default-features=false } -sp-staking ={ version="27.0.0", default-features=false } -sp-std ={ version="14.0.0", default-features=false } -sp-storage ={ version="20.0.0", default-features=false, optional=true } -sp-transaction-pool ={ version="27.0.0", default-features=false } -sp-version ={ version="30.0.0", default-features=false } -sp-genesis-builder ={ version="0.8.0", default-features=false } +sp-api = { version = "27.0.1", default-features = false } +sp-authority-discovery= { version = "27.0.0", default-features = false } +sp-block-builder = { version = "27.0.0", default-features = false } +sp-consensus-babe = { version = "0.33.0", default-features = false } +sp-core = { version = "29.0.0", default-features = false } +sp-inherents = { version = "27.0.0", default-features = false } +sp-io = { version = "31.0.0", default-features = false } +sp-npos-elections = { version = "27.0.0", default-features = false } +sp-offchain = { version = "27.0.0", default-features = false } +sp-runtime = { version = "32.0.0", default-features = false } +sp-session = { version = "28.0.0", default-features = false } +sp-staking = { version = "27.0.0", default-features = false } +sp-std = { version = "14.0.0", default-features = false } +sp-storage = { version = "20.0.0", default-features = false, optional = true } +sp-transaction-pool = { version = "27.0.0", default-features = false } +sp-version = { version = "30.0.0", default-features = false } +sp-genesis-builder = { version = "0.8.0", default-features = false } # FRAME Dependencies -frame-benchmarking ={ version="29.0.0", default-features=false, optional=true } -frame-election-provider-support={ version="29.0.0", default-features=false } -frame-executive ={ version="29.0.0", default-features=false } -frame-support ={ version="29.0.0", default-features=false } -frame-system ={ version="29.0.0", default-features=false } -frame-system-benchmarking ={ version="29.0.0", default-features=false, optional=true } -frame-system-rpc-runtime-api ={ version="27.0.0", default-features=false } -frame-try-runtime ={ version="0.35.0", default-features=false, optional=true } +frame-benchmarking = { version = "29.0.0", default-features = false, optional = true } +frame-election-provider-support= { version = "29.0.0", default-features = false } +frame-executive = { version = "29.0.0", default-features = false } +frame-support = { version = "29.0.2", default-features = false } +frame-system = { version = "29.0.0", default-features = false } +frame-system-benchmarking = { version = "29.0.0", default-features = false, optional = true } +frame-system-rpc-runtime-api = { version = "27.0.0", default-features = false } +frame-try-runtime = { version = "0.35.0", default-features = false, optional = true } # Substrate Pallets -pallet-authority-discovery ={ version="29.0.0", default-features=false } -pallet-authorship ={ version="29.0.0", default-features=false } -pallet-babe ={ version="29.0.0", default-features=false } -pallet-bags-list ={ version="28.0.0", default-features=false } -pallet-balances ={ version="29.0.0", default-features=false } -pallet-bounties ={ version="28.0.0", default-features=false } -pallet-collective ={ version="29.0.0", default-features=false } -pallet-democracy ={ version="29.0.0", default-features=false } -pallet-election-provider-multi-phase ={ version="28.0.0", default-features=false } -pallet-election-provider-support-benchmarking={ version="28.0.0", default-features=false, optional=true } -pallet-elections-phragmen ={ version="30.0.0", default-features=false } -pallet-grandpa ={ version="29.0.0", default-features=false } -pallet-identity ={ version="29.0.0", default-features=false } -pallet-im-online ={ version="28.0.0", default-features=false } -pallet-indices ={ version="29.0.0", default-features=false } -pallet-membership ={ version="29.0.0", default-features=false } -pallet-multisig ={ version="29.0.0", default-features=false } -pallet-nomination-pools ={ version="26.0.0", default-features=false } -pallet-nomination-pools-benchmarking ={ version="27.0.0", default-features=false, optional=true } -pallet-offences ={ version="28.0.0", default-features=false } -pallet-offences-benchmarking ={ version="29.0.0", default-features=false, optional=true } -pallet-preimage ={ version="29.0.0", default-features=false } -pallet-proxy ={ version="29.0.0", default-features=false } -pallet-recovery ={ version="29.0.0", default-features=false } -pallet-scheduler ={ version="30.0.0", default-features=false } -pallet-session-benchmarking ={ version="29.0.0", default-features=false, optional=true } -pallet-session ={ version="29.0.0", default-features=false, features=["historical"] } -pallet-staking ={ version="29.0.0", default-features=false } -pallet-staking-reward-curve ={ version="11.0.0", default-features=false } -pallet-sudo ={ version="29.0.0", default-features=false, optional=true } -pallet-timestamp ={ version="28.0.0", default-features=false } -pallet-tips ={ version="28.0.0", default-features=false } -pallet-transaction-payment ={ version="29.0.0", default-features=false } -pallet-transaction-payment-rpc-runtime-api ={ version="29.0.0", default-features=false } -pallet-transaction-storage ={ version="28.0.0", default-features=false } -pallet-treasury ={ version="28.0.0", default-features=false } -pallet-utility ={ version="29.0.0", default-features=false } -pallet-vesting ={ version="29.0.0", default-features=false } +pallet-authority-discovery = { version = "29.0.1", default-features = false } +pallet-authorship = { version = "29.0.0", default-features = false } +pallet-babe = { version = "29.0.0", default-features = false } +pallet-bags-list = { version = "28.0.0", default-features = false } +pallet-balances = { version = "29.0.2", default-features = false } +pallet-bounties = { version = "28.0.0", default-features = false } +pallet-collective = { version = "29.0.0", default-features = false } +pallet-democracy = { version = "29.0.0", default-features = false } +pallet-election-provider-multi-phase = { version = "28.0.0", default-features = false } +pallet-election-provider-support-benchmarking= { version = "28.0.0", default-features = false, optional = true } +pallet-elections-phragmen = { version = "30.0.0", default-features = false } +pallet-grandpa = { version = "29.0.0", default-features = false } +pallet-identity = { version = "29.0.1", default-features = false } +pallet-im-online = { version = "28.0.0", default-features = false } +pallet-indices = { version = "29.0.0", default-features = false } +pallet-membership = { version = "29.0.0", default-features = false } +pallet-multisig = { version = "29.0.0", default-features = false } +pallet-nomination-pools = { version = "26.0.1", default-features = false } +pallet-nomination-pools-benchmarking = { version = "27.0.0", default-features = false, optional = true } +pallet-offences = { version = "28.0.0", default-features = false } +pallet-offences-benchmarking = { version = "29.0.0", default-features = false, optional = true } +pallet-preimage = { version = "29.0.0", default-features = false } +pallet-proxy = { version = "29.0.0", default-features = false } +pallet-recovery = { version = "29.0.0", default-features = false } +pallet-scheduler = { version = "30.0.0", default-features = false } +pallet-session-benchmarking = { version = "29.0.0", default-features = false, optional = true } +pallet-session = { version = "29.0.0", default-features = false, features = ["historical"] } +pallet-staking = { version = "29.0.3", default-features = false } +pallet-staking-reward-curve = { version = "11.0.0", default-features = false } +pallet-sudo = { version = "29.0.0", default-features = false, optional = true } +pallet-timestamp = { version = "28.0.0", default-features = false } +pallet-tips = { version = "28.0.0", default-features = false } +pallet-transaction-payment = { version = "29.0.2", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { version = "29.0.0", default-features = false } +pallet-transaction-storage = { version = "28.0.0", default-features = false } +pallet-treasury = { version = "28.0.1", default-features = false } +pallet-utility = { version = "29.0.0", default-features = false } +pallet-vesting = { version = "29.0.0", default-features = false } # Entropy Pallets pallet-programs ={ version='0.3.0-rc.1', path='../pallets/programs', default-features=false } @@ -110,7 +110,7 @@ entropy-shared={ version="0.3.0-rc.1", path="../crates/shared", default-features ] } [build-dependencies] -substrate-wasm-builder={ version="18.0.0", optional=true } +substrate-wasm-builder= { version = "18.0.1", optional = true } [features] default=["std"]