From 1849c018dd9b08883c0735c34327fd35753d6470 Mon Sep 17 00:00:00 2001 From: bgallois <benjamin@gallois.cc> Date: Wed, 9 Apr 2025 11:12:18 +0200 Subject: [PATCH 1/5] update external repositories --- Cargo.lock | 9736 ++++++++++-------------------------- Cargo.toml | 170 +- distance-oracle/Cargo.toml | 1 - end2end-tests/Cargo.toml | 1 - live-tests/Cargo.toml | 1 - 5 files changed, 2786 insertions(+), 7123 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92c7b383b..8a1f8cd15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,10 +78,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom", + "getrandom 0.2.15", "once_cell", "version_check", - "zerocopy", + "zerocopy 0.7.35", ] [[package]] @@ -95,68 +95,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" - -[[package]] -name = "alloy-primitives" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0628ec0ba5b98b3370bb6be17b12f23bfce8ee4ad83823325a20546d9b03b78" -dependencies = [ - "alloy-rlp", - "bytes", - "cfg-if", - "const-hex", - "derive_more 0.99.18", - "hex-literal", - "itoa", - "proptest", - "rand", - "ruint", - "serde", - "tiny-keccak", -] - -[[package]] -name = "alloy-rlp" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0822426598f95e45dd1ea32a738dac057529a709ee645fcc516ffa4cbde08f" -dependencies = [ - "arrayvec 0.7.6", - "bytes", -] - -[[package]] -name = "alloy-sol-macro" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a98ad1696a2e17f010ae8e43e9f2a1e930ed176a8e3ff77acfeff6dfb07b42c" -dependencies = [ - "const-hex", - "dunce", - "heck 0.4.1", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.87", - "syn-solidity", - "tiny-keccak", -] - -[[package]] -name = "alloy-sol-types" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98d7107bed88e8f09f0ddcc3335622d87bfb6821f3e0c7473329fb1cfad5e015" -dependencies = [ - "alloy-primitives", - "alloy-sol-macro", - "const-hex", - "serde", -] +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "android-tzdata" @@ -214,19 +155,20 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "3.0.6" +version = "3.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" +checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" dependencies = [ "anstyle", + "once_cell", "windows-sys 0.59.0", ] [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "approx" @@ -248,7 +190,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -262,18 +204,6 @@ dependencies = [ "ark-std 0.4.0", ] -[[package]] -name = "ark-bls12-377-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" -dependencies = [ - "ark-bls12-377", - "ark-ec 0.4.2", - "ark-models-ext", - "ark-std 0.4.0", -] - [[package]] name = "ark-bls12-381" version = "0.4.0" @@ -287,42 +217,15 @@ dependencies = [ ] [[package]] -name = "ark-bls12-381-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" -dependencies = [ - "ark-bls12-381", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-models-ext", - "ark-serialize 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-bw6-761" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" -dependencies = [ - "ark-bls12-377", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-bw6-761-ext" -version = "0.4.1" +name = "ark-bls12-381" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" +checksum = "3df4dcc01ff89867cd86b0da835f23c3f02738353aaee7dde7495af71363b8d5" dependencies = [ - "ark-bw6-761", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-models-ext", - "ark-std 0.4.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", ] [[package]] @@ -339,7 +242,6 @@ dependencies = [ "hashbrown 0.13.2", "itertools 0.10.5", "num-traits 0.2.19", - "rayon", "zeroize", ] @@ -356,7 +258,7 @@ dependencies = [ "ark-std 0.5.0", "educe", "fnv", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "itertools 0.13.0", "num-bigint", "num-integer", @@ -364,72 +266,16 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ark-ed-on-bls12-377" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" -dependencies = [ - "ark-bls12-377", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-ed-on-bls12-377-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" -dependencies = [ - "ark-ec 0.4.2", - "ark-ed-on-bls12-377", - "ark-ff 0.4.2", - "ark-models-ext", - "ark-std 0.4.0", -] - [[package]] name = "ark-ed-on-bls12-381-bandersnatch" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" -dependencies = [ - "ark-bls12-381", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-ed-on-bls12-381-bandersnatch-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" -dependencies = [ - "ark-ec 0.4.2", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff 0.4.2", - "ark-models-ext", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-ff" -version = "0.3.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6" +checksum = "1786b2e3832f6f0f7c8d62d5d5a282f6952a1ab99981c54cd52b6ac1d8f02df5" dependencies = [ - "ark-ff-asm 0.3.0", - "ark-ff-macros 0.3.0", - "ark-serialize 0.3.0", - "ark-std 0.3.0", - "derivative", - "num-bigint", - "num-traits 0.2.19", - "paste", - "rustc_version 0.3.3", - "zeroize", + "ark-bls12-381 0.5.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-std 0.5.0", ] [[package]] @@ -448,7 +294,7 @@ dependencies = [ "num-bigint", "num-traits 0.2.19", "paste", - "rustc_version 0.4.1", + "rustc_version", "zeroize", ] @@ -472,16 +318,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ark-ff-asm" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44" -dependencies = [ - "quote", - "syn 1.0.109", -] - [[package]] name = "ark-ff-asm" version = "0.4.2" @@ -499,19 +335,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" dependencies = [ "quote", - "syn 2.0.87", -] - -[[package]] -name = "ark-ff-macros" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20" -dependencies = [ - "num-bigint", - "num-traits 0.2.19", - "quote", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] @@ -537,20 +361,7 @@ dependencies = [ "num-traits 0.2.19", "proc-macro2", "quote", - "syn 2.0.87", -] - -[[package]] -name = "ark-models-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "derivative", + "syn 2.0.100", ] [[package]] @@ -578,46 +389,7 @@ dependencies = [ "ark-std 0.5.0", "educe", "fnv", - "hashbrown 0.15.1", -] - -[[package]] -name = "ark-scale" -version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "parity-scale-codec", - "scale-info", -] - -[[package]] -name = "ark-secret-scalar" -version = "0.0.2" -source = "git+https://github.com/duniter/ring-vrf#93af77b15de3bb34f1c46913599f4f4c4faa3215" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "ark-transcript", - "digest 0.10.7", - "getrandom_or_panic", - "zeroize", -] - -[[package]] -name = "ark-serialize" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671" -dependencies = [ - "ark-std 0.3.0", - "digest 0.9.0", + "hashbrown 0.15.2", ] [[package]] @@ -664,17 +436,7 @@ checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", -] - -[[package]] -name = "ark-std" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" -dependencies = [ - "num-traits 0.2.19", - "rand", + "syn 2.0.100", ] [[package]] @@ -684,8 +446,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits 0.2.19", - "rand", - "rayon", + "rand 0.8.5", ] [[package]] @@ -695,22 +456,42 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" dependencies = [ "num-traits 0.2.19", - "rand", + "rand 0.8.5", ] [[package]] name = "ark-transcript" -version = "0.0.2" -source = "git+https://github.com/duniter/ring-vrf#93af77b15de3bb34f1c46913599f4f4c4faa3215" +version = "0.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47c1c928edb9d8ff24cb5dcb7651d3a98494fff3099eee95c2404cd813a9139f" dependencies = [ - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", "digest 0.10.7", - "rand_core", + "rand_core 0.6.4", "sha3", ] +[[package]] +name = "ark-vrf" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9501da18569b2afe0eb934fb7afd5a247d238b94116155af4dd068f319adfe6d" +dependencies = [ + "ark-bls12-381 0.5.0", + "ark-ec 0.5.0", + "ark-ed-on-bls12-381-bandersnatch", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "digest 0.10.7", + "rand_chacha 0.3.1", + "sha2 0.10.8", + "w3f-ring-proof", + "zeroize", +] + [[package]] name = "array-bytes" version = "6.2.3" @@ -738,20 +519,14 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" -[[package]] -name = "ascii" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e" - [[package]] name = "asn1-rs" -version = "0.5.2" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" +checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" dependencies = [ - "asn1-rs-derive 0.4.0", - "asn1-rs-impl 0.1.0", + "asn1-rs-derive 0.5.1", + "asn1-rs-impl", "displaydoc", "nom", "num-traits 0.2.19", @@ -762,64 +537,53 @@ dependencies = [ [[package]] name = "asn1-rs" -version = "0.6.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" +checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" dependencies = [ - "asn1-rs-derive 0.5.1", - "asn1-rs-impl 0.2.0", + "asn1-rs-derive 0.6.0", + "asn1-rs-impl", "displaydoc", "nom", "num-traits 0.2.19", "rusticata-macros", - "thiserror 1.0.69", + "thiserror 2.0.12", "time", ] [[package]] name = "asn1-rs-derive" -version = "0.4.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" +checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", - "synstructure 0.12.6", + "syn 2.0.100", + "synstructure 0.13.1", ] [[package]] name = "asn1-rs-derive" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" +checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", "synstructure 0.13.1", ] [[package]] name = "asn1-rs-impl" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" +checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", -] - -[[package]] -name = "asn1-rs-impl" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -828,58 +592,6 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" -[[package]] -name = "asset-test-utils" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "frame-support", - "frame-system", - "pallet-assets", - "pallet-balances", - "pallet-collator-selection", - "pallet-session", - "pallet-timestamp", - "pallet-xcm", - "pallet-xcm-bridge-hub-router", - "parachains-common", - "parachains-runtimes-test-utils", - "parity-scale-codec", - "sp-io", - "sp-runtime", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "substrate-wasm-builder", -] - -[[package]] -name = "assets-common" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "impl-trait-for-tuples", - "log", - "pallet-asset-conversion", - "pallet-assets", - "pallet-xcm", - "parachains-common", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "substrate-wasm-builder", -] - [[package]] name = "async-channel" version = "1.9.0" @@ -940,7 +652,7 @@ dependencies = [ "futures-lite", "parking", "polling", - "rustix 0.38.40", + "rustix 0.38.44", "slab", "tracing", "windows-sys 0.59.0", @@ -952,7 +664,7 @@ version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ - "event-listener 5.3.1", + "event-listener 5.4.0", "event-listener-strategy", "pin-project-lite", ] @@ -981,9 +693,9 @@ dependencies = [ "async-task", "blocking", "cfg-if", - "event-listener 5.3.1", + "event-listener 5.4.0", "futures-lite", - "rustix 0.38.40", + "rustix 0.38.44", "tracing", ] @@ -999,7 +711,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 0.38.40", + "rustix 0.38.44", "signal-hook-registry", "slab", "windows-sys 0.59.0", @@ -1013,13 +725,13 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.83" +version = "0.1.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -1035,6 +747,19 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "asynchronous-codec" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233" +dependencies = [ + "bytes", + "futures-sink", + "futures-util", + "memchr", + "pin-project-lite", +] + [[package]] name = "atomic-take" version = "1.1.0" @@ -1058,17 +783,6 @@ dependencies = [ "url", ] -[[package]] -name = "auto_impl" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.87", -] - [[package]] name = "autocfg" version = "1.4.0" @@ -1085,32 +799,11 @@ dependencies = [ "cfg-if", "libc", "miniz_oxide", - "object 0.36.5", + "object 0.36.7", "rustc-demangle", "windows-targets 0.52.6", ] -[[package]] -name = "bandersnatch_vrfs" -version = "0.0.4" -source = "git+https://github.com/duniter/ring-vrf#93af77b15de3bb34f1c46913599f4f4c4faa3215" -dependencies = [ - "ark-bls12-381", - "ark-ec 0.4.2", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "dleq_vrf", - "rand_chacha", - "rand_core", - "ring 0.1.0", - "sha2 0.10.8", - "sp-ark-bls12-381", - "sp-ark-ed-on-bls12-381-bandersnatch", - "zeroize", -] - [[package]] name = "base-x" version = "0.2.11" @@ -1149,23 +842,14 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" - -[[package]] -name = "beef" -version = "0.5.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" -dependencies = [ - "serde", -] +checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" [[package]] name = "binary-merkle-tree" -version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "16.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "hash-db", "log", @@ -1190,7 +874,7 @@ dependencies = [ "bs58", "hmac 0.12.1", "k256", - "rand_core", + "rand_core 0.6.4", "ripemd", "secp256k1 0.27.0", "sha2 0.10.8", @@ -1204,25 +888,25 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387" dependencies = [ - "bitcoin_hashes", + "bitcoin_hashes 0.13.0", "serde", "unicode-normalization", ] [[package]] name = "bit-set" -version = "0.5.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ "bit-vec", ] [[package]] name = "bit-vec" -version = "0.6.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitcoin-internals" @@ -1230,6 +914,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" +[[package]] +name = "bitcoin-io" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" + [[package]] name = "bitcoin_hashes" version = "0.13.0" @@ -1237,7 +927,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" dependencies = [ "bitcoin-internals", - "hex-conservative", + "hex-conservative 0.1.2", +] + +[[package]] +name = "bitcoin_hashes" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" +dependencies = [ + "bitcoin-io", + "hex-conservative 0.2.1", ] [[package]] @@ -1248,9 +948,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.6.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" +checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" [[package]] name = "bitvec" @@ -1298,9 +998,9 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" +checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99" dependencies = [ "arrayref", "arrayvec 0.7.6", @@ -1309,9 +1009,9 @@ dependencies = [ [[package]] name = "blake2s_simd" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae" +checksum = "e90f7deecfac93095eb874a40febd69427776e24e1bd7f87f33ac62d6f0174df" dependencies = [ "arrayref", "arrayvec 0.7.6", @@ -1320,9 +1020,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.5.4" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" +checksum = "389a099b34312839e16420d499a9cad9650541715937ffbdd40d36f49e77eeb3" dependencies = [ "arrayref", "arrayvec 0.7.6", @@ -1364,9 +1064,9 @@ dependencies = [ [[package]] name = "bounded-collections" -version = "0.2.2" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d077619e9c237a5d1875166f5e8033e8f6bff0c96f8caf81e1c2d7738c431bf" +checksum = "64ad8a0bed7827f0b07a5d23cec2e58cc02038a99e4ca81616cb2bb2025f804d" dependencies = [ "log", "parity-scale-codec", @@ -1384,389 +1084,127 @@ dependencies = [ ] [[package]] -name = "bp-header-chain" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "bs58" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ - "bp-runtime", - "finality-grandpa", - "frame-support", - "parity-scale-codec", - "scale-info", - "serde", - "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sha2 0.10.8", + "tinyvec", ] [[package]] -name = "bp-messages" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "bstr" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" dependencies = [ - "bp-header-chain", - "bp-runtime", - "frame-support", - "parity-scale-codec", - "scale-info", + "memchr", "serde", - "sp-core", - "sp-io", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", ] [[package]] -name = "bp-parachains" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "build-helper" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f" dependencies = [ - "bp-header-chain", - "bp-polkadot-core", - "bp-runtime", - "frame-support", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "semver 0.6.0", ] [[package]] -name = "bp-polkadot" -version = "0.5.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bp-header-chain", - "bp-polkadot-core", - "bp-runtime", - "frame-support", - "sp-api", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] +name = "bumpalo" +version = "3.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" [[package]] -name = "bp-polkadot-core" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bp-messages", - "bp-runtime", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] +name = "byte-slice-cast" +version = "1.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d" [[package]] -name = "bp-relayers" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "byte-tools" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" + +[[package]] +name = "bytecount" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" + +[[package]] +name = "bytemuck" +version = "1.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" + +[[package]] +name = "byteorder" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + +[[package]] +name = "bytes" +version = "1.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" + +[[package]] +name = "c2-chacha" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d27dae93fe7b1e0424dc57179ac396908c26b035a87234809f5c4dfd1b47dc80" dependencies = [ - "bp-header-chain", - "bp-messages", - "bp-parachains", - "bp-runtime", - "frame-support", - "frame-system", - "pallet-utility", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "cipher 0.2.5", + "ppv-lite86", ] [[package]] -name = "bp-runtime" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "camino" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" dependencies = [ - "frame-support", - "frame-system", - "hash-db", - "impl-trait-for-tuples", - "log", - "num-traits 0.2.19", - "parity-scale-codec", - "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-trie", - "trie-db", ] [[package]] -name = "bp-test-utils" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "cargo-platform" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" dependencies = [ - "bp-header-chain", - "bp-parachains", - "bp-polkadot-core", - "bp-runtime", - "ed25519-dalek", - "finality-grandpa", - "parity-scale-codec", - "sp-application-crypto", - "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-trie", + "serde", ] [[package]] -name = "bp-xcm-bridge-hub" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "cargo_metadata" +version = "0.15.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ - "bp-messages", - "bp-runtime", - "frame-support", - "parity-scale-codec", - "scale-info", + "camino", + "cargo-platform", + "semver 1.0.26", "serde", - "sp-core", - "sp-io", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", + "serde_json", + "thiserror 1.0.69", ] [[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.6.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "cc" +version = "1.2.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c" dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", - "staging-xcm", -] - -[[package]] -name = "bridge-hub-common" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "pallet-message-queue", - "parity-scale-codec", - "scale-info", - "snowbridge-core", - "sp-core", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", -] - -[[package]] -name = "bridge-hub-test-utils" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "asset-test-utils", - "bp-header-chain", - "bp-messages", - "bp-parachains", - "bp-polkadot-core", - "bp-relayers", - "bp-runtime", - "bp-test-utils", - "bp-xcm-bridge-hub", - "bridge-runtime-common", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcmp-queue", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-balances", - "pallet-bridge-grandpa", - "pallet-bridge-messages", - "pallet-bridge-parachains", - "pallet-bridge-relayers", - "pallet-timestamp", - "pallet-utility", - "pallet-xcm", - "pallet-xcm-bridge-hub", - "parachains-common", - "parachains-runtimes-test-utils", - "parity-scale-codec", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - -[[package]] -name = "bridge-runtime-common" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bp-header-chain", - "bp-messages", - "bp-parachains", - "bp-polkadot-core", - "bp-relayers", - "bp-runtime", - "bp-xcm-bridge-hub", - "frame-support", - "frame-system", - "log", - "pallet-bridge-grandpa", - "pallet-bridge-messages", - "pallet-bridge-parachains", - "pallet-bridge-relayers", - "pallet-transaction-payment", - "pallet-utility", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-trie", - "sp-weights", - "staging-xcm", - "tuplex", -] - -[[package]] -name = "bs58" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" -dependencies = [ - "sha2 0.10.8", - "tinyvec", -] - -[[package]] -name = "bstr" -version = "1.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22" -dependencies = [ - "memchr", - "serde", -] - -[[package]] -name = "build-helper" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f" -dependencies = [ - "semver 0.6.0", -] - -[[package]] -name = "bumpalo" -version = "3.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" - -[[package]] -name = "byte-slice-cast" -version = "1.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" - -[[package]] -name = "byte-tools" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" - -[[package]] -name = "bytecount" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" - -[[package]] -name = "bytemuck" -version = "1.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" - -[[package]] -name = "byteorder" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" - -[[package]] -name = "bytes" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" - -[[package]] -name = "c2-chacha" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d27dae93fe7b1e0424dc57179ac396908c26b035a87234809f5c4dfd1b47dc80" -dependencies = [ - "cipher 0.2.5", - "ppv-lite86", -] - -[[package]] -name = "camino" -version = "1.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" -dependencies = [ - "serde", -] - -[[package]] -name = "cargo-platform" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" -dependencies = [ - "serde", -] - -[[package]] -name = "cargo_metadata" -version = "0.15.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" -dependencies = [ - "camino", - "cargo-platform", - "semver 1.0.23", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "cc" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" -dependencies = [ - "jobserver", - "libc", - "shlex", + "jobserver", + "libc", + "shlex", ] [[package]] @@ -1838,16 +1276,16 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits 0.2.19", "wasm-bindgen", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -1898,9 +1336,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.21" +version = "4.5.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" +checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944" dependencies = [ "clap_builder", "clap_derive", @@ -1908,58 +1346,58 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.21" +version = "4.5.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" +checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9" dependencies = [ "anstream", "anstyle", "clap_lex", - "strsim 0.11.1", + "strsim", "terminal_size", ] [[package]] name = "clap_complete" -version = "4.5.38" +version = "4.5.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01" +checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6" dependencies = [ "clap", ] [[package]] name = "clap_derive" -version = "4.5.18" +version = "4.5.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" +checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "clap_lex" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "cmake" -version = "0.1.51" +version = "0.1.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" +checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" dependencies = [ "cc", ] [[package]] name = "coarsetime" -version = "0.1.35" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4252bf230cb600c19826a575b31c8c9c84c6f11acfab6dfcad2e941b10b6f8e2" +checksum = "91849686042de1b41cd81490edc83afbcb0abe5a9b6f2c4114f23ce8cca1bcf4" dependencies = [ "libc", "wasix", @@ -1968,12 +1406,13 @@ dependencies = [ [[package]] name = "codespan-reporting" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" +checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" dependencies = [ + "serde", "termcolor", - "unicode-width 0.1.14", + "unicode-width", ] [[package]] @@ -1982,19 +1421,6 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" -[[package]] -name = "combine" -version = "3.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680" -dependencies = [ - "ascii", - "byteorder", - "either", - "memchr", - "unreachable", -] - [[package]] name = "combine" version = "4.6.7" @@ -2007,29 +1433,12 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.2" +version = "7.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0d05af1e006a2407bedef5af410552494ce5be9090444dbbcb57258c1af3d56" -dependencies = [ - "strum 0.26.3", - "strum_macros 0.26.4", - "unicode-width 0.2.0", -] - -[[package]] -name = "common" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" +checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a" dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "fflonk", - "getrandom_or_panic", - "merlin", - "rand_chacha", + "unicode-segmentation", + "unicode-width", ] [[package]] @@ -2053,9 +1462,9 @@ dependencies = [ "pallet-distance", "pallet-duniter-account", "pallet-duniter-wot", - "pallet-identity 1.0.0", - "pallet-membership 1.0.0", - "pallet-offences 1.0.0", + "pallet-identity", + "pallet-membership", + "pallet-offences", "pallet-provide-randomness", "pallet-quota", "pallet-session", @@ -2088,22 +1497,22 @@ dependencies = [ [[package]] name = "console" -version = "0.15.8" +version = "0.15.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" dependencies = [ "encode_unicode", - "lazy_static", "libc", - "unicode-width 0.1.14", - "windows-sys 0.52.0", + "once_cell", + "unicode-width", + "windows-sys 0.59.0", ] [[package]] name = "const-hex" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0121754e84117e65f9d90648ee6aa4882a6e63110307ab73967a4c5e7e69e586" +checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" dependencies = [ "cfg-if", "cpufeatures", @@ -2133,11 +1542,31 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom", + "getrandom 0.2.15", "once_cell", "tiny-keccak", ] +[[package]] +name = "const_format" +version = "0.2.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd" +dependencies = [ + "const_format_proc_macros", +] + +[[package]] +name = "const_format_proc_macros" +version = "0.2.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", +] + [[package]] name = "constant_time_eq" version = "0.1.5" @@ -2150,12 +1579,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" -[[package]] -name = "constcat" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" - [[package]] name = "convert_case" version = "0.4.0" @@ -2226,9 +1649,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.15" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" dependencies = [ "libc", ] @@ -2342,18 +1765,18 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-deque" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" dependencies = [ "crossbeam-epoch", "crossbeam-utils", @@ -2370,24 +1793,24 @@ dependencies = [ [[package]] name = "crossbeam-queue" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" +checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-utils" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" +checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" [[package]] name = "crypto-bigint" @@ -2396,7 +1819,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array 0.14.7", - "rand_core", + "rand_core 0.6.4", "subtle 2.6.1", "zeroize", ] @@ -2408,7 +1831,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array 0.14.7", - "rand_core", + "rand_core 0.6.4", "typenum", ] @@ -2432,6 +1855,21 @@ dependencies = [ "subtle 2.6.1", ] +[[package]] +name = "crypto_secretbox" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1" +dependencies = [ + "aead", + "cipher 0.4.4", + "generic-array 0.14.7", + "poly1305", + "salsa20", + "subtle 2.6.1", + "zeroize", +] + [[package]] name = "ctr" version = "0.9.2" @@ -2443,9 +1881,9 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.4.5" +version = "3.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" +checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c" dependencies = [ "nix 0.29.0", "windows-sys 0.59.0", @@ -2463,7 +1901,7 @@ dependencies = [ "console", "cucumber-codegen", "cucumber-expressions", - "derive_more 0.99.18", + "derive_more 0.99.19", "drain_filter_polyfill", "either", "futures 0.3.31", @@ -2493,7 +1931,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.87", + "syn 2.0.100", "synthez", ] @@ -2503,7 +1941,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d794fed319eea24246fb5f57632f7ae38d61195817b7eb659455aa5bdd7c1810" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.19", "either", "nom", "nom_locate", @@ -2513,8 +1951,8 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.16.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2523,211 +1961,36 @@ dependencies = [ "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", - "sp-api", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-trie", + "sp-storage", "tracing", ] [[package]] -name = "cumulus-pallet-aura-ext" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "cumulus-primitives-core" +version = "0.18.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "cumulus-pallet-parachain-system", - "frame-support", - "frame-system", - "pallet-aura", - "pallet-timestamp", "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", "scale-info", - "sp-application-crypto", - "sp-consensus-aura", + "sp-api", "sp-runtime", + "sp-trie", + "staging-xcm", ] [[package]] -name = "cumulus-pallet-dmp-queue" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "cumulus-primitives-parachain-inherent" +version = "0.18.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", -] - -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-proof-size-hostfunction", - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-message-queue", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-trie", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "trie-db", -] - -[[package]] -name = "cumulus-pallet-parachain-system-proc-macro" -version = "0.6.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.87", -] - -[[package]] -name = "cumulus-pallet-session-benchmarking" -version = "9.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", - "parity-scale-codec", - "sp-runtime", -] - -[[package]] -name = "cumulus-pallet-solo-to-para" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-pallet-parachain-system", - "frame-support", - "frame-system", - "pallet-sudo", - "parity-scale-codec", - "polkadot-primitives", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "cumulus-pallet-xcm" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", -] - -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bounded-collections", - "bp-xcm-bridge-hub-router", - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-message-queue", - "parity-scale-codec", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - -[[package]] -name = "cumulus-ping" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-pallet-xcm", - "cumulus-primitives-core", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "staging-xcm", -] - -[[package]] -name = "cumulus-primitives-aura" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "sp-api", - "sp-consensus-aura", -] - -[[package]] -name = "cumulus-primitives-core" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "scale-info", - "sp-api", - "sp-runtime", - "sp-trie", - "staging-xcm", -] - -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "async-trait", + "async-trait", "cumulus-primitives-core", "parity-scale-codec", "scale-info", @@ -2738,67 +2001,23 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.12.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-externalities", + "sp-runtime-interface", "sp-trie", ] -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-primitives-core", - "cumulus-primitives-proof-size-hostfunction", - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "cumulus-primitives-timestamp" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-primitives-core", - "sp-inherents", - "sp-timestamp", -] - -[[package]] -name = "cumulus-primitives-utility" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "log", - "pallet-asset-conversion", - "parity-scale-codec", - "polkadot-runtime-common", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - [[package]] name = "cumulus-relay-chain-interface" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.22.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "cumulus-primitives-core", "futures 0.3.31", - "jsonrpsee-core 0.24.7", + "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", @@ -2811,8 +2030,8 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.19.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2833,7 +2052,7 @@ dependencies = [ "curve25519-dalek-derive", "digest 0.10.7", "fiat-crypto", - "rustc_version 0.4.1", + "rustc_version", "subtle 2.6.1", "zeroize", ] @@ -2846,121 +2065,101 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "cxx" -version = "1.0.130" +version = "1.0.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23c042a0ba58aaff55299632834d1ea53ceff73d62373f62c9ae60890ad1b942" +checksum = "aa3a202fc4f3dd6d2ce5a2f87b04fb2becc00f5643ee9c4743ba10777efb314f" dependencies = [ "cc", + "cxxbridge-cmd", "cxxbridge-flags", "cxxbridge-macro", + "foldhash", "link-cplusplus", ] [[package]] name = "cxx-build" -version = "1.0.130" +version = "1.0.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45dc1c88d0fdac57518a9b1f6c4f4fb2aca8f3c30c0d03d7d8518b47ca0bcea6" +checksum = "644bdf46f34f6325783f76a8ad8e737ab995a302d7868b5236a1ba55008883e0" dependencies = [ "cc", "codespan-reporting", "proc-macro2", "quote", "scratch", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] -name = "cxxbridge-flags" -version = "1.0.130" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa7ed7d30b289e2592cc55bc2ccd89803a63c913e008e6eb59f06cddf45bb52f" - -[[package]] -name = "cxxbridge-macro" -version = "1.0.130" +name = "cxxbridge-cmd" +version = "1.0.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b8c465d22de46b851c04630a5fc749a26005b263632ed2e0d9cc81518ead78d" +checksum = "8e8cefbebcb74ed0b4a08b76139e6c29d8884a0bb94d02c6f35de821a14a6e39" dependencies = [ + "clap", + "codespan-reporting", "proc-macro2", "quote", - "rustversion", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] -name = "darling" -version = "0.14.4" +name = "cxxbridge-flags" +version = "1.0.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" -dependencies = [ - "darling_core 0.14.4", - "darling_macro 0.14.4", -] +checksum = "604e3eff62e2f27289d618f621491a068330c3c9f8eb06555dabc292c123596e" [[package]] -name = "darling" -version = "0.20.10" +name = "cxxbridge-macro" +version = "1.0.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" +checksum = "130c3a05501d9c15dedbf08f2ff9af60f8e78422e3dffac1f43e2d83c5b489a1" dependencies = [ - "darling_core 0.20.10", - "darling_macro 0.20.10", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.100", ] [[package]] -name = "darling_core" -version = "0.14.4" +name = "darling" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" +checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim 0.10.0", - "syn 1.0.109", + "darling_core", + "darling_macro", ] [[package]] name = "darling_core" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" +checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" dependencies = [ "fnv", "ident_case", "proc-macro2", "quote", - "strsim 0.11.1", - "syn 2.0.87", -] - -[[package]] -name = "darling_macro" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" -dependencies = [ - "darling_core 0.14.4", - "quote", - "syn 1.0.109", + "strsim", + "syn 2.0.100", ] [[package]] name = "darling_macro" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" +checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ - "darling_core 0.20.10", + "darling_core", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -2978,15 +2177,15 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.6.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" +checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" [[package]] name = "data-encoding-macro" -version = "0.1.15" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" +checksum = "9f9724adfcf41f45bf652b3995837669d73c4d49a1b5ac1ff82905ac7d9b5558" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -2994,12 +2193,12 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.13" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" +checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] @@ -3028,11 +2227,11 @@ dependencies = [ [[package]] name = "der-parser" -version = "8.2.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" +checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" dependencies = [ - "asn1-rs 0.5.2", + "asn1-rs 0.6.2", "displaydoc", "nom", "num-bigint", @@ -3042,11 +2241,11 @@ dependencies = [ [[package]] name = "der-parser" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" +checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs 0.7.1", "displaydoc", "nom", "num-bigint", @@ -3056,9 +2255,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.3.11" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" +checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" dependencies = [ "powerfmt", ] @@ -3082,7 +2281,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -3093,20 +2292,20 @@ checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "derive_more" -version = "0.99.18" +version = "0.99.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" +checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f" dependencies = [ "convert_case 0.4.0", "proc-macro2", "quote", - "rustc_version 0.4.1", - "syn 2.0.87", + "rustc_version", + "syn 2.0.100", ] [[package]] @@ -3126,16 +2325,10 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", "unicode-xid", ] -[[package]] -name = "difflib" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" - [[package]] name = "digest" version = "0.8.1" @@ -3185,6 +2378,15 @@ dependencies = [ "dirs-sys-next", ] +[[package]] +name = "dirs" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +dependencies = [ + "dirs-sys", +] + [[package]] name = "dirs-sys" version = "0.4.1" @@ -3216,7 +2418,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -3235,26 +2437,10 @@ dependencies = [ "sp-core", "sp-distance", "sp-runtime", - "subxt 0.38.0", + "subxt 0.41.0", "tokio", ] -[[package]] -name = "dleq_vrf" -version = "0.0.2" -source = "git+https://github.com/duniter/ring-vrf#93af77b15de3bb34f1c46913599f4f4c4faa3215" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-scale", - "ark-secret-scalar", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "ark-transcript", - "arrayvec 0.7.6", - "zeroize", -] - [[package]] name = "docify" version = "0.2.9" @@ -3276,9 +2462,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.87", + "syn 2.0.100", "termcolor", - "toml 0.8.19", + "toml 0.8.20", "walkdir", ] @@ -3302,9 +2488,9 @@ checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408" [[package]] name = "dtoa" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" +checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" [[package]] name = "dubp-wot" @@ -3319,12 +2505,6 @@ dependencies = [ "serde", ] -[[package]] -name = "dunce" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - [[package]] name = "duniter" version = "0.8.0" @@ -3349,7 +2529,7 @@ dependencies = [ "gdev-runtime", "gtest-runtime", "hex", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "memmap2 0.9.5", "num-format", @@ -3406,7 +2586,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-storage", "sp-timestamp", "sp-transaction-pool", "sp-transaction-storage-proof", @@ -3425,7 +2605,7 @@ dependencies = [ "ctrlc", "cucumber", "distance-oracle", - "env_logger 0.11.5", + "env_logger 0.11.8", "hex", "notify", "notify-debouncer-mini", @@ -3435,7 +2615,7 @@ dependencies = [ "sp-core", "sp-keyring", "sp-runtime", - "subxt 0.38.0", + "subxt 0.41.0", "tokio", ] @@ -3448,7 +2628,7 @@ dependencies = [ "parity-scale-codec", "sp-core", "sp-runtime", - "subxt 0.38.0", + "subxt 0.41.0", "tokio", ] @@ -3458,9 +2638,9 @@ version = "1.0.0" [[package]] name = "dyn-clonable" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" +checksum = "a36efbb9bfd58e1723780aa04b61aba95ace6a05d9ffabfdb0b43672552f0805" dependencies = [ "dyn-clonable-impl", "dyn-clone", @@ -3468,20 +2648,20 @@ dependencies = [ [[package]] name = "dyn-clonable-impl" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" +checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] name = "dyn-clone" -version = "1.0.17" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" +checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" [[package]] name = "ecdsa" @@ -3516,7 +2696,7 @@ checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek", "ed25519", - "rand_core", + "rand_core 0.6.4", "serde", "sha2 0.10.8", "subtle 2.6.1", @@ -3533,7 +2713,7 @@ dependencies = [ "ed25519", "hashbrown 0.14.5", "hex", - "rand_core", + "rand_core 0.6.4", "sha2 0.10.8", "zeroize", ] @@ -3547,14 +2727,14 @@ dependencies = [ "enum-ordinalize", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "either" -version = "1.13.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "elliptic-curve" @@ -3569,7 +2749,7 @@ dependencies = [ "generic-array 0.14.7", "group", "pkcs8", - "rand_core", + "rand_core 0.6.4", "sec1", "serdect", "subtle 2.6.1", @@ -3578,32 +2758,20 @@ dependencies = [ [[package]] name = "encode_unicode" -version = "0.3.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" +checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "enum-as-inner" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "enum-as-inner" -version = "0.6.1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -3623,45 +2791,14 @@ checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", -] - -[[package]] -name = "enumflags2" -version = "0.7.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" -dependencies = [ - "enumflags2_derive", -] - -[[package]] -name = "enumflags2_derive" -version = "0.7.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.87", -] - -[[package]] -name = "enumn" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "env_filter" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" +checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" dependencies = [ "log", ] @@ -3681,9 +2818,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.5" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" +checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" dependencies = [ "env_filter", "log", @@ -3697,82 +2834,18 @@ checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] name = "equivalent" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" -version = "0.3.9" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" dependencies = [ "libc", - "windows-sys 0.52.0", -] - -[[package]] -name = "ethabi-decode" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d398648d65820a727d6a81e58b962f874473396a047e4c30bafe3240953417" -dependencies = [ - "ethereum-types 0.14.1", - "tiny-keccak", -] - -[[package]] -name = "ethbloom" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" -dependencies = [ - "crunchy", - "fixed-hash", - "tiny-keccak", -] - -[[package]] -name = "ethbloom" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c321610643004cf908ec0f5f2aa0d8f1f8e14b540562a2887a1111ff1ecbf7b" -dependencies = [ - "crunchy", - "fixed-hash", - "impl-codec 0.7.0", - "impl-rlp", - "impl-serde 0.5.0", - "scale-info", - "tiny-keccak", -] - -[[package]] -name = "ethereum-types" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" -dependencies = [ - "ethbloom 0.13.0", - "fixed-hash", - "primitive-types 0.12.2", - "uint 0.9.5", -] - -[[package]] -name = "ethereum-types" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ab15ed80916029f878e0267c3a9f92b67df55e79af370bf66199059ae2b4ee3" -dependencies = [ - "ethbloom 0.14.1", - "fixed-hash", - "impl-codec 0.7.0", - "impl-rlp", - "impl-serde 0.5.0", - "primitive-types 0.13.1", - "scale-info", - "uint 0.10.0", + "windows-sys 0.59.0", ] [[package]] @@ -3783,19 +2856,9 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "event-listener" -version = "4.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" -dependencies = [ - "concurrent-queue", - "pin-project-lite", -] - -[[package]] -name = "event-listener" -version = "5.3.1" +version = "5.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" +checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" dependencies = [ "concurrent-queue", "parking", @@ -3804,11 +2867,11 @@ dependencies = [ [[package]] name = "event-listener-strategy" -version = "0.5.2" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" +checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" dependencies = [ - "event-listener 5.3.1", + "event-listener 5.4.0", "pin-project-lite", ] @@ -3833,7 +2896,7 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -3850,9 +2913,9 @@ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" [[package]] name = "fancy-regex" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2" +checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" dependencies = [ "bit-set", "regex-automata 0.4.9", @@ -3861,20 +2924,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" - -[[package]] -name = "fastrlp" -version = "0.3.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418" -dependencies = [ - "arrayvec 0.7.6", - "auto_impl", - "bytes", -] +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fatality" @@ -3893,11 +2945,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.6.0", - "proc-macro-crate 3.2.0", + "indexmap 2.9.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -3912,27 +2964,14 @@ dependencies = [ [[package]] name = "ff" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" dependencies = [ - "rand_core", + "rand_core 0.6.4", "subtle 2.6.1", ] -[[package]] -name = "fflonk" -version = "0.1.1" -source = "git+https://github.com/w3f/fflonk#eda051ea3b80042e844a3ebd17c2f60536e6ee3f" -dependencies = [ - "ark-ec 0.5.0", - "ark-ff 0.5.0", - "ark-poly 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "merlin", -] - [[package]] name = "fiat-crypto" version = "0.2.9" @@ -3973,9 +3012,9 @@ dependencies = [ [[package]] name = "finality-grandpa" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3" +checksum = "b4f8f43dc520133541781ec03a8cab158ae8b7f7169cdf22e9050aa6cf0fbdfc" dependencies = [ "either", "futures 0.3.31", @@ -3987,16 +3026,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "finito" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2384245d85162258a14b43567a9ee3598f5ae746a1581fb5d3d2cb780f0dbf95" -dependencies = [ - "futures-timer", - "pin-project", -] - [[package]] name = "fixed-hash" version = "0.8.0" @@ -4004,7 +3033,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", "rustc-hex", "static_assertions", ] @@ -4015,26 +3044,23 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" +[[package]] +name = "fixedbitset" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" + [[package]] name = "flate2" -version = "1.0.35" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" +checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" dependencies = [ "crc32fast", "libz-sys", "miniz_oxide", ] -[[package]] -name = "float-cmp" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" -dependencies = [ - "num-traits 0.2.19", -] - [[package]] name = "fnv" version = "1.0.7" @@ -4043,14 +3069,14 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "fork-tree" -version = "12.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "13.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", ] @@ -4076,14 +3102,14 @@ dependencies = [ [[package]] name = "fragile" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" +checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "frame-support", "frame-support-procedural", @@ -4099,15 +3125,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-runtime-interface", + "sp-storage", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "32.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "47.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "Inflector", "array-bytes", @@ -4121,14 +3147,13 @@ dependencies = [ "frame-system", "gethostname", "handlebars", - "hex", "itertools 0.11.0", "linked-hash-map", "log", "parity-scale-codec", "polkadot-parachain-primitives", "polkadot-primitives", - "rand", + "rand 0.8.5", "rand_pcg", "sc-block-builder", "sc-chain-spec", @@ -4136,7 +3161,7 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-executor", - "sc-executor-common", + "sc-runtime-utilities", "sc-service", "sc-sysinfo", "serde", @@ -4145,46 +3170,31 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-externalities", "sp-genesis-builder", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-storage", "sp-timestamp", "sp-transaction-pool", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "subxt 0.37.0", + "sp-wasm-interface", + "subxt 0.38.1", "subxt-signer", "thiserror 1.0.69", "thousands", ] -[[package]] -name = "frame-benchmarking-pallet-pov" -version = "18.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", -] - [[package]] name = "frame-decode" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d3379df61ff3dd871e2dde7d1bcdc0263e613c21c7579b149fd4f0ad9b1dc2" +checksum = "6027a409bac4fe95b4d107f965fcdbc252fc89d884a360d076b3070b6128c094" dependencies = [ "frame-metadata 17.0.0", "parity-scale-codec", @@ -4195,36 +3205,23 @@ dependencies = [ ] [[package]] -name = "frame-election-provider-solution-type" -version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.87", -] - -[[package]] -name = "frame-election-provider-support" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "frame-decode" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50c554ce2394e2c04426a070b4cb133c72f6f14c86b665f4e13094addd8e8958" dependencies = [ - "frame-election-provider-solution-type", - "frame-support", - "frame-system", + "frame-metadata 20.0.0", "parity-scale-codec", + "scale-decode 0.16.0", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-npos-elections", - "sp-runtime", + "scale-type-resolver 0.2.0", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-executive" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "aquamarine", "frame-support", @@ -4236,7 +3233,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-tracing", ] [[package]] @@ -4276,9 +3273,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "18.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daaf440c68eb2c3d88e5760fe8c7af3f9fee9181fab6c2f2c4e7cc48dcc40bb8" +checksum = "26de808fa6461f2485dc51811aefed108850064994fb4a62b3ac21ffa62ac8df" dependencies = [ "cfg-if", "parity-scale-codec", @@ -4288,8 +3285,8 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.8.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "const-hex", @@ -4304,8 +3301,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "40.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "aquamarine", "array-bytes", @@ -4313,7 +3310,7 @@ dependencies = [ "bitflags 1.3.2", "docify", "environmental", - "frame-metadata 18.0.0", + "frame-metadata 20.0.0", "frame-support-procedural", "impl-trait-for-tuples", "k256", @@ -4324,12 +3321,11 @@ dependencies = [ "scale-info", "serde", "serde_json", - "smallvec", "sp-api", "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-debug-derive", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -4337,18 +3333,17 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-std", + "sp-tracing", "sp-trie", "sp-weights", - "static_assertions", "tt-call", ] [[package]] name = "frame-support-procedural" -version = "23.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "33.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "Inflector", "cfg-expr", @@ -4358,39 +3353,39 @@ dependencies = [ "frame-support-procedural-tools", "itertools 0.11.0", "macro_magic", - "proc-macro-warning 1.0.2", + "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "syn 2.0.87", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "syn 2.0.100", ] [[package]] name = "frame-support-procedural-tools" -version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "13.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "frame-support-procedural-tools-derive", - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "frame-support-procedural-tools-derive" -version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "12.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "frame-system" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "40.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "cfg-if", "docify", @@ -4402,15 +3397,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", "sp-version", "sp-weights", ] [[package]] name = "frame-system-benchmarking" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4423,8 +3417,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "36.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "docify", "parity-scale-codec", @@ -4433,8 +3427,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.46.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "frame-support", "parity-scale-codec", @@ -4499,9 +3493,9 @@ dependencies = [ [[package]] name = "futures-bounded" -version = "0.1.0" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b07bbbe7d7e78809544c6f718d875627addc73a7c3582447abc052cd3dc67e0" +checksum = "91f328e7fb845fc832912fb6a34f40cf6d1888c92f974d1893a54e97b5ff542e" dependencies = [ "futures-timer", "futures-util", @@ -4543,9 +3537,9 @@ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" +checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" dependencies = [ "fastrand", "futures-core", @@ -4562,17 +3556,18 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "futures-rustls" -version = "0.24.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" +checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.21.12", + "rustls 0.23.25", + "rustls-pki-types", ] [[package]] @@ -4592,10 +3587,6 @@ name = "futures-timer" version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" -dependencies = [ - "gloo-timers", - "send_wrapper 0.4.0", -] [[package]] name = "futures-util" @@ -4653,11 +3644,11 @@ dependencies = [ "pallet-duniter-account", "pallet-duniter-wot", "pallet-grandpa", - "pallet-identity 1.0.0", + "pallet-identity", "pallet-im-online", - "pallet-membership 1.0.0", + "pallet-membership", "pallet-multisig", - "pallet-offences 1.0.0", + "pallet-offences", "pallet-oneshot-account", "pallet-preimage", "pallet-provide-randomness", @@ -4665,7 +3656,7 @@ dependencies = [ "pallet-quota", "pallet-scheduler", "pallet-session", - "pallet-session-benchmarking 1.0.0", + "pallet-session-benchmarking", "pallet-smith-members", "pallet-sudo", "pallet-timestamp", @@ -4729,11 +3720,11 @@ dependencies = [ "pallet-duniter-test-parameters", "pallet-duniter-wot", "pallet-grandpa", - "pallet-identity 1.0.0", + "pallet-identity", "pallet-im-online", - "pallet-membership 1.0.0", + "pallet-membership", "pallet-multisig", - "pallet-offences 1.0.0", + "pallet-offences", "pallet-oneshot-account", "pallet-preimage", "pallet-provide-randomness", @@ -4741,7 +3732,7 @@ dependencies = [ "pallet-quota", "pallet-scheduler", "pallet-session", - "pallet-session-benchmarking 1.0.0", + "pallet-session-benchmarking", "pallet-smith-members", "pallet-sudo", "pallet-timestamp", @@ -4817,7 +3808,21 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", + "wasm-bindgen", +] + +[[package]] +name = "getrandom" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" +dependencies = [ + "cfg-if", + "js-sys", + "libc", + "r-efi", + "wasi 0.14.2+wasi-0.2.4", "wasm-bindgen", ] @@ -4827,8 +3832,8 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand", - "rand_core", + "rand 0.8.5", + "rand_core 0.6.4", ] [[package]] @@ -4852,7 +3857,7 @@ dependencies = [ "quote", "serde", "serde_json", - "syn 2.0.87", + "syn 2.0.100", "textwrap", "thiserror 1.0.69", "typed-builder", @@ -4869,16 +3874,6 @@ dependencies = [ "stable_deref_trait", ] -[[package]] -name = "gimli" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" -dependencies = [ - "fallible-iterator 0.3.0", - "stable_deref_trait", -] - [[package]] name = "gimli" version = "0.31.1" @@ -4906,20 +3901,20 @@ checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "glob" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "globset" -version = "0.4.15" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" +checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" dependencies = [ "aho-corasick", "bstr", @@ -4945,93 +3940,47 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", "ignore", "walkdir", ] [[package]] -name = "gloo-net" -version = "0.6.0" +name = "governor" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" +checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b" dependencies = [ - "futures-channel", - "futures-core", - "futures-sink", - "gloo-utils", - "http 1.1.0", - "js-sys", - "pin-project", - "serde", - "serde_json", - "thiserror 1.0.69", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", + "cfg-if", + "dashmap", + "futures 0.3.31", + "futures-timer", + "no-std-compat", + "nonzero_ext", + "parking_lot 0.12.3", + "portable-atomic", + "quanta", + "rand 0.8.5", + "smallvec", + "spinning_top", ] [[package]] -name = "gloo-timers" -version = "0.2.6" +name = "graphql-introspection-query" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" +checksum = "7f2a4732cf5140bd6c082434494f785a19cfb566ab07d1382c3671f5812fed6d" dependencies = [ - "futures-channel", - "futures-core", - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "gloo-utils" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" -dependencies = [ - "js-sys", - "serde", - "serde_json", - "wasm-bindgen", - "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 0.3.31", - "futures-timer", - "no-std-compat", - "nonzero_ext", - "parking_lot 0.12.3", - "portable-atomic", - "quanta", - "rand", - "smallvec", - "spinning_top", -] - -[[package]] -name = "graphql-introspection-query" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2a4732cf5140bd6c082434494f785a19cfb566ab07d1382c3671f5812fed6d" -dependencies = [ - "serde", + "serde", ] [[package]] name = "graphql-parser" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2ebc8013b4426d5b81a4364c419a95ed0b404af2b82e2457de52d9348f0e474" +checksum = "7a818c0d883d7c0801df27be910917750932be279c7bc82dc541b8769425f409" dependencies = [ - "combine 3.8.1", + "combine", "thiserror 1.0.69", ] @@ -5081,7 +4030,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", - "rand_core", + "rand_core 0.6.4", "subtle 2.6.1", ] @@ -5113,11 +4062,11 @@ dependencies = [ "pallet-duniter-account", "pallet-duniter-wot", "pallet-grandpa", - "pallet-identity 1.0.0", + "pallet-identity", "pallet-im-online", - "pallet-membership 1.0.0", + "pallet-membership", "pallet-multisig", - "pallet-offences 1.0.0", + "pallet-offences", "pallet-oneshot-account", "pallet-preimage", "pallet-provide-randomness", @@ -5125,7 +4074,7 @@ dependencies = [ "pallet-quota", "pallet-scheduler", "pallet-session", - "pallet-session-benchmarking 1.0.0", + "pallet-session-benchmarking", "pallet-smith-members", "pallet-sudo", "pallet-timestamp", @@ -5172,7 +4121,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.6.0", + "indexmap 2.9.0", "slab", "tokio", "tokio-util", @@ -5181,17 +4130,17 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" +checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.1.0", - "indexmap 2.6.0", + "http 1.3.1", + "indexmap 2.9.0", "slab", "tokio", "tokio-util", @@ -5255,9 +4204,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "allocator-api2", "equivalent", @@ -5297,6 +4246,12 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" +[[package]] +name = "hermit-abi" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e" + [[package]] name = "hex" version = "0.4.3" @@ -5309,6 +4264,15 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" +[[package]] +name = "hex-conservative" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" +dependencies = [ + "arrayvec 0.7.6", +] + [[package]] name = "hex-literal" version = "0.4.1" @@ -5317,21 +4281,22 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hickory-proto" -version = "0.24.3" +version = "0.24.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ad3d6d98c648ed628df039541a5577bee1a7c83e9e16fe3dbedeea4cdfeb971" +checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner 0.6.1", + "enum-as-inner", "futures-channel", "futures-io", "futures-util", - "idna 1.0.3", + "idna", "ipnet", "once_cell", - "rand", + "rand 0.8.5", + "socket2", "thiserror 1.0.69", "tinyvec", "tokio", @@ -5341,9 +4306,9 @@ dependencies = [ [[package]] name = "hickory-resolver" -version = "0.24.3" +version = "0.24.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf287bde7b776e85d7188e6e5db7cf410a2f9531fe82817eb87feed034c8d14" +checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" dependencies = [ "cfg-if", "futures-util", @@ -5352,7 +4317,7 @@ dependencies = [ "lru-cache", "once_cell", "parking_lot 0.12.3", - "rand", + "rand 0.8.5", "resolv-conf", "smallvec", "thiserror 1.0.69", @@ -5401,13 +4366,13 @@ dependencies = [ [[package]] name = "hostname" -version = "0.3.1" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" +checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65" dependencies = [ + "cfg-if", "libc", - "match_cfg", - "winapi", + "windows-link", ] [[package]] @@ -5423,9 +4388,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", @@ -5450,27 +4415,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.1.0", + "http 1.3.1", ] [[package]] name = "http-body-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", - "futures-util", - "http 1.1.0", + "futures-core", + "http 1.3.1", "http-body 1.0.1", "pin-project-lite", ] [[package]] name = "httparse" -version = "1.9.5" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpdate" @@ -5480,15 +4445,15 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" [[package]] name = "hyper" -version = "0.14.31" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", @@ -5501,7 +4466,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.7", + "socket2", "tokio", "tower-service", "tracing", @@ -5510,15 +4475,15 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.6", - "http 1.1.0", + "h2 0.4.8", + "http 1.3.1", "http-body 1.0.1", "httparse", "httpdate", @@ -5531,54 +4496,39 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.24.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" -dependencies = [ - "futures-util", - "http 0.2.12", - "hyper 0.14.31", - "log", - "rustls 0.21.12", - "rustls-native-certs 0.6.3", - "tokio", - "tokio-rustls 0.24.1", -] - -[[package]] -name = "hyper-rustls" -version = "0.27.3" +version = "0.27.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" +checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", - "http 1.1.0", - "hyper 1.5.0", + "http 1.3.1", + "hyper 1.6.0", "hyper-util", "log", - "rustls 0.23.16", - "rustls-native-certs 0.8.1", + "rustls 0.23.25", + "rustls-native-certs", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls", "tower-service", - "webpki-roots 0.26.6", + "webpki-roots 0.26.8", ] [[package]] name = "hyper-util" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" +checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.1.0", + "http 1.3.1", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.6.0", + "libc", "pin-project-lite", - "socket2 0.5.7", + "socket2", "tokio", "tower-service", "tracing", @@ -5586,16 +4536,17 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.61" +version = "0.1.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" +checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", + "log", "wasm-bindgen", - "windows-core 0.52.0", + "windows-core 0.61.0", ] [[package]] @@ -5648,9 +4599,9 @@ dependencies = [ [[package]] name = "icu_locid_transform_data" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" +checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" [[package]] name = "icu_normalizer" @@ -5672,9 +4623,9 @@ dependencies = [ [[package]] name = "icu_normalizer_data" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" +checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" [[package]] name = "icu_properties" @@ -5693,9 +4644,9 @@ dependencies = [ [[package]] name = "icu_properties_data" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" +checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" [[package]] name = "icu_provider" @@ -5722,7 +4673,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -5731,27 +4682,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" -[[package]] -name = "idna" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" -dependencies = [ - "matches", - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "idna" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - [[package]] name = "idna" version = "1.0.3" @@ -5785,9 +4715,9 @@ dependencies = [ [[package]] name = "if-watch" -version = "3.2.0" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" +checksum = "cdf9d64cfcf380606e64f9a0bcf493616b65331199f984151a6fa11a7b3cde38" dependencies = [ "async-io", "core-foundation 0.9.4", @@ -5796,6 +4726,10 @@ dependencies = [ "if-addrs", "ipnet", "log", + "netlink-packet-core", + "netlink-packet-route", + "netlink-proto", + "netlink-sys", "rtnetlink", "system-configuration", "tokio", @@ -5813,9 +4747,9 @@ dependencies = [ "bytes", "futures 0.3.31", "http 0.2.12", - "hyper 0.14.31", + "hyper 0.14.32", "log", - "rand", + "rand 0.8.5", "tokio", "url", "xmltree", @@ -5839,18 +4773,9 @@ dependencies = [ [[package]] name = "impl-codec" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" -dependencies = [ - "parity-scale-codec", -] - -[[package]] -name = "impl-codec" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67aa010c1e3da95bf151bd8b4c059b2ed7e75387cdb969b4f8f2723a43f9941" +checksum = "2d40b9d5e17727407e55028eafc22b2dc68781786e6d7eb8a21103f5058e3a14" dependencies = [ "parity-scale-codec", ] @@ -5866,24 +4791,6 @@ dependencies = [ "uint 0.10.0", ] -[[package]] -name = "impl-rlp" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ed8ad1f3877f7e775b8cbf30ed1bd3209a95401817f19a0eb4402d13f8cf90" -dependencies = [ - "rlp 0.6.1", -] - -[[package]] -name = "impl-serde" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" -dependencies = [ - "serde", -] - [[package]] name = "impl-serde" version = "0.5.0" @@ -5895,13 +4802,13 @@ dependencies = [ [[package]] name = "impl-trait-for-tuples" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" +checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] @@ -5936,12 +4843,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.6.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" +checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" dependencies = [ "equivalent", - "hashbrown 0.15.1", + "hashbrown 0.15.2", ] [[package]] @@ -5978,9 +4885,9 @@ dependencies = [ [[package]] name = "inout" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" dependencies = [ "generic-array 0.14.7", ] @@ -6005,9 +4912,12 @@ dependencies = [ [[package]] name = "inventory" -version = "0.3.15" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767" +checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83" +dependencies = [ + "rustversion", +] [[package]] name = "io-lifetimes" @@ -6032,7 +4942,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.7", + "socket2", "widestring", "windows-sys 0.48.0", "winreg", @@ -6040,19 +4950,19 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.10.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "is-terminal" -version = "0.4.13" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" +checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" dependencies = [ - "hermit-abi 0.4.0", + "hermit-abi 0.5.0", "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -6097,24 +5007,35 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +dependencies = [ + "either", +] + [[package]] name = "itoa" -version = "1.0.11" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jni" -version = "0.19.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" +checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" dependencies = [ "cesu8", - "combine 4.6.7", + "cfg-if", + "combine", "jni-sys", "log", "thiserror 1.0.69", "walkdir", + "windows-sys 0.45.0", ] [[package]] @@ -6125,127 +5046,58 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" dependencies = [ + "getrandom 0.3.2", "libc", ] [[package]] name = "js-sys" -version = "0.3.72" +version = "0.3.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" +checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" dependencies = [ + "once_cell", "wasm-bindgen", ] [[package]] name = "jsonrpsee" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" -dependencies = [ - "jsonrpsee-client-transport 0.22.5", - "jsonrpsee-core 0.22.5", - "jsonrpsee-http-client 0.22.5", - "jsonrpsee-types 0.22.5", -] - -[[package]] -name = "jsonrpsee" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" -dependencies = [ - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", - "jsonrpsee-ws-client 0.23.2", -] - -[[package]] -name = "jsonrpsee" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" +checksum = "37b26c20e2178756451cfeb0661fb74c47dd5988cb7e3939de7e9241fd604d42" dependencies = [ - "jsonrpsee-client-transport 0.24.7", - "jsonrpsee-core 0.24.7", - "jsonrpsee-http-client 0.24.8", + "jsonrpsee-client-transport", + "jsonrpsee-core", "jsonrpsee-proc-macros", "jsonrpsee-server", - "jsonrpsee-types 0.24.7", - "jsonrpsee-wasm-client", - "jsonrpsee-ws-client 0.24.7", - "tokio", - "tracing", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" -dependencies = [ - "futures-util", - "http 0.2.12", - "jsonrpsee-core 0.22.5", - "pin-project", - "rustls-native-certs 0.7.3", - "rustls-pki-types", - "soketto 0.7.1", - "thiserror 1.0.69", - "tokio", - "tokio-rustls 0.25.0", - "tokio-util", - "tracing", - "url", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" -dependencies = [ - "base64 0.22.1", - "futures-util", - "http 1.1.0", - "jsonrpsee-core 0.23.2", - "pin-project", - "rustls 0.23.16", - "rustls-pki-types", - "rustls-platform-verifier", - "soketto 0.8.0", - "thiserror 1.0.69", + "jsonrpsee-types", + "jsonrpsee-ws-client", "tokio", - "tokio-rustls 0.26.0", - "tokio-util", "tracing", - "url", ] [[package]] name = "jsonrpsee-client-transport" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" +checksum = "bacb85abf4117092455e1573625e21b8f8ef4dec8aff13361140b2dc266cdff2" dependencies = [ "base64 0.22.1", - "futures-channel", "futures-util", - "gloo-net", - "http 1.1.0", - "jsonrpsee-core 0.24.7", + "http 1.3.1", + "jsonrpsee-core", "pin-project", - "rustls 0.23.16", + "rustls 0.23.25", "rustls-pki-types", "rustls-platform-verifier", - "soketto 0.8.0", + "soketto", "thiserror 1.0.69", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls", "tokio-util", "tracing", "url", @@ -6253,19 +5105,22 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.22.5" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b257e1ec385e07b0255dde0b933f948b5c8b8c28d42afda9587c3a967b896d" +checksum = "456196007ca3a14db478346f58c7238028d55ee15c1df15115596e411ff27925" dependencies = [ - "anyhow", "async-trait", - "beef", + "bytes", "futures-timer", "futures-util", - "hyper 0.14.31", - "jsonrpsee-types 0.22.5", + "http 1.3.1", + "http-body 1.0.1", + "http-body-util", + "jsonrpsee-types", + "parking_lot 0.12.3", "pin-project", - "rustc-hash 1.1.0", + "rand 0.8.5", + "rustc-hash 2.1.1", "serde", "serde_json", "thiserror 1.0.69", @@ -6275,219 +5130,75 @@ dependencies = [ ] [[package]] -name = "jsonrpsee-core" -version = "0.23.2" +name = "jsonrpsee-proc-macros" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" +checksum = "5e65763c942dfc9358146571911b0cd1c361c2d63e2d2305622d40d36376ca80" dependencies = [ - "anyhow", - "async-trait", - "beef", - "futures-timer", - "futures-util", - "jsonrpsee-types 0.23.2", - "pin-project", - "rustc-hash 1.1.0", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", + "heck 0.5.0", + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.100", ] [[package]] -name = "jsonrpsee-core" -version = "0.24.7" +name = "jsonrpsee-server" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" +checksum = "55e363146da18e50ad2b51a0a7925fc423137a0b1371af8235b1c231a0647328" dependencies = [ - "async-trait", - "bytes", - "futures-timer", "futures-util", - "http 1.1.0", + "http 1.3.1", "http-body 1.0.1", "http-body-util", - "jsonrpsee-types 0.24.7", - "parking_lot 0.12.3", + "hyper 1.6.0", + "hyper-util", + "jsonrpsee-core", + "jsonrpsee-types", "pin-project", - "rand", - "rustc-hash 2.0.0", + "route-recognizer", "serde", "serde_json", + "soketto", "thiserror 1.0.69", "tokio", "tokio-stream", + "tokio-util", + "tower 0.4.13", "tracing", - "wasm-bindgen-futures", ] [[package]] -name = "jsonrpsee-http-client" -version = "0.22.5" +name = "jsonrpsee-types" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" +checksum = "08a8e70baf945b6b5752fc8eb38c918a48f1234daf11355e07106d963f860089" dependencies = [ - "async-trait", - "hyper 0.14.31", - "hyper-rustls 0.24.2", - "jsonrpsee-core 0.22.5", - "jsonrpsee-types 0.22.5", + "http 1.3.1", "serde", "serde_json", "thiserror 1.0.69", - "tokio", - "tower", - "tracing", +] + +[[package]] +name = "jsonrpsee-ws-client" +version = "0.24.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01b3323d890aa384f12148e8d2a1fd18eb66e9e7e825f9de4fa53bcc19b93eef" +dependencies = [ + "http 1.3.1", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", "url", ] [[package]] -name = "jsonrpsee-http-client" -version = "0.24.8" +name = "k256" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87c24e981ad17798bbca852b0738bfb7b94816ed687bd0d5da60bfa35fa0fdc3" -dependencies = [ - "async-trait", - "base64 0.22.1", - "http-body 1.0.1", - "hyper 1.5.0", - "hyper-rustls 0.27.3", - "hyper-util", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", - "rustls 0.23.16", - "rustls-platform-verifier", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tower", - "tracing", - "url", -] - -[[package]] -name = "jsonrpsee-proc-macros" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" -dependencies = [ - "heck 0.5.0", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.87", -] - -[[package]] -name = "jsonrpsee-server" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" -dependencies = [ - "futures-util", - "http 1.1.0", - "http-body 1.0.1", - "http-body-util", - "hyper 1.5.0", - "hyper-util", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", - "pin-project", - "route-recognizer", - "serde", - "serde_json", - "soketto 0.8.0", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tokio-util", - "tower", - "tracing", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "150d6168405890a7a3231a3c74843f58b8959471f6df76078db2619ddee1d07d" -dependencies = [ - "anyhow", - "beef", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" -dependencies = [ - "beef", - "http 1.1.0", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" -dependencies = [ - "http 1.1.0", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "jsonrpsee-wasm-client" -version = "0.24.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42e41af42ca39657313748174d02766e5287d3a57356f16756dbd8065b933977" -dependencies = [ - "jsonrpsee-client-transport 0.24.7", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", -] - -[[package]] -name = "jsonrpsee-ws-client" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" -dependencies = [ - "http 1.1.0", - "jsonrpsee-client-transport 0.23.2", - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", - "url", -] - -[[package]] -name = "jsonrpsee-ws-client" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" -dependencies = [ - "http 1.1.0", - "jsonrpsee-client-transport 0.24.7", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", - "url", -] - -[[package]] -name = "k256" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" +checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" dependencies = [ "cfg-if", "ecdsa", @@ -6506,23 +5217,13 @@ dependencies = [ "cpufeatures", ] -[[package]] -name = "keccak-hash" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b286e6b663fb926e1eeb68528e69cb70ed46c6d65871a21b2215ae8154c6d3c" -dependencies = [ - "primitive-types 0.12.2", - "tiny-keccak", -] - [[package]] name = "keccak-hash" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e1b8590eb6148af2ea2d75f38e7d29f5ca970d5a4df456b3ef19b8b415d0264" dependencies = [ - "primitive-types 0.13.1", + "primitive-types", "tiny-keccak", ] @@ -6573,9 +5274,9 @@ dependencies = [ [[package]] name = "lazy-regex" -version = "3.3.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d8e41c97e6bc7ecb552016274b99fbb5d035e8de288c582d9b933af6677bfda" +checksum = "60c7310b93682b36b98fa7ea4de998d3463ccbebd94d935d6b48ba5b6ffa7126" dependencies = [ "lazy-regex-proc_macros", "once_cell", @@ -6584,14 +5285,14 @@ dependencies = [ [[package]] name = "lazy-regex-proc_macros" -version = "3.3.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76e1d8b05d672c53cb9c7b920bbba8783845ae4f0b076e02a3db1d02c81b4163" +checksum = "4ba01db5ef81e17eb10a5e0f2109d1b3a3e29bac3070fdbd7d156bf7dbd206a1" dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -6602,9 +5303,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.162" +version = "0.2.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" +checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" [[package]] name = "libm" @@ -6614,16 +5315,15 @@ checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "libp2p" -version = "0.52.4" +version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94495eb319a85b70a68b85e2389a95bb3555c71c49025b78c691a854a7e6464" +checksum = "bbbe80f9c7e00526cd6b838075b9c171919404a4732cb2fa8ece0a093223bfc4" dependencies = [ "bytes", "either", "futures 0.3.31", "futures-timer", - "getrandom", - "instant", + "getrandom 0.2.15", "libp2p-allow-block-list", "libp2p-connection-limits", "libp2p-core", @@ -6640,7 +5340,6 @@ dependencies = [ "libp2p-swarm", "libp2p-tcp", "libp2p-upnp", - "libp2p-wasm-ext", "libp2p-websocket", "libp2p-yamux", "multiaddr 0.18.2", @@ -6651,9 +5350,9 @@ dependencies = [ [[package]] name = "libp2p-allow-block-list" -version = "0.2.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" +checksum = "d1027ccf8d70320ed77e984f273bc8ce952f623762cb9bf2d126df73caef8041" dependencies = [ "libp2p-core", "libp2p-identity", @@ -6663,9 +5362,9 @@ dependencies = [ [[package]] name = "libp2p-connection-limits" -version = "0.2.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58" +checksum = "8d003540ee8baef0d254f7b6bfd79bac3ddf774662ca0abf69186d517ef82ad8" dependencies = [ "libp2p-core", "libp2p-identity", @@ -6675,55 +5374,55 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.40.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd44289ab25e4c9230d9246c475a22241e301b23e8f4061d3bdef304a1a99713" +checksum = "a61f26c83ed111104cd820fe9bc3aaabbac5f1652a1d213ed6e900b7918a1298" dependencies = [ "either", "fnv", "futures 0.3.31", "futures-timer", - "instant", "libp2p-identity", - "log", "multiaddr 0.18.2", - "multihash 0.19.2", + "multihash 0.19.3", "multistream-select", "once_cell", "parking_lot 0.12.3", "pin-project", "quick-protobuf", - "rand", + "rand 0.8.5", "rw-stream-sink", "smallvec", "thiserror 1.0.69", - "unsigned-varint 0.7.2", + "tracing", + "unsigned-varint 0.8.0", "void", + "web-time", ] [[package]] name = "libp2p-dns" -version = "0.40.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" +checksum = "97f37f30d5c7275db282ecd86e54f29dd2176bd3ac656f06abf43bedb21eb8bd" dependencies = [ "async-trait", "futures 0.3.31", + "hickory-resolver", "libp2p-core", "libp2p-identity", - "log", "parking_lot 0.12.3", "smallvec", - "trust-dns-resolver", + "tracing", ] [[package]] name = "libp2p-identify" -version = "0.43.1" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a96638a0a176bec0a4bcaebc1afa8cf909b114477209d7456ade52c61cd9cd" +checksum = "1711b004a273be4f30202778856368683bd9a83c4c7dcc8f848847606831a4e3" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.7.0", "either", "futures 0.3.31", "futures-bounded", @@ -6731,27 +5430,27 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", "lru", "quick-protobuf", "quick-protobuf-codec", "smallvec", "thiserror 1.0.69", + "tracing", "void", ] [[package]] name = "libp2p-identity" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" +checksum = "257b5621d159b32282eac446bed6670c39c7dc68a200a992d8f056afa0066f6d" dependencies = [ "bs58", "ed25519-dalek", "hkdf", - "multihash 0.19.2", + "multihash 0.19.3", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "thiserror 1.0.69", "tracing", @@ -6760,119 +5459,121 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.44.6" +version = "0.46.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" +checksum = "ced237d0bd84bbebb7c2cad4c073160dacb4fe40534963c32ed6d4c6bb7702a3" dependencies = [ "arrayvec 0.7.6", - "asynchronous-codec", + "asynchronous-codec 0.7.0", "bytes", "either", "fnv", "futures 0.3.31", + "futures-bounded", "futures-timer", - "instant", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", "quick-protobuf", "quick-protobuf-codec", - "rand", + "rand 0.8.5", "sha2 0.10.8", "smallvec", "thiserror 1.0.69", + "tracing", "uint 0.9.5", - "unsigned-varint 0.7.2", "void", + "web-time", ] [[package]] name = "libp2p-mdns" -version = "0.44.0" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a" +checksum = "14b8546b6644032565eb29046b42744aee1e9f261ed99671b2c93fb140dba417" dependencies = [ "data-encoding", "futures 0.3.31", + "hickory-proto", "if-watch", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", - "rand", + "rand 0.8.5", "smallvec", - "socket2 0.5.7", + "socket2", "tokio", - "trust-dns-proto 0.22.0", + "tracing", "void", ] [[package]] name = "libp2p-metrics" -version = "0.13.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620" +checksum = "77ebafa94a717c8442d8db8d3ae5d1c6a15e30f2d347e0cd31d057ca72e42566" dependencies = [ - "instant", + "futures 0.3.31", "libp2p-core", "libp2p-identify", "libp2p-identity", "libp2p-kad", "libp2p-ping", "libp2p-swarm", - "once_cell", + "pin-project", "prometheus-client", + "web-time", ] [[package]] name = "libp2p-noise" -version = "0.43.2" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" +checksum = "36b137cb1ae86ee39f8e5d6245a296518912014eaa87427d24e6ff58cfc1b28c" dependencies = [ + "asynchronous-codec 0.7.0", "bytes", "curve25519-dalek", "futures 0.3.31", "libp2p-core", "libp2p-identity", - "log", "multiaddr 0.18.2", - "multihash 0.19.2", + "multihash 0.19.3", "once_cell", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "snow", "static_assertions", "thiserror 1.0.69", + "tracing", "x25519-dalek", "zeroize", ] [[package]] name = "libp2p-ping" -version = "0.43.1" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e702d75cd0827dfa15f8fd92d15b9932abe38d10d21f47c50438c71dd1b5dae3" +checksum = "005a34420359223b974ee344457095f027e51346e992d1e0dcd35173f4cdd422" dependencies = [ "either", "futures 0.3.31", "futures-timer", - "instant", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", - "rand", + "rand 0.8.5", + "tracing", "void", + "web-time", ] [[package]] name = "libp2p-quic" -version = "0.9.3" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "130d451d83f21b81eb7b35b360bc7972aeafb15177784adc56528db082e6b927" +checksum = "46352ac5cd040c70e88e7ff8257a2ae2f891a4076abad2c439584a31c15fd24e" dependencies = [ "bytes", "futures 0.3.31", @@ -6881,76 +5582,78 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-tls", - "log", "parking_lot 0.12.3", - "quinn 0.10.2", - "rand", - "ring 0.16.20", - "rustls 0.21.12", - "socket2 0.5.7", + "quinn", + "rand 0.8.5", + "ring 0.17.14", + "rustls 0.23.25", + "socket2", "thiserror 1.0.69", "tokio", + "tracing", ] [[package]] name = "libp2p-request-response" -version = "0.25.3" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4" +checksum = "1356c9e376a94a75ae830c42cdaea3d4fe1290ba409a22c809033d1b7dcab0a6" dependencies = [ "async-trait", "futures 0.3.31", - "instant", + "futures-bounded", + "futures-timer", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", - "rand", + "rand 0.8.5", "smallvec", + "tracing", "void", + "web-time", ] [[package]] name = "libp2p-swarm" -version = "0.43.7" +version = "0.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "580189e0074af847df90e75ef54f3f30059aedda37ea5a1659e8b9fca05c0141" +checksum = "d7dd6741793d2c1fb2088f67f82cf07261f25272ebe3c0b0c311e0c6b50e851a" dependencies = [ "either", "fnv", "futures 0.3.31", "futures-timer", - "instant", "libp2p-core", "libp2p-identity", "libp2p-swarm-derive", - "log", + "lru", "multistream-select", "once_cell", - "rand", + "rand 0.8.5", "smallvec", "tokio", + "tracing", "void", + "web-time", ] [[package]] name = "libp2p-swarm-derive" -version = "0.33.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4d5ec2a3df00c7836d7696c136274c9c59705bac69133253696a6c932cd1d74" +checksum = "206e0aa0ebe004d778d79fb0966aa0de996c19894e2c0605ba2f8524dd4443d8" dependencies = [ - "heck 0.4.1", - "proc-macro-warning 0.4.2", + "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "libp2p-tcp" -version = "0.40.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b558dd40d1bcd1aaaed9de898e9ec6a436019ecc2420dd0016e712fbb61c5508" +checksum = "ad964f312c59dcfcac840acd8c555de8403e295d39edf96f5240048b5fcaa314" dependencies = [ "futures 0.3.31", "futures-timer", @@ -6958,92 +5661,80 @@ dependencies = [ "libc", "libp2p-core", "libp2p-identity", - "log", - "socket2 0.5.7", + "socket2", "tokio", + "tracing", ] [[package]] name = "libp2p-tls" -version = "0.2.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" +checksum = "47b23dddc2b9c355f73c1e36eb0c3ae86f7dc964a3715f0731cfad352db4d847" dependencies = [ "futures 0.3.31", "futures-rustls", "libp2p-core", "libp2p-identity", - "rcgen", - "ring 0.16.20", - "rustls 0.21.12", + "rcgen 0.11.3", + "ring 0.17.14", + "rustls 0.23.25", "rustls-webpki 0.101.7", "thiserror 1.0.69", - "x509-parser 0.15.1", + "x509-parser 0.16.0", "yasna", ] [[package]] name = "libp2p-upnp" -version = "0.1.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82775a47b34f10f787ad3e2a22e2c1541e6ebef4fe9f28f3ac553921554c94c1" +checksum = "01bf2d1b772bd3abca049214a3304615e6a36fa6ffc742bdd1ba774486200b8f" dependencies = [ "futures 0.3.31", "futures-timer", "igd-next", "libp2p-core", "libp2p-swarm", - "log", "tokio", + "tracing", "void", ] -[[package]] -name = "libp2p-wasm-ext" -version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" -dependencies = [ - "futures 0.3.31", - "js-sys", - "libp2p-core", - "send_wrapper 0.6.0", - "wasm-bindgen", - "wasm-bindgen-futures", -] - [[package]] name = "libp2p-websocket" -version = "0.42.2" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" +checksum = "888b2ff2e5d8dcef97283daab35ad1043d18952b65e05279eecbe02af4c6e347" dependencies = [ "either", "futures 0.3.31", "futures-rustls", "libp2p-core", "libp2p-identity", - "log", "parking_lot 0.12.3", "pin-project-lite", "rw-stream-sink", - "soketto 0.8.0", + "soketto", "thiserror 1.0.69", + "tracing", "url", "webpki-roots 0.25.4", ] [[package]] name = "libp2p-yamux" -version = "0.44.1" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" +checksum = "788b61c80789dba9760d8c669a5bedb642c8267555c803fabd8396e4ca5c5882" dependencies = [ + "either", "futures 0.3.31", "libp2p-core", - "log", "thiserror 1.0.69", - "yamux", + "tracing", + "yamux 0.12.1", + "yamux 0.13.4", ] [[package]] @@ -7052,25 +5743,25 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", "libc", - "redox_syscall 0.5.7", + "redox_syscall 0.5.11", ] [[package]] name = "libsecp256k1" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" +checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139" dependencies = [ "arrayref", - "base64 0.13.1", + "base64 0.22.1", "digest 0.9.0", "hmac-drbg", "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -7107,9 +5798,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.20" +version = "1.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" +checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" dependencies = [ "cc", "cmake", @@ -7120,9 +5811,9 @@ dependencies = [ [[package]] name = "link-cplusplus" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" +checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212" dependencies = [ "cc", ] @@ -7135,9 +5826,9 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linked_hash_set" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" +checksum = "bae85b5be22d9843c80e5fc80e9b64c8a3b1f98f867c709956eca3efff4e92e2" dependencies = [ "linked-hash-map", ] @@ -7159,9 +5850,15 @@ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" [[package]] name = "linux-raw-sys" -version = "0.4.14" +version = "0.4.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" + +[[package]] +name = "linux-raw-sys" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" +checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" [[package]] name = "lioness" @@ -7177,15 +5874,15 @@ dependencies = [ [[package]] name = "litemap" -version = "0.7.3" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" +checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" [[package]] name = "litep2p" -version = "0.8.4" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0fef34af8847e816003bf7fdeac5ea50b9a7a88441ac927a6166b5e812ab79" +checksum = "fa3aa5628ae2b2283aa01dfa58947f1926aedba0160dd25041e2cd4bc71534c9" dependencies = [ "async-trait", "bs58", @@ -7196,19 +5893,18 @@ dependencies = [ "futures-timer", "hex-literal", "hickory-resolver", - "indexmap 2.6.0", + "indexmap 2.9.0", "libc", - "mockall 0.13.1", + "mockall", "multiaddr 0.17.1", "multihash 0.17.0", "network-interface", - "nohash-hasher", "parking_lot 0.12.3", "pin-project", "prost 0.12.6", "prost-build", - "rand", - "rcgen", + "rand 0.8.5", + "rcgen 0.10.0", "ring 0.16.20", "rustls 0.20.9", "serde", @@ -7216,19 +5912,19 @@ dependencies = [ "simple-dns", "smallvec", "snow", - "socket2 0.5.7", - "static_assertions", - "thiserror 1.0.69", + "socket2", + "thiserror 2.0.12", "tokio", "tokio-stream", "tokio-tungstenite", "tokio-util", "tracing", - "uint 0.9.5", + "uint 0.10.0", "unsigned-varint 0.8.0", "url", "x25519-dalek", - "x509-parser 0.16.0", + "x509-parser 0.17.0", + "yamux 0.13.4", "yasna", "zeroize", ] @@ -7245,9 +5941,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.22" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "lru" @@ -7255,7 +5951,7 @@ version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.15.1", + "hashbrown 0.15.2", ] [[package]] @@ -7269,9 +5965,9 @@ dependencies = [ [[package]] name = "lz4" -version = "1.28.0" +version = "1.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725" +checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4" dependencies = [ "lz4-sys", ] @@ -7304,7 +6000,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -7318,7 +6014,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -7329,7 +6025,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -7340,7 +6036,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -7349,12 +6045,6 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - [[package]] name = "matchers" version = "0.1.0" @@ -7364,12 +6054,6 @@ dependencies = [ "regex-automata 0.1.10", ] -[[package]] -name = "matches" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" - [[package]] name = "matrixmultiply" version = "0.3.9" @@ -7392,7 +6076,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.40", + "rustix 0.38.44", ] [[package]] @@ -7433,13 +6117,13 @@ dependencies = [ [[package]] name = "merkleized-metadata" -version = "0.2.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c592efaf1b3250df14c8f3c2d952233f0302bb81d3586db2f303666c1cd607" +checksum = "dc9b7ac0ce054412d9a85ff39bac27aec27483b06cef8756b57d9c29d448d081" dependencies = [ "array-bytes", "blake3", - "frame-metadata 18.0.0", + "frame-metadata 20.0.0", "parity-scale-codec", "scale-decode 0.13.1", "scale-info", @@ -7453,7 +6137,7 @@ checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ "byteorder", "keccak", - "rand_core", + "rand_core 0.6.4", "zeroize", ] @@ -7471,9 +6155,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.8.0" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" +checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" dependencies = [ "adler2", ] @@ -7486,19 +6170,18 @@ checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "log", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "windows-sys 0.48.0", ] [[package]] name = "mio" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" +checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" dependencies = [ - "hermit-abi 0.3.9", "libc", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "windows-sys 0.52.0", ] @@ -7519,29 +6202,14 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.3", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "rand_distr", "subtle 2.6.1", "thiserror 1.0.69", "zeroize", ] -[[package]] -name = "mockall" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" -dependencies = [ - "cfg-if", - "downcast", - "fragile", - "lazy_static", - "mockall_derive 0.11.4", - "predicates 2.1.5", - "predicates-tree", -] - [[package]] name = "mockall" version = "0.13.1" @@ -7551,23 +6219,11 @@ dependencies = [ "cfg-if", "downcast", "fragile", - "mockall_derive 0.13.1", - "predicates 3.1.2", + "mockall_derive", + "predicates", "predicates-tree", ] -[[package]] -name = "mockall_derive" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" -dependencies = [ - "cfg-if", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "mockall_derive" version = "0.13.1" @@ -7577,7 +6233,7 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -7616,7 +6272,7 @@ dependencies = [ "data-encoding", "libp2p-identity", "multibase", - "multihash 0.19.2", + "multihash 0.19.3", "percent-encoding", "serde", "static_assertions", @@ -7671,9 +6327,9 @@ dependencies = [ [[package]] name = "multihash" -version = "0.19.2" +version = "0.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc41f430805af9d1cf4adae4ed2149c759b877b01d909a1f40256188d09345d2" +checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" dependencies = [ "core2", "unsigned-varint 0.8.0", @@ -7695,9 +6351,9 @@ dependencies = [ [[package]] name = "multimap" -version = "0.8.3" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" +checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" [[package]] name = "multistream-select" @@ -7734,7 +6390,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand", + "rand 0.8.5", ] [[package]] @@ -7745,21 +6401,20 @@ checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" [[package]] name = "netlink-packet-core" -version = "0.4.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297" +checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4" dependencies = [ "anyhow", "byteorder", - "libc", "netlink-packet-utils", ] [[package]] name = "netlink-packet-route" -version = "0.12.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab" +checksum = "053998cea5a306971f88580d0829e90f270f940befd7cf928da179d4187a5a66" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -7783,24 +6438,23 @@ dependencies = [ [[package]] name = "netlink-proto" -version = "0.10.0" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6" +checksum = "72452e012c2f8d612410d89eea01e2d9b56205274abb35d53f60200b2ec41d60" dependencies = [ "bytes", "futures 0.3.31", "log", "netlink-packet-core", "netlink-sys", - "thiserror 1.0.69", - "tokio", + "thiserror 2.0.12", ] [[package]] name = "netlink-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307" +checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23" dependencies = [ "bytes", "futures 0.3.31", @@ -7823,9 +6477,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.24.3" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" +checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" dependencies = [ "bitflags 1.3.2", "cfg-if", @@ -7838,7 +6492,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", "cfg-if", "cfg_aliases 0.2.1", "libc", @@ -7850,16 +6504,10 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" -[[package]] -name = "no-std-net" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" - [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "sp-core", "sp-runtime", @@ -7910,19 +6558,13 @@ 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" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" - [[package]] name = "notify" version = "6.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", "crossbeam-channel", "filetime", "fsevent-sys", @@ -7988,7 +6630,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -8064,45 +6706,36 @@ dependencies = [ [[package]] name = "object" -version = "0.32.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" -dependencies = [ - "memchr", -] - -[[package]] -name = "object" -version = "0.36.5" +version = "0.36.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" +checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ "memchr", ] [[package]] name = "oid-registry" -version = "0.6.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" +checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" dependencies = [ - "asn1-rs 0.5.2", + "asn1-rs 0.6.2", ] [[package]] name = "oid-registry" -version = "0.7.1" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" +checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs 0.7.1", ] [[package]] name = "once_cell" -version = "1.20.2" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "opaque-debug" @@ -8118,9 +6751,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl-probe" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "option-ext" @@ -8152,10 +6785,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7b1d40dd8f367db3c65bec8d3dd47d4a604ee8874480738f93191bddab4e0e0" dependencies = [ "expander", - "indexmap 2.6.0", + "indexmap 2.9.0", "itertools 0.11.0", - "petgraph", - "proc-macro-crate 3.2.0", + "petgraph 0.6.5", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", "syn 1.0.109", @@ -8168,83 +6801,96 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] -name = "pallet-alliance" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-atomic-swap" +version = "40.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +dependencies = [ + "parity-scale-codec", + "polkadot-sdk-frame", + "scale-info", +] + +[[package]] +name = "pallet-authority-discovery" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "frame-benchmarking", "frame-support", "frame-system", - "log", - "pallet-collective", - "pallet-identity 29.0.0", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-io", + "sp-application-crypto", + "sp-authority-discovery", "sp-runtime", ] [[package]] -name = "pallet-asset-conversion" -version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-authority-members" +version = "1.0.0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", + "pallet-offences", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-api", - "sp-arithmetic", + "serde", "sp-core", "sp-io", "sp-runtime", + "sp-staking", + "sp-state-machine", ] [[package]] -name = "pallet-asset-conversion-ops" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-authorship" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "frame-benchmarking", "frame-support", "frame-system", - "log", - "pallet-asset-conversion", + "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", "sp-runtime", ] [[package]] -name = "pallet-asset-conversion-tx-payment" -version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-babe" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "pallet-asset-conversion", - "pallet-transaction-payment", + "log", + "pallet-authorship", + "pallet-session", + "pallet-timestamp", "parity-scale-codec", "scale-info", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-io", "sp-runtime", + "sp-session", + "sp-staking", ] [[package]] -name = "pallet-asset-rate" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-balances" +version = "41.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", + "log", "parity-scale-codec", "scale-info", "sp-core", @@ -8252,244 +6898,259 @@ dependencies = [ ] [[package]] -name = "pallet-asset-tx-payment" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-certification" +version = "1.0.0" dependencies = [ + "duniter-primitives", "frame-benchmarking", "frame-support", "frame-system", - "pallet-transaction-payment", + "maplit", "parity-scale-codec", "scale-info", - "serde", "sp-core", "sp-io", + "sp-keystore", "sp-runtime", ] [[package]] -name = "pallet-assets" -version = "29.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-collective" +version = "40.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", - "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-core", + "sp-io", "sp-runtime", ] [[package]] -name = "pallet-assets-freezer" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-distance" +version = "1.0.0" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", - "pallet-assets", + "pallet-authority-members", + "pallet-authorship", + "pallet-balances", + "pallet-identity", + "pallet-session", "parity-scale-codec", "scale-info", + "sp-consensus-babe", + "sp-core", + "sp-distance", + "sp-inherents", + "sp-io", + "sp-keystore", "sp-runtime", ] [[package]] -name = "pallet-atomic-swap" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-duniter-account" +version = "1.0.0" dependencies = [ + "duniter-primitives", + "frame-benchmarking", "frame-support", "frame-system", + "log", + "pallet-balances", + "pallet-identity", + "pallet-quota", + "pallet-transaction-payment", + "pallet-treasury", "parity-scale-codec", "scale-info", + "serde", "sp-core", "sp-io", "sp-runtime", ] [[package]] -name = "pallet-aura" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-duniter-test-parameters" +version = "1.0.0" dependencies = [ "frame-support", "frame-system", - "log", - "pallet-timestamp", + "pallet-duniter-test-parameters-macro", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-consensus-aura", + "serde", + "sp-core", + "sp-io", "sp-runtime", ] [[package]] -name = "pallet-authority-discovery" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-duniter-test-parameters-macro" +version = "1.0.0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + +[[package]] +name = "pallet-duniter-wot" +version = "1.0.0" dependencies = [ + "frame-benchmarking", "frame-support", "frame-system", - "pallet-session", + "pallet-certification", + "pallet-distance", + "pallet-identity", + "pallet-membership", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-authority-discovery", + "sp-core", + "sp-io", + "sp-membership", "sp-runtime", + "sp-state-machine", ] [[package]] -name = "pallet-authority-members" -version = "1.0.0" +name = "pallet-grandpa" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", - "pallet-offences 1.0.0", + "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", - "serde", + "sp-application-crypto", + "sp-consensus-grandpa", "sp-core", "sp-io", "sp-runtime", + "sp-session", "sp-staking", - "sp-state-machine", ] [[package]] -name = "pallet-authorship" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-identity" +version = "1.0.0" dependencies = [ + "base64 0.22.1", + "bs58", + "duniter-primitives", + "frame-benchmarking", "frame-support", "frame-system", - "impl-trait-for-tuples", + "log", "parity-scale-codec", "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-keystore", "sp-runtime", + "sp-state-machine", ] [[package]] -name = "pallet-babe" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-im-online" +version = "39.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "pallet-authorship", - "pallet-session", - "pallet-timestamp", "parity-scale-codec", "scale-info", "sp-application-crypto", - "sp-consensus-babe", "sp-core", "sp-io", "sp-runtime", - "sp-session", "sp-staking", ] [[package]] -name = "pallet-bags-list" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-membership" +version = "1.0.0" dependencies = [ - "aquamarine", - "docify", + "duniter-primitives", "frame-benchmarking", - "frame-election-provider-support", "frame-support", "frame-system", - "log", - "pallet-balances", + "maplit", "parity-scale-codec", "scale-info", "sp-core", "sp-io", + "sp-membership", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", ] [[package]] -name = "pallet-balances" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-multisig" +version = "40.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", "log", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-runtime", ] [[package]] -name = "pallet-beefy" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-offences" +version = "1.0.0" dependencies = [ "frame-support", "frame-system", "log", - "pallet-authorship", - "pallet-session", "parity-scale-codec", "scale-info", - "serde", - "sp-consensus-beefy", + "sp-core", + "sp-io", "sp-runtime", - "sp-session", "sp-staking", ] [[package]] -name = "pallet-beefy-mmr" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-oneshot-account" +version = "1.0.0" dependencies = [ - "array-bytes", - "binary-merkle-tree", "frame-benchmarking", "frame-support", "frame-system", "log", - "pallet-beefy", - "pallet-mmr", - "pallet-session", + "pallet-balances", + "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "serde", - "sp-api", - "sp-consensus-beefy", "sp-core", "sp-io", "sp-runtime", - "sp-state-machine", ] [[package]] -name = "pallet-bounties" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-preimage" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", - "pallet-treasury", "parity-scale-codec", "scale-info", "sp-core", @@ -8498,1504 +7159,120 @@ dependencies = [ ] [[package]] -name = "pallet-bridge-grandpa" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-provide-randomness" +version = "1.0.0" dependencies = [ - "bp-header-chain", - "bp-runtime", - "bp-test-utils", "frame-benchmarking", "frame-support", "frame-system", - "log", + "pallet-balances", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa", + "sp-core", + "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", ] [[package]] -name = "pallet-bridge-messages" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-proxy" +version = "40.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "bp-header-chain", - "bp-messages", - "bp-runtime", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-trie", ] [[package]] -name = "pallet-bridge-parachains" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-quota" +version = "1.0.0" dependencies = [ - "bp-header-chain", - "bp-parachains", - "bp-polkadot-core", - "bp-runtime", "frame-benchmarking", "frame-support", "frame-system", - "log", - "pallet-bridge-grandpa", + "pallet-balances", + "pallet-identity", "parity-scale-codec", "scale-info", + "sp-core", + "sp-io", + "sp-membership", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", ] [[package]] -name = "pallet-bridge-relayers" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-scheduler" +version = "41.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "bp-header-chain", - "bp-messages", - "bp-relayers", - "bp-runtime", + "docify", "frame-benchmarking", "frame-support", "frame-system", "log", - "pallet-bridge-grandpa", - "pallet-bridge-messages", - "pallet-bridge-parachains", - "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "sp-arithmetic", + "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-weights", ] [[package]] -name = "pallet-broker" -version = "0.6.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-session" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "bitvec", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-certification" -version = "1.0.0" -dependencies = [ - "duniter-primitives", - "frame-benchmarking", - "frame-support", - "frame-system", - "maplit", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-keystore", - "sp-runtime", -] - -[[package]] -name = "pallet-child-bounties" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-bounties", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-collator-selection" -version = "9.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-balances", - "pallet-session", - "parity-scale-codec", - "rand", - "scale-info", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-collective" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-collective-content" -version = "0.6.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-contracts" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bitflags 1.3.2", - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-balances", - "pallet-contracts-proc-macro", - "pallet-contracts-uapi", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "smallvec", - "sp-api", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-builder", - "wasm-instrument", - "wasmi 0.32.3", -] - -[[package]] -name = "pallet-contracts-mock-network" -version = "3.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "pallet-assets", - "pallet-balances", - "pallet-contracts", - "pallet-contracts-proc-macro", - "pallet-contracts-uapi", - "pallet-insecure-randomness-collective-flip", - "pallet-message-queue", - "pallet-proxy", - "pallet-timestamp", - "pallet-utility", - "pallet-xcm", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-api", - "sp-core", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-simulator", -] - -[[package]] -name = "pallet-contracts-proc-macro" -version = "18.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.87", -] - -[[package]] -name = "pallet-contracts-uapi" -version = "5.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bitflags 1.3.2", - "parity-scale-codec", - "paste", - "scale-info", -] - -[[package]] -name = "pallet-conviction-voting" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-core-fellowship" -version = "12.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-ranked-collective", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-delegated-staking" -version = "1.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-democracy" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-dev-mode" -version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-distance" -version = "1.0.0" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-authority-members", - "pallet-authorship", - "pallet-balances", - "pallet-identity 1.0.0", - "pallet-session", - "parity-scale-codec", - "scale-info", - "sp-consensus-babe", - "sp-core", - "sp-distance", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", -] - -[[package]] -name = "pallet-duniter-account" -version = "1.0.0" -dependencies = [ - "duniter-primitives", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "pallet-identity 1.0.0", - "pallet-quota", - "pallet-transaction-payment", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-duniter-test-parameters" -version = "1.0.0" -dependencies = [ - "frame-support", - "frame-system", - "pallet-duniter-test-parameters-macro", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-duniter-test-parameters-macro" -version = "1.0.0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.87", -] - -[[package]] -name = "pallet-duniter-wot" -version = "1.0.0" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-certification", - "pallet-distance", - "pallet-identity 1.0.0", - "pallet-membership 1.0.0", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-membership", - "sp-runtime", - "sp-state-machine", -] - -[[package]] -name = "pallet-election-provider-multi-phase" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-election-provider-support-benchmarking", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "strum 0.26.3", -] - -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-system", - "parity-scale-codec", - "sp-npos-elections", - "sp-runtime", -] - -[[package]] -name = "pallet-elections-phragmen" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-fast-unstake" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-glutton" -version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "blake2 0.10.6", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-inherents", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-grandpa" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", -] - -[[package]] -name = "pallet-identity" -version = "1.0.0" -dependencies = [ - "base64 0.22.1", - "bs58", - "duniter-primitives", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", -] - -[[package]] -name = "pallet-identity" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-im-online" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-indices" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", -] - -[[package]] -name = "pallet-insecure-randomness-collective-flip" -version = "16.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "safe-mix", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-lottery" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-membership" -version = "1.0.0" -dependencies = [ - "duniter-primitives", - "frame-benchmarking", - "frame-support", - "frame-system", - "maplit", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-membership", - "sp-runtime", -] - -[[package]] -name = "pallet-membership" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-message-queue" -version = "31.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", -] - -[[package]] -name = "pallet-migrations" -version = "1.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cfg-if", - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-mixnet" -version = "0.4.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-io", - "sp-mixnet", - "sp-runtime", -] - -[[package]] -name = "pallet-mmr" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-mmr-primitives", - "sp-runtime", -] - -[[package]] -name = "pallet-multisig" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "log", - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", -] - -[[package]] -name = "pallet-nft-fractionalization" -version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-assets", - "pallet-nfts", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-nfts" -version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-nfts-runtime-api" -version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "pallet-nfts", - "parity-scale-codec", - "sp-api", -] - -[[package]] -name = "pallet-nis" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-node-authorization" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-nomination-pools" -version = "25.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] - -[[package]] -name = "pallet-nomination-pools-benchmarking" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "pallet-bags-list", - "pallet-delegated-staking", - "pallet-nomination-pools", - "pallet-staking", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-staking", -] - -[[package]] -name = "pallet-nomination-pools-runtime-api" -version = "23.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "pallet-nomination-pools", - "parity-scale-codec", - "sp-api", -] - -[[package]] -name = "pallet-offences" -version = "1.0.0" -dependencies = [ - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-offences" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-offences-benchmarking" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-babe", - "pallet-balances", - "pallet-grandpa", - "pallet-im-online", - "pallet-offences 27.0.0", - "pallet-session", - "pallet-staking", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-oneshot-account" -version = "1.0.0" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "pallet-transaction-payment", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-paged-list" -version = "0.6.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-metadata-ir", - "sp-runtime", -] - -[[package]] -name = "pallet-parameters" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-preimage" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-provide-randomness" -version = "1.0.0" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-proxy" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "parity-scale-codec", - "polkadot-sdk-frame", - "scale-info", -] - -[[package]] -name = "pallet-quota" -version = "1.0.0" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-balances", - "pallet-identity 1.0.0", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-membership", - "sp-runtime", -] - -[[package]] -name = "pallet-ranked-collective" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-recovery" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-referenda" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-remark" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-revive" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bitflags 1.3.2", - "derive_more 0.99.18", - "environmental", - "ethereum-types 0.15.1", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex", - "impl-trait-for-tuples", - "jsonrpsee 0.24.7", - "log", - "pallet-balances", - "pallet-revive-fixtures", - "pallet-revive-proc-macro", - "pallet-revive-uapi", - "pallet-transaction-payment", - "parity-scale-codec", - "paste", - "polkavm 0.13.0", - "rlp 0.6.1", - "scale-info", - "serde", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", - "subxt-signer", -] - -[[package]] -name = "pallet-revive-fixtures" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "anyhow", - "frame-system", - "log", - "parity-wasm", - "polkavm-linker 0.14.0", - "sp-core", - "sp-io", - "sp-runtime", - "tempfile", - "toml 0.8.19", -] - -[[package]] -name = "pallet-revive-mock-network" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "pallet-assets", - "pallet-balances", - "pallet-message-queue", - "pallet-proxy", - "pallet-revive", - "pallet-revive-proc-macro", - "pallet-revive-uapi", - "pallet-timestamp", - "pallet-utility", - "pallet-xcm", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-api", - "sp-core", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-simulator", -] - -[[package]] -name = "pallet-revive-proc-macro" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.87", -] - -[[package]] -name = "pallet-revive-uapi" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bitflags 1.3.2", - "parity-scale-codec", - "paste", - "polkavm-derive 0.14.0", - "scale-info", -] - -[[package]] -name = "pallet-root-offences" -version = "25.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "pallet-session", - "pallet-staking", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-root-testing" -version = "4.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-safe-mode" -version = "9.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-balances", - "pallet-proxy", - "pallet-utility", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-runtime", -] - -[[package]] -name = "pallet-salary" -version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-ranked-collective", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-scheduler" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-weights", -] - -[[package]] -name = "pallet-scored-pool" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-session" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-state-machine", - "sp-trie", -] - -[[package]] -name = "pallet-session-benchmarking" -version = "1.0.0" -dependencies = [ - "frame-benchmarking", - "frame-system", - "pallet-session", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-session-benchmarking" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", - "pallet-staking", - "parity-scale-codec", - "rand", - "sp-runtime", - "sp-session", -] - -[[package]] -name = "pallet-skip-feeless-payment" -version = "3.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-smith-members" -version = "1.0.0" -dependencies = [ - "duniter-primitives", - "frame-benchmarking", "frame-support", "frame-system", + "impl-trait-for-tuples", "log", - "maplit", - "pallet-authority-members", + "pallet-timestamp", "parity-scale-codec", "scale-info", "sp-core", "sp-io", "sp-runtime", + "sp-session", "sp-staking", + "sp-state-machine", + "sp-trie", ] [[package]] -name = "pallet-society" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "rand_chacha", - "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-staking" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-session-benchmarking" +version = "1.0.0" dependencies = [ "frame-benchmarking", - "frame-election-provider-support", - "frame-support", "frame-system", - "log", - "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", - "serde", - "sp-application-crypto", - "sp-io", "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-staking-reward-fn" -version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "log", - "sp-arithmetic", -] - -[[package]] -name = "pallet-staking-runtime-api" -version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "parity-scale-codec", - "sp-api", - "sp-staking", ] [[package]] -name = "pallet-state-trie-migration" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-smith-members" +version = "1.0.0" dependencies = [ + "duniter-primitives", "frame-benchmarking", "frame-support", "frame-system", "log", + "maplit", + "pallet-authority-members", "parity-scale-codec", "scale-info", "sp-core", "sp-io", "sp-runtime", -] - -[[package]] -name = "pallet-statement" -version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-core", - "sp-io", - "sp-runtime", - "sp-statement-store", + "sp-staking", ] [[package]] name = "pallet-sudo" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "docify", "frame-benchmarking", @@ -10009,8 +7286,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "docify", "frame-benchmarking", @@ -10022,374 +7299,120 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-storage", "sp-timestamp", ] [[package]] -name = "pallet-tips" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-transaction-payment" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-transaction-payment-rpc" -version = "30.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "jsonrpsee 0.24.7", - "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-weights", -] - -[[package]] -name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "pallet-transaction-payment", - "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", -] - -[[package]] -name = "pallet-transaction-storage" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-transaction-storage-proof", -] - -[[package]] -name = "pallet-treasury" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "pallet-tx-pause" -version = "9.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-balances", - "pallet-proxy", - "pallet-utility", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-uniques" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-universal-dividend" -version = "1.0.0" -dependencies = [ - "duniter-primitives", - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-balances", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-upgrade-origin" -version = "1.0.0" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", -] - -[[package]] -name = "pallet-utility" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", -] - -[[package]] -name = "pallet-verify-signature" -version = "1.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", -] - -[[package]] -name = "pallet-vesting" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - -[[package]] -name = "pallet-whitelist" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-transaction-payment" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-api", + "serde", + "sp-core", + "sp-io", "sp-runtime", ] [[package]] -name = "pallet-xcm" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-transaction-payment-rpc" +version = "43.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "bounded-collections", - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-balances", + "jsonrpsee", + "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "scale-info", - "serde", + "sp-api", + "sp-blockchain", "sp-core", - "sp-io", + "sp-rpc", "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "tracing", - "xcm-runtime-apis", + "sp-weights", ] [[package]] -name = "pallet-xcm-benchmarks" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-transaction-payment-rpc-runtime-api" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", + "pallet-transaction-payment", "parity-scale-codec", - "scale-info", - "sp-io", + "sp-api", "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-weights", ] [[package]] -name = "pallet-xcm-bridge-hub" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-treasury" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "bp-messages", - "bp-runtime", - "bp-xcm-bridge-hub", + "docify", + "frame-benchmarking", "frame-support", "frame-system", + "impl-trait-for-tuples", "log", - "pallet-bridge-messages", + "pallet-balances", "parity-scale-codec", "scale-info", + "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", ] [[package]] -name = "pallet-xcm-bridge-hub-router" -version = "0.5.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-universal-dividend" +version = "1.0.0" dependencies = [ - "bp-xcm-bridge-hub-router", + "duniter-primitives", "frame-benchmarking", "frame-support", "frame-system", - "log", + "pallet-balances", + "pallet-timestamp", "parity-scale-codec", "scale-info", + "serde", + "sp-arithmetic", "sp-core", + "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-builder", ] [[package]] -name = "parachains-common" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-upgrade-origin" +version = "1.0.0" dependencies = [ - "cumulus-primitives-core", - "cumulus-primitives-utility", + "frame-benchmarking", "frame-support", "frame-system", - "log", - "pallet-asset-tx-payment", - "pallet-assets", - "pallet-authorship", - "pallet-balances", - "pallet-collator-selection", - "pallet-message-queue", - "pallet-xcm", "parity-scale-codec", - "polkadot-primitives", "scale-info", - "sp-consensus-aura", "sp-core", "sp-io", "sp-runtime", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-executor", - "substrate-wasm-builder", + "sp-staking", ] [[package]] -name = "parachains-runtimes-test-utils" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +name = "pallet-utility" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-test-relay-sproof-builder", + "frame-benchmarking", "frame-support", "frame-system", - "pallet-balances", - "pallet-collator-selection", - "pallet-session", - "pallet-timestamp", - "pallet-xcm", "parity-scale-codec", - "polkadot-parachain-primitives", - "sp-consensus-aura", + "scale-info", "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-executor", - "substrate-wasm-builder", ] [[package]] @@ -10398,19 +7421,13 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ - "bitcoin_hashes", - "rand", - "rand_core", + "bitcoin_hashes 0.13.0", + "rand 0.8.5", + "rand_core 0.6.4", "serde", "unicode-normalization", ] -[[package]] -name = "parity-bytes" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b56e3a2420138bdb970f84dfb9c774aea80fa0e7371549eedec0d80c209c67" - [[package]] name = "parity-db" version = "0.4.13" @@ -10426,7 +7443,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.3", - "rand", + "rand 0.8.5", "siphasher 0.3.11", "snap", "winapi", @@ -10434,29 +7451,31 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.6.12" +version = "3.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" +checksum = "c9fde3d0718baf5bc92f577d652001da0f8d54cd03a7974e118d04fc888dc23d" dependencies = [ "arrayvec 0.7.6", "bitvec", "byte-slice-cast", "bytes", + "const_format", "impl-trait-for-tuples", "parity-scale-codec-derive", + "rustversion", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "3.6.12" +version = "3.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" +checksum = "581c837bb6b9541ce7faa9377c20616e4fb7650f6b0f68bc93c827ee504fb7b3" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] @@ -10514,7 +7533,7 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.7", + "redox_syscall 0.5.11", "smallvec", "windows-targets 0.52.6", ] @@ -10532,7 +7551,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", - "rand_core", + "rand_core 0.6.4", "subtle 2.6.1", ] @@ -10549,6 +7568,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" dependencies = [ "digest 0.10.7", + "hmac 0.12.1", "password-hash", ] @@ -10588,6 +7608,16 @@ dependencies = [ "base64 0.13.1", ] +[[package]] +name = "pem" +version = "3.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" +dependencies = [ + "base64 0.22.1", + "serde", +] + [[package]] name = "percent-encoding" version = "2.3.1" @@ -10596,20 +7626,20 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.14" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" +checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6" dependencies = [ "memchr", - "thiserror 1.0.69", + "thiserror 2.0.12", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.7.14" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd" +checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5" dependencies = [ "pest", "pest_generator", @@ -10617,22 +7647,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.14" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e" +checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "pest_meta" -version = "2.7.14" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d" +checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0" dependencies = [ "once_cell", "pest", @@ -10645,35 +7675,45 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ - "fixedbitset", - "indexmap 2.6.0", + "fixedbitset 0.4.2", + "indexmap 2.9.0", +] + +[[package]] +name = "petgraph" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" +dependencies = [ + "fixedbitset 0.5.7", + "indexmap 2.9.0", ] [[package]] name = "pin-project" -version = "1.1.7" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" +checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.7" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" +checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "pin-project-lite" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" [[package]] name = "pin-utils" @@ -10704,9 +7744,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "placeholder" @@ -10718,20 +7758,10 @@ dependencies = [ "regex", ] -[[package]] -name = "polkadot-ckb-merkle-mountain-range" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4b44320e5f7ce2c18227537a3032ae5b2c476a7e8eddba45333e1011fc31b92" -dependencies = [ - "cfg-if", - "itertools 0.10.5", -] - [[package]] name = "polkadot-core-primitives" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "17.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "scale-info", @@ -10741,13 +7771,12 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "22.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "bs58", "futures 0.3.31", "futures-timer", - "log", "parity-scale-codec", "polkadot-primitives", "prioritized-metered-channel", @@ -10755,25 +7784,24 @@ dependencies = [ "sc-service", "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum", ] [[package]] name = "polkadot-node-network-protocol" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "22.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-channel 1.9.0", "async-trait", "bitvec", - "derive_more 0.99.18", + "derive_more 0.99.19", "fatality", "futures 0.3.31", "hex", "parity-scale-codec", "polkadot-node-primitives", "polkadot-primitives", - "rand", + "rand 0.8.5", "sc-authority-discovery", "sc-network", "sc-network-types", @@ -10785,8 +7813,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "19.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "bitvec", "bounded-vec", @@ -10801,22 +7829,19 @@ dependencies = [ "sp-application-crypto", "sp-consensus-babe", "sp-consensus-slots", - "sp-core", "sp-keystore", "sp-maybe-compressed-blob", - "sp-runtime", "thiserror 1.0.69", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem-types" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "22.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", - "bitvec", - "derive_more 0.99.18", + "derive_more 0.99.19", "fatality", "futures 0.3.31", "orchestra", @@ -10840,21 +7865,19 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "22.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "futures 0.3.31", "futures-timer", "orchestra", - "parking_lot 0.12.3", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", "polkadot-primitives", "sc-client-api", - "sp-api", "sp-core", "tikv-jemalloc-ctl", "tracing-gum", @@ -10862,11 +7885,11 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "6.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "16.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "bounded-collections", - "derive_more 0.99.18", + "derive_more 0.99.19", "parity-scale-codec", "polkadot-core-primitives", "scale-info", @@ -10878,8 +7901,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "18.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "bitvec", "hex-literal", @@ -10888,368 +7911,35 @@ dependencies = [ "polkadot-core-primitives", "polkadot-parachain-primitives", "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "thiserror 1.0.69", -] - -[[package]] -name = "polkadot-runtime-common" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bitvec", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-asset-rate", - "pallet-authorship", - "pallet-balances", - "pallet-broker", - "pallet-election-provider-multi-phase", - "pallet-fast-unstake", - "pallet-identity 29.0.0", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-fn", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-treasury", - "pallet-vesting", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-parachains", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-npos-elections", - "sp-runtime", - "sp-session", - "sp-staking", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "static_assertions", -] - -[[package]] -name = "polkadot-runtime-metrics" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bs58", - "frame-benchmarking", - "parity-scale-codec", - "polkadot-primitives", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] - -[[package]] -name = "polkadot-runtime-parachains" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more 0.99.18", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-broker", - "pallet-message-queue", - "pallet-mmr", - "pallet-session", - "pallet-staking", - "pallet-timestamp", - "pallet-vesting", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-metrics", - "rand", - "rand_chacha", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "polkadot-sdk" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "asset-test-utils", - "assets-common", - "binary-merkle-tree", - "bp-header-chain", - "bp-messages", - "bp-parachains", - "bp-polkadot", - "bp-polkadot-core", - "bp-relayers", - "bp-runtime", - "bp-test-utils", - "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router", - "bridge-hub-common", - "bridge-hub-test-utils", - "bridge-runtime-common", - "cumulus-pallet-aura-ext", - "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-pallet-session-benchmarking", - "cumulus-pallet-solo-to-para", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-ping", - "cumulus-primitives-aura", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-proof-size-hostfunction", - "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "cumulus-test-relay-sproof-builder", - "frame-benchmarking", - "frame-benchmarking-pallet-pov", - "frame-election-provider-support", - "frame-executive", - "frame-metadata-hash-extension", - "frame-support", - "frame-support-procedural", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "pallet-alliance", - "pallet-asset-conversion", - "pallet-asset-conversion-ops", - "pallet-asset-conversion-tx-payment", - "pallet-asset-rate", - "pallet-asset-tx-payment", - "pallet-assets", - "pallet-assets-freezer", - "pallet-atomic-swap", - "pallet-aura", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-bags-list", - "pallet-balances", - "pallet-beefy", - "pallet-beefy-mmr", - "pallet-bounties", - "pallet-bridge-grandpa", - "pallet-bridge-messages", - "pallet-bridge-parachains", - "pallet-bridge-relayers", - "pallet-broker", - "pallet-child-bounties", - "pallet-collator-selection", - "pallet-collective", - "pallet-collective-content", - "pallet-contracts", - "pallet-contracts-mock-network", - "pallet-conviction-voting", - "pallet-core-fellowship", - "pallet-delegated-staking", - "pallet-democracy", - "pallet-dev-mode", - "pallet-election-provider-multi-phase", - "pallet-election-provider-support-benchmarking", - "pallet-elections-phragmen", - "pallet-fast-unstake", - "pallet-glutton", - "pallet-grandpa", - "pallet-identity 29.0.0", - "pallet-im-online", - "pallet-indices", - "pallet-insecure-randomness-collective-flip", - "pallet-lottery", - "pallet-membership 28.0.0", - "pallet-message-queue", - "pallet-migrations", - "pallet-mixnet", - "pallet-mmr", - "pallet-multisig", - "pallet-nft-fractionalization", - "pallet-nfts", - "pallet-nfts-runtime-api", - "pallet-nis", - "pallet-node-authorization", - "pallet-nomination-pools", - "pallet-nomination-pools-benchmarking", - "pallet-nomination-pools-runtime-api", - "pallet-offences 27.0.0", - "pallet-offences-benchmarking", - "pallet-paged-list", - "pallet-parameters", - "pallet-preimage", - "pallet-proxy", - "pallet-ranked-collective", - "pallet-recovery", - "pallet-referenda", - "pallet-remark", - "pallet-revive", - "pallet-revive-fixtures", - "pallet-revive-mock-network", - "pallet-root-offences", - "pallet-root-testing", - "pallet-safe-mode", - "pallet-salary", - "pallet-scheduler", - "pallet-scored-pool", - "pallet-session", - "pallet-session-benchmarking 28.0.0", - "pallet-skip-feeless-payment", - "pallet-society", - "pallet-staking", - "pallet-staking-reward-fn", - "pallet-staking-runtime-api", - "pallet-state-trie-migration", - "pallet-statement", - "pallet-sudo", - "pallet-timestamp", - "pallet-tips", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-transaction-storage", - "pallet-treasury", - "pallet-tx-pause", - "pallet-uniques", - "pallet-utility", - "pallet-verify-signature", - "pallet-vesting", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "pallet-xcm-bridge-hub", - "pallet-xcm-bridge-hub-router", - "parachains-common", - "parachains-runtimes-test-utils", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-metrics", - "polkadot-runtime-parachains", - "polkadot-sdk-frame", - "sc-executor", - "slot-range-helper", - "snowbridge-beacon-primitives", - "snowbridge-core", - "snowbridge-ethereum", - "snowbridge-outbound-queue-merkle-tree", - "snowbridge-outbound-queue-runtime-api", - "snowbridge-pallet-ethereum-client", - "snowbridge-pallet-ethereum-client-fixtures", - "snowbridge-pallet-inbound-queue", - "snowbridge-pallet-inbound-queue-fixtures", - "snowbridge-pallet-outbound-queue", - "snowbridge-pallet-system", - "snowbridge-router-primitives", - "snowbridge-runtime-common", - "snowbridge-runtime-test-common", - "snowbridge-system-runtime-api", + "serde", "sp-api", - "sp-api-proc-macro", "sp-application-crypto", "sp-arithmetic", "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-consensus-grandpa", - "sp-consensus-pow", "sp-consensus-slots", "sp-core", - "sp-core-hashing", - "sp-crypto-ec-utils 0.10.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-genesis-builder", "sp-inherents", "sp-io", - "sp-keyring", "sp-keystore", - "sp-metadata-ir", - "sp-mixnet", - "sp-mmr-primitives", - "sp-npos-elections", - "sp-offchain", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-session", "sp-staking", - "sp-state-machine", - "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-timestamp", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-transaction-pool", - "sp-transaction-storage-proof", - "sp-trie", - "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-weights", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "substrate-bip39", - "testnet-parachains-constants", - "xcm-runtime-apis", + "sp-std", + "thiserror 1.0.69", +] + +[[package]] +name = "polkadot-sdk" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775" +dependencies = [ + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-sdk-frame" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.9.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "docify", "frame-benchmarking", @@ -11262,6 +7952,7 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", + "serde", "sp-api", "sp-arithmetic", "sp-block-builder", @@ -11275,194 +7966,105 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-storage", "sp-transaction-pool", "sp-version", ] [[package]] name = "polkadot-statement-table" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "19.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core", "tracing-gum", ] [[package]] name = "polkavm" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" -dependencies = [ - "libc", - "log", - "polkavm-assembler 0.9.0", - "polkavm-common 0.9.0", - "polkavm-linux-raw 0.9.0", -] - -[[package]] -name = "polkavm" -version = "0.13.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57e79a14b15ed38cb5b9a1e38d02e933f19e3d180ae5b325fed606c5e5b9177e" +checksum = "dd044ab1d3b11567ab6b98ca71259a992b4034220d5972988a0e96518e5d343d" dependencies = [ "libc", "log", - "polkavm-assembler 0.13.0", - "polkavm-common 0.13.0", - "polkavm-linux-raw 0.13.0", -] - -[[package]] -name = "polkavm-assembler" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" -dependencies = [ - "log", + "polkavm-assembler", + "polkavm-common", + "polkavm-linux-raw", ] [[package]] name = "polkavm-assembler" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e8da55465000feb0a61bbf556ed03024db58f3420eca37721fc726b3b2136bf" -dependencies = [ - "log", -] - -[[package]] -name = "polkavm-common" -version = "0.9.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" +checksum = "eaad38dc420bfed79e6f731471c973ce5ff5e47ab403e63cf40358fef8a6368f" dependencies = [ "log", ] [[package]] name = "polkavm-common" -version = "0.13.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "084b4339aae7dfdaaa5aa7d634110afd95970e0737b6fb2a0cb10db8b56b753c" +checksum = "31ff33982a807d8567645d4784b9b5d7ab87bcb494f534a57cadd9012688e102" dependencies = [ "log", - "polkavm-assembler 0.13.0", -] - -[[package]] -name = "polkavm-common" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "711952a783e9c5ad407cdacb1ed147f36d37c5d43417c1091d86456d2999417b" - -[[package]] -name = "polkavm-derive" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" -dependencies = [ - "polkavm-derive-impl-macro 0.9.0", + "polkavm-assembler", ] [[package]] name = "polkavm-derive" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4832a0aebf6cefc988bb7b2d74ea8c86c983164672e2fc96300f356a1babfc1" -dependencies = [ - "polkavm-derive-impl-macro 0.14.0", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.9.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" +checksum = "c2eb703f3b6404c13228402e98a5eae063fd16b8f58afe334073ec105ee4117e" dependencies = [ - "polkavm-common 0.9.0", - "proc-macro2", - "quote", - "syn 2.0.87", + "polkavm-derive-impl-macro", ] [[package]] name = "polkavm-derive-impl" -version = "0.14.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e339fc7c11310fe5adf711d9342278ac44a75c9784947937cce12bd4f30842f2" +checksum = "2f2116a92e6e96220a398930f4c8a6cda1264206f3e2034fc9982bfd93f261f7" dependencies = [ - "polkavm-common 0.14.0", + "polkavm-common", "proc-macro2", "quote", - "syn 2.0.87", -] - -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" -dependencies = [ - "polkavm-derive-impl 0.9.0", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "polkavm-derive-impl-macro" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b569754b15060d03000c09e3bf11509d527f60b75d79b4c30c3625b5071d9702" -dependencies = [ - "polkavm-derive-impl 0.14.0", - "syn 2.0.87", -] - -[[package]] -name = "polkavm-linker" -version = "0.9.2" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" +checksum = "48c16669ddc7433e34c1007d31080b80901e3e8e523cb9d4b441c3910cf9294b" dependencies = [ - "gimli 0.28.1", - "hashbrown 0.14.5", - "log", - "object 0.32.2", - "polkavm-common 0.9.0", - "regalloc2 0.9.3", - "rustc-demangle", + "polkavm-derive-impl", + "syn 2.0.100", ] [[package]] name = "polkavm-linker" -version = "0.14.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0959ac3b0f4fd5caf5c245c637705f19493efe83dba31a83bbba928b93b0116a" +checksum = "e9bfe793b094d9ea5c99b7c43ba46e277b0f8f48f4bbfdbabf8d3ebf701a4bd3" dependencies = [ + "dirs", "gimli 0.31.1", "hashbrown 0.14.5", "log", - "object 0.36.5", - "polkavm-common 0.14.0", + "object 0.36.7", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] [[package]] name = "polkavm-linux-raw" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" - -[[package]] -name = "polkavm-linux-raw" -version = "0.13.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686c4dd9c9c16cc22565b51bdbb269792318d0fd2e6b966b5f6c788534cad0e9" +checksum = "23eff02c070c70f31878a3d915e88a914ecf3e153741e2fb572dde28cce20fde" [[package]] name = "polling" @@ -11474,7 +8076,7 @@ dependencies = [ "concurrent-queue", "hermit-abi 0.4.0", "pin-project-lite", - "rustix 0.38.40", + "rustix 0.38.44", "tracing", "windows-sys 0.59.0", ] @@ -11504,9 +8106,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.9.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" +checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" [[package]] name = "portpicker" @@ -11514,7 +8116,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9" dependencies = [ - "rand", + "rand 0.8.5", ] [[package]] @@ -11525,32 +8127,18 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" -dependencies = [ - "zerocopy", -] - -[[package]] -name = "predicates" -version = "2.1.5" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" dependencies = [ - "difflib", - "float-cmp", - "itertools 0.10.5", - "normalize-line-endings", - "predicates-core", - "regex", + "zerocopy 0.8.24", ] [[package]] name = "predicates" -version = "3.1.2" +version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" +checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" dependencies = [ "anstyle", "predicates-core", @@ -11558,15 +8146,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" +checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" [[package]] name = "predicates-tree" -version = "1.0.11" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" +checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" dependencies = [ "predicates-core", "termtree", @@ -11574,25 +8162,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.25" +version = "0.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" +checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6" dependencies = [ "proc-macro2", - "syn 2.0.87", -] - -[[package]] -name = "primitive-types" -version = "0.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" -dependencies = [ - "fixed-hash", - "impl-codec 0.6.0", - "impl-serde 0.4.0", - "scale-info", - "uint 0.9.5", + "syn 2.0.100", ] [[package]] @@ -11602,10 +8177,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5" dependencies = [ "fixed-hash", - "impl-codec 0.7.0", + "impl-codec", "impl-num-traits", - "impl-rlp", - "impl-serde 0.5.0", + "impl-serde", "scale-info", "uint 0.10.0", ] @@ -11618,7 +8192,7 @@ checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad" dependencies = [ "coarsetime", "crossbeam-queue", - "derive_more 0.99.18", + "derive_more 0.99.19", "futures 0.3.31", "futures-timer", "nanorand", @@ -11638,9 +8212,9 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" +checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" dependencies = [ "toml_edit", ] @@ -11688,36 +8262,25 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.87", -] - -[[package]] -name = "proc-macro-warning" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "proc-macro-warning" -version = "1.0.2" +version = "1.84.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" +checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "proc-macro2" -version = "1.0.89" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" +checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" dependencies = [ "unicode-ident", ] @@ -11738,9 +8301,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.21.2" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" +checksum = "504ee9ff529add891127c4827eb481bd69dc0ebc72e9a682e187db4caa60c3ca" dependencies = [ "dtoa", "itoa", @@ -11756,26 +8319,22 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "proptest" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" +checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" dependencies = [ - "bit-set", - "bit-vec", - "bitflags 2.6.0", + "bitflags 2.9.0", "lazy_static", "num-traits 0.2.19", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "rand_xorshift", "regex-syntax 0.8.5", - "rusty-fork", - "tempfile", "unarray", ] @@ -11805,17 +8364,17 @@ version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ - "heck 0.4.1", - "itertools 0.10.5", + "heck 0.5.0", + "itertools 0.14.0", "log", "multimap", "once_cell", - "petgraph", + "petgraph 0.7.1", "prettyplease", "prost 0.13.5", "prost-types", "regex", - "syn 2.0.87", + "syn 2.0.100", "tempfile", ] @@ -11829,7 +8388,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -11839,10 +8398,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -11856,34 +8415,28 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.24" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" +checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88" dependencies = [ "cc", ] [[package]] name = "quanta" -version = "0.12.3" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" +checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e" dependencies = [ "crossbeam-utils", "libc", "once_cell", "raw-cpuid", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "web-sys", "winapi", ] -[[package]] -name = "quick-error" -version = "1.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" - [[package]] name = "quick-protobuf" version = "0.8.1" @@ -11895,85 +8448,53 @@ dependencies = [ [[package]] name = "quick-protobuf-codec" -version = "0.2.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ededb1cd78531627244d51dd0c7139fbe736c7d57af0092a76f0ffb2f56e98" +checksum = "15a0580ab32b169745d7a39db2ba969226ca16738931be152a3209b409de2474" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.7.0", "bytes", "quick-protobuf", "thiserror 1.0.69", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", ] [[package]] name = "quinn" -version = "0.10.2" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" +checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012" dependencies = [ "bytes", + "cfg_aliases 0.2.1", "futures-io", "pin-project-lite", - "quinn-proto 0.10.6", - "quinn-udp 0.4.1", - "rustc-hash 1.1.0", - "rustls 0.21.12", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "quinn" -version = "0.11.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" -dependencies = [ - "bytes", - "pin-project-lite", - "quinn-proto 0.11.9", - "quinn-udp 0.5.7", - "rustc-hash 2.0.0", - "rustls 0.23.16", - "socket2 0.5.7", - "thiserror 2.0.3", + "quinn-proto", + "quinn-udp", + "rustc-hash 2.1.1", + "rustls 0.23.25", + "socket2", + "thiserror 2.0.12", "tokio", "tracing", + "web-time", ] [[package]] name = "quinn-proto" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" -dependencies = [ - "bytes", - "rand", - "ring 0.16.20", - "rustc-hash 1.1.0", - "rustls 0.21.12", - "slab", - "thiserror 1.0.69", - "tinyvec", - "tracing", -] - -[[package]] -name = "quinn-proto" -version = "0.11.9" +version = "0.11.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" +checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc" dependencies = [ "bytes", - "getrandom", - "rand", - "ring 0.17.8", - "rustc-hash 2.0.0", - "rustls 0.23.16", + "getrandom 0.3.2", + "rand 0.9.0", + "ring 0.17.14", + "rustc-hash 2.1.1", + "rustls 0.23.25", "rustls-pki-types", "slab", - "thiserror 2.0.3", + "thiserror 2.0.12", "tinyvec", "tracing", "web-time", @@ -11981,40 +8502,33 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" -dependencies = [ - "bytes", - "libc", - "socket2 0.5.7", - "tracing", - "windows-sys 0.48.0", -] - -[[package]] -name = "quinn-udp" -version = "0.5.7" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da" +checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5" dependencies = [ "cfg_aliases 0.2.1", "libc", "once_cell", - "socket2 0.5.7", + "socket2", "tracing", "windows-sys 0.59.0", ] [[package]] name = "quote" -version = "1.0.37" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" +checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" dependencies = [ "proc-macro2", ] +[[package]] +name = "r-efi" +version = "5.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" + [[package]] name = "radium" version = "0.7.0" @@ -12028,8 +8542,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha", - "rand_core", + "rand_chacha 0.3.1", + "rand_core 0.6.4", +] + +[[package]] +name = "rand" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.3", + "zerocopy 0.8.24", ] [[package]] @@ -12039,7 +8564,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.6.4", +] + +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.3", ] [[package]] @@ -12048,7 +8583,16 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom", + "getrandom 0.2.15", +] + +[[package]] +name = "rand_core" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +dependencies = [ + "getrandom 0.3.2", ] [[package]] @@ -12058,7 +8602,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits 0.2.19", - "rand", + "rand 0.8.5", ] [[package]] @@ -12067,7 +8611,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" dependencies = [ - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -12076,16 +8620,16 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" dependencies = [ - "rand_core", + "rand_core 0.6.4", ] [[package]] name = "raw-cpuid" -version = "11.2.0" +version = "11.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" +checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", ] [[package]] @@ -12120,26 +8664,22 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ - "pem", + "pem 1.1.1", "ring 0.16.20", "time", "yasna", ] [[package]] -name = "reconnecting-jsonrpsee-ws-client" -version = "0.4.3" +name = "rcgen" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06fa4f17e09edfc3131636082faaec633c7baa269396b4004040bc6c52f49f65" +checksum = "52c4f3084aa3bc7dfbba4eff4fab2a54db4324965d8872ab933565e6fbd83bc6" dependencies = [ - "cfg_aliases 0.2.1", - "finito", - "futures 0.3.31", - "jsonrpsee 0.23.2", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", + "pem 3.0.5", + "ring 0.16.20", + "time", + "yasna", ] [[package]] @@ -12153,11 +8693,11 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.7" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" +checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", ] [[package]] @@ -12166,29 +8706,29 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom", + "getrandom 0.2.15", "libredox", "thiserror 1.0.69", ] [[package]] name = "ref-cast" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" +checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" +checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -12268,19 +8808,19 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.9" +version = "0.12.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" +checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" dependencies = [ "base64 0.22.1", "bytes", "futures-core", "futures-util", - "http 1.1.0", + "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", - "hyper-rustls 0.27.3", + "hyper 1.6.0", + "hyper-rustls", "hyper-util", "ipnet", "js-sys", @@ -12289,33 +8829,33 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "quinn 0.11.6", - "rustls 0.23.16", - "rustls-pemfile 2.2.0", + "quinn", + "rustls 0.23.25", + "rustls-pemfile", "rustls-pki-types", "serde", "serde_json", "serde_urlencoded", "sync_wrapper", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls", + "tower 0.5.2", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.26.6", + "webpki-roots 0.26.8", "windows-registry", ] [[package]] name = "resolv-conf" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" +checksum = "48375394603e3dd4b2d64371f7148fd8c7baa2680e28741f2cb8d23b59e3d4c4" dependencies = [ "hostname", - "quick-error", ] [[package]] @@ -12328,23 +8868,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "ring" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "arrayvec 0.7.6", - "blake2 0.10.6", - "common", - "fflonk", - "merlin", -] - [[package]] name = "ring" version = "0.16.20" @@ -12362,15 +8885,14 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.8" +version = "0.17.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" +checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if", - "getrandom", + "getrandom 0.2.15", "libc", - "spin 0.9.8", "untrusted 0.9.0", "windows-sys 0.52.0", ] @@ -12384,42 +8906,6 @@ dependencies = [ "digest 0.10.7", ] -[[package]] -name = "rlp" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" -dependencies = [ - "bytes", - "rustc-hex", -] - -[[package]] -name = "rlp" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa24e92bb2a83198bb76d661a71df9f7076b8c420b8696e4d3d97d50d94479e3" -dependencies = [ - "bytes", - "rustc-hex", -] - -[[package]] -name = "rococo-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", - "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", -] - [[package]] name = "route-recognizer" version = "0.3.1" @@ -12439,15 +8925,18 @@ dependencies = [ [[package]] name = "rtnetlink" -version = "0.10.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0" +checksum = "7a552eb82d19f38c3beed3f786bd23aa434ceb9ac43ab44419ca6d67a7e186c0" dependencies = [ "futures 0.3.31", "log", + "netlink-packet-core", "netlink-packet-route", + "netlink-packet-utils", "netlink-proto", - "nix 0.24.3", + "netlink-sys", + "nix 0.26.4", "thiserror 1.0.69", "tokio", ] @@ -12462,36 +8951,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[package]] -name = "ruint" -version = "1.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c3cc4c2511671f327125da14133d0c5c5d137f006a1017a16f557bc85b16286" -dependencies = [ - "alloy-rlp", - "ark-ff 0.3.0", - "ark-ff 0.4.2", - "bytes", - "fastrlp", - "num-bigint", - "num-traits 0.2.19", - "parity-scale-codec", - "primitive-types 0.12.2", - "proptest", - "rand", - "rlp 0.5.2", - "ruint-macro", - "serde", - "valuable", - "zeroize", -] - -[[package]] -name = "ruint-macro" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" - [[package]] name = "rustc-demangle" version = "0.1.24" @@ -12506,9 +8965,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" [[package]] name = "rustc-hex" @@ -12516,31 +8975,13 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" -[[package]] -name = "rustc_version" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" -dependencies = [ - "semver 0.9.0", -] - -[[package]] -name = "rustc_version" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" -dependencies = [ - "semver 0.11.0", -] - [[package]] name = "rustc_version" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.23", + "semver 1.0.26", ] [[package]] @@ -12568,94 +9009,56 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.40" +version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", "errno", "libc", - "linux-raw-sys 0.4.14", - "windows-sys 0.52.0", + "linux-raw-sys 0.4.15", + "windows-sys 0.59.0", ] [[package]] -name = "rustls" -version = "0.20.9" +name = "rustix" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" +checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf" dependencies = [ - "ring 0.16.20", - "sct", - "webpki", + "bitflags 2.9.0", + "errno", + "libc", + "linux-raw-sys 0.9.3", + "windows-sys 0.59.0", ] [[package]] name = "rustls" -version = "0.21.12" +version = "0.20.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" +checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" dependencies = [ - "log", - "ring 0.17.8", - "rustls-webpki 0.101.7", + "ring 0.16.20", "sct", + "webpki", ] [[package]] name = "rustls" -version = "0.22.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" -dependencies = [ - "log", - "ring 0.17.8", - "rustls-pki-types", - "rustls-webpki 0.102.8", - "subtle 2.6.1", - "zeroize", -] - -[[package]] -name = "rustls" -version = "0.23.16" +version = "0.23.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e" +checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c" dependencies = [ "log", "once_cell", - "ring 0.17.8", + "ring 0.17.14", "rustls-pki-types", - "rustls-webpki 0.102.8", + "rustls-webpki 0.103.1", "subtle 2.6.1", "zeroize", ] -[[package]] -name = "rustls-native-certs" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" -dependencies = [ - "openssl-probe", - "rustls-pemfile 1.0.4", - "schannel", - "security-framework 2.11.1", -] - -[[package]] -name = "rustls-native-certs" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" -dependencies = [ - "openssl-probe", - "rustls-pemfile 2.2.0", - "rustls-pki-types", - "schannel", - "security-framework 2.11.1", -] - [[package]] name = "rustls-native-certs" version = "0.8.1" @@ -12665,16 +9068,7 @@ dependencies = [ "openssl-probe", "rustls-pki-types", "schannel", - "security-framework 3.0.1", -] - -[[package]] -name = "rustls-pemfile" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" -dependencies = [ - "base64 0.21.7", + "security-framework", ] [[package]] @@ -12688,32 +9082,32 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" +checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" dependencies = [ "web-time", ] [[package]] name = "rustls-platform-verifier" -version = "0.3.4" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" +checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9" dependencies = [ - "core-foundation 0.9.4", + "core-foundation 0.10.0", "core-foundation-sys", "jni", "log", "once_cell", - "rustls 0.23.16", - "rustls-native-certs 0.7.3", + "rustls 0.23.25", + "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.102.8", - "security-framework 2.11.1", + "rustls-webpki 0.103.1", + "security-framework", "security-framework-sys", - "webpki-roots 0.26.6", - "winapi", + "webpki-root-certs", + "windows-sys 0.59.0", ] [[package]] @@ -12728,49 +9122,26 @@ version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.8", + "ring 0.17.14", "untrusted 0.9.0", ] [[package]] name = "rustls-webpki" -version = "0.102.8" +version = "0.103.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" +checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03" dependencies = [ - "ring 0.17.8", + "ring 0.17.14", "rustls-pki-types", "untrusted 0.9.0", ] [[package]] name = "rustversion" -version = "1.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" - -[[package]] -name = "rusty-fork" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" -dependencies = [ - "fnv", - "quick-error", - "tempfile", - "wait-timeout", -] - -[[package]] -name = "ruzstd" -version = "0.5.0" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" -dependencies = [ - "byteorder", - "derive_more 0.99.18", - "twox-hash", -] +checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" [[package]] name = "ruzstd" @@ -12779,7 +9150,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b" dependencies = [ "byteorder", - "derive_more 0.99.18", + "derive_more 0.99.19", ] [[package]] @@ -12795,26 +9166,26 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.18" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" +checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] -name = "safe-mix" -version = "1.0.1" +name = "safe_arch" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c" +checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" dependencies = [ - "rustc_version 0.2.3", + "bytemuck", ] [[package]] -name = "safe_arch" -version = "0.7.2" +name = "salsa20" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" +checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" dependencies = [ - "bytemuck", + "cipher 0.4.4", ] [[package]] @@ -12828,32 +9199,30 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "23.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "31.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-wasm-interface", "thiserror 1.0.69", ] [[package]] name = "sc-authority-discovery" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.49.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "futures 0.3.31", "futures-timer", "ip_network", - "libp2p", "linked_hash_set", "log", - "multihash 0.19.2", "parity-scale-codec", "prost 0.12.6", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-types", @@ -12869,11 +9238,10 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.49.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "futures 0.3.31", - "futures-timer", "log", "parity-scale-codec", "sc-block-builder", @@ -12891,8 +9259,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "sp-api", @@ -12906,12 +9274,11 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "42.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "docify", - "log", "memmap2 0.9.5", "parity-scale-codec", "sc-chain-spec-derive", @@ -12923,29 +9290,29 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", "sp-genesis-builder", "sp-io", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-tracing", ] [[package]] name = "sc-chain-spec-derive" -version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "12.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "sc-cli" -version = "0.36.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.51.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "chrono", @@ -12958,7 +9325,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -12986,8 +9353,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "fnv", "futures 0.3.31", @@ -13002,19 +9369,18 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-externalities", "sp-runtime", "sp-state-machine", - "sp-statement-store", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-storage", "sp-trie", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.35.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.46.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "hash-db", "kvdb", @@ -13038,19 +9404,18 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.48.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "futures 0.3.31", "log", - "mockall 0.11.4", + "mockall", "parking_lot 0.12.3", "sc-client-api", "sc-network-types", "sc-utils", "serde", - "sp-api", "sp-blockchain", "sp-consensus", "sp-core", @@ -13062,8 +9427,8 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.49.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "futures 0.3.31", @@ -13091,8 +9456,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.49.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "fork-tree", @@ -13117,7 +9482,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", "sp-inherents", "sp-keystore", "sp-runtime", @@ -13127,11 +9492,11 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.49.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", "sc-rpc-api", @@ -13149,8 +9514,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.48.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -13162,8 +9527,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.19.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.34.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "ahash", "array-bytes", @@ -13176,7 +9541,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13197,7 +9562,7 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -13206,12 +9571,12 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.19.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.34.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "finality-grandpa", "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", "sc-client-api", @@ -13226,14 +9591,14 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.35.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.50.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "assert_matches", "async-trait", "futures 0.3.31", "futures-timer", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", "sc-client-api", @@ -13261,8 +9626,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.48.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "futures 0.3.31", @@ -13284,8 +9649,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.32.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.42.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -13295,62 +9660,60 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-externalities", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-runtime-interface", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-wasm-interface", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.29.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.38.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "polkavm 0.9.3", + "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-wasm-interface", "thiserror 1.0.69", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" -version = "0.29.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.35.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "log", - "polkavm 0.9.3", + "polkavm", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-wasm-interface", ] [[package]] name = "sc-executor-wasmtime" -version = "0.29.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.38.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "anyhow", - "cfg-if", - "libc", "log", "parking_lot 0.12.3", "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] [[package]] name = "sc-informant" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.48.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "console", "futures 0.3.31", @@ -13358,7 +9721,6 @@ dependencies = [ "log", "sc-client-api", "sc-network", - "sc-network-common", "sc-network-sync", "sp-blockchain", "sp-runtime", @@ -13366,8 +9728,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "25.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "35.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -13380,8 +9742,8 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.4.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.19.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -13391,7 +9753,6 @@ dependencies = [ "futures-timer", "log", "mixnet", - "multiaddr 0.18.2", "parity-scale-codec", "parking_lot 0.12.3", "sc-client-api", @@ -13409,13 +9770,13 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.49.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "async-channel 1.9.0", "async-trait", - "asynchronous-codec", + "asynchronous-codec 0.6.2", "bytes", "cid 0.9.0", "either", @@ -13427,15 +9788,14 @@ dependencies = [ "linked_hash_set", "litep2p", "log", - "mockall 0.11.4", - "once_cell", + "mockall", "parity-scale-codec", "parking_lot 0.12.3", "partial_sort", "pin-project", "prost 0.12.6", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network-common", "sc-network-types", @@ -13460,26 +9820,18 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.48.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "async-trait", "bitflags 1.3.2", - "futures 0.3.31", - "libp2p-identity", "parity-scale-codec", - "prost-build", - "sc-consensus", - "sc-network-types", - "sp-consensus", - "sp-consensus-grandpa", "sp-runtime", ] [[package]] name = "sc-network-gossip" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.49.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "ahash", "futures 0.3.31", @@ -13497,8 +9849,8 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.48.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13518,17 +9870,16 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.48.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "async-channel 1.9.0", "async-trait", "fork-tree", "futures 0.3.31", - "futures-timer", "log", - "mockall 0.11.4", + "mockall", "parity-scale-codec", "prost 0.12.6", "prost-build", @@ -13555,15 +9906,16 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ + "async-channel 1.9.0", "async-trait", "futures 0.3.31", "futures-timer", "libp2p", "log", "parking_lot 0.12.3", - "rand", + "rand 0.8.5", "sc-block-builder", "sc-client-api", "sc-consensus", @@ -13578,7 +9930,7 @@ dependencies = [ "sp-consensus", "sp-core", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-tracing", "substrate-test-runtime", "substrate-test-runtime-client", "tokio", @@ -13586,8 +9938,8 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.48.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "futures 0.3.31", @@ -13605,51 +9957,50 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.10.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.15.3" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "bs58", + "bytes", "ed25519-dalek", "libp2p-identity", + "libp2p-kad", "litep2p", "log", "multiaddr 0.18.2", - "multihash 0.19.2", - "rand", + "multihash 0.19.3", + "rand 0.8.5", "thiserror 1.0.69", "zeroize", ] [[package]] name = "sc-offchain" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "44.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "array-bytes", "bytes", "fnv", "futures 0.3.31", "futures-timer", "http-body-util", - "hyper 1.5.0", - "hyper-rustls 0.27.3", + "hyper 1.6.0", + "hyper-rustls", "hyper-util", - "log", "num_cpus", "once_cell", "parity-scale-codec", "parking_lot 0.12.3", - "rand", - "rustls 0.23.16", + "rand 0.8.5", + "rustls 0.23.25", "sc-client-api", "sc-network", - "sc-network-common", "sc-network-types", "sc-transaction-pool-api", "sc-utils", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-externalities", "sp-keystore", "sp-offchain", "sp-runtime", @@ -13659,8 +10010,8 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.17.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.20.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -13668,11 +10019,11 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "44.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", @@ -13700,10 +10051,10 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.48.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee", "parity-scale-codec", "sc-chain-spec", "sc-mixnet", @@ -13720,43 +10071,43 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "21.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "dyn-clone", "forwarded-header-value", "futures 0.3.31", "governor", - "http 1.1.0", + "http 1.3.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.6.0", "ip_network", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "sc-rpc-api", "serde", "serde_json", "substrate-prometheus-endpoint", "tokio", - "tower", + "tower 0.4.13", "tower-http", ] [[package]] name = "sc-rpc-spec-v2" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.49.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "futures 0.3.31", "futures-util", "hex", "itertools 0.11.0", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-rpc", @@ -13774,22 +10125,37 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-runtime-utilities" +version = "0.2.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +dependencies = [ + "parity-scale-codec", + "sc-executor", + "sc-executor-common", + "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "sp-state-machine", + "sp-wasm-interface", + "thiserror 1.0.69", +] + [[package]] name = "sc-service" -version = "0.35.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.50.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "directories", "exit-future", "futures 0.3.31", "futures-timer", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", "pin-project", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -13819,12 +10185,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-externalities", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-storage", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -13840,8 +10206,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.30.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.38.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "log", "parity-scale-codec", @@ -13851,29 +10217,28 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "42.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.19", "futures 0.3.31", "libc", "log", - "rand", + "rand 0.8.5", "rand_pcg", "regex", "sc-telemetry", "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", "sp-io", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", ] [[package]] name = "sc-telemetry" -version = "15.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "28.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "chrono", "futures 0.3.31", @@ -13881,8 +10246,7 @@ dependencies = [ "log", "parking_lot 0.12.3", "pin-project", - "rand", - "sc-network", + "rand 0.8.5", "sc-utils", "serde", "serde_json", @@ -13892,8 +10256,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "chrono", "console", @@ -13911,7 +10275,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-tracing", "thiserror 1.0.69", "tracing", "tracing-log", @@ -13921,23 +10285,23 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "sc-transaction-pool" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "futures 0.3.31", "futures-timer", - "indexmap 2.6.0", + "indexmap 2.9.0", "itertools 0.11.0", "linked-hash-map", "log", @@ -13950,23 +10314,25 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror 1.0.69", "tokio", "tokio-stream", + "tracing", ] [[package]] name = "sc-transaction-pool-api" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "futures 0.3.31", + "indexmap 2.9.0", "log", "parity-scale-codec", "serde", @@ -13978,8 +10344,8 @@ dependencies = [ [[package]] name = "sc-utils" -version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "18.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-channel 1.9.0", "futures 0.3.31", @@ -14014,13 +10380,25 @@ dependencies = [ "serde", ] +[[package]] +name = "scale-bits" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27243ab0d2d6235072b017839c5f0cd1a3b1ce45c0f7a715363b0c7d36c76c94" +dependencies = [ + "parity-scale-codec", + "scale-info", + "scale-type-resolver 0.2.0", + "serde", +] + [[package]] name = "scale-decode" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afc79ba56a1c742f5aeeed1f1801f3edf51f7e818f0a54582cac6f131364ea7b" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.19", "parity-scale-codec", "scale-bits 0.5.0", "scale-type-resolver 0.1.1", @@ -14033,11 +10411,9 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.19", "parity-scale-codec", - "primitive-types 0.12.2", "scale-bits 0.6.0", - "scale-decode-derive 0.13.1", "scale-type-resolver 0.2.0", "smallvec", ] @@ -14050,35 +10426,50 @@ checksum = "f8ae9cc099ae85ff28820210732b00f019546f36f33225f509fe25d5816864a0" dependencies = [ "derive_more 1.0.0", "parity-scale-codec", - "primitive-types 0.13.1", + "primitive-types", "scale-bits 0.6.0", "scale-decode-derive 0.14.0", "scale-type-resolver 0.2.0", "smallvec", ] +[[package]] +name = "scale-decode" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d78196772d25b90a98046794ce0fe2588b39ebdfbdc1e45b4c6c85dd43bebad" +dependencies = [ + "parity-scale-codec", + "primitive-types", + "scale-bits 0.7.0", + "scale-decode-derive 0.16.0", + "scale-type-resolver 0.2.0", + "smallvec", + "thiserror 2.0.12", +] + [[package]] name = "scale-decode-derive" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bb22f574168103cdd3133b19281639ca65ad985e24612728f727339dcaf4021" +checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648" dependencies = [ - "darling 0.14.4", + "darling", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] name = "scale-decode-derive" -version = "0.14.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648" +checksum = "2f4b54a1211260718b92832b661025d1f1a4b6930fbadd6908e00edd265fa5f7" dependencies = [ - "darling 0.20.10", + "darling", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -14087,7 +10478,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "628800925a33794fb5387781b883b5e14d130fece9af5a63613867b8de07c5c7" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.19", "parity-scale-codec", "scale-bits 0.5.0", "scale-type-resolver 0.1.1", @@ -14096,65 +10487,65 @@ dependencies = [ [[package]] name = "scale-encode" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528464e6ae6c8f98e2b79633bf79ef939552e795e316579dab09c61670d56602" +checksum = "5f9271284d05d0749c40771c46180ce89905fd95aa72a2a2fddb4b7c0aa424db" dependencies = [ - "derive_more 0.99.18", + "derive_more 1.0.0", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types", "scale-bits 0.6.0", - "scale-encode-derive 0.7.2", + "scale-encode-derive 0.8.0", "scale-type-resolver 0.2.0", "smallvec", ] [[package]] name = "scale-encode" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9271284d05d0749c40771c46180ce89905fd95aa72a2a2fddb4b7c0aa424db" +checksum = "64901733157f9d25ef86843bd783eda439fac7efb0ad5a615d12d2cf3a29464b" dependencies = [ - "derive_more 1.0.0", "parity-scale-codec", - "primitive-types 0.13.1", - "scale-bits 0.6.0", - "scale-encode-derive 0.8.0", + "primitive-types", + "scale-bits 0.7.0", + "scale-encode-derive 0.10.0", "scale-type-resolver 0.2.0", "smallvec", + "thiserror 2.0.12", ] [[package]] name = "scale-encode-derive" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef2618f123c88da9cd8853b69d766068f1eddc7692146d7dfe9b89e25ce2efd" +checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137" dependencies = [ - "darling 0.20.10", - "proc-macro-crate 3.2.0", + "darling", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "scale-encode-derive" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137" +checksum = "78a3993a13b4eafa89350604672c8757b7ea84c7c5947d4b3691e3169c96379b" dependencies = [ - "darling 0.20.10", - "proc-macro-crate 3.2.0", + "darling", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "scale-info" -version = "2.11.5" +version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aa7ffc1c0ef49b0452c6e2986abf2b07743320641ffd5fc63d552458e3b779b" +checksum = "346a3b32eba2640d17a9cb5927056b08f3de90f65b72fe09402c2ad07d684d0b" dependencies = [ "bitvec", "cfg-if", @@ -14166,14 +10557,14 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.5" +version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46385cc24172cf615450267463f937c10072516359b3ff1cb24228a4a08bf951" +checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -14198,28 +10589,28 @@ dependencies = [ [[package]] name = "scale-typegen" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "498d1aecf2ea61325d4511787c115791639c0fd21ef4f8e11e49dd09eff2bbac" +checksum = "0dc4c70c7fea2eef1740f0081d3fe385d8bee1eef11e9272d3bec7dc8e5438e0" dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.87", + "syn 2.0.100", "thiserror 1.0.69", ] [[package]] name = "scale-typegen" -version = "0.9.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc4c70c7fea2eef1740f0081d3fe385d8bee1eef11e9272d3bec7dc8e5438e0" +checksum = "6aebea322734465f39e4ad8100e1f9708c6c6c325d92b8780015d30c44fae791" dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.87", - "thiserror 1.0.69", + "syn 2.0.100", + "thiserror 2.0.12", ] [[package]] @@ -14228,7 +10619,7 @@ version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c07ccfee963104335c971aaf8b7b0e749be8569116322df23f1f75c4ca9e4a28" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.19", "either", "frame-metadata 15.1.0", "parity-scale-codec", @@ -14241,59 +10632,57 @@ dependencies = [ [[package]] name = "scale-value" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd6ab090d823e75cfdb258aad5fe92e13f2af7d04b43a55d607d25fcc38c811" +checksum = "f5e0ef2a0ee1e02a69ada37feb87ea1616ce9808aca072befe2d3131bf28576e" dependencies = [ "base58", "blake2 0.10.6", - "derive_more 0.99.18", + "derive_more 1.0.0", "either", - "frame-metadata 15.1.0", "parity-scale-codec", "scale-bits 0.6.0", - "scale-decode 0.13.1", - "scale-encode 0.7.2", + "scale-decode 0.14.0", + "scale-encode 0.8.0", "scale-info", "scale-type-resolver 0.2.0", "serde", - "yap", + "yap 0.11.0", ] [[package]] name = "scale-value" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5e0ef2a0ee1e02a69ada37feb87ea1616ce9808aca072befe2d3131bf28576e" +checksum = "8ca8b26b451ecb7fd7b62b259fa28add63d12ec49bbcac0e01fcb4b5ae0c09aa" dependencies = [ "base58", "blake2 0.10.6", - "derive_more 1.0.0", "either", "parity-scale-codec", - "scale-bits 0.6.0", - "scale-decode 0.14.0", - "scale-encode 0.8.0", - "scale-info", + "scale-bits 0.7.0", + "scale-decode 0.16.0", + "scale-encode 0.10.0", "scale-type-resolver 0.2.0", "serde", - "yap", + "thiserror 2.0.12", + "yap 0.12.0", ] [[package]] name = "schannel" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" +checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" dependencies = [ "windows-sys 0.59.0", ] [[package]] name = "schnellru" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" +checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649" dependencies = [ "ahash", "cfg-if", @@ -14312,7 +10701,7 @@ dependencies = [ "curve25519-dalek", "getrandom_or_panic", "merlin", - "rand_core", + "rand_core 0.6.4", "serde_bytes", "sha2 0.10.8", "subtle 2.6.1", @@ -14327,9 +10716,21 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scratch" -version = "1.0.7" +version = "1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52" + +[[package]] +name = "scrypt" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" +checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" +dependencies = [ + "password-hash", + "pbkdf2", + "salsa20", + "sha2 0.10.8", +] [[package]] name = "sct" @@ -14337,7 +10738,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.17.8", + "ring 0.17.14", "untrusted 0.9.0", ] @@ -14350,7 +10751,7 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -14386,6 +10787,17 @@ dependencies = [ "secp256k1-sys 0.9.2", ] +[[package]] +name = "secp256k1" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" +dependencies = [ + "bitcoin_hashes 0.14.0", + "rand 0.8.5", + "secp256k1-sys 0.10.1", +] + [[package]] name = "secp256k1-sys" version = "0.8.1" @@ -14404,6 +10816,15 @@ dependencies = [ "cc", ] +[[package]] +name = "secp256k1-sys" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9" +dependencies = [ + "cc", +] + [[package]] name = "secrecy" version = "0.8.0" @@ -14414,26 +10835,21 @@ dependencies = [ ] [[package]] -name = "security-framework" -version = "2.11.1" +name = "secrecy" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" +checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" dependencies = [ - "bitflags 2.6.0", - "core-foundation 0.9.4", - "core-foundation-sys", - "libc", - "num-bigint", - "security-framework-sys", + "zeroize", ] [[package]] name = "security-framework" -version = "3.0.1" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8" +checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", "core-foundation 0.10.0", "core-foundation-sys", "libc", @@ -14442,9 +10858,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.12.1" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2" +checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" dependencies = [ "core-foundation-sys", "libc", @@ -14456,32 +10872,14 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537" dependencies = [ - "semver-parser 0.7.0", -] - -[[package]] -name = "semver" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" -dependencies = [ - "semver-parser 0.7.0", + "semver-parser", ] [[package]] name = "semver" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" -dependencies = [ - "semver-parser 0.10.2", -] - -[[package]] -name = "semver" -version = "1.0.23" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" +checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" dependencies = [ "serde", ] @@ -14492,70 +10890,40 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" -[[package]] -name = "semver-parser" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" -dependencies = [ - "pest", -] - -[[package]] -name = "send_wrapper" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" - -[[package]] -name = "send_wrapper" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" - [[package]] name = "serde" -version = "1.0.215" +version = "1.0.219" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" +checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" dependencies = [ "serde_derive", ] -[[package]] -name = "serde-big-array" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd31f59f6fe2b0c055371bb2f16d7f0aa7d8881676c04a55b1596d1a17cd10a4" -dependencies = [ - "serde", -] - [[package]] name = "serde_bytes" -version = "0.11.15" +version = "0.11.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" +checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" dependencies = [ "serde", ] [[package]] name = "serde_derive" -version = "1.0.215" +version = "1.0.219" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" +checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "itoa", "memchr", @@ -14590,7 +10958,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.9.0", "itoa", "ryu", "serde", @@ -14607,19 +10975,6 @@ dependencies = [ "serde", ] -[[package]] -name = "sha-1" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" -dependencies = [ - "block-buffer 0.9.0", - "cfg-if", - "cpufeatures", - "digest 0.9.0", - "opaque-debug 0.3.1", -] - [[package]] name = "sha1" version = "0.10.6" @@ -14696,7 +11051,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest 0.10.7", - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -14714,11 +11069,11 @@ dependencies = [ [[package]] name = "simple-dns" -version = "0.7.1" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c80e565e7dcc4f1ef247e2f395550d4cf7d777746d5988e7e4e3156b71077fc" +checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", ] [[package]] @@ -14764,22 +11119,11 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" -[[package]] -name = "slot-range-helper" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime", -] - [[package]] name = "smallvec" -version = "1.13.2" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "smart-default" @@ -14789,7 +11133,7 @@ checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -14815,61 +11159,6 @@ dependencies = [ "futures-lite", ] -[[package]] -name = "smoldot" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d1eaa97d77be4d026a1e7ffad1bb3b78448763b357ea6f8188d3e6f736a9b9" -dependencies = [ - "arrayvec 0.7.6", - "async-lock", - "atomic-take", - "base64 0.21.7", - "bip39", - "blake2-rfc", - "bs58", - "chacha20", - "crossbeam-queue", - "derive_more 0.99.18", - "ed25519-zebra", - "either", - "event-listener 4.0.3", - "fnv", - "futures-lite", - "futures-util", - "hashbrown 0.14.5", - "hex", - "hmac 0.12.1", - "itertools 0.12.1", - "libm", - "libsecp256k1", - "merlin", - "no-std-net", - "nom", - "num-bigint", - "num-rational", - "num-traits 0.2.19", - "pbkdf2", - "pin-project", - "poly1305", - "rand", - "rand_chacha", - "ruzstd 0.5.0", - "schnorrkel", - "serde", - "serde_json", - "sha2 0.10.8", - "sha3", - "siphasher 1.0.1", - "slab", - "smallvec", - "soketto 0.7.1", - "twox-hash", - "wasmi 0.31.2", - "x25519-dalek", - "zeroize", -] - [[package]] name = "smoldot" version = "0.18.0" @@ -14885,10 +11174,10 @@ dependencies = [ "bs58", "chacha20", "crossbeam-queue", - "derive_more 0.99.18", + "derive_more 0.99.19", "ed25519-zebra", "either", - "event-listener 5.3.1", + "event-listener 5.4.0", "fnv", "futures-lite", "futures-util", @@ -14899,64 +11188,28 @@ dependencies = [ "libm", "libsecp256k1", "merlin", - "nom", - "num-bigint", - "num-rational", - "num-traits 0.2.19", - "pbkdf2", - "pin-project", - "poly1305", - "rand", - "rand_chacha", - "ruzstd 0.6.0", - "schnorrkel", - "serde", - "serde_json", - "sha2 0.10.8", - "sha3", - "siphasher 1.0.1", - "slab", - "smallvec", - "soketto 0.8.0", - "twox-hash", - "wasmi 0.32.3", - "x25519-dalek", - "zeroize", -] - -[[package]] -name = "smoldot-light" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5496f2d116b7019a526b1039ec2247dd172b8670633b1a64a614c9ea12c9d8c7" -dependencies = [ - "async-channel 2.3.1", - "async-lock", - "base64 0.21.7", - "blake2-rfc", - "derive_more 0.99.18", - "either", - "event-listener 4.0.3", - "fnv", - "futures-channel", - "futures-lite", - "futures-util", - "hashbrown 0.14.5", - "hex", - "itertools 0.12.1", - "log", - "lru", - "no-std-net", - "parking_lot 0.12.3", + "nom", + "num-bigint", + "num-rational", + "num-traits 0.2.19", + "pbkdf2", "pin-project", - "rand", - "rand_chacha", + "poly1305", + "rand 0.8.5", + "rand_chacha 0.3.1", + "ruzstd", + "schnorrkel", "serde", "serde_json", + "sha2 0.10.8", + "sha3", "siphasher 1.0.1", "slab", - "smol", - "smoldot 0.16.0", + "smallvec", + "soketto", + "twox-hash", + "wasmi", + "x25519-dalek", "zeroize", ] @@ -14971,9 +11224,9 @@ dependencies = [ "base64 0.22.1", "blake2-rfc", "bs58", - "derive_more 0.99.18", + "derive_more 0.99.19", "either", - "event-listener 5.3.1", + "event-listener 5.4.0", "fnv", "futures-channel", "futures-lite", @@ -14985,14 +11238,14 @@ dependencies = [ "lru", "parking_lot 0.12.3", "pin-project", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "serde", "serde_json", "siphasher 1.0.1", "slab", "smol", - "smoldot 0.18.0", + "smoldot", "zeroize", ] @@ -15012,337 +11265,18 @@ dependencies = [ "blake2 0.10.6", "chacha20poly1305", "curve25519-dalek", - "rand_core", - "ring 0.17.8", - "rustc_version 0.4.1", + "rand_core 0.6.4", + "ring 0.17.14", + "rustc_version", "sha2 0.10.8", "subtle 2.6.1", ] -[[package]] -name = "snowbridge-amcl" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "460a9ed63cdf03c1b9847e8a12a5f5ba19c4efd5869e4a737e05be25d7c427e5" -dependencies = [ - "parity-scale-codec", - "scale-info", -] - -[[package]] -name = "snowbridge-beacon-primitives" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "byte-slice-cast", - "frame-support", - "hex", - "parity-scale-codec", - "rlp 0.6.1", - "scale-info", - "serde", - "snowbridge-ethereum", - "snowbridge-milagro-bls", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "ssz_rs", - "ssz_rs_derive", -] - -[[package]] -name = "snowbridge-core" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "ethabi-decode", - "frame-support", - "frame-system", - "hex-literal", - "parity-scale-codec", - "polkadot-parachain-primitives", - "scale-info", - "serde", - "snowbridge-beacon-primitives", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-builder", -] - -[[package]] -name = "snowbridge-ethereum" -version = "0.3.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "ethabi-decode", - "ethbloom 0.14.1", - "ethereum-types 0.15.1", - "hex-literal", - "parity-bytes", - "parity-scale-codec", - "rlp 0.6.1", - "scale-info", - "serde", - "serde-big-array", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] - -[[package]] -name = "snowbridge-milagro-bls" -version = "1.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "026aa8638f690a53e3f7676024b9e913b1cab0111d1b7b92669d40a188f9d7e6" -dependencies = [ - "hex", - "lazy_static", - "parity-scale-codec", - "rand", - "scale-info", - "snowbridge-amcl", - "zeroize", -] - -[[package]] -name = "snowbridge-outbound-queue-merkle-tree" -version = "0.3.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "snowbridge-outbound-queue-runtime-api" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "parity-scale-codec", - "snowbridge-core", - "snowbridge-outbound-queue-merkle-tree", - "sp-api", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] - -[[package]] -name = "snowbridge-pallet-ethereum-client" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "serde", - "snowbridge-beacon-primitives", - "snowbridge-core", - "snowbridge-ethereum", - "snowbridge-pallet-ethereum-client-fixtures", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "static_assertions", -] - -[[package]] -name = "snowbridge-pallet-ethereum-client-fixtures" -version = "0.9.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "hex-literal", - "snowbridge-beacon-primitives", - "snowbridge-core", - "sp-core", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] - -[[package]] -name = "snowbridge-pallet-inbound-queue" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "alloy-primitives", - "alloy-sol-types", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "snowbridge-beacon-primitives", - "snowbridge-core", - "snowbridge-pallet-inbound-queue-fixtures", - "snowbridge-router-primitives", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "snowbridge-pallet-inbound-queue-fixtures" -version = "0.10.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "hex-literal", - "snowbridge-beacon-primitives", - "snowbridge-core", - "sp-core", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] - -[[package]] -name = "snowbridge-pallet-outbound-queue" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bridge-hub-common", - "ethabi-decode", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "snowbridge-core", - "snowbridge-outbound-queue-merkle-tree", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] - -[[package]] -name = "snowbridge-pallet-system" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "snowbridge-core", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "snowbridge-router-primitives" -version = "0.9.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "hex-literal", - "log", - "parity-scale-codec", - "scale-info", - "snowbridge-core", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "snowbridge-runtime-common" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "log", - "parity-scale-codec", - "snowbridge-core", - "sp-arithmetic", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", -] - -[[package]] -name = "snowbridge-runtime-test-common" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-pallet-parachain-system", - "frame-support", - "frame-system", - "pallet-balances", - "pallet-collator-selection", - "pallet-message-queue", - "pallet-session", - "pallet-timestamp", - "pallet-utility", - "pallet-xcm", - "parachains-runtimes-test-utils", - "parity-scale-codec", - "snowbridge-core", - "snowbridge-pallet-ethereum-client", - "snowbridge-pallet-ethereum-client-fixtures", - "snowbridge-pallet-outbound-queue", - "snowbridge-pallet-system", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "snowbridge-system-runtime-api" -version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "parity-scale-codec", - "snowbridge-core", - "sp-api", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", -] - -[[package]] -name = "socket2" -version = "0.4.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" -dependencies = [ - "libc", - "winapi", -] - [[package]] name = "socket2" -version = "0.5.7" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" dependencies = [ "libc", "windows-sys 0.52.0", @@ -15350,39 +11284,24 @@ dependencies = [ [[package]] name = "soketto" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" -dependencies = [ - "base64 0.13.1", - "bytes", - "futures 0.3.31", - "httparse", - "log", - "rand", - "sha-1", -] - -[[package]] -name = "soketto" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" +checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" dependencies = [ "base64 0.22.1", "bytes", "futures 0.3.31", - "http 1.1.0", + "http 1.3.1", "httparse", "log", - "rand", + "rand 0.8.5", "sha1", ] [[package]] name = "sp-api" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "36.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "docify", "hash-db", @@ -15391,10 +11310,10 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-externalities", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-runtime-interface", "sp-state-machine", "sp-trie", "sp-version", @@ -15403,22 +11322,22 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "15.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "22.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "Inflector", "blake2 0.10.6", "expander", - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "sp-application-crypto" -version = "30.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "40.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "scale-info", @@ -15429,8 +11348,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "23.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "26.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "docify", "integer-sqrt", @@ -15441,28 +11360,10 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-ark-bls12-381" -version = "0.4.2" -source = "git+https://github.com/duniter/arkworks-substrate#1dbec3114648697c992d3d022ade24c7a221c4c8" -dependencies = [ - "ark-bls12-381-ext", - "sp-crypto-ec-utils 0.10.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", -] - -[[package]] -name = "sp-ark-ed-on-bls12-381-bandersnatch" -version = "0.4.2" -source = "git+https://github.com/duniter/arkworks-substrate#1dbec3114648697c992d3d022ade24c7a221c4c8" -dependencies = [ - "ark-ed-on-bls12-381-bandersnatch-ext", - "sp-crypto-ec-utils 0.10.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", -] - [[package]] name = "sp-authority-discovery" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "36.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "scale-info", @@ -15473,8 +11374,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "36.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "sp-api", "sp-inherents", @@ -15483,8 +11384,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "futures 0.3.31", "parity-scale-codec", @@ -15502,13 +11403,12 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.32.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.42.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "futures 0.3.31", "log", - "sp-core", "sp-inherents", "sp-runtime", "sp-state-machine", @@ -15517,8 +11417,8 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.32.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.42.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "parity-scale-codec", @@ -15533,8 +11433,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.32.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.42.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "parity-scale-codec", @@ -15549,30 +11449,10 @@ dependencies = [ "sp-timestamp", ] -[[package]] -name = "sp-consensus-beefy" -version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-io", - "sp-keystore", - "sp-mmr-primitives", - "sp-runtime", - "sp-weights", - "strum 0.26.3", -] - [[package]] name = "sp-consensus-grandpa" -version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "23.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "finality-grandpa", "log", @@ -15586,21 +11466,10 @@ dependencies = [ "sp-runtime", ] -[[package]] -name = "sp-consensus-pow" -version = "0.32.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "parity-scale-codec", - "sp-api", - "sp-core", - "sp-runtime", -] - [[package]] name = "sp-consensus-slots" -version = "0.32.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.42.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "scale-info", @@ -15610,11 +11479,11 @@ dependencies = [ [[package]] name = "sp-core" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "36.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ + "ark-vrf", "array-bytes", - "bandersnatch_vrfs", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", @@ -15624,7 +11493,7 @@ dependencies = [ "futures 0.3.31", "hash-db", "hash256-std-hasher", - "impl-serde 0.5.0", + "impl-serde", "itertools 0.11.0", "k256", "libsecp256k1", @@ -15634,19 +11503,19 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "paste", - "primitive-types 0.13.1", - "rand", + "primitive-types", + "rand 0.8.5", "scale-info", "schnorrkel", "secp256k1 0.28.2", - "secrecy", - "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "secrecy 0.8.0", + "serde", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror 1.0.69", @@ -15655,54 +11524,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core-hashing" -version = "15.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] - -[[package]] -name = "sp-crypto-ec-utils" -version = "0.10.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "ark-bls12-377", - "ark-bls12-377-ext", - "ark-bls12-381", - "ark-bls12-381-ext", - "ark-bw6-761", - "ark-bw6-761-ext", - "ark-ec 0.4.2", - "ark-ed-on-bls12-377", - "ark-ed-on-bls12-377-ext", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ed-on-bls12-381-bandersnatch-ext", - "ark-scale", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] - -[[package]] -name = "sp-crypto-ec-utils" -version = "0.10.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "ark-bls12-377", - "ark-bls12-377-ext", - "ark-bls12-381", - "ark-bls12-381-ext", - "ark-bw6-761", - "ark-bw6-761-ext", - "ark-ec 0.4.2", - "ark-ed-on-bls12-377", - "ark-ed-on-bls12-377-ext", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ed-on-bls12-381-bandersnatch-ext", - "ark-scale", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", -] - [[package]] name = "sp-crypto-hashing" version = "0.1.0" @@ -15720,7 +11541,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "blake2b_simd", "byteorder", @@ -15733,17 +11554,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "syn 2.0.87", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "syn 2.0.100", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -15752,21 +11573,11 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.87", -] - -[[package]] -name = "sp-debug-derive" -version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -15785,28 +11596,18 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] - -[[package]] -name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.30.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", + "sp-storage", ] [[package]] name = "sp-genesis-builder" -version = "0.8.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.17.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "scale-info", @@ -15817,8 +11618,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "36.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -15830,8 +11631,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "30.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "bytes", "docify", @@ -15839,16 +11640,16 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "sp-externalities", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-runtime-interface", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-tracing", "sp-trie", "tracing", "tracing-core", @@ -15856,8 +11657,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "31.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "41.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "sp-core", "sp-runtime", @@ -15866,19 +11667,19 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.42.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-externalities", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -15897,18 +11698,18 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.6.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.10.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "frame-metadata 18.0.0", + "frame-metadata 20.0.0", "parity-scale-codec", "scale-info", ] [[package]] name = "sp-mixnet" -version = "0.4.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.14.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "scale-info", @@ -15916,40 +11717,10 @@ dependencies = [ "sp-application-crypto", ] -[[package]] -name = "sp-mmr-primitives" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "log", - "parity-scale-codec", - "polkadot-ckb-merkle-mountain-range", - "scale-info", - "serde", - "sp-api", - "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-runtime", - "thiserror 1.0.69", -] - -[[package]] -name = "sp-npos-elections" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", -] - [[package]] name = "sp-offchain" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "36.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "sp-api", "sp-core", @@ -15958,8 +11729,8 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "13.0.2" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "backtrace", "regex", @@ -15967,8 +11738,8 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "34.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -15977,8 +11748,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "31.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "41.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "binary-merkle-tree", "docify", @@ -15989,7 +11760,7 @@ dependencies = [ "num-traits 0.2.19", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", @@ -15997,7 +11768,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-std", "sp-trie", "sp-weights", "tracing", @@ -16006,72 +11777,40 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.9.1", - "primitive-types 0.13.1", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "29.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", - "primitive-types 0.13.1", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", - "sp-storage 19.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", - "sp-wasm-interface 20.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", + "polkavm-derive", + "primitive-types", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] [[package]] name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "Inflector", - "expander", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.87", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "18.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "sp-session" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "38.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "scale-info", @@ -16084,8 +11823,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -16097,17 +11836,17 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.35.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.45.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.3", - "rand", + "rand 0.8.5", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-externalities", "sp-panic-handler", "sp-trie", "thiserror 1.0.69", @@ -16117,24 +11856,24 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "20.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "aes-gcm", "curve25519-dalek", "ed25519-dalek", "hkdf", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sha2 0.10.8", "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "sp-externalities", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-runtime-interface", "thiserror 1.0.69", "x25519-dalek", ] @@ -16142,41 +11881,24 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" - -[[package]] -name = "sp-std" -version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" - -[[package]] -name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "impl-serde 0.5.0", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", -] +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" [[package]] name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "22.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "impl-serde 0.5.0", + "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk)", + "sp-debug-derive", ] [[package]] name = "sp-timestamp" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "36.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "parity-scale-codec", @@ -16187,19 +11909,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "parity-scale-codec", - "tracing", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" +version = "17.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", "tracing", @@ -16209,8 +11920,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "36.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "sp-api", "sp-runtime", @@ -16218,8 +11929,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "36.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "async-trait", "parity-scale-codec", @@ -16232,8 +11943,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "39.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "ahash", "hash-db", @@ -16241,11 +11952,11 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.3", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-externalities", "thiserror 1.0.69", "tracing", "trie-db", @@ -16254,37 +11965,37 @@ dependencies = [ [[package]] name = "sp-version" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ - "impl-serde 0.5.0", + "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info", "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-std", "sp-version-proc-macro", "thiserror 1.0.69", ] [[package]] name = "sp-version-proc-macro" -version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "15.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "parity-scale-codec", - "proc-macro-warning 1.0.2", + "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "21.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -16293,21 +12004,10 @@ dependencies = [ "wasmtime", ] -[[package]] -name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", -] - [[package]] name = "sp-weights" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "31.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -16315,7 +12015,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-debug-derive", ] [[package]] @@ -16364,56 +12064,20 @@ dependencies = [ "unicode-xid", ] -[[package]] -name = "ssz_rs" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "057291e5631f280978fa9c8009390663ca4613359fc1318e36a8c24c392f6d1f" -dependencies = [ - "bitvec", - "num-bigint", - "sha2 0.9.9", - "ssz_rs_derive", -] - -[[package]] -name = "ssz_rs_derive" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f07d54c4d01a1713eb363b55ba51595da15f6f1211435b71466460da022aa140" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "stable_deref_trait" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" -[[package]] -name = "staging-parachain-info" -version = "0.7.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] - [[package]] name = "staging-xcm" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "16.1.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "bounded-collections", - "derivative", + "derive-where", "environmental", "frame-support", "hex-literal", @@ -16427,48 +12091,6 @@ dependencies = [ "xcm-procedural", ] -[[package]] -name = "staging-xcm-builder" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-asset-conversion", - "pallet-transaction-payment", - "parity-scale-codec", - "polkadot-parachain-primitives", - "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "staging-xcm-executor" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "environmental", - "frame-benchmarking", - "frame-support", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", - "tracing", -] - [[package]] name = "static_assertions" version = "1.1.0" @@ -16492,9 +12114,9 @@ dependencies = [ [[package]] name = "static_init_macro" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf" +checksum = "1389c88ddd739ec6d3f8f83343764a0e944cd23cfbf126a9796a714b0b6edd6f" dependencies = [ "cfg_aliases 0.1.1", "memchr", @@ -16511,15 +12133,8 @@ checksum = "1c6a0d765f5807e98a091107bae0a56ea3799f66a5de47b2c84c94a39c09974e" dependencies = [ "cfg-if", "hashbrown 0.14.5", - "serde", ] -[[package]] -name = "strsim" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" - [[package]] name = "strsim" version = "0.11.1" @@ -16564,13 +12179,13 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "substrate-bip39" -version = "0.4.7" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.6.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -16582,17 +12197,17 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" [[package]] name = "substrate-frame-rpc-system" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "43.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "docify", "frame-system-rpc-runtime-api", "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", @@ -16606,11 +12221,11 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "0.17.2" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "http-body-util", - "hyper 1.5.0", + "hyper 1.6.0", "hyper-util", "log", "prometheus", @@ -16621,7 +12236,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "async-trait", @@ -16631,7 +12246,6 @@ dependencies = [ "sc-client-db", "sc-consensus", "sc-executor", - "sc-offchain", "sc-service", "serde", "serde_json", @@ -16641,14 +12255,13 @@ dependencies = [ "sp-keyring", "sp-keystore", "sp-runtime", - "sp-state-machine", "tokio", ] [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "frame-executive", @@ -16671,8 +12284,8 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "sp-externalities 0.25.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "sp-externalities", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -16692,7 +12305,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "futures 0.3.31", "sc-block-builder", @@ -16709,30 +12322,30 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "17.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "26.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "array-bytes", "build-helper", "cargo_metadata", "console", "filetime", - "frame-metadata 18.0.0", + "frame-metadata 20.0.0", "jobserver", "merkleized-metadata", "parity-scale-codec", "parity-wasm", - "polkavm-linker 0.9.2", + "polkavm-linker", "sc-executor", "shlex", "sp-core", "sp-io", "sp-maybe-compressed-blob", - "sp-tracing 16.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", + "sp-tracing", "sp-version", "strum 0.26.3", "tempfile", - "toml 0.8.19", + "toml 0.8.20", "walkdir", "wasm-opt", ] @@ -16751,9 +12364,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "subweight-core" -version = "3.4.2" +version = "3.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34c772d65a8a9d3180a0701180acf5af449dec7fe42123bfda3438274b48da80" +checksum = "53cffed5c5a40a7a0ccbb6f0ecd42f9c418a086c1097399ddbeec438c209f0e1" dependencies = [ "clap", "fancy-regex", @@ -16762,76 +12375,76 @@ dependencies = [ "lazy_static", "log", "proc-macro2", - "semver 1.0.23", + "semver 1.0.26", "serde", "serde_json", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "subxt" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a160cba1edbf3ec4fbbeaea3f1a185f70448116a6bccc8276bb39adb3b3053bd" +checksum = "1c17d7ec2359d33133b63c97e28c8b7cd3f0a5bc6ce567ae3aef9d9e85be3433" dependencies = [ "async-trait", "derive-where", "either", - "frame-metadata 16.0.0", + "frame-metadata 17.0.0", "futures 0.3.31", "hex", - "impl-serde 0.4.0", - "instant", - "jsonrpsee 0.22.5", + "impl-serde", + "jsonrpsee", "parity-scale-codec", - "primitive-types 0.12.2", - "reconnecting-jsonrpsee-ws-client", + "polkadot-sdk", + "primitive-types", "scale-bits 0.6.0", - "scale-decode 0.13.1", - "scale-encode 0.7.2", + "scale-decode 0.14.0", + "scale-encode 0.8.0", "scale-info", - "scale-value 0.16.3", + "scale-value 0.17.0", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-core 0.37.1", - "subxt-lightclient 0.37.0", - "subxt-macro 0.37.0", - "subxt-metadata 0.37.0", + "subxt-core 0.38.1", + "subxt-lightclient 0.38.1", + "subxt-macro 0.38.1", + "subxt-metadata 0.38.1", "thiserror 1.0.69", + "tokio", "tokio-util", "tracing", "url", + "web-time", ] [[package]] name = "subxt" -version = "0.38.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.38.0-duniter-substrate-v1.17.0#7044fccc5aaa1f838368a7f4a54f96d1f3f3040c" +version = "0.41.0" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" dependencies = [ "async-trait", "derive-where", "either", - "frame-metadata 17.0.0", + "frame-metadata 20.0.0", "futures 0.3.31", "hex", - "impl-serde 0.5.0", - "jsonrpsee 0.24.7", + "jsonrpsee", "parity-scale-codec", - "polkadot-sdk", - "primitive-types 0.13.1", - "scale-bits 0.6.0", - "scale-decode 0.14.0", - "scale-encode 0.8.0", + "primitive-types", + "scale-bits 0.7.0", + "scale-decode 0.16.0", + "scale-encode 0.10.0", "scale-info", - "scale-value 0.17.0", + "scale-value 0.18.0", "serde", "serde_json", - "subxt-core 0.38.0", - "subxt-lightclient 0.38.0", - "subxt-macro 0.38.0", - "subxt-metadata 0.38.0", - "thiserror 1.0.69", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "subxt-core 0.41.0", + "subxt-lightclient 0.41.0", + "subxt-macro 0.41.0", + "subxt-metadata 0.41.0", + "subxt-rpcs", + "thiserror 2.0.12", "tokio", "tokio-util", "tracing", @@ -16842,107 +12455,106 @@ dependencies = [ [[package]] name = "subxt-codegen" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d703dca0905cc5272d7cc27a4ac5f37dcaae7671acc7fef0200057cc8c317786" +checksum = "6550ef451c77db6e3bc7c56fb6fe1dca9398a2c8fc774b127f6a396a769b9c5b" dependencies = [ - "frame-metadata 16.0.0", "heck 0.5.0", - "hex", - "jsonrpsee 0.22.5", "parity-scale-codec", "proc-macro2", "quote", "scale-info", - "scale-typegen 0.8.0", - "subxt-metadata 0.37.0", - "syn 2.0.87", + "scale-typegen 0.9.0", + "subxt-metadata 0.38.1", + "syn 2.0.100", "thiserror 1.0.69", - "tokio", ] [[package]] name = "subxt-codegen" -version = "0.38.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.38.0-duniter-substrate-v1.17.0#7044fccc5aaa1f838368a7f4a54f96d1f3f3040c" +version = "0.41.0" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" dependencies = [ "heck 0.5.0", "parity-scale-codec", "proc-macro2", "quote", "scale-info", - "scale-typegen 0.9.0", - "subxt-metadata 0.38.0", - "syn 2.0.87", - "thiserror 1.0.69", + "scale-typegen 0.11.0", + "subxt-metadata 0.41.0", + "syn 2.0.100", + "thiserror 2.0.12", ] [[package]] name = "subxt-core" -version = "0.37.1" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af3b36405538a36b424d229dc908d1396ceb0994c90825ce928709eac1a159a" +checksum = "cb7a1bc6c9c1724971636a66e3225a7253cdb35bb6efb81524a6c71c04f08c59" dependencies = [ "base58", "blake2 0.10.6", "derive-where", - "frame-metadata 16.0.0", + "frame-decode 0.5.1", + "frame-metadata 17.0.0", "hashbrown 0.14.5", "hex", - "impl-serde 0.4.0", + "impl-serde", + "keccak-hash", "parity-scale-codec", - "primitive-types 0.12.2", + "polkadot-sdk", + "primitive-types", "scale-bits 0.6.0", - "scale-decode 0.13.1", - "scale-encode 0.7.2", + "scale-decode 0.14.0", + "scale-encode 0.8.0", "scale-info", - "scale-value 0.16.3", + "scale-value 0.17.0", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-metadata 0.37.0", + "subxt-metadata 0.38.1", "tracing", ] [[package]] name = "subxt-core" -version = "0.38.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.38.0-duniter-substrate-v1.17.0#7044fccc5aaa1f838368a7f4a54f96d1f3f3040c" +version = "0.41.0" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" dependencies = [ "base58", "blake2 0.10.6", "derive-where", - "frame-decode", - "frame-metadata 17.0.0", + "frame-decode 0.7.0", + "frame-metadata 20.0.0", "hashbrown 0.14.5", "hex", - "impl-serde 0.5.0", - "keccak-hash 0.11.0", + "impl-serde", + "keccak-hash", "parity-scale-codec", - "polkadot-sdk", - "primitive-types 0.13.1", - "scale-bits 0.6.0", - "scale-decode 0.14.0", - "scale-encode 0.8.0", + "primitive-types", + "scale-bits 0.7.0", + "scale-decode 0.16.0", + "scale-encode 0.10.0", "scale-info", - "scale-value 0.17.0", + "scale-value 0.18.0", "serde", "serde_json", - "subxt-metadata 0.38.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "subxt-metadata 0.41.0", + "thiserror 2.0.12", "tracing", ] [[package]] name = "subxt-lightclient" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d9406fbdb9548c110803cb8afa750f8b911d51eefdf95474b11319591d225d9" +checksum = "89ebc9131da4d0ba1f7814495b8cc79698798ccd52cacd7bcefe451e415bd945" dependencies = [ "futures 0.3.31", "futures-util", "serde", "serde_json", - "smoldot-light 0.14.0", + "smoldot-light", "thiserror 1.0.69", "tokio", "tokio-stream", @@ -16951,15 +12563,15 @@ dependencies = [ [[package]] name = "subxt-lightclient" -version = "0.38.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.38.0-duniter-substrate-v1.17.0#7044fccc5aaa1f838368a7f4a54f96d1f3f3040c" +version = "0.41.0" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" dependencies = [ "futures 0.3.31", "futures-util", "serde", "serde_json", - "smoldot-light 0.16.2", - "thiserror 1.0.69", + "smoldot-light", + "thiserror 2.0.12", "tokio", "tokio-stream", "tracing", @@ -16967,88 +12579,120 @@ dependencies = [ [[package]] name = "subxt-macro" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c195f803d70687e409aba9be6c87115b5da8952cd83c4d13f2e043239818fcd" +checksum = "7819c5e09aae0319981ee853869f2fcd1fac4db8babd0d004c17161297aadc05" dependencies = [ - "darling 0.20.10", + "darling", "parity-scale-codec", - "proc-macro-error", + "proc-macro-error2", "quote", - "scale-typegen 0.8.0", - "subxt-codegen 0.37.0", - "syn 2.0.87", + "scale-typegen 0.9.0", + "subxt-codegen 0.38.1", + "subxt-utils-fetchmetadata 0.38.1", + "syn 2.0.100", ] [[package]] name = "subxt-macro" -version = "0.38.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.38.0-duniter-substrate-v1.17.0#7044fccc5aaa1f838368a7f4a54f96d1f3f3040c" +version = "0.41.0" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" dependencies = [ - "darling 0.20.10", + "darling", "parity-scale-codec", "proc-macro-error2", "quote", - "scale-typegen 0.9.0", - "subxt-codegen 0.38.0", - "subxt-utils-fetchmetadata", - "syn 2.0.87", + "scale-typegen 0.11.0", + "subxt-codegen 0.41.0", + "subxt-utils-fetchmetadata 0.41.0", + "syn 2.0.100", ] [[package]] name = "subxt-metadata" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "738be5890fdeff899bbffff4d9c0f244fe2a952fb861301b937e3aa40ebb55da" +checksum = "aacd4e7484fef58deaa2dcb32d94753a864b208a668c0dd0c28be1d8abeeadb2" dependencies = [ - "frame-metadata 16.0.0", + "frame-decode 0.5.1", + "frame-metadata 17.0.0", "hashbrown 0.14.5", "parity-scale-codec", + "polkadot-sdk", "scale-info", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "subxt-metadata" -version = "0.38.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.38.0-duniter-substrate-v1.17.0#7044fccc5aaa1f838368a7f4a54f96d1f3f3040c" +version = "0.41.0" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" dependencies = [ - "frame-decode", - "frame-metadata 17.0.0", + "frame-decode 0.7.0", + "frame-metadata 20.0.0", "hashbrown 0.14.5", "parity-scale-codec", - "polkadot-sdk", "scale-info", + "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "thiserror 2.0.12", +] + +[[package]] +name = "subxt-rpcs" +version = "0.41.0" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" +dependencies = [ + "derive-where", + "frame-metadata 20.0.0", + "futures 0.3.31", + "hex", + "impl-serde", + "jsonrpsee", + "parity-scale-codec", + "primitive-types", + "serde", + "serde_json", + "subxt-core 0.41.0", + "subxt-lightclient 0.41.0", + "thiserror 2.0.12", + "tokio-util", + "tracing", + "url", ] [[package]] name = "subxt-signer" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49888ae6ae90fe01b471193528eea5bd4ed52d8eecd2d13f4a2333b87388850" +checksum = "d680352d04665b1e4eb6f9d2a54b800c4d8e1b20478e69be1b7d975b08d9fc34" dependencies = [ + "base64 0.22.1", "bip32", "bip39", "cfg-if", + "crypto_secretbox", "hex", "hmac 0.12.1", - "keccak-hash 0.10.0", + "keccak-hash", "parity-scale-codec", "pbkdf2", + "polkadot-sdk", "regex", "schnorrkel", - "secp256k1 0.28.2", - "secrecy", + "scrypt", + "secp256k1 0.30.0", + "secrecy 0.10.3", + "serde", + "serde_json", "sha2 0.10.8", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-core 0.37.1", + "subxt-core 0.38.1", "zeroize", ] [[package]] name = "subxt-utils-fetchmetadata" -version = "0.38.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.38.0-duniter-substrate-v1.17.0#7044fccc5aaa1f838368a7f4a54f96d1f3f3040c" +version = "0.38.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3c53bc3eeaacc143a2f29ace4082edd2edaccab37b69ad20befba9fb00fdb3d" dependencies = [ "hex", "parity-scale-codec", @@ -17056,21 +12700,20 @@ dependencies = [ ] [[package]] -name = "syn" -version = "1.0.109" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +name = "subxt-utils-fetchmetadata" +version = "0.41.0" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", + "hex", + "parity-scale-codec", + "thiserror 2.0.12", ] [[package]] name = "syn" -version = "2.0.87" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ "proc-macro2", "quote", @@ -17078,22 +12721,21 @@ dependencies = [ ] [[package]] -name = "syn-solidity" -version = "0.4.2" +name = "syn" +version = "2.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b837ef12ab88835251726eb12237655e61ec8dc8a280085d1961cdc3dfd047" +checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" dependencies = [ - "paste", "proc-macro2", "quote", - "syn 2.0.87", + "unicode-ident", ] [[package]] name = "sync_wrapper" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" dependencies = [ "futures-core", ] @@ -17118,7 +12760,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -17127,7 +12769,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3d2c2202510a1e186e63e596d9318c91a8cbe85cd1a56a7be0c333e5f59ec8d" dependencies = [ - "syn 2.0.87", + "syn 2.0.100", "synthez-codegen", "synthez-core", ] @@ -17138,7 +12780,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f724aa6d44b7162f3158a57bccd871a77b39a4aef737e01bcdff41f4772c7746" dependencies = [ - "syn 2.0.87", + "syn 2.0.100", "synthez-core", ] @@ -17151,25 +12793,25 @@ dependencies = [ "proc-macro2", "quote", "sealed", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "system-configuration" -version = "0.5.1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.9.0", "core-foundation 0.9.4", "system-configuration-sys", ] [[package]] name = "system-configuration-sys" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" dependencies = [ "core-foundation-sys", "libc", @@ -17189,14 +12831,14 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.14.0" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" dependencies = [ - "cfg-if", "fastrand", + "getrandom 0.3.2", "once_cell", - "rustix 0.38.40", + "rustix 1.0.5", "windows-sys 0.59.0", ] @@ -17227,44 +12869,29 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" +checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" dependencies = [ - "rustix 0.38.40", + "rustix 1.0.5", "windows-sys 0.59.0", ] [[package]] name = "termtree" -version = "0.4.1" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" - -[[package]] -name = "testnet-parachains-constants" -version = "1.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "polkadot-core-primitives", - "rococo-runtime-constants", - "smallvec", - "sp-runtime", - "staging-xcm", - "westend-runtime-constants", -] +checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "textwrap" -version = "0.16.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" +checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" dependencies = [ "smawk", "unicode-linebreak", - "unicode-width 0.1.14", + "unicode-width", ] [[package]] @@ -17278,11 +12905,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.3" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.3", + "thiserror-impl 2.0.12", ] [[package]] @@ -17293,18 +12920,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "thiserror-impl" -version = "2.0.3" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -17355,9 +12982,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" dependencies = [ "deranged", "itoa", @@ -17370,15 +12997,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" +checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" dependencies = [ "num-conv", "time-core", @@ -17405,9 +13032,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" +checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" dependencies = [ "tinyvec_macros", ] @@ -17420,70 +13047,48 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", "libc", - "mio 1.0.2", + "mio 1.0.3", "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.7", + "socket2", "tokio-macros", "windows-sys 0.52.0", ] [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", -] - -[[package]] -name = "tokio-rustls" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" -dependencies = [ - "rustls 0.21.12", - "tokio", -] - -[[package]] -name = "tokio-rustls" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" -dependencies = [ - "rustls 0.22.4", - "rustls-pki-types", - "tokio", + "syn 2.0.100", ] [[package]] name = "tokio-rustls" -version = "0.26.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" dependencies = [ - "rustls 0.23.16", - "rustls-pki-types", + "rustls 0.23.25", "tokio", ] [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", @@ -17493,24 +13098,25 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.20.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" +checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" dependencies = [ "futures-util", "log", - "rustls 0.21.12", - "rustls-native-certs 0.6.3", + "rustls 0.23.25", + "rustls-native-certs", + "rustls-pki-types", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls", "tungstenite", ] [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" dependencies = [ "bytes", "futures-core", @@ -17531,9 +13137,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" +checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148" dependencies = [ "serde", "serde_spanned", @@ -17552,11 +13158,11 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.22" +version = "0.22.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" +checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.9.0", "serde", "serde_spanned", "toml_datetime", @@ -17578,15 +13184,30 @@ dependencies = [ "tracing", ] +[[package]] +name = "tower" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" +dependencies = [ + "futures-core", + "futures-util", + "pin-project-lite", + "sync_wrapper", + "tokio", + "tower-layer", + "tower-service", +] + [[package]] name = "tower-http" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", "bytes", - "http 1.1.0", + "http 1.3.1", "http-body 1.0.1", "http-body-util", "pin-project-lite", @@ -17608,9 +13229,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.40" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ "log", "pin-project-lite", @@ -17620,20 +13241,20 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" +checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "tracing-core" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" dependencies = [ "once_cell", "valuable", @@ -17651,8 +13272,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "19.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "coarsetime", "polkadot-primitives", @@ -17663,13 +13284,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "expander", - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -17685,9 +13306,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" dependencies = [ "matchers", "nu-ansi-term", @@ -17705,9 +13326,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.29.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" +checksum = "6c0670ab45a6b7002c7df369fee950a27cf29ae0474343fd3a15aa15f691e7a6" dependencies = [ "hash-db", "log", @@ -17724,78 +13345,6 @@ dependencies = [ "hash-db", ] -[[package]] -name = "trust-dns-proto" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" -dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner 0.5.1", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.2.3", - "ipnet", - "lazy_static", - "rand", - "smallvec", - "socket2 0.4.10", - "thiserror 1.0.69", - "tinyvec", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "trust-dns-proto" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" -dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner 0.6.1", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.4.0", - "ipnet", - "once_cell", - "rand", - "smallvec", - "thiserror 1.0.69", - "tinyvec", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "trust-dns-resolver" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lru-cache", - "once_cell", - "parking_lot 0.12.3", - "rand", - "resolv-conf", - "smallvec", - "thiserror 1.0.69", - "tokio", - "tracing", - "trust-dns-proto 0.23.2", -] - [[package]] name = "try-lock" version = "0.2.5" @@ -17810,20 +13359,20 @@ checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" [[package]] name = "tungstenite" -version = "0.20.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" dependencies = [ - "byteorder", "bytes", "data-encoding", - "http 0.2.12", + "http 1.3.1", "httparse", "log", - "rand", - "rustls 0.21.12", + "rand 0.9.0", + "rustls 0.23.25", + "rustls-pki-types", "sha1", - "thiserror 1.0.69", + "thiserror 2.0.12", "url", "utf-8", ] @@ -17842,7 +13391,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand", + "rand 0.8.5", "static_assertions", ] @@ -17863,14 +13412,14 @@ checksum = "29a3151c41d0b13e3d011f98adc24434560ef06673a155a6c7f66b9879eecce2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] name = "typenum" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" +checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "ucd-trie" @@ -17958,17 +13507,11 @@ dependencies = [ "unic-common", ] -[[package]] -name = "unicode-bidi" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" - [[package]] name = "unicode-ident" -version = "1.0.13" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" +checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "unicode-linebreak" @@ -17991,12 +13534,6 @@ version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" -[[package]] -name = "unicode-width" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - [[package]] name = "unicode-width" version = "0.2.0" @@ -18019,15 +13556,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "unreachable" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" -dependencies = [ - "void", -] - [[package]] name = "unsafe-libyaml" version = "0.2.11" @@ -18040,7 +13568,7 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.6.2", "bytes", "futures-io", "futures-util", @@ -18070,12 +13598,12 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.3" +version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", - "idna 1.0.3", + "idna", "percent-encoding", ] @@ -18105,9 +13633,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "valuable" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "vcpkg" @@ -18128,36 +13656,71 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] -name = "w3f-bls" -version = "0.1.8" +name = "w3f-bls" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32" +dependencies = [ + "ark-bls12-377", + "ark-bls12-381 0.4.0", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-serialize 0.4.2", + "ark-serialize-derive 0.4.2", + "arrayref", + "digest 0.10.7", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "sha2 0.10.8", + "sha3", + "zeroize", +] + +[[package]] +name = "w3f-pcs" +version = "0.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbe7a8d5c914b69392ab3b267f679a2e546fe29afaddce47981772ac71bd02e1" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "merlin", +] + +[[package]] +name = "w3f-plonk-common" +version = "0.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024" +checksum = "1aca389e494fe08c5c108b512e2328309036ee1c0bc7bdfdb743fef54d448c8c" dependencies = [ - "ark-bls12-377", - "ark-bls12-381", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-serialize-derive 0.4.2", - "arrayref", - "constcat", - "digest 0.10.7", - "rand", - "rand_chacha", - "rand_core", - "sha2 0.10.8", - "sha3", - "thiserror 1.0.69", - "zeroize", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "getrandom_or_panic", + "rand_core 0.6.4", + "w3f-pcs", ] [[package]] -name = "wait-timeout" -version = "0.2.0" +name = "w3f-ring-proof" +version = "0.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +checksum = "8a639379402ad51504575dbd258740383291ac8147d3b15859bdf1ea48c677de" dependencies = [ - "libc", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "ark-transcript", + "w3f-pcs", + "w3f-plonk-common", ] [[package]] @@ -18185,58 +13748,68 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasi" +version = "0.14.2+wasi-0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" +dependencies = [ + "wit-bindgen-rt", +] + [[package]] name = "wasix" version = "0.12.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" dependencies = [ - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", ] [[package]] name = "wasm-bindgen" -version = "0.2.95" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" +checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" dependencies = [ "cfg-if", "once_cell", + "rustversion", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.95" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" +checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.45" +version = "0.4.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" +checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" dependencies = [ "cfg-if", "js-sys", + "once_cell", "wasm-bindgen", "web-sys", ] [[package]] name = "wasm-bindgen-macro" -version = "0.2.95" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" +checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -18244,22 +13817,25 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.95" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" +checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.95" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" +checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" +dependencies = [ + "unicode-ident", +] [[package]] name = "wasm-instrument" @@ -18325,19 +13901,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "wasmi" -version = "0.31.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7" -dependencies = [ - "smallvec", - "spin 0.9.8", - "wasmi_arena", - "wasmi_core 0.13.0", - "wasmparser-nostd", -] - [[package]] name = "wasmi" version = "0.32.3" @@ -18351,16 +13914,10 @@ dependencies = [ "smallvec", "spin 0.9.8", "wasmi_collections", - "wasmi_core 0.32.3", + "wasmi_core", "wasmparser-nostd", ] -[[package]] -name = "wasmi_arena" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" - [[package]] name = "wasmi_collections" version = "0.32.3" @@ -18372,18 +13929,6 @@ dependencies = [ "string-interner", ] -[[package]] -name = "wasmi_core" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" -dependencies = [ - "downcast-rs", - "libm", - "num-traits 0.2.19", - "paste", -] - [[package]] name = "wasmi_core" version = "0.32.3" @@ -18590,7 +14135,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand", + "rand 0.8.5", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -18612,9 +14157,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.72" +version = "0.3.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" +checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" dependencies = [ "js-sys", "wasm-bindgen", @@ -18636,10 +14181,19 @@ version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" dependencies = [ - "ring 0.17.8", + "ring 0.17.14", "untrusted 0.9.0", ] +[[package]] +name = "webpki-root-certs" +version = "0.26.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4" +dependencies = [ + "rustls-pki-types", +] + [[package]] name = "webpki-roots" version = "0.25.4" @@ -18648,9 +14202,9 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.6" +version = "0.26.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" +checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" dependencies = [ "rustls-pki-types", ] @@ -18665,27 +14219,11 @@ dependencies = [ "subweight-core", ] -[[package]] -name = "westend-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", - "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", -] - [[package]] name = "wide" -version = "0.7.28" +version = "0.7.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b828f995bf1e9622031f8009f8481a85406ce1f4d4588ff746d872043e855690" +checksum = "41b5576b9a81633f3e8df296ce0063042a73507636cbe956c61133dd7034ab22" dependencies = [ "bytemuck", "safe_arch", @@ -18693,9 +14231,9 @@ dependencies = [ [[package]] name = "widestring" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" +checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" [[package]] name = "winapi" @@ -18730,60 +14268,110 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows" -version = "0.51.1" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" +checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538" dependencies = [ - "windows-core 0.51.1", - "windows-targets 0.48.5", + "windows-core 0.53.0", + "windows-targets 0.52.6", ] [[package]] name = "windows-core" -version = "0.51.1" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" +checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd" dependencies = [ - "windows-targets 0.48.5", + "windows-result 0.1.2", + "windows-targets 0.52.6", ] [[package]] name = "windows-core" -version = "0.52.0" +version = "0.61.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" dependencies = [ - "windows-targets 0.52.6", + "windows-implement", + "windows-interface", + "windows-link", + "windows-result 0.3.2", + "windows-strings 0.4.0", +] + +[[package]] +name = "windows-implement" +version = "0.60.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + +[[package]] +name = "windows-interface" +version = "0.59.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", ] +[[package]] +name = "windows-link" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" + [[package]] name = "windows-registry" -version = "0.2.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" +checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" dependencies = [ - "windows-result", - "windows-strings", - "windows-targets 0.52.6", + "windows-result 0.3.2", + "windows-strings 0.3.1", + "windows-targets 0.53.0", ] [[package]] name = "windows-result" -version = "0.2.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-result" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" +dependencies = [ + "windows-link", +] + [[package]] name = "windows-strings" -version = "0.1.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" dependencies = [ - "windows-result", - "windows-targets 0.52.6", + "windows-link", +] + +[[package]] +name = "windows-strings" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97" +dependencies = [ + "windows-link", ] [[package]] @@ -18861,13 +14449,29 @@ dependencies = [ "windows_aarch64_gnullvm 0.52.6", "windows_aarch64_msvc 0.52.6", "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", + "windows_i686_gnullvm 0.52.6", "windows_i686_msvc 0.52.6", "windows_x86_64_gnu 0.52.6", "windows_x86_64_gnullvm 0.52.6", "windows_x86_64_msvc 0.52.6", ] +[[package]] +name = "windows-targets" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" +dependencies = [ + "windows_aarch64_gnullvm 0.53.0", + "windows_aarch64_msvc 0.53.0", + "windows_i686_gnu 0.53.0", + "windows_i686_gnullvm 0.53.0", + "windows_i686_msvc 0.53.0", + "windows_x86_64_gnu 0.53.0", + "windows_x86_64_gnullvm 0.53.0", + "windows_x86_64_msvc 0.53.0", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.42.2" @@ -18886,6 +14490,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" + [[package]] name = "windows_aarch64_msvc" version = "0.42.2" @@ -18904,6 +14514,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" +[[package]] +name = "windows_aarch64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" + [[package]] name = "windows_i686_gnu" version = "0.42.2" @@ -18922,12 +14538,24 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" +[[package]] +name = "windows_i686_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" + [[package]] name = "windows_i686_gnullvm" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" +[[package]] +name = "windows_i686_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" + [[package]] name = "windows_i686_msvc" version = "0.42.2" @@ -18946,6 +14574,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" +[[package]] +name = "windows_i686_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" + [[package]] name = "windows_x86_64_gnu" version = "0.42.2" @@ -18964,6 +14598,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" +[[package]] +name = "windows_x86_64_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" + [[package]] name = "windows_x86_64_gnullvm" version = "0.42.2" @@ -18982,6 +14622,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" + [[package]] name = "windows_x86_64_msvc" version = "0.42.2" @@ -19000,11 +14646,17 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" +[[package]] +name = "windows_x86_64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" + [[package]] name = "winnow" -version = "0.6.20" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" +checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10" dependencies = [ "memchr", ] @@ -19019,6 +14671,15 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "wit-bindgen-rt" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" +dependencies = [ + "bitflags 2.9.0", +] + [[package]] name = "write16" version = "1.0.0" @@ -19047,23 +14708,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ "curve25519-dalek", - "rand_core", + "rand_core 0.6.4", "serde", "zeroize", ] [[package]] name = "x509-parser" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" dependencies = [ - "asn1-rs 0.5.2", + "asn1-rs 0.6.2", "data-encoding", - "der-parser 8.2.0", + "der-parser 9.0.0", "lazy_static", "nom", - "oid-registry 0.6.1", + "oid-registry 0.7.1", "rusticata-macros", "thiserror 1.0.69", "time", @@ -19071,73 +14732,37 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" +checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs 0.7.1", "data-encoding", - "der-parser 9.0.0", + "der-parser 10.0.0", "lazy_static", "nom", - "oid-registry 0.7.1", + "oid-registry 0.8.1", "rusticata-macros", - "thiserror 1.0.69", + "thiserror 2.0.12", "time", ] [[package]] name = "xcm-procedural" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" +version = "11.0.2" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.87", -] - -[[package]] -name = "xcm-runtime-apis" -version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "xcm-simulator" -version = "7.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0#e3172c09434c095d444f0300169c0e6111523d73" -dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "paste", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.17.0)", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "syn 2.0.100", ] [[package]] name = "xml-rs" -version = "0.8.23" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af310deaae937e48a26602b730250b4949e125f468f11e6990be3e5304ddd96f" +checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4" [[package]] name = "xmltree" @@ -19182,8 +14807,24 @@ dependencies = [ "nohash-hasher", "parking_lot 0.12.3", "pin-project", - "rand", + "rand 0.8.5", + "static_assertions", +] + +[[package]] +name = "yamux" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17610762a1207ee816c6fadc29220904753648aba0a9ed61c7b8336e80a559c4" +dependencies = [ + "futures 0.3.31", + "log", + "nohash-hasher", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", "static_assertions", + "web-time", ] [[package]] @@ -19192,6 +14833,12 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff4524214bc4629eba08d78ceb1d6507070cc0bcbbed23af74e19e6e924a24cf" +[[package]] +name = "yap" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfe269e7b803a5e8e20cbd97860e136529cd83bf2c9c6d37b142467e7e1f051f" + [[package]] name = "yasna" version = "0.5.2" @@ -19203,9 +14850,9 @@ dependencies = [ [[package]] name = "yoke" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" +checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" dependencies = [ "serde", "stable_deref_trait", @@ -19215,13 +14862,13 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" +checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", "synstructure 0.13.1", ] @@ -19231,8 +14878,16 @@ version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ - "byteorder", - "zerocopy-derive", + "zerocopy-derive 0.7.35", +] + +[[package]] +name = "zerocopy" +version = "0.8.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" +dependencies = [ + "zerocopy-derive 0.8.24", ] [[package]] @@ -19243,27 +14898,38 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", +] + +[[package]] +name = "zerocopy-derive" +version = "0.8.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", ] [[package]] name = "zerofrom" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", "synstructure 0.13.1", ] @@ -19284,7 +14950,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -19306,7 +14972,7 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.87", + "syn 2.0.100", ] [[package]] @@ -19349,9 +15015,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.13+zstd.1.5.6" +version = "2.0.15+zstd.1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" +checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" dependencies = [ "cc", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index 44e1a7c9b..72d914453 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ array-bytes = { version = "6.2.2", default-features = false } parking_lot = { version = "0.12.1" } # Subxt -subxt = { git = 'https://github.com/duniter/subxt', branch = 'subxt-v0.38.0-duniter-substrate-v1.17.0', default-features = false } +subxt = { git = 'https://github.com/duniter/subxt', branch = 'subxt-v0.41.0-duniter-substrate-v1.18.0', default-features = false } # local dependencies weight-analyzer = { path = "resources/weight_analyzer", default-features = false } @@ -140,90 +140,90 @@ sp-distance = { path = 'primitives/distance', default-features = false } sp-membership = { path = 'primitives/membership', default-features = false } # substrate dependencies -pallet-transaction-payment-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -frame-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -frame-metadata-hash-extension = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -frame-executive = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -frame-support = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -frame-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -frame-system-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -frame-system-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -frame-try-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-atomic-swap = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-authorship = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-collective = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-im-online = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-multisig = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-preimage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-proxy = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-scheduler = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-sudo = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-transaction-payment = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-treasury = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -pallet-utility = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-arithmetic = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-block-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-client-db = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-client-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-consensus-grandpa-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-consensus-babe-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-blockchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-offchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-core = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-inherents = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-offchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-staking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-weights = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-transaction-pool = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-version = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-cli = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-service = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-trie = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-genesis-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-keyring = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-consensus = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-core-hashing = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-keystore = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-rpc-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -substrate-wasm-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-io = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -substrate-build-script-utils = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0' } -node-primitives = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -frame-benchmarking-cli = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-chain-spec = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-consensus = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-consensus-manual-seal = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-executor = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-telemetry = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-transaction-pool = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-basic-authorship = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-network = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-network-sync = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-network-test = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-utils = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-keystore = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-storage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-transaction-storage-proof = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sc-transaction-pool-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -sp-state-machine = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } -substrate-frame-rpc-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.17.0', default-features = false } +pallet-transaction-payment-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +frame-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +frame-metadata-hash-extension = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +frame-executive = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +frame-support = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +frame-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +frame-system-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +frame-system-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +frame-try-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-atomic-swap = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-authorship = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-collective = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-im-online = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-multisig = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-preimage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-proxy = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-scheduler = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-sudo = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-transaction-payment = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-treasury = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +pallet-utility = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-arithmetic = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-block-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-client-db = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-client-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-consensus-grandpa-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-consensus-babe-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-blockchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-offchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-core = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-inherents = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-offchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-staking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-weights = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-transaction-pool = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-version = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-cli = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-service = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-trie = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-genesis-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-keyring = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-consensus = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-core-hashing = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-keystore = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-rpc-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +substrate-wasm-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-io = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +substrate-build-script-utils = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0' } +node-primitives = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +frame-benchmarking-cli = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-chain-spec = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-consensus = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-consensus-manual-seal = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-executor = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-telemetry = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-transaction-pool = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-basic-authorship = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-network = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-network-sync = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-network-test = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-utils = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-keystore = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-storage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-transaction-storage-proof = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sc-transaction-pool-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +sp-state-machine = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } +substrate-frame-rpc-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.18.0', default-features = false } # The list of dependencies below (which can be both direct and indirect dependencies) are crates # that are suspected to be CPU-intensive, and that are unlikely to require debugging (as some of diff --git a/distance-oracle/Cargo.toml b/distance-oracle/Cargo.toml index 2be78ee9c..5cd47183c 100644 --- a/distance-oracle/Cargo.toml +++ b/distance-oracle/Cargo.toml @@ -35,7 +35,6 @@ sp-core = { workspace = true } sp-distance = { workspace = true } sp-runtime = { workspace = true } subxt = { workspace = true, features = [ - "substrate-compat", "native", "jsonrpsee", ] } diff --git a/end2end-tests/Cargo.toml b/end2end-tests/Cargo.toml index a88a23955..46ae1926d 100644 --- a/end2end-tests/Cargo.toml +++ b/end2end-tests/Cargo.toml @@ -44,7 +44,6 @@ sp-core = { workspace = true } sp-keyring = { workspace = true } sp-runtime = { workspace = true } subxt = { workspace = true, features = [ - "substrate-compat", "native", "jsonrpsee", ] } diff --git a/live-tests/Cargo.toml b/live-tests/Cargo.toml index 3faa5c2eb..2548d0ae4 100644 --- a/live-tests/Cargo.toml +++ b/live-tests/Cargo.toml @@ -15,7 +15,6 @@ countmap = { workspace = true } sp-core = { workspace = true } sp-runtime = { workspace = true } subxt = { workspace = true, features = [ - "substrate-compat", "native", "jsonrpsee", ] } -- GitLab From 2f9e8c8236c09e2bc38e55224297a08027ee1202 Mon Sep 17 00:00:00 2001 From: bgallois <benjamin@gallois.cc> Date: Wed, 9 Apr 2025 11:30:28 +0200 Subject: [PATCH 2/5] upgrade pallets --- pallets/identity/src/types.rs | 7 ++++--- pallets/membership/src/lib.rs | 2 +- pallets/oneshot-account/src/check_nonce.rs | 6 +++--- pallets/oneshot-account/src/types.rs | 4 ++-- pallets/provide-randomness/src/types.rs | 6 ++++-- pallets/universal-dividend/src/types.rs | 6 ++++-- primitives/distance/src/lib.rs | 4 ++-- 7 files changed, 20 insertions(+), 15 deletions(-) diff --git a/pallets/identity/src/types.rs b/pallets/identity/src/types.rs index 60d92bbb6..1de3c4656 100644 --- a/pallets/identity/src/types.rs +++ b/pallets/identity/src/types.rs @@ -16,7 +16,7 @@ //! Various basic types for use in the identity pallet. -use codec::{Decode, Encode}; +use codec::{Decode, DecodeWithMemTracking, Encode}; use frame_support::pallet_prelude::*; use scale_info::{prelude::vec::Vec, TypeInfo}; use serde::{Deserialize, Serialize}; @@ -45,7 +45,7 @@ pub enum IdtyEvent<T: crate::Config> { } /// Reasons for revocation. -#[derive(Encode, Decode, Clone, PartialEq, Eq, RuntimeDebug, TypeInfo)] +#[derive(Encode, Decode, DecodeWithMemTracking, Clone, PartialEq, Eq, RuntimeDebug, TypeInfo)] pub enum RevocationReason { /// Revoked by root (e.g., governance or migration). Root, @@ -56,7 +56,7 @@ pub enum RevocationReason { } /// Reasons for removal. -#[derive(Encode, Decode, Clone, PartialEq, Eq, RuntimeDebug, TypeInfo)] +#[derive(Encode, Decode, Clone, DecodeWithMemTracking, PartialEq, Eq, RuntimeDebug, TypeInfo)] pub enum RemovalReason { /// Removed by root. Root, @@ -72,6 +72,7 @@ pub enum RemovalReason { #[derive( Encode, Decode, + DecodeWithMemTracking, Default, Clone, PartialEq, diff --git a/pallets/membership/src/lib.rs b/pallets/membership/src/lib.rs index ffbd6b879..402639c36 100644 --- a/pallets/membership/src/lib.rs +++ b/pallets/membership/src/lib.rs @@ -57,7 +57,7 @@ impl<IdtyId, AccountId> SetupBenchmark<IdtyId, AccountId> for () { } /// Represent reasons for the removal of membership. -#[derive(Encode, Decode, Clone, PartialEq, Eq, RuntimeDebug, TypeInfo)] +#[derive(Encode, Decode, Clone, DecodeWithMemTracking, PartialEq, Eq, RuntimeDebug, TypeInfo)] pub enum MembershipRemovalReason { /// Indicates membership was removed because it reached the end of its life. Expired, diff --git a/pallets/oneshot-account/src/check_nonce.rs b/pallets/oneshot-account/src/check_nonce.rs index 63968eddb..8b7278afc 100644 --- a/pallets/oneshot-account/src/check_nonce.rs +++ b/pallets/oneshot-account/src/check_nonce.rs @@ -16,7 +16,7 @@ use crate::Config; -use codec::{Decode, Encode}; +use codec::{Decode, DecodeWithMemTracking, Encode}; use frame_support::{dispatch::DispatchInfo, pallet_prelude::Weight, traits::IsSubType}; //use frame_system::Config; use scale_info::{ @@ -33,7 +33,7 @@ use sp_runtime::{ }; /// Wrapper around `frame_system::CheckNonce<T>`. -#[derive(Encode, Decode, Clone, Eq, PartialEq, TypeInfo)] +#[derive(Encode, Decode, DecodeWithMemTracking, Clone, Eq, PartialEq, TypeInfo)] #[scale_info(skip_type_params(Runtime))] pub struct CheckNonce<T: Config>(pub frame_system::CheckNonce<T>); @@ -74,7 +74,7 @@ where info: &DispatchInfoOf<T::RuntimeCall>, len: usize, self_implicit: Self::Implicit, - inherited_implication: &impl Encode, + inherited_implication: &(impl Encode + sp_runtime::traits::Implication), source: TransactionSource, ) -> ValidateResult<Self::Val, T::RuntimeCall> { self.0.validate( diff --git a/pallets/oneshot-account/src/types.rs b/pallets/oneshot-account/src/types.rs index f81d051a0..80565b373 100644 --- a/pallets/oneshot-account/src/types.rs +++ b/pallets/oneshot-account/src/types.rs @@ -14,11 +14,11 @@ // You should have received a copy of the GNU Affero General Public License // along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. -use codec::{Decode, Encode}; +use codec::{Decode, DecodeWithMemTracking, Encode}; use frame_support::pallet_prelude::*; /// The type of account. -#[derive(Clone, Decode, Encode, PartialEq, RuntimeDebug, TypeInfo)] +#[derive(Clone, Decode, Encode, DecodeWithMemTracking, PartialEq, RuntimeDebug, TypeInfo)] pub enum Account<AccountId> { /// Normal account type. Normal(AccountId), diff --git a/pallets/provide-randomness/src/types.rs b/pallets/provide-randomness/src/types.rs index 4dfeda203..50270f0b8 100644 --- a/pallets/provide-randomness/src/types.rs +++ b/pallets/provide-randomness/src/types.rs @@ -17,13 +17,15 @@ //! Various basic types for use in pallet provide randomness use super::RequestId; -use codec::{Decode, Encode}; +use codec::{Decode, DecodeWithMemTracking, Encode}; use frame_support::pallet_prelude::*; use scale_info::TypeInfo; use sp_core::H256; /// The type of randomness source. -#[derive(Clone, Copy, Decode, Encode, Eq, PartialEq, RuntimeDebug, TypeInfo)] +#[derive( + Clone, DecodeWithMemTracking, Copy, Decode, Encode, Eq, PartialEq, RuntimeDebug, TypeInfo, +)] pub enum RandomnessType { /// Randomness derived from the previous block. RandomnessFromPreviousBlock, diff --git a/pallets/universal-dividend/src/types.rs b/pallets/universal-dividend/src/types.rs index b5b5907e6..b323276f1 100644 --- a/pallets/universal-dividend/src/types.rs +++ b/pallets/universal-dividend/src/types.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU Affero General Public License // along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. -use codec::{Decode, Encode, Error, Input, MaxEncodedLen, Output}; +use codec::{Decode, DecodeWithMemTracking, Encode, Error, Input, MaxEncodedLen, Output}; use core::num::NonZeroU16; use scale_info::prelude::vec::Vec; use sp_runtime::RuntimeDebug; @@ -22,7 +22,9 @@ use sp_runtime::RuntimeDebug; pub type UdIndex = u16; /// Represents the first eligible Universal Dividend. -#[derive(Clone, Eq, PartialEq, RuntimeDebug, serde::Deserialize, serde::Serialize)] +#[derive( + Clone, Eq, DecodeWithMemTracking, PartialEq, RuntimeDebug, serde::Deserialize, serde::Serialize, +)] pub struct FirstEligibleUd(pub Option<NonZeroU16>); /// Default is not eligible diff --git a/primitives/distance/src/lib.rs b/primitives/distance/src/lib.rs index c447da102..823ba54bd 100644 --- a/primitives/distance/src/lib.rs +++ b/primitives/distance/src/lib.rs @@ -19,7 +19,7 @@ #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::type_complexity)] -use codec::{Decode, Encode}; +use codec::{Decode, DecodeWithMemTracking, Encode}; use frame_support::pallet_prelude::RuntimeDebug; use scale_info::TypeInfo; use sp_inherents::{InherentData, InherentIdentifier, IsFatalError}; @@ -30,7 +30,7 @@ use std::marker::PhantomData; pub const INHERENT_IDENTIFIER: InherentIdentifier = *b"distanc0"; /// Represents the result of a distance computation. -#[derive(Clone, Decode, Encode, PartialEq, RuntimeDebug, TypeInfo)] +#[derive(Clone, DecodeWithMemTracking, Decode, Encode, PartialEq, RuntimeDebug, TypeInfo)] pub struct ComputationResult { pub distances: scale_info::prelude::vec::Vec<Perbill>, } -- GitLab From ee2ffb45ba18e33c23bcdc22fe9e5424e9e45f8c Mon Sep 17 00:00:00 2001 From: bgallois <benjamin@gallois.cc> Date: Wed, 9 Apr 2025 14:50:50 +0200 Subject: [PATCH 3/5] upgrade runtimes --- Cargo.lock | 318 +++++++++--------- distance-oracle/src/lib.rs | 4 +- node/src/service.rs | 4 +- pallets/oneshot-account/src/check_nonce.rs | 2 +- runtime/common/src/entities.rs | 2 + runtime/common/src/pallets_config.rs | 5 + runtime/g1/src/lib.rs | 1 + runtime/g1/src/weights/block_weights.rs | 20 +- runtime/g1/src/weights/extrinsic_weights.rs | 20 +- .../weights/frame_benchmarking_baseline.rs | 26 +- runtime/g1/src/weights/frame_system.rs | 60 ++-- .../g1/src/weights/frame_system_extensions.rs | 44 ++- .../src/weights/pallet_authority_members.rs | 42 +-- runtime/g1/src/weights/pallet_balances.rs | 44 +-- .../g1/src/weights/pallet_certification.rs | 54 +-- runtime/g1/src/weights/pallet_collective.rs | 138 ++++---- runtime/g1/src/weights/pallet_distance.rs | 52 +-- .../g1/src/weights/pallet_duniter_account.rs | 14 +- runtime/g1/src/weights/pallet_identity.rs | 140 ++++---- runtime/g1/src/weights/pallet_im_online.rs | 12 +- runtime/g1/src/weights/pallet_membership.rs | 26 +- runtime/g1/src/weights/pallet_multisig.rs | 104 +++--- .../g1/src/weights/pallet_oneshot_account.rs | 16 +- runtime/g1/src/weights/pallet_preimage.rs | 72 ++-- .../src/weights/pallet_provide_randomness.rs | 24 +- runtime/g1/src/weights/pallet_proxy.rs | 116 ++++--- runtime/g1/src/weights/pallet_quota.rs | 36 +- runtime/g1/src/weights/pallet_scheduler.rs | 107 +++--- runtime/g1/src/weights/pallet_session.rs | 12 +- .../g1/src/weights/pallet_smith_members.rs | 48 +-- runtime/g1/src/weights/pallet_sudo.rs | 24 +- runtime/g1/src/weights/pallet_timestamp.rs | 12 +- .../src/weights/pallet_transaction_payment.rs | 8 +- runtime/g1/src/weights/pallet_treasury.rs | 28 +- .../src/weights/pallet_universal_dividend.rs | 28 +- .../g1/src/weights/pallet_upgrade_origin.rs | 8 +- runtime/g1/src/weights/pallet_utility.rs | 52 ++- runtime/g1/src/weights/paritydb_weights.rs | 36 +- runtime/gdev/src/lib.rs | 1 + runtime/gdev/src/weights/block_weights.rs | 20 +- runtime/gdev/src/weights/extrinsic_weights.rs | 20 +- runtime/gdev/src/weights/frame_system.rs | 60 ++-- .../src/weights/frame_system_extensions.rs | 44 ++- .../src/weights/pallet_authority_members.rs | 42 +-- runtime/gdev/src/weights/pallet_balances.rs | 44 +-- .../gdev/src/weights/pallet_certification.rs | 44 +-- runtime/gdev/src/weights/pallet_collective.rs | 140 ++++---- runtime/gdev/src/weights/pallet_distance.rs | 52 +-- .../src/weights/pallet_duniter_account.rs | 14 +- runtime/gdev/src/weights/pallet_identity.rs | 140 ++++---- runtime/gdev/src/weights/pallet_im_online.rs | 12 +- runtime/gdev/src/weights/pallet_membership.rs | 26 +- runtime/gdev/src/weights/pallet_multisig.rs | 104 +++--- .../src/weights/pallet_oneshot_account.rs | 16 +- runtime/gdev/src/weights/pallet_preimage.rs | 72 ++-- .../src/weights/pallet_provide_randomness.rs | 24 +- runtime/gdev/src/weights/pallet_proxy.rs | 116 ++++--- runtime/gdev/src/weights/pallet_quota.rs | 32 +- runtime/gdev/src/weights/pallet_scheduler.rs | 107 +++--- runtime/gdev/src/weights/pallet_session.rs | 12 +- .../gdev/src/weights/pallet_smith_members.rs | 48 +-- runtime/gdev/src/weights/pallet_sudo.rs | 24 +- runtime/gdev/src/weights/pallet_timestamp.rs | 12 +- .../src/weights/pallet_transaction_payment.rs | 8 +- runtime/gdev/src/weights/pallet_treasury.rs | 28 +- .../src/weights/pallet_universal_dividend.rs | 24 +- .../gdev/src/weights/pallet_upgrade_origin.rs | 8 +- runtime/gdev/src/weights/pallet_utility.rs | 52 ++- runtime/gdev/src/weights/paritydb_weights.rs | 36 +- runtime/gtest/src/lib.rs | 1 + runtime/gtest/src/weights/block_weights.rs | 20 +- .../gtest/src/weights/extrinsic_weights.rs | 20 +- .../weights/frame_benchmarking_baseline.rs | 30 +- runtime/gtest/src/weights/frame_system.rs | 58 ++-- .../src/weights/frame_system_extensions.rs | 44 ++- .../src/weights/pallet_authority_members.rs | 42 +-- runtime/gtest/src/weights/pallet_balances.rs | 44 +-- .../gtest/src/weights/pallet_certification.rs | 54 +-- .../gtest/src/weights/pallet_collective.rs | 142 ++++---- runtime/gtest/src/weights/pallet_distance.rs | 52 +-- .../src/weights/pallet_duniter_account.rs | 14 +- runtime/gtest/src/weights/pallet_identity.rs | 140 ++++---- runtime/gtest/src/weights/pallet_im_online.rs | 12 +- .../gtest/src/weights/pallet_membership.rs | 26 +- runtime/gtest/src/weights/pallet_multisig.rs | 102 +++--- .../src/weights/pallet_oneshot_account.rs | 16 +- runtime/gtest/src/weights/pallet_preimage.rs | 72 ++-- .../src/weights/pallet_provide_randomness.rs | 24 +- runtime/gtest/src/weights/pallet_proxy.rs | 116 ++++--- runtime/gtest/src/weights/pallet_quota.rs | 46 +-- runtime/gtest/src/weights/pallet_scheduler.rs | 107 +++--- runtime/gtest/src/weights/pallet_session.rs | 12 +- .../gtest/src/weights/pallet_smith_members.rs | 48 +-- runtime/gtest/src/weights/pallet_sudo.rs | 24 +- runtime/gtest/src/weights/pallet_timestamp.rs | 12 +- .../src/weights/pallet_transaction_payment.rs | 8 +- runtime/gtest/src/weights/pallet_treasury.rs | 28 +- .../src/weights/pallet_universal_dividend.rs | 24 +- .../src/weights/pallet_upgrade_origin.rs | 8 +- runtime/gtest/src/weights/pallet_utility.rs | 52 ++- runtime/gtest/src/weights/paritydb_weights.rs | 36 +- 101 files changed, 2362 insertions(+), 2213 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a1f8cd15..9758b98d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -849,7 +849,7 @@ checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" [[package]] name = "binary-merkle-tree" version = "16.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "hash-db", "log", @@ -1952,7 +1952,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.16.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1972,7 +1972,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.18.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -1988,7 +1988,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.18.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2002,7 +2002,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.12.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2012,7 +2012,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.22.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2031,7 +2031,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.19.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3076,7 +3076,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "fork-tree" version = "13.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", ] @@ -3109,7 +3109,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-support", "frame-support-procedural", @@ -3133,7 +3133,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "47.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "Inflector", "array-bytes", @@ -3221,7 +3221,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "aquamarine", "frame-support", @@ -3286,7 +3286,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.8.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "const-hex", @@ -3302,7 +3302,7 @@ dependencies = [ [[package]] name = "frame-support" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "aquamarine", "array-bytes", @@ -3343,7 +3343,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "33.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "Inflector", "cfg-expr", @@ -3363,7 +3363,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.3.0", @@ -3375,7 +3375,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "proc-macro2", "quote", @@ -3385,7 +3385,7 @@ dependencies = [ [[package]] name = "frame-system" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "cfg-if", "docify", @@ -3404,7 +3404,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-benchmarking", "frame-support", @@ -3418,7 +3418,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "docify", "parity-scale-codec", @@ -3428,7 +3428,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.46.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-support", "parity-scale-codec", @@ -6507,7 +6507,7 @@ checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "sp-core", "sp-runtime", @@ -6803,7 +6803,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-atomic-swap" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -6813,7 +6813,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-support", "frame-system", @@ -6848,7 +6848,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-support", "frame-system", @@ -6861,7 +6861,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-benchmarking", "frame-support", @@ -6884,7 +6884,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "41.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "docify", "frame-benchmarking", @@ -6917,7 +6917,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "docify", "frame-benchmarking", @@ -7023,7 +7023,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-benchmarking", "frame-support", @@ -7066,7 +7066,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "39.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-benchmarking", "frame-support", @@ -7102,7 +7102,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "log", "parity-scale-codec", @@ -7145,7 +7145,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-benchmarking", "frame-support", @@ -7176,7 +7176,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -7203,7 +7203,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "41.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "docify", "frame-benchmarking", @@ -7220,7 +7220,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-support", "frame-system", @@ -7272,7 +7272,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "docify", "frame-benchmarking", @@ -7287,7 +7287,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "docify", "frame-benchmarking", @@ -7306,7 +7306,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-benchmarking", "frame-support", @@ -7322,7 +7322,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "43.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7338,7 +7338,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7350,7 +7350,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "docify", "frame-benchmarking", @@ -7403,7 +7403,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-benchmarking", "frame-support", @@ -7761,7 +7761,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "17.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "scale-info", @@ -7772,7 +7772,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "bs58", "futures 0.3.31", @@ -7789,7 +7789,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -7814,7 +7814,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "bitvec", "bounded-vec", @@ -7838,7 +7838,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "derive_more 0.99.19", @@ -7866,7 +7866,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "futures 0.3.31", @@ -7886,7 +7886,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "16.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "bounded-collections", "derive_more 0.99.19", @@ -7902,7 +7902,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "18.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "bitvec", "hex-literal", @@ -7939,7 +7939,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.9.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "docify", "frame-benchmarking", @@ -7974,7 +7974,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9200,7 +9200,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "31.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "log", "sp-core", @@ -9211,7 +9211,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "futures 0.3.31", @@ -9239,7 +9239,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "futures 0.3.31", "log", @@ -9260,7 +9260,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.44.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "sp-api", @@ -9275,7 +9275,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "42.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "docify", @@ -9301,7 +9301,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -9312,7 +9312,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.51.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "chrono", @@ -9354,7 +9354,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "fnv", "futures 0.3.31", @@ -9380,7 +9380,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.46.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "hash-db", "kvdb", @@ -9405,7 +9405,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "futures 0.3.31", @@ -9428,7 +9428,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "futures 0.3.31", @@ -9457,7 +9457,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "fork-tree", @@ -9493,7 +9493,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -9515,7 +9515,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9528,7 +9528,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "ahash", "array-bytes", @@ -9572,7 +9572,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "finality-grandpa", "futures 0.3.31", @@ -9592,7 +9592,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.50.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "assert_matches", "async-trait", @@ -9627,7 +9627,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "futures 0.3.31", @@ -9650,7 +9650,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.42.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -9673,7 +9673,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.38.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "polkavm", "sc-allocator", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.35.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "log", "polkavm", @@ -9697,7 +9697,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.38.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "anyhow", "log", @@ -9713,7 +9713,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "console", "futures 0.3.31", @@ -9729,7 +9729,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "35.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -9743,7 +9743,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.19.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -9771,7 +9771,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -9821,7 +9821,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -9831,7 +9831,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "ahash", "futures 0.3.31", @@ -9850,7 +9850,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -9871,7 +9871,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -9906,7 +9906,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -9939,7 +9939,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "futures 0.3.31", @@ -9958,7 +9958,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.15.3" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "bs58", "bytes", @@ -9977,7 +9977,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "44.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "bytes", "fnv", @@ -10011,7 +10011,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.20.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10020,7 +10020,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "44.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -10052,7 +10052,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10072,7 +10072,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "21.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -10096,7 +10096,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "futures 0.3.31", @@ -10128,7 +10128,7 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "sc-executor", @@ -10143,7 +10143,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.50.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "directories", @@ -10207,7 +10207,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.38.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "log", "parity-scale-codec", @@ -10218,7 +10218,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "42.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "derive_more 0.99.19", "futures 0.3.31", @@ -10238,7 +10238,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "28.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "chrono", "futures 0.3.31", @@ -10257,7 +10257,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "chrono", "console", @@ -10285,7 +10285,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -10296,7 +10296,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "futures 0.3.31", @@ -10328,7 +10328,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "futures 0.3.31", @@ -10345,7 +10345,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "18.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-channel 1.9.0", "futures 0.3.31", @@ -11301,7 +11301,7 @@ dependencies = [ [[package]] name = "sp-api" version = "36.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "docify", "hash-db", @@ -11323,7 +11323,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "Inflector", "blake2 0.10.6", @@ -11337,7 +11337,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "scale-info", @@ -11349,7 +11349,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "docify", "integer-sqrt", @@ -11363,7 +11363,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "scale-info", @@ -11375,7 +11375,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "sp-api", "sp-inherents", @@ -11385,7 +11385,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "futures 0.3.31", "parity-scale-codec", @@ -11404,7 +11404,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.42.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "futures 0.3.31", @@ -11418,7 +11418,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.42.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "parity-scale-codec", @@ -11434,7 +11434,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.42.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "parity-scale-codec", @@ -11452,7 +11452,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "23.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "finality-grandpa", "log", @@ -11469,7 +11469,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.42.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "scale-info", @@ -11480,7 +11480,7 @@ dependencies = [ [[package]] name = "sp-core" version = "36.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "ark-vrf", "array-bytes", @@ -11541,7 +11541,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "blake2b_simd", "byteorder", @@ -11554,7 +11554,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", @@ -11564,7 +11564,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -11573,7 +11573,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "proc-macro2", "quote", @@ -11597,7 +11597,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.30.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "environmental", "parity-scale-codec", @@ -11607,7 +11607,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.17.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "scale-info", @@ -11619,7 +11619,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11632,7 +11632,7 @@ dependencies = [ [[package]] name = "sp-io" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "bytes", "docify", @@ -11658,7 +11658,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "41.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "sp-core", "sp-runtime", @@ -11668,7 +11668,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.42.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -11679,7 +11679,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -11699,7 +11699,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.10.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "frame-metadata 20.0.0", "parity-scale-codec", @@ -11709,7 +11709,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.14.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "scale-info", @@ -11720,7 +11720,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "sp-api", "sp-core", @@ -11730,7 +11730,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.2" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "backtrace", "regex", @@ -11739,7 +11739,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "34.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -11749,7 +11749,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "41.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "binary-merkle-tree", "docify", @@ -11778,7 +11778,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "29.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11797,7 +11797,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "Inflector", "expander", @@ -11810,7 +11810,7 @@ dependencies = [ [[package]] name = "sp-session" version = "38.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "scale-info", @@ -11824,7 +11824,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "38.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11837,7 +11837,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.45.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "hash-db", "log", @@ -11857,7 +11857,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "20.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -11881,12 +11881,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" [[package]] name = "sp-storage" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11898,7 +11898,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "parity-scale-codec", @@ -11910,7 +11910,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "tracing", @@ -11921,7 +11921,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "sp-api", "sp-runtime", @@ -11930,7 +11930,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "36.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "async-trait", "parity-scale-codec", @@ -11944,7 +11944,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "39.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "ahash", "hash-db", @@ -11966,7 +11966,7 @@ dependencies = [ [[package]] name = "sp-version" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11983,7 +11983,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "15.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -11995,7 +11995,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12007,7 +12007,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -12073,7 +12073,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "16.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "bounded-collections", @@ -12185,7 +12185,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -12197,12 +12197,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" [[package]] name = "substrate-frame-rpc-system" version = "43.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -12222,7 +12222,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.2" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "http-body-util", "hyper 1.6.0", @@ -12236,7 +12236,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "async-trait", @@ -12261,7 +12261,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "frame-executive", @@ -12305,7 +12305,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "futures 0.3.31", "sc-block-builder", @@ -12323,7 +12323,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "array-bytes", "build-helper", @@ -13273,7 +13273,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "coarsetime", "polkadot-primitives", @@ -13284,7 +13284,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "expander", "proc-macro-crate 3.3.0", @@ -14750,7 +14750,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "11.0.2" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#a3080552abadd121e2543e6f179026f5bcbced7c" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" dependencies = [ "Inflector", "proc-macro2", diff --git a/distance-oracle/src/lib.rs b/distance-oracle/src/lib.rs index a98089727..69164cc18 100644 --- a/distance-oracle/src/lib.rs +++ b/distance-oracle/src/lib.rs @@ -76,14 +76,14 @@ pub mod runtime {} pub enum RuntimeConfig {} impl subxt::config::Config for RuntimeConfig { type AccountId = AccountId; - type Address = subxt::ext::sp_runtime::MultiAddress<Self::AccountId, u32>; + type Address = sp_runtime::MultiAddress<Self::AccountId, u32>; type AssetId = (); type ExtrinsicParams = subxt::config::substrate::SubstrateExtrinsicParams<Self>; type Hash = subxt::utils::H256; type Hasher = subxt::config::substrate::BlakeTwo256; type Header = subxt::config::substrate::SubstrateHeader<u32, subxt::config::substrate::BlakeTwo256>; - type Signature = subxt::ext::sp_runtime::MultiSignature; + type Signature = sp_runtime::MultiSignature; } /// Represents a tipping amount. diff --git a/node/src/service.rs b/node/src/service.rs index 35d0a8857..e445906e7 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -400,7 +400,7 @@ where )); // build network service from params - let (network, system_rpc_tx, tx_handler_controller, network_starter, sync_service) = + let (network, system_rpc_tx, tx_handler_controller, sync_service) = sc_service::build_network(sc_service::BuildNetworkParams { config: &config, net_config, @@ -777,8 +777,6 @@ where .run(), ); - network_starter.start_network(); - log::info!("***** Duniter has fully started *****"); Ok(task_manager) diff --git a/pallets/oneshot-account/src/check_nonce.rs b/pallets/oneshot-account/src/check_nonce.rs index 8b7278afc..e860f1733 100644 --- a/pallets/oneshot-account/src/check_nonce.rs +++ b/pallets/oneshot-account/src/check_nonce.rs @@ -74,7 +74,7 @@ where info: &DispatchInfoOf<T::RuntimeCall>, len: usize, self_implicit: Self::Implicit, - inherited_implication: &(impl Encode + sp_runtime::traits::Implication), + inherited_implication: &impl sp_runtime::traits::Implication, source: TransactionSource, ) -> ValidateResult<Self::Val, T::RuntimeCall> { self.0.validate( diff --git a/runtime/common/src/entities.rs b/runtime/common/src/entities.rs index 8884f399f..1b5a3708b 100644 --- a/runtime/common/src/entities.rs +++ b/runtime/common/src/entities.rs @@ -39,6 +39,7 @@ macro_rules! declare_session_keys { Clone, Encode, Decode, + DecodeWithMemTracking, Default, Eq, PartialEq, @@ -62,6 +63,7 @@ impl From<IdtyData> for pallet_universal_dividend::FirstEligibleUd { #[derive( Encode, Decode, + DecodeWithMemTracking, Default, Clone, Copy, diff --git a/runtime/common/src/pallets_config.rs b/runtime/common/src/pallets_config.rs index 8cc6b927d..2291c3b4a 100644 --- a/runtime/common/src/pallets_config.rs +++ b/runtime/common/src/pallets_config.rs @@ -90,6 +90,7 @@ macro_rules! pallets_config { pub const NoPreimagePostponement: Option<u32> = Some(10); } impl pallet_scheduler::Config for Runtime { + type BlockNumberProvider = frame_system::Pallet<Runtime>; type MaxScheduledPerBlock = MaxScheduledPerBlock; type MaximumWeight = MaximumSchedulerWeight; type OriginPrivilegeCmp = EqualPrivilegeOnly; @@ -234,6 +235,8 @@ macro_rules! pallets_config { type RuntimeEvent = RuntimeEvent; } impl pallet_session::Config for Runtime { + type DisablingStrategy = + pallet_session::disabling::UpToLimitWithReEnablingDisablingStrategy; type Keys = opaque::SessionKeys; type NextSessionRotation = Babe; type RuntimeEvent = RuntimeEvent; @@ -337,6 +340,7 @@ macro_rules! pallets_config { impl pallet_proxy::Config for Runtime { type AnnouncementDepositBase = AnnouncementDepositBase; type AnnouncementDepositFactor = AnnouncementDepositFactor; + type BlockNumberProvider = frame_system::Pallet<Runtime>; type CallHasher = BlakeTwo256; type Currency = Balances; type MaxPending = frame_support::traits::ConstU32<32>; @@ -354,6 +358,7 @@ macro_rules! pallets_config { pub const DepositFactor: Balance = DEPOSIT_PER_BYTE * 32; } impl pallet_multisig::Config for Runtime { + type BlockNumberProvider = frame_system::Pallet<Runtime>; type Currency = Balances; type DepositBase = DepositBase; type DepositFactor = DepositFactor; diff --git a/runtime/g1/src/lib.rs b/runtime/g1/src/lib.rs index 91f34c21d..0ab6d2f7a 100644 --- a/runtime/g1/src/lib.rs +++ b/runtime/g1/src/lib.rs @@ -140,6 +140,7 @@ impl Contains<RuntimeCall> for BaseCallFilter { #[derive( Copy, Clone, + codec::DecodeWithMemTracking, Eq, PartialEq, Ord, diff --git a/runtime/g1/src/weights/block_weights.rs b/runtime/g1/src/weights/block_weights.rs index 3feae7908..d6dcd6461 100644 --- a/runtime/g1/src/weights/block_weights.rs +++ b/runtime/g1/src/weights/block_weights.rs @@ -1,6 +1,6 @@ -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09 (Y/M/D) //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Ğ1 Local Testnet` @@ -26,17 +26,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 125_923, 217_836 - /// Average: 139_166 - /// Median: 136_303 - /// Std-Dev: 12539.66 + /// Min, Max: 126_592, 173_147 + /// Average: 134_865 + /// Median: 133_906 + /// Std-Dev: 5688.69 /// /// Percentiles nanoseconds: - /// 99th: 185_772 - /// 95th: 169_501 - /// 75th: 138_599 + /// 99th: 156_296 + /// 95th: 142_398 + /// 75th: 135_389 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(139_166), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(134_865), 0); } #[cfg(test)] diff --git a/runtime/g1/src/weights/extrinsic_weights.rs b/runtime/g1/src/weights/extrinsic_weights.rs index cba0c458f..84250ab01 100644 --- a/runtime/g1/src/weights/extrinsic_weights.rs +++ b/runtime/g1/src/weights/extrinsic_weights.rs @@ -1,6 +1,6 @@ -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09 (Y/M/D) //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Ğ1 Local Testnet` @@ -26,17 +26,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 98_996, 121_920 - /// Average: 102_226 - /// Median: 102_046 - /// Std-Dev: 3295.79 + /// Min, Max: 89_494, 92_927 + /// Average: 89_805 + /// Median: 89_707 + /// Std-Dev: 381.19 /// /// Percentiles nanoseconds: - /// 99th: 112_599 - /// 95th: 107_527 - /// 75th: 103_245 + /// 99th: 90_892 + /// 95th: 90_126 + /// 75th: 89_864 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(102_226), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(89_805), 0); } #[cfg(test)] diff --git a/runtime/g1/src/weights/frame_benchmarking_baseline.rs b/runtime/g1/src/weights/frame_benchmarking_baseline.rs index 6155282d2..1d593d035 100644 --- a/runtime/g1/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/g1/src/weights/frame_benchmarking_baseline.rs @@ -34,7 +34,7 @@ // --wasm-execution=compiled // --heap-pages=4096 // --header=./file_header.txt -// --output=./runtime/g1/src/weights/ +// --output=./runtime/gdev/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -53,7 +53,7 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 83_000 picoseconds. - Weight::from_parts(124_492, 0) + Weight::from_parts(120_949, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -62,7 +62,7 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 83_000 picoseconds. - Weight::from_parts(125_005, 0) + Weight::from_parts(112_667, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -70,8 +70,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 85_000 picoseconds. - Weight::from_parts(126_717, 0) + // Minimum execution time: 84_000 picoseconds. + Weight::from_parts(112_957, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -79,16 +79,16 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 84_000 picoseconds. - Weight::from_parts(135_458, 0) + // Minimum execution time: 83_000 picoseconds. + Weight::from_parts(112_463, 0) .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 19_567_598_000 picoseconds. - Weight::from_parts(19_638_329_000, 0) + // Minimum execution time: 19_580_244_000 picoseconds. + Weight::from_parts(19_630_816_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. @@ -96,10 +96,10 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 95_000 picoseconds. - Weight::from_parts(24_280_304, 0) + // Minimum execution time: 97_000 picoseconds. + Weight::from_parts(27_435_845, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 14_286 - .saturating_add(Weight::from_parts(35_898_884, 0).saturating_mul(i.into())) + // Standard Error: 12_491 + .saturating_add(Weight::from_parts(31_686_916, 0).saturating_mul(i.into())) } } diff --git a/runtime/g1/src/weights/frame_system.rs b/runtime/g1/src/weights/frame_system.rs index aa8c74e1b..3f6d260e5 100644 --- a/runtime/g1/src/weights/frame_system.rs +++ b/runtime/g1/src/weights/frame_system.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_system` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -52,22 +52,22 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_948_000 picoseconds. - Weight::from_parts(728_929, 0) + // Minimum execution time: 1_739_000 picoseconds. + Weight::from_parts(1_808_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 0 - .saturating_add(Weight::from_parts(256, 0).saturating_mul(b.into())) + // Standard Error: 313 + .saturating_add(Weight::from_parts(25_549, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_097_000 picoseconds. - Weight::from_parts(5_194_000, 0) + // Minimum execution time: 4_579_000 picoseconds. + Weight::from_parts(4_709_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 0 - .saturating_add(Weight::from_parts(1_036, 0).saturating_mul(b.into())) + // Standard Error: 312 + .saturating_add(Weight::from_parts(26_320, 0).saturating_mul(b.into())) } /// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) /// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) @@ -75,8 +75,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_343_000 picoseconds. - Weight::from_parts(3_623_000, 0) + // Minimum execution time: 3_063_000 picoseconds. + Weight::from_parts(3_235_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 75_320_180_000 picoseconds. - Weight::from_parts(75_665_532_000, 0) + // Minimum execution time: 227_772_433_000 picoseconds. + Weight::from_parts(234_382_327_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -98,11 +98,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_020_000 picoseconds. - Weight::from_parts(2_084_000, 0) + // Minimum execution time: 1_712_000 picoseconds. + Weight::from_parts(1_841_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 605 - .saturating_add(Weight::from_parts(570_148, 0).saturating_mul(i.into())) + // Standard Error: 702 + .saturating_add(Weight::from_parts(545_522, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -112,11 +112,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_909_000 picoseconds. - Weight::from_parts(1_971_000, 0) + // Minimum execution time: 1_640_000 picoseconds. + Weight::from_parts(1_819_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 779 - .saturating_add(Weight::from_parts(452_893, 0).saturating_mul(i.into())) + // Standard Error: 553 + .saturating_add(Weight::from_parts(429_463, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -126,11 +126,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `77 + p * (69 ±0)` // Estimated: `75 + p * (70 ±0)` - // Minimum execution time: 3_660_000 picoseconds. - Weight::from_parts(3_807_000, 0) + // Minimum execution time: 3_130_000 picoseconds. + Weight::from_parts(3_406_000, 0) .saturating_add(Weight::from_parts(0, 75)) - // Standard Error: 802 - .saturating_add(Weight::from_parts(1_032_954, 0).saturating_mul(p.into())) + // Standard Error: 757 + .saturating_add(Weight::from_parts(1_017_920, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) @@ -141,8 +141,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_256_000 picoseconds. - Weight::from_parts(9_051_000, 0) + // Minimum execution time: 7_846_000 picoseconds. + Weight::from_parts(9_082_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -154,8 +154,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `22` // Estimated: `1518` - // Minimum execution time: 79_556_651_000 picoseconds. - Weight::from_parts(80_295_270_000, 0) + // Minimum execution time: 231_554_247_000 picoseconds. + Weight::from_parts(238_428_047_000, 0) .saturating_add(Weight::from_parts(0, 1518)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/g1/src/weights/frame_system_extensions.rs b/runtime/g1/src/weights/frame_system_extensions.rs index 3842af018..a2475c089 100644 --- a/runtime/g1/src/weights/frame_system_extensions.rs +++ b/runtime/g1/src/weights/frame_system_extensions.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_system_extensions` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -51,32 +51,32 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `30` // Estimated: `0` - // Minimum execution time: 2_560_000 picoseconds. - Weight::from_parts(2_739_000, 0) + // Minimum execution time: 2_380_000 picoseconds. + Weight::from_parts(2_537_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_mortality_mortal_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `0` - // Minimum execution time: 5_124_000 picoseconds. - Weight::from_parts(5_512_000, 0) + // Minimum execution time: 4_668_000 picoseconds. + Weight::from_parts(5_063_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_mortality_immortal_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `0` - // Minimum execution time: 5_207_000 picoseconds. - Weight::from_parts(5_544_000, 0) + // Minimum execution time: 4_681_000 picoseconds. + Weight::from_parts(5_073_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_non_zero_sender() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 458_000 picoseconds. - Weight::from_parts(495_000, 0) + // Minimum execution time: 337_000 picoseconds. + Weight::from_parts(403_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::Account` (r:1 w:1) @@ -85,8 +85,8 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `61` // Estimated: `3558` - // Minimum execution time: 5_842_000 picoseconds. - Weight::from_parts(6_123_000, 0) + // Minimum execution time: 5_650_000 picoseconds. + Weight::from_parts(5_840_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -95,24 +95,32 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 298_000 picoseconds. - Weight::from_parts(363_000, 0) + // Minimum execution time: 270_000 picoseconds. + Weight::from_parts(338_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_tx_version() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 307_000 picoseconds. - Weight::from_parts(340_000, 0) + // Minimum execution time: 244_000 picoseconds. + Weight::from_parts(289_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_weight() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_362_000 picoseconds. - Weight::from_parts(3_598_000, 0) + // Minimum execution time: 3_647_000 picoseconds. + Weight::from_parts(3_935_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + } + fn weight_reclaim() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 2_308_000 picoseconds. + Weight::from_parts(2_476_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/g1/src/weights/pallet_authority_members.rs b/runtime/g1/src/weights/pallet_authority_members.rs index e51b40eed..bc24df6ed 100644 --- a/runtime/g1/src/weights/pallet_authority_members.rs +++ b/runtime/g1/src/weights/pallet_authority_members.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_authority_members` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -61,11 +61,11 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf /// Proof: `AuthorityMembers::OnlineAuthorities` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn go_offline() -> Weight { // Proof Size summary in bytes: - // Measured: `867` - // Estimated: `4332` - // Minimum execution time: 22_951_000 picoseconds. - Weight::from_parts(24_337_000, 0) - .saturating_add(Weight::from_parts(0, 4332)) + // Measured: `868` + // Estimated: `4333` + // Minimum execution time: 21_712_000 picoseconds. + Weight::from_parts(22_675_000, 0) + .saturating_add(Weight::from_parts(0, 4333)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,11 +87,11 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf /// Proof: `AuthorityMembers::OnlineAuthorities` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn go_online() -> Weight { // Proof Size summary in bytes: - // Measured: `1323` - // Estimated: `4788` - // Minimum execution time: 33_463_000 picoseconds. - Weight::from_parts(36_083_000, 0) - .saturating_add(Weight::from_parts(0, 4788)) + // Measured: `1324` + // Estimated: `4789` + // Minimum execution time: 32_205_000 picoseconds. + Weight::from_parts(33_956_000, 0) + .saturating_add(Weight::from_parts(0, 4789)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -109,11 +109,11 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf /// Proof: `AuthorityMembers::Members` (`max_values`: None, `max_size`: None, mode: `Measured`) fn set_session_keys() -> Weight { // Proof Size summary in bytes: - // Measured: `1772` - // Estimated: `12662` - // Minimum execution time: 41_785_000 picoseconds. - Weight::from_parts(43_672_000, 0) - .saturating_add(Weight::from_parts(0, 12662)) + // Measured: `1773` + // Estimated: `12663` + // Minimum execution time: 39_768_000 picoseconds. + Weight::from_parts(42_877_000, 0) + .saturating_add(Weight::from_parts(0, 12663)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `847` // Estimated: `4312` - // Minimum execution time: 37_168_000 picoseconds. - Weight::from_parts(39_509_000, 0) + // Minimum execution time: 34_642_000 picoseconds. + Weight::from_parts(36_735_000, 0) .saturating_add(Weight::from_parts(0, 4312)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(10)) @@ -147,8 +147,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `199` // Estimated: `1684` - // Minimum execution time: 9_406_000 picoseconds. - Weight::from_parts(9_759_000, 0) + // Minimum execution time: 8_705_000 picoseconds. + Weight::from_parts(9_127_000, 0) .saturating_add(Weight::from_parts(0, 1684)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/g1/src/weights/pallet_balances.rs b/runtime/g1/src/weights/pallet_balances.rs index 6f7898d75..5b6f1653d 100644 --- a/runtime/g1/src/weights/pallet_balances.rs +++ b/runtime/g1/src/weights/pallet_balances.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_balances` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `63` // Estimated: `6126` - // Minimum execution time: 50_236_000 picoseconds. - Weight::from_parts(52_062_000, 0) + // Minimum execution time: 45_119_000 picoseconds. + Weight::from_parts(47_032_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 31_259_000 picoseconds. - Weight::from_parts(32_336_000, 0) + // Minimum execution time: 27_992_000 picoseconds. + Weight::from_parts(28_901_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -77,8 +77,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 11_697_000 picoseconds. - Weight::from_parts(12_246_000, 0) + // Minimum execution time: 10_529_000 picoseconds. + Weight::from_parts(11_049_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 17_376_000 picoseconds. - Weight::from_parts(18_199_000, 0) + // Minimum execution time: 15_567_000 picoseconds. + Weight::from_parts(16_452_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `126` // Estimated: `8694` - // Minimum execution time: 52_345_000 picoseconds. - Weight::from_parts(53_198_000, 0) + // Minimum execution time: 47_247_000 picoseconds. + Weight::from_parts(48_162_000, 0) .saturating_add(Weight::from_parts(0, 8694)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -113,8 +113,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 38_384_000 picoseconds. - Weight::from_parts(39_338_000, 0) + // Minimum execution time: 34_318_000 picoseconds. + Weight::from_parts(35_196_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -125,8 +125,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 13_963_000 picoseconds. - Weight::from_parts(14_665_000, 0) + // Minimum execution time: 12_784_000 picoseconds. + Weight::from_parts(13_501_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_389_000 picoseconds. - Weight::from_parts(5_799_000, 0) + // Minimum execution time: 5_403_000 picoseconds. + Weight::from_parts(5_570_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::Account` (r:1 w:1) @@ -145,8 +145,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `63` // Estimated: `3558` - // Minimum execution time: 36_317_000 picoseconds. - Weight::from_parts(38_998_000, 0) + // Minimum execution time: 32_112_000 picoseconds. + Weight::from_parts(32_904_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -155,8 +155,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 16_826_000 picoseconds. - Weight::from_parts(17_171_000, 0) + // Minimum execution time: 15_025_000 picoseconds. + Weight::from_parts(15_495_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/g1/src/weights/pallet_certification.rs b/runtime/g1/src/weights/pallet_certification.rs index 75afeb555..f23eceef4 100644 --- a/runtime/g1/src/weights/pallet_certification.rs +++ b/runtime/g1/src/weights/pallet_certification.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_certification` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `996` // Estimated: `6936` - // Minimum execution time: 40_444_000 picoseconds. - Weight::from_parts(42_149_000, 0) + // Minimum execution time: 36_905_000 picoseconds. + Weight::from_parts(38_718_000, 0) .saturating_add(Weight::from_parts(0, 6936)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) @@ -81,8 +81,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `1019` // Estimated: `6959` - // Minimum execution time: 36_366_000 picoseconds. - Weight::from_parts(37_863_000, 0) + // Minimum execution time: 33_431_000 picoseconds. + Weight::from_parts(34_387_000, 0) .saturating_add(Weight::from_parts(0, 6959)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) @@ -115,17 +115,19 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `System::Account` (r:1 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `Quota::IdtyQuota` (r:0 w:1) + /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) /// Storage: `Session::KeyOwner` (r:0 w:4) /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn del_cert() -> Weight { // Proof Size summary in bytes: - // Measured: `2169` - // Estimated: `15534` - // Minimum execution time: 121_099_000 picoseconds. - Weight::from_parts(126_760_000, 0) - .saturating_add(Weight::from_parts(0, 15534)) + // Measured: `2174` + // Estimated: `15539` + // Minimum execution time: 111_166_000 picoseconds. + Weight::from_parts(116_944_000, 0) + .saturating_add(Weight::from_parts(0, 15539)) .saturating_add(T::DbWeight::get().reads(20)) - .saturating_add(T::DbWeight::get().writes(22)) + .saturating_add(T::DbWeight::get().writes(23)) } /// Storage: `Certification::CertsByReceiver` (r:1 w:1) /// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -138,11 +140,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `579 + i * (35 ±0)` // Estimated: `4049 + i * (2511 ±0)` - // Minimum execution time: 27_537_000 picoseconds. - Weight::from_parts(10_475_669, 0) + // Minimum execution time: 25_133_000 picoseconds. + Weight::from_parts(25_842_000, 0) .saturating_add(Weight::from_parts(0, 4049)) - // Standard Error: 5_467 - .saturating_add(Weight::from_parts(4_345_461, 0).saturating_mul(i.into())) + // Standard Error: 2_534 + .saturating_add(Weight::from_parts(4_119_315, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -155,8 +157,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `138` // Estimated: `3603` - // Minimum execution time: 3_368_000 picoseconds. - Weight::from_parts(3_590_000, 0) + // Minimum execution time: 3_134_000 picoseconds. + Weight::from_parts(3_318_000, 0) .saturating_add(Weight::from_parts(0, 3603)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -166,8 +168,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `275` // Estimated: `3740` - // Minimum execution time: 5_355_000 picoseconds. - Weight::from_parts(5_895_000, 0) + // Minimum execution time: 4_805_000 picoseconds. + Weight::from_parts(5_099_000, 0) .saturating_add(Weight::from_parts(0, 3740)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -182,8 +184,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `711` // Estimated: `6651` - // Minimum execution time: 24_043_000 picoseconds. - Weight::from_parts(24_691_000, 0) + // Minimum execution time: 21_934_000 picoseconds. + Weight::from_parts(23_263_000, 0) .saturating_add(Weight::from_parts(0, 6651)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -199,11 +201,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `543 + i * (35 ±0)` // Estimated: `4016 + i * (2511 ±0)` - // Minimum execution time: 24_096_000 picoseconds. - Weight::from_parts(20_925_327, 0) + // Minimum execution time: 22_321_000 picoseconds. + Weight::from_parts(19_640_971, 0) .saturating_add(Weight::from_parts(0, 4016)) - // Standard Error: 4_534 - .saturating_add(Weight::from_parts(3_964_735, 0).saturating_mul(i.into())) + // Standard Error: 3_639 + .saturating_add(Weight::from_parts(3_718_497, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/g1/src/weights/pallet_collective.rs b/runtime/g1/src/weights/pallet_collective.rs index 7f43f7ba6..b0c488354 100644 --- a/runtime/g1/src/weights/pallet_collective.rs +++ b/runtime/g1/src/weights/pallet_collective.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_collective` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -62,13 +62,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0 + m * (672 ±0) + p * (3191 ±0)` // Estimated: `10019 + m * (416 ±4) + p * (4183 ±23)` - // Minimum execution time: 12_069_000 picoseconds. - Weight::from_parts(12_285_000, 0) + // Minimum execution time: 11_875_000 picoseconds. + Weight::from_parts(12_254_000, 0) .saturating_add(Weight::from_parts(0, 10019)) - // Standard Error: 14_795 - .saturating_add(Weight::from_parts(1_008_800, 0).saturating_mul(m.into())) - // Standard Error: 73_138 - .saturating_add(Weight::from_parts(7_874_939, 0).saturating_mul(p.into())) + // Standard Error: 13_736 + .saturating_add(Weight::from_parts(990_432, 0).saturating_mul(m.into())) + // Standard Error: 67_902 + .saturating_add(Weight::from_parts(7_842_444, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `1518 + m * (32 ±0)` - // Minimum execution time: 11_326_000 picoseconds. - Weight::from_parts(10_737_955, 0) + // Minimum execution time: 10_227_000 picoseconds. + Weight::from_parts(10_248_532, 0) .saturating_add(Weight::from_parts(0, 1518)) - // Standard Error: 28 - .saturating_add(Weight::from_parts(1_439, 0).saturating_mul(b.into())) - // Standard Error: 294 - .saturating_add(Weight::from_parts(13_153, 0).saturating_mul(m.into())) + // Standard Error: 37 + .saturating_add(Weight::from_parts(665, 0).saturating_mul(b.into())) + // Standard Error: 387 + .saturating_add(Weight::from_parts(13_632, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -104,13 +104,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `3498 + m * (32 ±0)` - // Minimum execution time: 13_664_000 picoseconds. - Weight::from_parts(13_031_494, 0) + // Minimum execution time: 11_990_000 picoseconds. + Weight::from_parts(11_623_015, 0) .saturating_add(Weight::from_parts(0, 3498)) - // Standard Error: 39 - .saturating_add(Weight::from_parts(1_455, 0).saturating_mul(b.into())) - // Standard Error: 406 - .saturating_add(Weight::from_parts(21_406, 0).saturating_mul(m.into())) + // Standard Error: 37 + .saturating_add(Weight::from_parts(1_354, 0).saturating_mul(b.into())) + // Standard Error: 382 + .saturating_add(Weight::from_parts(21_707, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -131,15 +131,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `24 + m * (32 ±0) + p * (55 ±0)` // Estimated: `3461 + m * (32 ±0) + p * (54 ±0)` - // Minimum execution time: 18_449_000 picoseconds. - Weight::from_parts(17_535_525, 0) + // Minimum execution time: 16_948_000 picoseconds. + Weight::from_parts(15_001_880, 0) .saturating_add(Weight::from_parts(0, 3461)) // Standard Error: 70 - .saturating_add(Weight::from_parts(2_311, 0).saturating_mul(b.into())) - // Standard Error: 733 - .saturating_add(Weight::from_parts(20_026, 0).saturating_mul(m.into())) - // Standard Error: 3_666 - .saturating_add(Weight::from_parts(283_197, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(2_500, 0).saturating_mul(b.into())) + // Standard Error: 732 + .saturating_add(Weight::from_parts(23_178, 0).saturating_mul(m.into())) + // Standard Error: 3_662 + .saturating_add(Weight::from_parts(301_626, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -154,11 +154,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `573 + m * (64 ±0)` // Estimated: `4037 + m * (64 ±0)` - // Minimum execution time: 17_102_000 picoseconds. - Weight::from_parts(18_044_832, 0) + // Minimum execution time: 16_789_000 picoseconds. + Weight::from_parts(17_565_385, 0) .saturating_add(Weight::from_parts(0, 4037)) - // Standard Error: 703 - .saturating_add(Weight::from_parts(36_611, 0).saturating_mul(m.into())) + // Standard Error: 716 + .saturating_add(Weight::from_parts(30_827, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -177,13 +177,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `117 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3591 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 21_069_000 picoseconds. - Weight::from_parts(19_465_388, 0) + // Minimum execution time: 19_489_000 picoseconds. + Weight::from_parts(19_585_363, 0) .saturating_add(Weight::from_parts(0, 3591)) - // Standard Error: 618 - .saturating_add(Weight::from_parts(34_162, 0).saturating_mul(m.into())) - // Standard Error: 3_056 - .saturating_add(Weight::from_parts(253_129, 0).saturating_mul(p.into())) + // Standard Error: 602 + .saturating_add(Weight::from_parts(18_735, 0).saturating_mul(m.into())) + // Standard Error: 2_975 + .saturating_add(Weight::from_parts(234_933, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -204,15 +204,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `62 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)` // Estimated: `3619 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)` - // Minimum execution time: 29_474_000 picoseconds. - Weight::from_parts(28_613_906, 0) + // Minimum execution time: 26_458_000 picoseconds. + Weight::from_parts(26_214_206, 0) .saturating_add(Weight::from_parts(0, 3619)) - // Standard Error: 171 - .saturating_add(Weight::from_parts(2_340, 0).saturating_mul(b.into())) - // Standard Error: 1_809 - .saturating_add(Weight::from_parts(9_999, 0).saturating_mul(m.into())) - // Standard Error: 8_928 - .saturating_add(Weight::from_parts(464_289, 0).saturating_mul(p.into())) + // Standard Error: 159 + .saturating_add(Weight::from_parts(1_724, 0).saturating_mul(b.into())) + // Standard Error: 1_684 + .saturating_add(Weight::from_parts(12_497, 0).saturating_mul(m.into())) + // Standard Error: 8_307 + .saturating_add(Weight::from_parts(460_710, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -235,13 +235,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `137 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3611 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 22_965_000 picoseconds. - Weight::from_parts(21_434_415, 0) + // Minimum execution time: 21_250_000 picoseconds. + Weight::from_parts(19_961_135, 0) .saturating_add(Weight::from_parts(0, 3611)) - // Standard Error: 630 - .saturating_add(Weight::from_parts(33_742, 0).saturating_mul(m.into())) - // Standard Error: 3_114 - .saturating_add(Weight::from_parts(272_760, 0).saturating_mul(p.into())) + // Standard Error: 652 + .saturating_add(Weight::from_parts(33_739, 0).saturating_mul(m.into())) + // Standard Error: 3_223 + .saturating_add(Weight::from_parts(257_477, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -264,15 +264,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `82 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)` // Estimated: `3639 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)` - // Minimum execution time: 31_368_000 picoseconds. - Weight::from_parts(31_819_676, 0) + // Minimum execution time: 28_536_000 picoseconds. + Weight::from_parts(28_812_273, 0) .saturating_add(Weight::from_parts(0, 3639)) - // Standard Error: 110 - .saturating_add(Weight::from_parts(1_877, 0).saturating_mul(b.into())) - // Standard Error: 1_164 - .saturating_add(Weight::from_parts(14_368, 0).saturating_mul(m.into())) - // Standard Error: 5_743 - .saturating_add(Weight::from_parts(424_016, 0).saturating_mul(p.into())) + // Standard Error: 106 + .saturating_add(Weight::from_parts(2_229, 0).saturating_mul(b.into())) + // Standard Error: 1_123 + .saturating_add(Weight::from_parts(17_266, 0).saturating_mul(m.into())) + // Standard Error: 5_540 + .saturating_add(Weight::from_parts(401_536, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -290,11 +290,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `189 + p * (32 ±0)` // Estimated: `1674 + p * (32 ±0)` - // Minimum execution time: 11_103_000 picoseconds. - Weight::from_parts(12_114_488, 0) + // Minimum execution time: 10_178_000 picoseconds. + Weight::from_parts(11_278_866, 0) .saturating_add(Weight::from_parts(0, 1674)) - // Standard Error: 1_803 - .saturating_add(Weight::from_parts(159_621, 0).saturating_mul(p.into())) + // Standard Error: 4_057 + .saturating_add(Weight::from_parts(164_951, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) @@ -313,11 +313,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `1243 + p * (55 ±0)` // Estimated: `4710 + d * (5 ±1) + p * (55 ±0)` - // Minimum execution time: 16_278_000 picoseconds. - Weight::from_parts(18_003_847, 0) + // Minimum execution time: 15_058_000 picoseconds. + Weight::from_parts(17_024_638, 0) .saturating_add(Weight::from_parts(0, 4710)) - // Standard Error: 2_717 - .saturating_add(Weight::from_parts(273_595, 0).saturating_mul(p.into())) + // Standard Error: 3_045 + .saturating_add(Weight::from_parts(261_241, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into())) @@ -331,8 +331,8 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `676` // Estimated: `4141` - // Minimum execution time: 10_939_000 picoseconds. - Weight::from_parts(11_418_000, 0) + // Minimum execution time: 10_150_000 picoseconds. + Weight::from_parts(10_634_000, 0) .saturating_add(Weight::from_parts(0, 4141)) .saturating_add(T::DbWeight::get().reads(2)) } diff --git a/runtime/g1/src/weights/pallet_distance.rs b/runtime/g1/src/weights/pallet_distance.rs index 64cdbf8a6..e38d70ddb 100644 --- a/runtime/g1/src/weights/pallet_distance.rs +++ b/runtime/g1/src/weights/pallet_distance.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_distance` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `1134` // Estimated: `4599` - // Minimum execution time: 63_647_000 picoseconds. - Weight::from_parts(66_503_000, 0) + // Minimum execution time: 58_520_000 picoseconds. + Weight::from_parts(60_367_000, 0) .saturating_add(Weight::from_parts(0, 4599)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) @@ -97,8 +97,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `1163` // Estimated: `7103` - // Minimum execution time: 66_742_000 picoseconds. - Weight::from_parts(70_145_000, 0) + // Minimum execution time: 60_646_000 picoseconds. + Weight::from_parts(62_577_000, 0) .saturating_add(Weight::from_parts(0, 7103)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(4)) @@ -116,11 +116,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `303 + i * (10 ±0)` // Estimated: `1788 + i * (10 ±0)` - // Minimum execution time: 12_663_000 picoseconds. - Weight::from_parts(15_006_914, 0) + // Minimum execution time: 12_749_000 picoseconds. + Weight::from_parts(13_520_942, 0) .saturating_add(Weight::from_parts(0, 1788)) - // Standard Error: 108 - .saturating_add(Weight::from_parts(113_787, 0).saturating_mul(i.into())) + // Standard Error: 98 + .saturating_add(Weight::from_parts(97_944, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into())) @@ -134,11 +134,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `162 + i * (10 ±0)` // Estimated: `1647 + i * (10 ±0)` - // Minimum execution time: 7_669_000 picoseconds. - Weight::from_parts(9_638_272, 0) + // Minimum execution time: 7_101_000 picoseconds. + Weight::from_parts(9_265_359, 0) .saturating_add(Weight::from_parts(0, 1647)) - // Standard Error: 91 - .saturating_add(Weight::from_parts(102_085, 0).saturating_mul(i.into())) + // Standard Error: 374 + .saturating_add(Weight::from_parts(96_858, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into())) @@ -153,8 +153,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `539` // Estimated: `6479` - // Minimum execution time: 26_972_000 picoseconds. - Weight::from_parts(28_173_000, 0) + // Minimum execution time: 25_208_000 picoseconds. + Weight::from_parts(26_451_000, 0) .saturating_add(Weight::from_parts(0, 6479)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -163,8 +163,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 93_000 picoseconds. - Weight::from_parts(123_000, 0) + // Minimum execution time: 83_000 picoseconds. + Weight::from_parts(108_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::ParentHash` (r:1 w:0) @@ -189,8 +189,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `951` // Estimated: `6891` - // Minimum execution time: 60_114_000 picoseconds. - Weight::from_parts(61_534_000, 0) + // Minimum execution time: 54_910_000 picoseconds. + Weight::from_parts(56_954_000, 0) .saturating_add(Weight::from_parts(0, 6891)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) @@ -211,8 +211,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `475` // Estimated: `6126` - // Minimum execution time: 42_364_000 picoseconds. - Weight::from_parts(43_874_000, 0) + // Minimum execution time: 39_141_000 picoseconds. + Weight::from_parts(40_110_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) @@ -227,8 +227,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `136` // Estimated: `1621` - // Minimum execution time: 4_453_000 picoseconds. - Weight::from_parts(4_799_000, 0) + // Minimum execution time: 4_170_000 picoseconds. + Weight::from_parts(4_567_000, 0) .saturating_add(Weight::from_parts(0, 1621)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -239,8 +239,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157` // Estimated: `1642` - // Minimum execution time: 4_346_000 picoseconds. - Weight::from_parts(4_531_000, 0) + // Minimum execution time: 3_799_000 picoseconds. + Weight::from_parts(4_150_000, 0) .saturating_add(Weight::from_parts(0, 1642)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/g1/src/weights/pallet_duniter_account.rs b/runtime/g1/src/weights/pallet_duniter_account.rs index 7979b05fe..0684e3fa3 100644 --- a/runtime/g1/src/weights/pallet_duniter_account.rs +++ b/runtime/g1/src/weights/pallet_duniter_account.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_duniter_account` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-02-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -29,7 +29,7 @@ // --genesis-builder=spec-genesis // --steps=50 // --repeat=20 -// --pallet=pallet_duniter-account +// --pallet=* // --extrinsic=* // --wasm-execution=compiled // --heap-pages=4096 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_duniter_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 4_528_000 picoseconds. - Weight::from_parts(4_834_000, 0) + // Minimum execution time: 4_155_000 picoseconds. + Weight::from_parts(4_358_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -67,8 +67,8 @@ impl<T: frame_system::Config> pallet_duniter_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `384` // Estimated: `3849` - // Minimum execution time: 12_142_000 picoseconds. - Weight::from_parts(13_467_000, 0) + // Minimum execution time: 11_050_000 picoseconds. + Weight::from_parts(11_792_000, 0) .saturating_add(Weight::from_parts(0, 3849)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/g1/src/weights/pallet_identity.rs b/runtime/g1/src/weights/pallet_identity.rs index 29c327f52..f95876637 100644 --- a/runtime/g1/src/weights/pallet_identity.rs +++ b/runtime/g1/src/weights/pallet_identity.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_identity` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -65,17 +65,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Certification::CertsRemovableOn` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Certification::CertsByReceiver` (r:1 w:1) /// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) fn create_identity() -> Weight { // Proof Size summary in bytes: // Measured: `1042` // Estimated: `6982` - // Minimum execution time: 68_835_000 picoseconds. - Weight::from_parts(70_962_000, 0) + // Minimum execution time: 64_570_000 picoseconds. + Weight::from_parts(66_065_000, 0) .saturating_add(Weight::from_parts(0, 6982)) .saturating_add(T::DbWeight::get().reads(12)) - .saturating_add(T::DbWeight::get().writes(12)) + .saturating_add(T::DbWeight::get().writes(11)) } /// Storage: `Identity::IdentityIndexOf` (r:1 w:0) /// Proof: `Identity::IdentityIndexOf` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -89,8 +87,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `784` // Estimated: `6724` - // Minimum execution time: 33_736_000 picoseconds. - Weight::from_parts(34_847_000, 0) + // Minimum execution time: 30_203_000 picoseconds. + Weight::from_parts(31_454_000, 0) .saturating_add(Weight::from_parts(0, 6724)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) @@ -99,19 +97,19 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Identity::IdentityIndexOf` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Identity::Identities` (r:1 w:1) /// Proof: `Identity::Identities` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AuthorityMembers::OnlineAuthorities` (r:1 w:0) - /// Proof: `AuthorityMembers::OnlineAuthorities` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `System::BlockHash` (r:1 w:0) /// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) /// Storage: `System::Account` (r:2 w:2) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `SmithMembers::Smiths` (r:1 w:0) + /// Proof: `SmithMembers::Smiths` (`max_values`: None, `max_size`: None, mode: `Measured`) fn change_owner_key() -> Weight { // Proof Size summary in bytes: - // Measured: `970` - // Estimated: `6910` - // Minimum execution time: 82_861_000 picoseconds. - Weight::from_parts(84_989_000, 0) - .saturating_add(Weight::from_parts(0, 6910)) + // Measured: `989` + // Estimated: `6929` + // Minimum execution time: 78_857_000 picoseconds. + Weight::from_parts(80_775_000, 0) + .saturating_add(Weight::from_parts(0, 6929)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -123,16 +121,16 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Identity::IdentityChangeSchedule` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Membership::Membership` (r:1 w:1) /// Proof: `Membership::Membership` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) fn revoke_identity() -> Weight { // Proof Size summary in bytes: - // Measured: `673` - // Estimated: `6613` - // Minimum execution time: 67_134_000 picoseconds. - Weight::from_parts(68_928_000, 0) - .saturating_add(Weight::from_parts(0, 6613)) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `740` + // Estimated: `6680` + // Minimum execution time: 72_486_000 picoseconds. + Weight::from_parts(74_578_000, 0) + .saturating_add(Weight::from_parts(0, 6680)) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: `Identity::IdentitiesNames` (r:0 w:999) @@ -142,11 +140,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_306_000 picoseconds. - Weight::from_parts(4_458_000, 0) + // Minimum execution time: 3_932_000 picoseconds. + Weight::from_parts(4_012_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_181 - .saturating_add(Weight::from_parts(1_236_346, 0).saturating_mul(i.into())) + // Standard Error: 1_762 + .saturating_add(Weight::from_parts(1_144_075, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } @@ -156,8 +154,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `104` // Estimated: `3558` - // Minimum execution time: 7_251_000 picoseconds. - Weight::from_parts(7_996_000, 0) + // Minimum execution time: 7_078_000 picoseconds. + Weight::from_parts(7_475_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -172,8 +170,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `379` // Estimated: `3844` - // Minimum execution time: 51_827_000 picoseconds. - Weight::from_parts(53_174_000, 0) + // Minimum execution time: 51_042_000 picoseconds. + Weight::from_parts(53_193_000, 0) .saturating_add(Weight::from_parts(0, 3844)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -182,8 +180,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 92_000 picoseconds. - Weight::from_parts(122_000, 0) + // Minimum execution time: 81_000 picoseconds. + Weight::from_parts(97_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Identity::Identities` (r:1 w:0) @@ -192,8 +190,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `327` // Estimated: `3792` - // Minimum execution time: 4_974_000 picoseconds. - Weight::from_parts(5_310_000, 0) + // Minimum execution time: 4_524_000 picoseconds. + Weight::from_parts(4_920_000, 0) .saturating_add(Weight::from_parts(0, 3792)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -229,11 +227,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn do_revoke_identity() -> Weight { // Proof Size summary in bytes: - // Measured: `1840` - // Estimated: `15205` - // Minimum execution time: 104_830_000 picoseconds. - Weight::from_parts(107_034_000, 0) - .saturating_add(Weight::from_parts(0, 15205)) + // Measured: `1845` + // Estimated: `15210` + // Minimum execution time: 102_564_000 picoseconds. + Weight::from_parts(106_080_000, 0) + .saturating_add(Weight::from_parts(0, 15210)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(21)) } @@ -243,8 +241,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `327` // Estimated: `3792` - // Minimum execution time: 4_842_000 picoseconds. - Weight::from_parts(5_288_000, 0) + // Minimum execution time: 4_545_000 picoseconds. + Weight::from_parts(4_888_000, 0) .saturating_add(Weight::from_parts(0, 3792)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -284,11 +282,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn do_remove_identity() -> Weight { // Proof Size summary in bytes: - // Measured: `2289` - // Estimated: `15654` - // Minimum execution time: 142_003_000 picoseconds. - Weight::from_parts(149_704_000, 0) - .saturating_add(Weight::from_parts(0, 15654)) + // Measured: `2294` + // Estimated: `15659` + // Minimum execution time: 132_380_000 picoseconds. + Weight::from_parts(141_183_000, 0) + .saturating_add(Weight::from_parts(0, 15659)) .saturating_add(T::DbWeight::get().reads(23)) .saturating_add(T::DbWeight::get().writes(29)) } @@ -328,11 +326,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn do_remove_identity_handler() -> Weight { // Proof Size summary in bytes: - // Measured: `2282` - // Estimated: `15647` - // Minimum execution time: 132_078_000 picoseconds. - Weight::from_parts(137_709_000, 0) - .saturating_add(Weight::from_parts(0, 15647)) + // Measured: `2287` + // Estimated: `15652` + // Minimum execution time: 125_411_000 picoseconds. + Weight::from_parts(130_734_000, 0) + .saturating_add(Weight::from_parts(0, 15652)) .saturating_add(T::DbWeight::get().reads(24)) .saturating_add(T::DbWeight::get().writes(27)) } @@ -344,8 +342,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `407` // Estimated: `6347` - // Minimum execution time: 15_678_000 picoseconds. - Weight::from_parts(16_855_000, 0) + // Minimum execution time: 14_395_000 picoseconds. + Weight::from_parts(15_331_000, 0) .saturating_add(Weight::from_parts(0, 6347)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -356,8 +354,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `108` // Estimated: `3573` - // Minimum execution time: 2_673_000 picoseconds. - Weight::from_parts(2_986_000, 0) + // Minimum execution time: 2_515_000 picoseconds. + Weight::from_parts(2_750_000, 0) .saturating_add(Weight::from_parts(0, 3573)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -369,8 +367,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `325` // Estimated: `3790` - // Minimum execution time: 7_520_000 picoseconds. - Weight::from_parts(7_977_000, 0) + // Minimum execution time: 7_267_000 picoseconds. + Weight::from_parts(7_685_000, 0) .saturating_add(Weight::from_parts(0, 3790)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -389,17 +387,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Identity::IdentityIndexOf` (r:0 w:1) /// Proof: `Identity::IdentityIndexOf` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) fn prune_identities_err() -> Weight { // Proof Size summary in bytes: // Measured: `914` // Estimated: `4379` - // Minimum execution time: 37_327_000 picoseconds. - Weight::from_parts(38_438_000, 0) + // Minimum execution time: 33_939_000 picoseconds. + Weight::from_parts(35_364_000, 0) .saturating_add(Weight::from_parts(0, 4379)) .saturating_add(T::DbWeight::get().reads(6)) - .saturating_add(T::DbWeight::get().writes(7)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: `Identity::IdentitiesNames` (r:1 w:0) /// Proof: `Identity::IdentitiesNames` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -409,16 +405,16 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Identity::IdentityChangeSchedule` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Membership::Membership` (r:1 w:1) /// Proof: `Membership::Membership` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) fn revoke_identity_legacy() -> Weight { // Proof Size summary in bytes: - // Measured: `823` - // Estimated: `6763` - // Minimum execution time: 132_003_000 picoseconds. - Weight::from_parts(136_197_000, 0) - .saturating_add(Weight::from_parts(0, 6763)) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `886` + // Estimated: `6826` + // Minimum execution time: 76_001_000 picoseconds. + Weight::from_parts(77_918_000, 0) + .saturating_add(Weight::from_parts(0, 6826)) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } } diff --git a/runtime/g1/src/weights/pallet_im_online.rs b/runtime/g1/src/weights/pallet_im_online.rs index 7aa670654..ccf5eb76f 100644 --- a/runtime/g1/src/weights/pallet_im_online.rs +++ b/runtime/g1/src/weights/pallet_im_online.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_im_online` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -62,11 +62,11 @@ impl<T: frame_system::Config> pallet_im_online::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `525 + k * (32 ±0)` // Estimated: `33487 + k * (1761 ±0)` - // Minimum execution time: 52_522_000 picoseconds. - Weight::from_parts(63_306_668, 0) + // Minimum execution time: 51_017_000 picoseconds. + Weight::from_parts(61_834_999, 0) .saturating_add(Weight::from_parts(0, 33487)) - // Standard Error: 496 - .saturating_add(Weight::from_parts(41_677, 0).saturating_mul(k.into())) + // Standard Error: 580 + .saturating_add(Weight::from_parts(45_624, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 1761).saturating_mul(k.into())) diff --git a/runtime/g1/src/weights/pallet_membership.rs b/runtime/g1/src/weights/pallet_membership.rs index 60318f948..13feb8cf5 100644 --- a/runtime/g1/src/weights/pallet_membership.rs +++ b/runtime/g1/src/weights/pallet_membership.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_membership` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 90_000 picoseconds. - Weight::from_parts(116_000, 0) + // Minimum execution time: 84_000 picoseconds. + Weight::from_parts(103_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Membership::MembershipsExpireOn` (r:2 w:1) @@ -81,22 +81,24 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> { /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `System::Account` (r:3 w:3) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `Quota::IdtyQuota` (r:0 w:3) + /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) /// Storage: `Session::KeyOwner` (r:0 w:12) /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `i` is `[0, 3]`. fn expire_memberships(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `139 + i * (944 ±0)` - // Estimated: `14961 + i * (2695 ±1)` - // Minimum execution time: 5_472_000 picoseconds. - Weight::from_parts(13_995_407, 0) - .saturating_add(Weight::from_parts(0, 14961)) - // Standard Error: 579_690 - .saturating_add(Weight::from_parts(74_572_449, 0).saturating_mul(i.into())) + // Measured: `139 + i * (946 ±0)` + // Estimated: `14966 + i * (2695 ±1)` + // Minimum execution time: 4_958_000 picoseconds. + Weight::from_parts(13_238_476, 0) + .saturating_add(Weight::from_parts(0, 14966)) + // Standard Error: 563_325 + .saturating_add(Weight::from_parts(73_023_303, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((11_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(T::DbWeight::get().writes((14_u64).saturating_mul(i.into()))) + .saturating_add(T::DbWeight::get().writes((15_u64).saturating_mul(i.into()))) .saturating_add(Weight::from_parts(0, 2695).saturating_mul(i.into())) } } diff --git a/runtime/g1/src/weights/pallet_multisig.rs b/runtime/g1/src/weights/pallet_multisig.rs index 770d99d9c..dda12109b 100644 --- a/runtime/g1/src/weights/pallet_multisig.rs +++ b/runtime/g1/src/weights/pallet_multisig.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_multisig` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -52,11 +52,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_837_000 picoseconds. - Weight::from_parts(6_128_523, 0) + // Minimum execution time: 5_167_000 picoseconds. + Weight::from_parts(5_580_243, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(324, 0).saturating_mul(z.into())) + // Standard Error: 1 + .saturating_add(Weight::from_parts(263, 0).saturating_mul(z.into())) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) @@ -66,13 +66,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `125 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 26_711_000 picoseconds. - Weight::from_parts(26_026_874, 0) + // Minimum execution time: 24_534_000 picoseconds. + Weight::from_parts(23_424_402, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 5_830 - .saturating_add(Weight::from_parts(178_952, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_169, 0).saturating_mul(z.into())) + // Standard Error: 5_053 + .saturating_add(Weight::from_parts(210_920, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_088, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 15_581_000 picoseconds. - Weight::from_parts(15_333_720, 0) + // Minimum execution time: 14_548_000 picoseconds. + Weight::from_parts(13_958_008, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 3_745 - .saturating_add(Weight::from_parts(102_346, 0).saturating_mul(s.into())) + // Standard Error: 3_784 + .saturating_add(Weight::from_parts(141_553, 0).saturating_mul(s.into())) // Standard Error: 2 - .saturating_add(Weight::from_parts(1_166, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_110, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,67 +104,73 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `259 + s * (37 ±0)` // Estimated: `3922` - // Minimum execution time: 28_305_000 picoseconds. - Weight::from_parts(27_996_672, 0) + // Minimum execution time: 26_663_000 picoseconds. + Weight::from_parts(25_463_616, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 6_158 - .saturating_add(Weight::from_parts(202_739, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_195, 0).saturating_mul(z.into())) + // Standard Error: 5_799 + .saturating_add(Weight::from_parts(256_294, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_127, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 10]`. - /// The range of component `z` is `[0, 10000]`. - fn approve_as_multi_create(s: u32, z: u32, ) -> Weight { + fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `125 + s * (5 ±0)` + // Measured: `130 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 23_926_000 picoseconds. - Weight::from_parts(25_141_266, 0) + // Minimum execution time: 21_751_000 picoseconds. + Weight::from_parts(22_338_262, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 5_251 - .saturating_add(Weight::from_parts(153_725, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(10, 0).saturating_mul(z.into())) + // Standard Error: 5_331 + .saturating_add(Weight::from_parts(219_998, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 10]`. - /// The range of component `z` is `[0, 10000]`. - fn approve_as_multi_approve(s: u32, z: u32, ) -> Weight { + fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 13_680_000 picoseconds. - Weight::from_parts(14_213_245, 0) + // Minimum execution time: 12_603_000 picoseconds. + Weight::from_parts(13_047_563, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 3_037 - .saturating_add(Weight::from_parts(108_757, 0).saturating_mul(s.into())) - // Standard Error: 2 - .saturating_add(Weight::from_parts(15, 0).saturating_mul(z.into())) + // Standard Error: 3_431 + .saturating_add(Weight::from_parts(164_464, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 10]`. - /// The range of component `z` is `[0, 10000]`. - fn cancel_as_multi(s: u32, z: u32, ) -> Weight { + fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `323 + s * (5 ±0)` + // Measured: `328 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 24_772_000 picoseconds. - Weight::from_parts(25_953_083, 0) + // Minimum execution time: 22_484_000 picoseconds. + Weight::from_parts(22_986_279, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 5_132 - .saturating_add(Weight::from_parts(144_988, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(7, 0).saturating_mul(z.into())) + // Standard Error: 6_506 + .saturating_add(Weight::from_parts(295_245, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + /// Storage: `Multisig::Multisigs` (r:1 w:1) + /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) + /// The range of component `s` is `[2, 10]`. + fn poke_deposit(s: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `328 + s * (5 ±0)` + // Estimated: `3922` + // Minimum execution time: 21_130_000 picoseconds. + Weight::from_parts(22_127_836, 0) + .saturating_add(Weight::from_parts(0, 3922)) + // Standard Error: 5_487 + .saturating_add(Weight::from_parts(156_134, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/g1/src/weights/pallet_oneshot_account.rs b/runtime/g1/src/weights/pallet_oneshot_account.rs index 222677073..7f4c0cdb6 100644 --- a/runtime/g1/src/weights/pallet_oneshot_account.rs +++ b/runtime/g1/src/weights/pallet_oneshot_account.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_oneshot_account` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `42` // Estimated: `3507` - // Minimum execution time: 21_769_000 picoseconds. - Weight::from_parts(22_359_000, 0) + // Minimum execution time: 19_655_000 picoseconds. + Weight::from_parts(20_207_000, 0) .saturating_add(Weight::from_parts(0, 3507)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `217` // Estimated: `3682` - // Minimum execution time: 28_072_000 picoseconds. - Weight::from_parts(29_027_000, 0) + // Minimum execution time: 26_810_000 picoseconds. + Weight::from_parts(27_945_000, 0) .saturating_add(Weight::from_parts(0, 3682)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -85,8 +85,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `277` // Estimated: `6126` - // Minimum execution time: 42_039_000 picoseconds. - Weight::from_parts(43_749_000, 0) + // Minimum execution time: 40_076_000 picoseconds. + Weight::from_parts(42_214_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/g1/src/weights/pallet_preimage.rs b/runtime/g1/src/weights/pallet_preimage.rs index 683d20f0c..eb4c3ce28 100644 --- a/runtime/g1/src/weights/pallet_preimage.rs +++ b/runtime/g1/src/weights/pallet_preimage.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_preimage` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -58,11 +58,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3548` - // Minimum execution time: 11_934_000 picoseconds. - Weight::from_parts(12_098_000, 0) + // Minimum execution time: 10_594_000 picoseconds. + Weight::from_parts(10_873_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_280, 0).saturating_mul(s.into())) + // Standard Error: 332 + .saturating_add(Weight::from_parts(28_513, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 13_837_000 picoseconds. - Weight::from_parts(14_173_000, 0) + // Minimum execution time: 12_400_000 picoseconds. + Weight::from_parts(12_816_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_282, 0).saturating_mul(s.into())) + // Standard Error: 330 + .saturating_add(Weight::from_parts(28_487, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,11 +96,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 12_906_000 picoseconds. - Weight::from_parts(13_150_000, 0) + // Minimum execution time: 11_496_000 picoseconds. + Weight::from_parts(12_154_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_362, 0).saturating_mul(s.into())) + // Standard Error: 330 + .saturating_add(Weight::from_parts(28_439, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -114,8 +114,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3548` - // Minimum execution time: 20_742_000 picoseconds. - Weight::from_parts(22_521_000, 0) + // Minimum execution time: 19_033_000 picoseconds. + Weight::from_parts(21_212_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -130,8 +130,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 21_144_000 picoseconds. - Weight::from_parts(22_961_000, 0) + // Minimum execution time: 19_247_000 picoseconds. + Weight::from_parts(21_547_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -144,8 +144,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3548` - // Minimum execution time: 19_151_000 picoseconds. - Weight::from_parts(20_538_000, 0) + // Minimum execution time: 17_262_000 picoseconds. + Weight::from_parts(18_186_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -158,8 +158,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 12_449_000 picoseconds. - Weight::from_parts(13_839_000, 0) + // Minimum execution time: 11_833_000 picoseconds. + Weight::from_parts(13_235_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -172,8 +172,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3548` - // Minimum execution time: 10_963_000 picoseconds. - Weight::from_parts(11_511_000, 0) + // Minimum execution time: 10_403_000 picoseconds. + Weight::from_parts(11_248_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -186,8 +186,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 8_417_000 picoseconds. - Weight::from_parts(9_097_000, 0) + // Minimum execution time: 7_631_000 picoseconds. + Weight::from_parts(7_963_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -202,8 +202,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 19_567_000 picoseconds. - Weight::from_parts(21_147_000, 0) + // Minimum execution time: 17_718_000 picoseconds. + Weight::from_parts(18_972_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -216,8 +216,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 8_216_000 picoseconds. - Weight::from_parts(8_957_000, 0) + // Minimum execution time: 7_346_000 picoseconds. + Weight::from_parts(7_682_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -230,8 +230,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 8_466_000 picoseconds. - Weight::from_parts(9_147_000, 0) + // Minimum execution time: 7_443_000 picoseconds. + Weight::from_parts(7_908_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -247,11 +247,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0 + n * (179 ±0)` // Estimated: `990 + n * (2568 ±0)` - // Minimum execution time: 17_762_000 picoseconds. - Weight::from_parts(18_142_000, 0) + // Minimum execution time: 16_248_000 picoseconds. + Weight::from_parts(16_737_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 16_315 - .saturating_add(Weight::from_parts(15_105_419, 0).saturating_mul(n.into())) + // Standard Error: 14_384 + .saturating_add(Weight::from_parts(13_139_359, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2568).saturating_mul(n.into())) diff --git a/runtime/g1/src/weights/pallet_provide_randomness.rs b/runtime/g1/src/weights/pallet_provide_randomness.rs index 66310c126..8ee65880a 100644 --- a/runtime/g1/src/weights/pallet_provide_randomness.rs +++ b/runtime/g1/src/weights/pallet_provide_randomness.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_provide_randomness` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `298` // Estimated: `3763` - // Minimum execution time: 43_623_000 picoseconds. - Weight::from_parts(44_537_000, 0) + // Minimum execution time: 39_464_000 picoseconds. + Weight::from_parts(40_845_000, 0) .saturating_add(Weight::from_parts(0, 3763)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) @@ -86,11 +86,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `341 + i * (59 ±0)` // Estimated: `1827 + i * (2535 ±0)` - // Minimum execution time: 18_311_000 picoseconds. - Weight::from_parts(17_634_870, 0) + // Minimum execution time: 16_996_000 picoseconds. + Weight::from_parts(15_940_165, 0) .saturating_add(Weight::from_parts(0, 1827)) - // Standard Error: 5_089 - .saturating_add(Weight::from_parts(5_463_744, 0).saturating_mul(i.into())) + // Standard Error: 6_260 + .saturating_add(Weight::from_parts(5_212_064, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -118,11 +118,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `351 + i * (59 ±0)` // Estimated: `3817 + i * (2535 ±0)` - // Minimum execution time: 19_833_000 picoseconds. - Weight::from_parts(17_982_551, 0) + // Minimum execution time: 18_810_000 picoseconds. + Weight::from_parts(16_405_402, 0) .saturating_add(Weight::from_parts(0, 3817)) - // Standard Error: 6_929 - .saturating_add(Weight::from_parts(5_846_559, 0).saturating_mul(i.into())) + // Standard Error: 7_539 + .saturating_add(Weight::from_parts(5_593_977, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/g1/src/weights/pallet_proxy.rs b/runtime/g1/src/weights/pallet_proxy.rs index 73f3d250e..c9f764dfc 100644 --- a/runtime/g1/src/weights/pallet_proxy.rs +++ b/runtime/g1/src/weights/pallet_proxy.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_proxy` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -54,11 +54,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 12_619_000 picoseconds. - Weight::from_parts(13_405_625, 0) + // Minimum execution time: 11_452_000 picoseconds. + Weight::from_parts(12_159_471, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_196 - .saturating_add(Weight::from_parts(31_079, 0).saturating_mul(p.into())) + // Standard Error: 1_112 + .saturating_add(Weight::from_parts(24_161, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -73,13 +73,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `399 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 32_951_000 picoseconds. - Weight::from_parts(33_280_454, 0) + // Minimum execution time: 29_870_000 picoseconds. + Weight::from_parts(30_046_564, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 2_195 - .saturating_add(Weight::from_parts(133_220, 0).saturating_mul(a.into())) - // Standard Error: 2_268 - .saturating_add(Weight::from_parts(46_166, 0).saturating_mul(p.into())) + // Standard Error: 1_805 + .saturating_add(Weight::from_parts(129_906, 0).saturating_mul(a.into())) + // Standard Error: 1_865 + .saturating_add(Weight::from_parts(35_026, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -93,13 +93,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 20_612_000 picoseconds. - Weight::from_parts(21_965_233, 0) + // Minimum execution time: 18_906_000 picoseconds. + Weight::from_parts(19_537_100, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 10_294 - .saturating_add(Weight::from_parts(111_680, 0).saturating_mul(a.into())) - // Standard Error: 10_636 - .saturating_add(Weight::from_parts(34_557, 0).saturating_mul(p.into())) + // Standard Error: 1_559 + .saturating_add(Weight::from_parts(146_213, 0).saturating_mul(a.into())) + // Standard Error: 1_610 + .saturating_add(Weight::from_parts(4_441, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -109,15 +109,17 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn reject_announcement(a: u32, _p: u32, ) -> Weight { + fn reject_announcement(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 20_738_000 picoseconds. - Weight::from_parts(21_343_653, 0) + // Minimum execution time: 18_619_000 picoseconds. + Weight::from_parts(19_371_410, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 5_773 - .saturating_add(Weight::from_parts(163_437, 0).saturating_mul(a.into())) + // Standard Error: 1_449 + .saturating_add(Weight::from_parts(146_132, 0).saturating_mul(a.into())) + // Standard Error: 1_497 + .saturating_add(Weight::from_parts(8_697, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -133,13 +135,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `331 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 27_829_000 picoseconds. - Weight::from_parts(29_746_490, 0) + // Minimum execution time: 25_720_000 picoseconds. + Weight::from_parts(27_400_110, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 2_465 - .saturating_add(Weight::from_parts(151_653, 0).saturating_mul(a.into())) - // Standard Error: 2_547 - .saturating_add(Weight::from_parts(53_753, 0).saturating_mul(p.into())) + // Standard Error: 2_259 + .saturating_add(Weight::from_parts(135_413, 0).saturating_mul(a.into())) + // Standard Error: 2_334 + .saturating_add(Weight::from_parts(38_496, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -150,11 +152,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 19_743_000 picoseconds. - Weight::from_parts(20_636_615, 0) + // Minimum execution time: 18_007_000 picoseconds. + Weight::from_parts(18_719_449, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_469 - .saturating_add(Weight::from_parts(49_341, 0).saturating_mul(p.into())) + // Standard Error: 1_489 + .saturating_add(Weight::from_parts(46_628, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -165,11 +167,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 19_863_000 picoseconds. - Weight::from_parts(20_826_602, 0) + // Minimum execution time: 18_010_000 picoseconds. + Weight::from_parts(18_765_828, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_807 - .saturating_add(Weight::from_parts(48_029, 0).saturating_mul(p.into())) + // Standard Error: 1_459 + .saturating_add(Weight::from_parts(40_149, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -180,11 +182,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 18_050_000 picoseconds. - Weight::from_parts(18_924_900, 0) + // Minimum execution time: 16_480_000 picoseconds. + Weight::from_parts(17_222_754, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_457 - .saturating_add(Weight::from_parts(30_306, 0).saturating_mul(p.into())) + // Standard Error: 1_324 + .saturating_add(Weight::from_parts(22_141, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -195,11 +197,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `177` // Estimated: `4698` - // Minimum execution time: 20_584_000 picoseconds. - Weight::from_parts(21_970_197, 0) + // Minimum execution time: 18_929_000 picoseconds. + Weight::from_parts(19_982_070, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_261 - .saturating_add(Weight::from_parts(3_985, 0).saturating_mul(p.into())) + // Standard Error: 1_518 + .saturating_add(Weight::from_parts(8_348, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -210,12 +212,28 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `194 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 18_655_000 picoseconds. - Weight::from_parts(19_533_125, 0) + // Minimum execution time: 16_771_000 picoseconds. + Weight::from_parts(17_630_394, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_458 - .saturating_add(Weight::from_parts(37_248, 0).saturating_mul(p.into())) + // Standard Error: 1_365 + .saturating_add(Weight::from_parts(30_937, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } + /// Storage: `Proxy::Proxies` (r:1 w:1) + /// Proof: `Proxy::Proxies` (`max_values`: None, `max_size`: Some(1233), added: 3708, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `Proxy::Announcements` (r:1 w:1) + /// Proof: `Proxy::Announcements` (`max_values`: None, `max_size`: Some(2225), added: 4700, mode: `MaxEncodedLen`) + fn poke_deposit() -> Weight { + // Proof Size summary in bytes: + // Measured: `472` + // Estimated: `5690` + // Minimum execution time: 32_788_000 picoseconds. + Weight::from_parts(33_787_000, 0) + .saturating_add(Weight::from_parts(0, 5690)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) + } } diff --git a/runtime/g1/src/weights/pallet_quota.rs b/runtime/g1/src/weights/pallet_quota.rs index 7c4f1e129..a5ffed501 100644 --- a/runtime/g1/src/weights/pallet_quota.rs +++ b/runtime/g1/src/weights/pallet_quota.rs @@ -16,17 +16,17 @@ //! Autogenerated weights for `pallet_quota` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` -//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: 1024 +//! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 // Executed Command: // target/release/duniter // benchmark // pallet -// --chain=dev +// --genesis-builder=spec-genesis // --steps=50 // --repeat=20 // --pallet=* @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `11288` // Estimated: `12751` - // Minimum execution time: 7_428_000 picoseconds. - Weight::from_parts(7_638_000, 0) + // Minimum execution time: 8_520_000 picoseconds. + Weight::from_parts(9_057_000, 0) .saturating_add(Weight::from_parts(0, 12751)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3489` - // Minimum execution time: 4_605_000 picoseconds. - Weight::from_parts(4_837_000, 0) + // Minimum execution time: 5_747_000 picoseconds. + Weight::from_parts(6_087_000, 0) .saturating_add(Weight::from_parts(0, 3489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -79,8 +79,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `235` // Estimated: `6126` - // Minimum execution time: 21_279_000 picoseconds. - Weight::from_parts(22_358_000, 0) + // Minimum execution time: 23_660_000 picoseconds. + Weight::from_parts(24_470_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -93,8 +93,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `235` // Estimated: `6126` - // Minimum execution time: 21_615_000 picoseconds. - Weight::from_parts(22_109_000, 0) + // Minimum execution time: 23_562_000 picoseconds. + Weight::from_parts(24_843_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -105,8 +105,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `43` // Estimated: `12751` - // Minimum execution time: 1_793_000 picoseconds. - Weight::from_parts(1_903_000, 0) + // Minimum execution time: 2_408_000 picoseconds. + Weight::from_parts(2_627_000, 0) .saturating_add(Weight::from_parts(0, 12751)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -122,11 +122,11 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `260 + i * (44 ±0)` // Estimated: `12751` - // Minimum execution time: 24_541_000 picoseconds. - Weight::from_parts(53_007_671, 0) + // Minimum execution time: 26_073_000 picoseconds. + Weight::from_parts(39_298_032, 0) .saturating_add(Weight::from_parts(0, 12751)) - // Standard Error: 28_238 - .saturating_add(Weight::from_parts(1_213_374, 0).saturating_mul(i.into())) + // Standard Error: 2_327 + .saturating_add(Weight::from_parts(1_166_563, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/g1/src/weights/pallet_scheduler.rs b/runtime/g1/src/weights/pallet_scheduler.rs index 6de4afaef..a9cc79405 100644 --- a/runtime/g1/src/weights/pallet_scheduler.rs +++ b/runtime/g1/src/weights/pallet_scheduler.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_scheduler` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 3_429_000 picoseconds. - Weight::from_parts(3_619_000, 0) + // Minimum execution time: 5_095_000 picoseconds. + Weight::from_parts(5_294_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -66,11 +66,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 3_508_000 picoseconds. - Weight::from_parts(6_901_234, 0) + // Minimum execution time: 2_973_000 picoseconds. + Weight::from_parts(6_254_911, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_783 - .saturating_add(Weight::from_parts(267_420, 0).saturating_mul(s.into())) + // Standard Error: 1_716 + .saturating_add(Weight::from_parts(259_223, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -78,12 +78,12 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_951_000 picoseconds. - Weight::from_parts(3_153_000, 0) + // Minimum execution time: 2_513_000 picoseconds. + Weight::from_parts(2_620_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Preimage::PreimageFor` (r:1 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `Measured`) /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(83), added: 2558, mode: `MaxEncodedLen`) /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) @@ -92,14 +92,15 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { fn service_task_fetched(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `141 + s * (1 ±0)` - // Estimated: `4197809` - // Minimum execution time: 15_408_000 picoseconds. - Weight::from_parts(16_037_000, 0) - .saturating_add(Weight::from_parts(0, 4197809)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(879, 0).saturating_mul(s.into())) + // Estimated: `3606 + s * (1 ±0)` + // Minimum execution time: 14_743_000 picoseconds. + Weight::from_parts(15_091_000, 0) + .saturating_add(Weight::from_parts(0, 3606)) + // Standard Error: 383 + .saturating_add(Weight::from_parts(32_977, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: `Scheduler::Lookup` (r:0 w:1) /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) @@ -107,8 +108,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_265_000 picoseconds. - Weight::from_parts(4_545_000, 0) + // Minimum execution time: 3_855_000 picoseconds. + Weight::from_parts(4_074_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -116,24 +117,24 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_866_000 picoseconds. - Weight::from_parts(3_032_000, 0) + // Minimum execution time: 2_664_000 picoseconds. + Weight::from_parts(2_810_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_113_000 picoseconds. - Weight::from_parts(2_243_000, 0) + // Minimum execution time: 1_745_000 picoseconds. + Weight::from_parts(1_916_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_115_000 picoseconds. - Weight::from_parts(2_232_000, 0) + // Minimum execution time: 1_843_000 picoseconds. + Weight::from_parts(1_960_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Scheduler::Agenda` (r:1 w:1) @@ -143,11 +144,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 9_082_000 picoseconds. - Weight::from_parts(12_431_988, 0) + // Minimum execution time: 7_896_000 picoseconds. + Weight::from_parts(11_528_233, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_755 - .saturating_add(Weight::from_parts(281_391, 0).saturating_mul(s.into())) + // Standard Error: 1_969 + .saturating_add(Weight::from_parts(276_366, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,11 +163,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 14_099_000 picoseconds. - Weight::from_parts(14_925_988, 0) + // Minimum execution time: 12_342_000 picoseconds. + Weight::from_parts(13_895_870, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_535 - .saturating_add(Weight::from_parts(429_855, 0).saturating_mul(s.into())) + // Standard Error: 1_464 + .saturating_add(Weight::from_parts(412_621, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -179,11 +180,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `255 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 11_748_000 picoseconds. - Weight::from_parts(16_783_698, 0) + // Minimum execution time: 10_508_000 picoseconds. + Weight::from_parts(15_509_418, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 3_046 - .saturating_add(Weight::from_parts(315_245, 0).saturating_mul(s.into())) + // Standard Error: 3_119 + .saturating_add(Weight::from_parts(301_331, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -198,11 +199,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `281 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 16_437_000 picoseconds. - Weight::from_parts(18_011_685, 0) + // Minimum execution time: 14_463_000 picoseconds. + Weight::from_parts(16_655_941, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 2_243 - .saturating_add(Weight::from_parts(465_901, 0).saturating_mul(s.into())) + // Standard Error: 2_054 + .saturating_add(Weight::from_parts(439_406, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -215,11 +216,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `118` // Estimated: `13928` - // Minimum execution time: 8_491_000 picoseconds. - Weight::from_parts(9_135_930, 0) + // Minimum execution time: 7_741_000 picoseconds. + Weight::from_parts(8_455_676, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 514 - .saturating_add(Weight::from_parts(28_599, 0).saturating_mul(s.into())) + // Standard Error: 805 + .saturating_add(Weight::from_parts(17_928, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -231,8 +232,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `8928` // Estimated: `13928` - // Minimum execution time: 20_862_000 picoseconds. - Weight::from_parts(22_527_000, 0) + // Minimum execution time: 20_105_000 picoseconds. + Weight::from_parts(21_347_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -247,8 +248,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `9606` // Estimated: `13928` - // Minimum execution time: 26_992_000 picoseconds. - Weight::from_parts(28_117_000, 0) + // Minimum execution time: 25_260_000 picoseconds. + Weight::from_parts(26_533_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -261,8 +262,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `8940` // Estimated: `13928` - // Minimum execution time: 20_196_000 picoseconds. - Weight::from_parts(20_766_000, 0) + // Minimum execution time: 19_120_000 picoseconds. + Weight::from_parts(19_622_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -277,8 +278,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `9618` // Estimated: `13928` - // Minimum execution time: 25_942_000 picoseconds. - Weight::from_parts(26_868_000, 0) + // Minimum execution time: 24_503_000 picoseconds. + Weight::from_parts(26_121_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/g1/src/weights/pallet_session.rs b/runtime/g1/src/weights/pallet_session.rs index cb7acb07b..cdbf37ca4 100644 --- a/runtime/g1/src/weights/pallet_session.rs +++ b/runtime/g1/src/weights/pallet_session.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_session` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -55,8 +55,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `810` // Estimated: `11700` - // Minimum execution time: 28_109_000 picoseconds. - Weight::from_parts(29_471_000, 0) + // Minimum execution time: 24_792_000 picoseconds. + Weight::from_parts(25_918_000, 0) .saturating_add(Weight::from_parts(0, 11700)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `477` // Estimated: `3942` - // Minimum execution time: 15_904_000 picoseconds. - Weight::from_parts(16_537_000, 0) + // Minimum execution time: 14_618_000 picoseconds. + Weight::from_parts(15_117_000, 0) .saturating_add(Weight::from_parts(0, 3942)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(5)) diff --git a/runtime/g1/src/weights/pallet_smith_members.rs b/runtime/g1/src/weights/pallet_smith_members.rs index 9ada0fee3..3e9aeeec4 100644 --- a/runtime/g1/src/weights/pallet_smith_members.rs +++ b/runtime/g1/src/weights/pallet_smith_members.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_smith_members` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -59,11 +59,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `SmithMembers::ExpiresOn` (`max_values`: None, `max_size`: None, mode: `Measured`) fn invite_smith() -> Weight { // Proof Size summary in bytes: - // Measured: `748` - // Estimated: `6688` - // Minimum execution time: 31_350_000 picoseconds. - Weight::from_parts(32_770_000, 0) - .saturating_add(Weight::from_parts(0, 6688)) + // Measured: `749` + // Estimated: `6689` + // Minimum execution time: 29_223_000 picoseconds. + Weight::from_parts(29_921_000, 0) + .saturating_add(Weight::from_parts(0, 6689)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,11 +73,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `SmithMembers::Smiths` (`max_values`: None, `max_size`: None, mode: `Measured`) fn accept_invitation() -> Weight { // Proof Size summary in bytes: - // Measured: `566` - // Estimated: `4031` - // Minimum execution time: 16_492_000 picoseconds. - Weight::from_parts(16_890_000, 0) - .saturating_add(Weight::from_parts(0, 4031)) + // Measured: `567` + // Estimated: `4032` + // Minimum execution time: 15_874_000 picoseconds. + Weight::from_parts(16_582_000, 0) + .saturating_add(Weight::from_parts(0, 4032)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -91,11 +91,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `SmithMembers::ExpiresOn` (`max_values`: None, `max_size`: None, mode: `Measured`) fn certify_smith() -> Weight { // Proof Size summary in bytes: - // Measured: `591` - // Estimated: `6531` - // Minimum execution time: 25_103_000 picoseconds. - Weight::from_parts(26_055_000, 0) - .saturating_add(Weight::from_parts(0, 6531)) + // Measured: `593` + // Estimated: `6533` + // Minimum execution time: 24_589_000 picoseconds. + Weight::from_parts(25_767_000, 0) + .saturating_add(Weight::from_parts(0, 6533)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -117,11 +117,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn on_removed_wot_member() -> Weight { // Proof Size summary in bytes: - // Measured: `1171` - // Estimated: `14536` - // Minimum execution time: 67_014_000 picoseconds. - Weight::from_parts(69_066_000, 0) - .saturating_add(Weight::from_parts(0, 14536)) + // Measured: `1176` + // Estimated: `14541` + // Minimum execution time: 61_744_000 picoseconds. + Weight::from_parts(64_673_000, 0) + .saturating_add(Weight::from_parts(0, 14541)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -131,8 +131,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `220` // Estimated: `3685` - // Minimum execution time: 4_009_000 picoseconds. - Weight::from_parts(4_149_000, 0) + // Minimum execution time: 3_470_000 picoseconds. + Weight::from_parts(3_804_000, 0) .saturating_add(Weight::from_parts(0, 3685)) .saturating_add(T::DbWeight::get().reads(1)) } diff --git a/runtime/g1/src/weights/pallet_sudo.rs b/runtime/g1/src/weights/pallet_sudo.rs index 8cf94cc02..1d4d80baa 100644 --- a/runtime/g1/src/weights/pallet_sudo.rs +++ b/runtime/g1/src/weights/pallet_sudo.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_sudo` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 8_805_000 picoseconds. - Weight::from_parts(9_170_000, 0) + // Minimum execution time: 8_117_000 picoseconds. + Weight::from_parts(8_498_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 9_269_000 picoseconds. - Weight::from_parts(9_562_000, 0) + // Minimum execution time: 8_719_000 picoseconds. + Weight::from_parts(8_937_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 9_164_000 picoseconds. - Weight::from_parts(9_575_000, 0) + // Minimum execution time: 8_647_000 picoseconds. + Weight::from_parts(8_868_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -87,8 +87,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 7_865_000 picoseconds. - Weight::from_parts(8_536_000, 0) + // Minimum execution time: 7_529_000 picoseconds. + Weight::from_parts(7_959_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 3_704_000 picoseconds. - Weight::from_parts(3_870_000, 0) + // Minimum execution time: 3_864_000 picoseconds. + Weight::from_parts(4_126_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } diff --git a/runtime/g1/src/weights/pallet_timestamp.rs b/runtime/g1/src/weights/pallet_timestamp.rs index 556ae529d..de4debbb7 100644 --- a/runtime/g1/src/weights/pallet_timestamp.rs +++ b/runtime/g1/src/weights/pallet_timestamp.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_timestamp` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -57,8 +57,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `268` // Estimated: `1493` - // Minimum execution time: 10_855_000 picoseconds. - Weight::from_parts(11_518_000, 0) + // Minimum execution time: 10_508_000 picoseconds. + Weight::from_parts(10_952_000, 0) .saturating_add(Weight::from_parts(0, 1493)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -67,8 +67,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `57` // Estimated: `0` - // Minimum execution time: 3_549_000 picoseconds. - Weight::from_parts(3_824_000, 0) + // Minimum execution time: 3_235_000 picoseconds. + Weight::from_parts(3_383_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/g1/src/weights/pallet_transaction_payment.rs b/runtime/g1/src/weights/pallet_transaction_payment.rs index 556b7f8f4..44d83aadc 100644 --- a/runtime/g1/src/weights/pallet_transaction_payment.rs +++ b/runtime/g1/src/weights/pallet_transaction_payment.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_transaction_payment` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_transaction_payment::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `124` // Estimated: `6126` - // Minimum execution time: 45_569_000 picoseconds. - Weight::from_parts(47_029_000, 0) + // Minimum execution time: 39_143_000 picoseconds. + Weight::from_parts(40_108_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/g1/src/weights/pallet_treasury.rs b/runtime/g1/src/weights/pallet_treasury.rs index 8a74b9be4..79a317543 100644 --- a/runtime/g1/src/weights/pallet_treasury.rs +++ b/runtime/g1/src/weights/pallet_treasury.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_treasury` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `1887` - // Minimum execution time: 3_556_000 picoseconds. - Weight::from_parts(3_805_000, 0) + // Minimum execution time: 3_093_000 picoseconds. + Weight::from_parts(3_336_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `82 + p * (1 ±0)` // Estimated: `3558` - // Minimum execution time: 11_461_000 picoseconds. - Weight::from_parts(12_397_435, 0) + // Minimum execution time: 9_762_000 picoseconds. + Weight::from_parts(11_226_830, 0) .saturating_add(Weight::from_parts(0, 3558)) - // Standard Error: 376 - .saturating_add(Weight::from_parts(20_402, 0).saturating_mul(p.into())) + // Standard Error: 433 + .saturating_add(Weight::from_parts(18_668, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3526` - // Minimum execution time: 4_855_000 picoseconds. - Weight::from_parts(5_244_000, 0) + // Minimum execution time: 4_498_000 picoseconds. + Weight::from_parts(4_793_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -110,8 +110,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3526` - // Minimum execution time: 4_857_000 picoseconds. - Weight::from_parts(5_162_000, 0) + // Minimum execution time: 4_560_000 picoseconds. + Weight::from_parts(4_750_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -121,8 +121,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3526` - // Minimum execution time: 4_559_000 picoseconds. - Weight::from_parts(4_803_000, 0) + // Minimum execution time: 3_899_000 picoseconds. + Weight::from_parts(4_183_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) } diff --git a/runtime/g1/src/weights/pallet_universal_dividend.rs b/runtime/g1/src/weights/pallet_universal_dividend.rs index d4f5c5ada..8003b21c9 100644 --- a/runtime/g1/src/weights/pallet_universal_dividend.rs +++ b/runtime/g1/src/weights/pallet_universal_dividend.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_universal_dividend` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -58,15 +58,13 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn /// Storage: `System::Account` (r:1 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) /// The range of component `i` is `[1, 160]`. - fn claim_uds(i: u32, ) -> Weight { + fn claim_uds(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `676` // Estimated: `4141` - // Minimum execution time: 34_214_000 picoseconds. - Weight::from_parts(36_149_557, 0) + // Minimum execution time: 31_090_000 picoseconds. + Weight::from_parts(33_043_833, 0) .saturating_add(Weight::from_parts(0, 4141)) - // Standard Error: 651 - .saturating_add(Weight::from_parts(1_976, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +76,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `156` // Estimated: `6126` - // Minimum execution time: 54_500_000 picoseconds. - Weight::from_parts(55_737_000, 0) + // Minimum execution time: 47_895_000 picoseconds. + Weight::from_parts(49_548_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -92,8 +90,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `93` // Estimated: `3558` - // Minimum execution time: 34_901_000 picoseconds. - Weight::from_parts(36_356_000, 0) + // Minimum execution time: 30_895_000 picoseconds. + Weight::from_parts(31_496_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -105,15 +103,13 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn /// Storage: `System::Account` (r:1 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) /// The range of component `i` is `[1, 160]`. - fn on_removed_member(i: u32, ) -> Weight { + fn on_removed_member(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `181` // Estimated: `3558` - // Minimum execution time: 19_668_000 picoseconds. - Weight::from_parts(20_627_280, 0) + // Minimum execution time: 18_438_000 picoseconds. + Weight::from_parts(19_595_821, 0) .saturating_add(Weight::from_parts(0, 3558)) - // Standard Error: 240 - .saturating_add(Weight::from_parts(1_231, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/g1/src/weights/pallet_upgrade_origin.rs b/runtime/g1/src/weights/pallet_upgrade_origin.rs index ee5b396ea..26da1875b 100644 --- a/runtime/g1/src/weights/pallet_upgrade_origin.rs +++ b/runtime/g1/src/weights/pallet_upgrade_origin.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_upgrade_origin` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_upgrade_origin::WeightInfo for WeightInfo<T // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_813_000 picoseconds. - Weight::from_parts(6_042_000, 0) + // Minimum execution time: 5_491_000 picoseconds. + Weight::from_parts(5_669_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/g1/src/weights/pallet_utility.rs b/runtime/g1/src/weights/pallet_utility.rs index 27295fc66..6a0d73a39 100644 --- a/runtime/g1/src/weights/pallet_utility.rs +++ b/runtime/g1/src/weights/pallet_utility.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_utility` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -52,18 +52,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_716_000 picoseconds. - Weight::from_parts(7_673_308, 0) + // Minimum execution time: 4_098_000 picoseconds. + Weight::from_parts(4_300_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 770 - .saturating_add(Weight::from_parts(2_117_641, 0).saturating_mul(c.into())) + // Standard Error: 1_202 + .saturating_add(Weight::from_parts(1_892_384, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_001_000 picoseconds. - Weight::from_parts(4_245_000, 0) + // Minimum execution time: 3_549_000 picoseconds. + Weight::from_parts(3_808_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -71,18 +71,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_595_000 picoseconds. - Weight::from_parts(10_269_354, 0) + // Minimum execution time: 4_094_000 picoseconds. + Weight::from_parts(677_159, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_442 - .saturating_add(Weight::from_parts(2_277_997, 0).saturating_mul(c.into())) + // Standard Error: 1_371 + .saturating_add(Weight::from_parts(2_023_953, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_835_000 picoseconds. - Weight::from_parts(6_174_000, 0) + // Minimum execution time: 5_527_000 picoseconds. + Weight::from_parts(5_732_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -90,10 +90,26 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_523_000 picoseconds. - Weight::from_parts(9_986_300, 0) + // Minimum execution time: 4_031_000 picoseconds. + Weight::from_parts(4_195_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 669 + .saturating_add(Weight::from_parts(1_901_698, 0).saturating_mul(c.into())) + } + fn dispatch_as_fallible() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 5_338_000 picoseconds. + Weight::from_parts(5_674_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + } + fn if_else() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 6_498_000 picoseconds. + Weight::from_parts(6_774_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_088 - .saturating_add(Weight::from_parts(2_086_124, 0).saturating_mul(c.into())) } } diff --git a/runtime/g1/src/weights/paritydb_weights.rs b/runtime/g1/src/weights/paritydb_weights.rs index 00e7da53f..9f0601b25 100644 --- a/runtime/g1/src/weights/paritydb_weights.rs +++ b/runtime/g1/src/weights/paritydb_weights.rs @@ -1,6 +1,6 @@ -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09 (Y/M/D) //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! //! DATABASE: `ParityDb`, RUNTIME: `Ğ1 Local Testnet` @@ -34,31 +34,31 @@ pub mod constants { /// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 816, 1_528_096 - /// Average: 11_527 - /// Median: 1_463 - /// Std-Dev: 121434.48 + /// Min, Max: 796, 836_878 + /// Average: 6_821 + /// Median: 1_372 + /// Std-Dev: 66459.89 /// /// Percentiles nanoseconds: - /// 99th: 20_434 - /// 95th: 2_861 - /// 75th: 1_986 - read: 23_054 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 5_937 + /// 95th: 2_176 + /// 75th: 1_799 + read: 13_642 * constants::WEIGHT_REF_TIME_PER_NANOS, /// Time to write one storage item. /// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 3_734, 6_625_499 - /// Average: 51_983 - /// Median: 9_943 - /// Std-Dev: 526311.43 + /// Min, Max: 3_790, 6_704_742 + /// Average: 52_851 + /// Median: 10_532 + /// Std-Dev: 532586.13 /// /// Percentiles nanoseconds: - /// 99th: 19_667 - /// 95th: 15_786 - /// 75th: 11_745 - write: 103_966 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 20_798 + /// 95th: 15_410 + /// 75th: 12_501 + write: 105_702 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } diff --git a/runtime/gdev/src/lib.rs b/runtime/gdev/src/lib.rs index 71d340ece..957765b5c 100644 --- a/runtime/gdev/src/lib.rs +++ b/runtime/gdev/src/lib.rs @@ -146,6 +146,7 @@ impl Contains<RuntimeCall> for BaseCallFilter { #[derive( Copy, Clone, + codec::DecodeWithMemTracking, Eq, PartialEq, Ord, diff --git a/runtime/gdev/src/weights/block_weights.rs b/runtime/gdev/src/weights/block_weights.rs index 571ac5c48..71bc017df 100644 --- a/runtime/gdev/src/weights/block_weights.rs +++ b/runtime/gdev/src/weights/block_weights.rs @@ -1,6 +1,6 @@ -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09 (Y/M/D) //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Ğdev Local Testnet` @@ -26,17 +26,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 122_545, 345_032 - /// Average: 138_548 - /// Median: 133_458 - /// Std-Dev: 23871.28 + /// Min, Max: 126_820, 232_744 + /// Average: 135_153 + /// Median: 131_782 + /// Std-Dev: 12160.35 /// /// Percentiles nanoseconds: - /// 99th: 214_321 - /// 95th: 155_132 - /// 75th: 137_306 + /// 99th: 183_002 + /// 95th: 148_260 + /// 75th: 135_921 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(138_548), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(135_153), 0); } #[cfg(test)] diff --git a/runtime/gdev/src/weights/extrinsic_weights.rs b/runtime/gdev/src/weights/extrinsic_weights.rs index a1918cd1b..c16443de4 100644 --- a/runtime/gdev/src/weights/extrinsic_weights.rs +++ b/runtime/gdev/src/weights/extrinsic_weights.rs @@ -1,6 +1,6 @@ -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09 (Y/M/D) //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Ğdev Local Testnet` @@ -26,17 +26,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 92_602, 93_246 - /// Average: 92_945 - /// Median: 92_939 - /// Std-Dev: 123.07 + /// Min, Max: 90_094, 93_740 + /// Average: 90_633 + /// Median: 90_524 + /// Std-Dev: 472.12 /// /// Percentiles nanoseconds: - /// 99th: 93_229 - /// 95th: 93_175 - /// 75th: 93_023 + /// 99th: 92_082 + /// 95th: 91_251 + /// 75th: 90_756 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(92_945), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(90_633), 0); } #[cfg(test)] diff --git a/runtime/gdev/src/weights/frame_system.rs b/runtime/gdev/src/weights/frame_system.rs index 6eeb70977..b6985ac26 100644 --- a/runtime/gdev/src/weights/frame_system.rs +++ b/runtime/gdev/src/weights/frame_system.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_system` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -52,22 +52,22 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_997_000 picoseconds. - Weight::from_parts(2_094_000, 0) + // Minimum execution time: 1_883_000 picoseconds. + Weight::from_parts(1_978_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 0 - .saturating_add(Weight::from_parts(255, 0).saturating_mul(b.into())) + // Standard Error: 312 + .saturating_add(Weight::from_parts(25_486, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_988_000 picoseconds. - Weight::from_parts(5_038_000, 0) + // Minimum execution time: 4_769_000 picoseconds. + Weight::from_parts(4_948_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 0 - .saturating_add(Weight::from_parts(1_039, 0).saturating_mul(b.into())) + // Standard Error: 312 + .saturating_add(Weight::from_parts(26_284, 0).saturating_mul(b.into())) } /// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) /// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) @@ -75,8 +75,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_352_000 picoseconds. - Weight::from_parts(3_521_000, 0) + // Minimum execution time: 3_129_000 picoseconds. + Weight::from_parts(3_404_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 75_556_906_000 picoseconds. - Weight::from_parts(76_388_277_000, 0) + // Minimum execution time: 227_524_499_000 picoseconds. + Weight::from_parts(233_699_602_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -98,11 +98,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_910_000 picoseconds. - Weight::from_parts(2_007_000, 0) + // Minimum execution time: 1_922_000 picoseconds. + Weight::from_parts(2_054_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 579 - .saturating_add(Weight::from_parts(586_595, 0).saturating_mul(i.into())) + // Standard Error: 551 + .saturating_add(Weight::from_parts(549_679, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -112,11 +112,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_817_000 picoseconds. - Weight::from_parts(2_003_000, 0) + // Minimum execution time: 1_904_000 picoseconds. + Weight::from_parts(2_036_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 759 - .saturating_add(Weight::from_parts(464_650, 0).saturating_mul(i.into())) + // Standard Error: 565 + .saturating_add(Weight::from_parts(421_658, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -126,11 +126,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `78 + p * (69 ±0)` // Estimated: `75 + p * (70 ±0)` - // Minimum execution time: 3_438_000 picoseconds. - Weight::from_parts(3_566_000, 0) + // Minimum execution time: 3_370_000 picoseconds. + Weight::from_parts(3_503_000, 0) .saturating_add(Weight::from_parts(0, 75)) - // Standard Error: 755 - .saturating_add(Weight::from_parts(1_043_550, 0).saturating_mul(p.into())) + // Standard Error: 689 + .saturating_add(Weight::from_parts(1_015_392, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) @@ -141,8 +141,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_179_000 picoseconds. - Weight::from_parts(9_190_000, 0) + // Minimum execution time: 8_484_000 picoseconds. + Weight::from_parts(9_148_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -154,8 +154,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `22` // Estimated: `1518` - // Minimum execution time: 79_083_880_000 picoseconds. - Weight::from_parts(80_032_467_000, 0) + // Minimum execution time: 231_562_458_000 picoseconds. + Weight::from_parts(237_693_069_000, 0) .saturating_add(Weight::from_parts(0, 1518)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/gdev/src/weights/frame_system_extensions.rs b/runtime/gdev/src/weights/frame_system_extensions.rs index 704f925d5..c7b2aed06 100644 --- a/runtime/gdev/src/weights/frame_system_extensions.rs +++ b/runtime/gdev/src/weights/frame_system_extensions.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_system_extensions` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -51,32 +51,32 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `30` // Estimated: `0` - // Minimum execution time: 2_433_000 picoseconds. - Weight::from_parts(2_695_000, 0) + // Minimum execution time: 2_455_000 picoseconds. + Weight::from_parts(2_584_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_mortality_mortal_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `0` - // Minimum execution time: 5_217_000 picoseconds. - Weight::from_parts(5_519_000, 0) + // Minimum execution time: 4_842_000 picoseconds. + Weight::from_parts(5_139_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_mortality_immortal_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `0` - // Minimum execution time: 5_320_000 picoseconds. - Weight::from_parts(5_645_000, 0) + // Minimum execution time: 5_071_000 picoseconds. + Weight::from_parts(5_252_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_non_zero_sender() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 377_000 picoseconds. - Weight::from_parts(475_000, 0) + // Minimum execution time: 394_000 picoseconds. + Weight::from_parts(472_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::Account` (r:1 w:1) @@ -85,8 +85,8 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `61` // Estimated: `3558` - // Minimum execution time: 5_905_000 picoseconds. - Weight::from_parts(6_222_000, 0) + // Minimum execution time: 5_408_000 picoseconds. + Weight::from_parts(5_985_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -95,24 +95,32 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 295_000 picoseconds. - Weight::from_parts(353_000, 0) + // Minimum execution time: 314_000 picoseconds. + Weight::from_parts(354_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_tx_version() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 301_000 picoseconds. - Weight::from_parts(351_000, 0) + // Minimum execution time: 313_000 picoseconds. + Weight::from_parts(352_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_weight() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_405_000 picoseconds. - Weight::from_parts(3_699_000, 0) + // Minimum execution time: 3_701_000 picoseconds. + Weight::from_parts(3_877_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + } + fn weight_reclaim() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 2_275_000 picoseconds. + Weight::from_parts(2_408_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/gdev/src/weights/pallet_authority_members.rs b/runtime/gdev/src/weights/pallet_authority_members.rs index 121c8a304..474c8db0c 100644 --- a/runtime/gdev/src/weights/pallet_authority_members.rs +++ b/runtime/gdev/src/weights/pallet_authority_members.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_authority_members` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -61,11 +61,11 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf /// Proof: `AuthorityMembers::OnlineAuthorities` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn go_offline() -> Weight { // Proof Size summary in bytes: - // Measured: `867` - // Estimated: `4332` - // Minimum execution time: 22_932_000 picoseconds. - Weight::from_parts(24_576_000, 0) - .saturating_add(Weight::from_parts(0, 4332)) + // Measured: `868` + // Estimated: `4333` + // Minimum execution time: 22_550_000 picoseconds. + Weight::from_parts(23_740_000, 0) + .saturating_add(Weight::from_parts(0, 4333)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,11 +87,11 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf /// Proof: `AuthorityMembers::OnlineAuthorities` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn go_online() -> Weight { // Proof Size summary in bytes: - // Measured: `1324` - // Estimated: `4789` - // Minimum execution time: 33_979_000 picoseconds. - Weight::from_parts(36_438_000, 0) - .saturating_add(Weight::from_parts(0, 4789)) + // Measured: `1325` + // Estimated: `4790` + // Minimum execution time: 32_709_000 picoseconds. + Weight::from_parts(35_249_000, 0) + .saturating_add(Weight::from_parts(0, 4790)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -109,11 +109,11 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf /// Proof: `AuthorityMembers::Members` (`max_values`: None, `max_size`: None, mode: `Measured`) fn set_session_keys() -> Weight { // Proof Size summary in bytes: - // Measured: `1773` - // Estimated: `12663` - // Minimum execution time: 42_263_000 picoseconds. - Weight::from_parts(43_544_000, 0) - .saturating_add(Weight::from_parts(0, 12663)) + // Measured: `1774` + // Estimated: `12664` + // Minimum execution time: 40_740_000 picoseconds. + Weight::from_parts(42_224_000, 0) + .saturating_add(Weight::from_parts(0, 12664)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `848` // Estimated: `4313` - // Minimum execution time: 36_170_000 picoseconds. - Weight::from_parts(37_876_000, 0) + // Minimum execution time: 36_418_000 picoseconds. + Weight::from_parts(37_952_000, 0) .saturating_add(Weight::from_parts(0, 4313)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(10)) @@ -147,8 +147,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `199` // Estimated: `1684` - // Minimum execution time: 8_913_000 picoseconds. - Weight::from_parts(9_453_000, 0) + // Minimum execution time: 8_840_000 picoseconds. + Weight::from_parts(9_439_000, 0) .saturating_add(Weight::from_parts(0, 1684)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gdev/src/weights/pallet_balances.rs b/runtime/gdev/src/weights/pallet_balances.rs index 305c5bb8c..cb727fc82 100644 --- a/runtime/gdev/src/weights/pallet_balances.rs +++ b/runtime/gdev/src/weights/pallet_balances.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_balances` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `63` // Estimated: `6126` - // Minimum execution time: 48_945_000 picoseconds. - Weight::from_parts(50_657_000, 0) + // Minimum execution time: 46_541_000 picoseconds. + Weight::from_parts(48_250_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 30_270_000 picoseconds. - Weight::from_parts(31_069_000, 0) + // Minimum execution time: 28_939_000 picoseconds. + Weight::from_parts(29_724_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -77,8 +77,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 11_030_000 picoseconds. - Weight::from_parts(11_539_000, 0) + // Minimum execution time: 10_923_000 picoseconds. + Weight::from_parts(11_709_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 16_693_000 picoseconds. - Weight::from_parts(17_705_000, 0) + // Minimum execution time: 16_633_000 picoseconds. + Weight::from_parts(17_087_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `126` // Estimated: `8694` - // Minimum execution time: 51_017_000 picoseconds. - Weight::from_parts(52_495_000, 0) + // Minimum execution time: 47_647_000 picoseconds. + Weight::from_parts(49_265_000, 0) .saturating_add(Weight::from_parts(0, 8694)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -113,8 +113,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 37_080_000 picoseconds. - Weight::from_parts(37_873_000, 0) + // Minimum execution time: 35_608_000 picoseconds. + Weight::from_parts(36_207_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -125,8 +125,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 13_637_000 picoseconds. - Weight::from_parts(14_362_000, 0) + // Minimum execution time: 13_190_000 picoseconds. + Weight::from_parts(13_671_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_588_000 picoseconds. - Weight::from_parts(5_942_000, 0) + // Minimum execution time: 5_578_000 picoseconds. + Weight::from_parts(5_961_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::Account` (r:1 w:1) @@ -145,8 +145,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `63` // Estimated: `3558` - // Minimum execution time: 34_789_000 picoseconds. - Weight::from_parts(36_021_000, 0) + // Minimum execution time: 32_513_000 picoseconds. + Weight::from_parts(33_681_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -155,8 +155,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 15_975_000 picoseconds. - Weight::from_parts(16_516_000, 0) + // Minimum execution time: 15_680_000 picoseconds. + Weight::from_parts(16_152_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/gdev/src/weights/pallet_certification.rs b/runtime/gdev/src/weights/pallet_certification.rs index 945112abf..37518f12c 100644 --- a/runtime/gdev/src/weights/pallet_certification.rs +++ b/runtime/gdev/src/weights/pallet_certification.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_certification` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `1074` // Estimated: `7014` - // Minimum execution time: 39_750_000 picoseconds. - Weight::from_parts(42_497_000, 0) + // Minimum execution time: 38_456_000 picoseconds. + Weight::from_parts(40_405_000, 0) .saturating_add(Weight::from_parts(0, 7014)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) @@ -85,8 +85,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `1097` // Estimated: `7037` - // Minimum execution time: 38_013_000 picoseconds. - Weight::from_parts(39_453_000, 0) + // Minimum execution time: 36_297_000 picoseconds. + Weight::from_parts(37_656_000, 0) .saturating_add(Weight::from_parts(0, 7037)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) @@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `528` // Estimated: `6468` - // Minimum execution time: 19_735_000 picoseconds. - Weight::from_parts(20_458_000, 0) + // Minimum execution time: 18_936_000 picoseconds. + Weight::from_parts(19_569_000, 0) .saturating_add(Weight::from_parts(0, 6468)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -120,11 +120,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `690 + i * (35 ±0)` // Estimated: `4160 + i * (2511 ±0)` - // Minimum execution time: 30_467_000 picoseconds. - Weight::from_parts(6_334_106, 0) + // Minimum execution time: 29_176_000 picoseconds. + Weight::from_parts(5_921_505, 0) .saturating_add(Weight::from_parts(0, 4160)) - // Standard Error: 3_509 - .saturating_add(Weight::from_parts(4_753_946, 0).saturating_mul(i.into())) + // Standard Error: 3_094 + .saturating_add(Weight::from_parts(4_463_819, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -137,8 +137,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `139` // Estimated: `3604` - // Minimum execution time: 3_239_000 picoseconds. - Weight::from_parts(3_566_000, 0) + // Minimum execution time: 3_071_000 picoseconds. + Weight::from_parts(3_471_000, 0) .saturating_add(Weight::from_parts(0, 3604)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -148,8 +148,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `276` // Estimated: `3741` - // Minimum execution time: 5_082_000 picoseconds. - Weight::from_parts(5_456_000, 0) + // Minimum execution time: 5_154_000 picoseconds. + Weight::from_parts(5_453_000, 0) .saturating_add(Weight::from_parts(0, 3741)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -166,8 +166,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `822` // Estimated: `6762` - // Minimum execution time: 28_090_000 picoseconds. - Weight::from_parts(29_822_000, 0) + // Minimum execution time: 27_313_000 picoseconds. + Weight::from_parts(29_104_000, 0) .saturating_add(Weight::from_parts(0, 6762)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) @@ -185,11 +185,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `654 + i * (35 ±0)` // Estimated: `4127 + i * (2511 ±0)` - // Minimum execution time: 27_313_000 picoseconds. - Weight::from_parts(22_400_854, 0) + // Minimum execution time: 26_588_000 picoseconds. + Weight::from_parts(20_247_340, 0) .saturating_add(Weight::from_parts(0, 4127)) - // Standard Error: 4_211 - .saturating_add(Weight::from_parts(4_415_904, 0).saturating_mul(i.into())) + // Standard Error: 3_686 + .saturating_add(Weight::from_parts(4_146_670, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gdev/src/weights/pallet_collective.rs b/runtime/gdev/src/weights/pallet_collective.rs index 569a635f1..91a0e6c57 100644 --- a/runtime/gdev/src/weights/pallet_collective.rs +++ b/runtime/gdev/src/weights/pallet_collective.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_collective` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -62,13 +62,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0 + m * (672 ±0) + p * (3191 ±0)` // Estimated: `10019 + m * (416 ±4) + p * (4183 ±23)` - // Minimum execution time: 11_776_000 picoseconds. - Weight::from_parts(12_075_000, 0) + // Minimum execution time: 11_721_000 picoseconds. + Weight::from_parts(12_006_000, 0) .saturating_add(Weight::from_parts(0, 10019)) - // Standard Error: 12_024 - .saturating_add(Weight::from_parts(865_492, 0).saturating_mul(m.into())) - // Standard Error: 59_440 - .saturating_add(Weight::from_parts(7_683_599, 0).saturating_mul(p.into())) + // Standard Error: 12_058 + .saturating_add(Weight::from_parts(870_206, 0).saturating_mul(m.into())) + // Standard Error: 59_608 + .saturating_add(Weight::from_parts(7_513_334, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `1518 + m * (32 ±0)` - // Minimum execution time: 11_127_000 picoseconds. - Weight::from_parts(10_511_151, 0) + // Minimum execution time: 10_384_000 picoseconds. + Weight::from_parts(9_911_569, 0) .saturating_add(Weight::from_parts(0, 1518)) - // Standard Error: 31 - .saturating_add(Weight::from_parts(1_475, 0).saturating_mul(b.into())) - // Standard Error: 323 - .saturating_add(Weight::from_parts(14_197, 0).saturating_mul(m.into())) + // Standard Error: 34 + .saturating_add(Weight::from_parts(1_395, 0).saturating_mul(b.into())) + // Standard Error: 358 + .saturating_add(Weight::from_parts(13_276, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -104,13 +104,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `3498 + m * (32 ±0)` - // Minimum execution time: 13_287_000 picoseconds. - Weight::from_parts(12_735_289, 0) + // Minimum execution time: 12_582_000 picoseconds. + Weight::from_parts(12_068_031, 0) .saturating_add(Weight::from_parts(0, 3498)) - // Standard Error: 45 - .saturating_add(Weight::from_parts(1_457, 0).saturating_mul(b.into())) - // Standard Error: 465 - .saturating_add(Weight::from_parts(21_400, 0).saturating_mul(m.into())) + // Standard Error: 38 + .saturating_add(Weight::from_parts(1_299, 0).saturating_mul(b.into())) + // Standard Error: 391 + .saturating_add(Weight::from_parts(20_917, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -131,15 +131,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `24 + m * (32 ±0) + p * (55 ±0)` // Estimated: `3461 + m * (32 ±0) + p * (54 ±0)` - // Minimum execution time: 18_162_000 picoseconds. - Weight::from_parts(16_614_247, 0) + // Minimum execution time: 17_172_000 picoseconds. + Weight::from_parts(15_862_694, 0) .saturating_add(Weight::from_parts(0, 3461)) - // Standard Error: 62 - .saturating_add(Weight::from_parts(2_325, 0).saturating_mul(b.into())) - // Standard Error: 651 - .saturating_add(Weight::from_parts(19_921, 0).saturating_mul(m.into())) - // Standard Error: 3_253 - .saturating_add(Weight::from_parts(288_035, 0).saturating_mul(p.into())) + // Standard Error: 66 + .saturating_add(Weight::from_parts(2_226, 0).saturating_mul(b.into())) + // Standard Error: 698 + .saturating_add(Weight::from_parts(20_693, 0).saturating_mul(m.into())) + // Standard Error: 3_487 + .saturating_add(Weight::from_parts(300_657, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -154,11 +154,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `573 + m * (64 ±0)` // Estimated: `4037 + m * (64 ±0)` - // Minimum execution time: 16_042_000 picoseconds. - Weight::from_parts(17_441_298, 0) + // Minimum execution time: 16_410_000 picoseconds. + Weight::from_parts(17_326_745, 0) .saturating_add(Weight::from_parts(0, 4037)) - // Standard Error: 728 - .saturating_add(Weight::from_parts(38_625, 0).saturating_mul(m.into())) + // Standard Error: 703 + .saturating_add(Weight::from_parts(38_745, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -177,13 +177,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `117 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3591 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 20_982_000 picoseconds. - Weight::from_parts(19_417_230, 0) + // Minimum execution time: 19_624_000 picoseconds. + Weight::from_parts(18_989_870, 0) .saturating_add(Weight::from_parts(0, 3591)) - // Standard Error: 679 - .saturating_add(Weight::from_parts(32_252, 0).saturating_mul(m.into())) - // Standard Error: 3_355 - .saturating_add(Weight::from_parts(248_611, 0).saturating_mul(p.into())) + // Standard Error: 670 + .saturating_add(Weight::from_parts(29_807, 0).saturating_mul(m.into())) + // Standard Error: 3_310 + .saturating_add(Weight::from_parts(230_311, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -204,15 +204,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `62 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)` // Estimated: `3619 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)` - // Minimum execution time: 28_988_000 picoseconds. - Weight::from_parts(27_951_530, 0) + // Minimum execution time: 26_905_000 picoseconds. + Weight::from_parts(25_792_337, 0) .saturating_add(Weight::from_parts(0, 3619)) - // Standard Error: 164 - .saturating_add(Weight::from_parts(2_377, 0).saturating_mul(b.into())) - // Standard Error: 1_735 - .saturating_add(Weight::from_parts(9_891, 0).saturating_mul(m.into())) - // Standard Error: 8_562 - .saturating_add(Weight::from_parts(480_429, 0).saturating_mul(p.into())) + // Standard Error: 151 + .saturating_add(Weight::from_parts(2_324, 0).saturating_mul(b.into())) + // Standard Error: 1_602 + .saturating_add(Weight::from_parts(11_280, 0).saturating_mul(m.into())) + // Standard Error: 7_907 + .saturating_add(Weight::from_parts(480_681, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -235,13 +235,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `137 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3611 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 22_896_000 picoseconds. - Weight::from_parts(21_227_619, 0) + // Minimum execution time: 22_012_000 picoseconds. + Weight::from_parts(20_550_578, 0) .saturating_add(Weight::from_parts(0, 3611)) - // Standard Error: 631 - .saturating_add(Weight::from_parts(32_963, 0).saturating_mul(m.into())) - // Standard Error: 3_117 - .saturating_add(Weight::from_parts(266_136, 0).saturating_mul(p.into())) + // Standard Error: 733 + .saturating_add(Weight::from_parts(31_480, 0).saturating_mul(m.into())) + // Standard Error: 3_622 + .saturating_add(Weight::from_parts(260_360, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -264,15 +264,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `82 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)` // Estimated: `3639 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)` - // Minimum execution time: 31_007_000 picoseconds. - Weight::from_parts(30_074_134, 0) + // Minimum execution time: 29_209_000 picoseconds. + Weight::from_parts(29_500_402, 0) .saturating_add(Weight::from_parts(0, 3639)) - // Standard Error: 118 - .saturating_add(Weight::from_parts(2_519, 0).saturating_mul(b.into())) - // Standard Error: 1_253 - .saturating_add(Weight::from_parts(25_021, 0).saturating_mul(m.into())) - // Standard Error: 6_182 - .saturating_add(Weight::from_parts(417_952, 0).saturating_mul(p.into())) + // Standard Error: 122 + .saturating_add(Weight::from_parts(2_016, 0).saturating_mul(b.into())) + // Standard Error: 1_290 + .saturating_add(Weight::from_parts(15_376, 0).saturating_mul(m.into())) + // Standard Error: 6_367 + .saturating_add(Weight::from_parts(420_731, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -290,11 +290,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `189 + p * (32 ±0)` // Estimated: `1674 + p * (32 ±0)` - // Minimum execution time: 11_060_000 picoseconds. - Weight::from_parts(11_988_016, 0) + // Minimum execution time: 10_702_000 picoseconds. + Weight::from_parts(11_818_345, 0) .saturating_add(Weight::from_parts(0, 1674)) - // Standard Error: 1_654 - .saturating_add(Weight::from_parts(150_655, 0).saturating_mul(p.into())) + // Standard Error: 2_086 + .saturating_add(Weight::from_parts(136_806, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) @@ -313,11 +313,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `1243 + p * (55 ±0)` // Estimated: `4710 + d * (5 ±1) + p * (55 ±0)` - // Minimum execution time: 16_269_000 picoseconds. - Weight::from_parts(17_903_116, 0) + // Minimum execution time: 15_575_000 picoseconds. + Weight::from_parts(17_065_378, 0) .saturating_add(Weight::from_parts(0, 4710)) - // Standard Error: 2_954 - .saturating_add(Weight::from_parts(262_949, 0).saturating_mul(p.into())) + // Standard Error: 2_992 + .saturating_add(Weight::from_parts(265_286, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into())) @@ -331,8 +331,8 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `676` // Estimated: `4141` - // Minimum execution time: 10_685_000 picoseconds. - Weight::from_parts(11_385_000, 0) + // Minimum execution time: 10_250_000 picoseconds. + Weight::from_parts(10_954_000, 0) .saturating_add(Weight::from_parts(0, 4141)) .saturating_add(T::DbWeight::get().reads(2)) } diff --git a/runtime/gdev/src/weights/pallet_distance.rs b/runtime/gdev/src/weights/pallet_distance.rs index ed5d61dfe..4e60a889e 100644 --- a/runtime/gdev/src/weights/pallet_distance.rs +++ b/runtime/gdev/src/weights/pallet_distance.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_distance` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -71,8 +71,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `1245` // Estimated: `4710` - // Minimum execution time: 66_372_000 picoseconds. - Weight::from_parts(67_880_000, 0) + // Minimum execution time: 64_573_000 picoseconds. + Weight::from_parts(66_062_000, 0) .saturating_add(Weight::from_parts(0, 4710)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(4)) @@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `1274` // Estimated: `7214` - // Minimum execution time: 70_152_000 picoseconds. - Weight::from_parts(71_537_000, 0) + // Minimum execution time: 65_977_000 picoseconds. + Weight::from_parts(68_748_000, 0) .saturating_add(Weight::from_parts(0, 7214)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(4)) @@ -120,11 +120,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `304 + i * (10 ±0)` // Estimated: `1789 + i * (10 ±0)` - // Minimum execution time: 12_055_000 picoseconds. - Weight::from_parts(14_797_886, 0) + // Minimum execution time: 12_282_000 picoseconds. + Weight::from_parts(13_677_914, 0) .saturating_add(Weight::from_parts(0, 1789)) - // Standard Error: 441 - .saturating_add(Weight::from_parts(114_780, 0).saturating_mul(i.into())) + // Standard Error: 157 + .saturating_add(Weight::from_parts(98_603, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into())) @@ -138,11 +138,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `162 + i * (10 ±0)` // Estimated: `1647 + i * (10 ±0)` - // Minimum execution time: 7_280_000 picoseconds. - Weight::from_parts(9_370_149, 0) + // Minimum execution time: 7_240_000 picoseconds. + Weight::from_parts(8_554_069, 0) .saturating_add(Weight::from_parts(0, 1647)) - // Standard Error: 111 - .saturating_add(Weight::from_parts(113_125, 0).saturating_mul(i.into())) + // Standard Error: 249 + .saturating_add(Weight::from_parts(92_969, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into())) @@ -159,8 +159,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `650` // Estimated: `6590` - // Minimum execution time: 31_735_000 picoseconds. - Weight::from_parts(32_730_000, 0) + // Minimum execution time: 30_301_000 picoseconds. + Weight::from_parts(31_954_000, 0) .saturating_add(Weight::from_parts(0, 6590)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) @@ -169,8 +169,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 87_000 picoseconds. - Weight::from_parts(110_000, 0) + // Minimum execution time: 101_000 picoseconds. + Weight::from_parts(139_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::ParentHash` (r:1 w:0) @@ -197,8 +197,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `1062` // Estimated: `7002` - // Minimum execution time: 61_602_000 picoseconds. - Weight::from_parts(63_515_000, 0) + // Minimum execution time: 59_522_000 picoseconds. + Weight::from_parts(63_978_000, 0) .saturating_add(Weight::from_parts(0, 7002)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) @@ -219,8 +219,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `475` // Estimated: `6126` - // Minimum execution time: 41_612_000 picoseconds. - Weight::from_parts(43_127_000, 0) + // Minimum execution time: 40_068_000 picoseconds. + Weight::from_parts(41_319_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) @@ -235,8 +235,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `136` // Estimated: `1621` - // Minimum execution time: 4_339_000 picoseconds. - Weight::from_parts(4_590_000, 0) + // Minimum execution time: 4_390_000 picoseconds. + Weight::from_parts(4_595_000, 0) .saturating_add(Weight::from_parts(0, 1621)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -247,8 +247,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157` // Estimated: `1642` - // Minimum execution time: 3_914_000 picoseconds. - Weight::from_parts(4_212_000, 0) + // Minimum execution time: 3_870_000 picoseconds. + Weight::from_parts(4_224_000, 0) .saturating_add(Weight::from_parts(0, 1642)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gdev/src/weights/pallet_duniter_account.rs b/runtime/gdev/src/weights/pallet_duniter_account.rs index 99cd56094..ddba27480 100644 --- a/runtime/gdev/src/weights/pallet_duniter_account.rs +++ b/runtime/gdev/src/weights/pallet_duniter_account.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_duniter_account` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-02-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -29,7 +29,7 @@ // --genesis-builder=spec-genesis // --steps=50 // --repeat=20 -// --pallet=pallet_duniter-account +// --pallet=* // --extrinsic=* // --wasm-execution=compiled // --heap-pages=4096 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_duniter_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 4_500_000 picoseconds. - Weight::from_parts(4_694_000, 0) + // Minimum execution time: 4_274_000 picoseconds. + Weight::from_parts(4_526_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -67,8 +67,8 @@ impl<T: frame_system::Config> pallet_duniter_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `384` // Estimated: `3849` - // Minimum execution time: 11_751_000 picoseconds. - Weight::from_parts(12_335_000, 0) + // Minimum execution time: 11_352_000 picoseconds. + Weight::from_parts(11_743_000, 0) .saturating_add(Weight::from_parts(0, 3849)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gdev/src/weights/pallet_identity.rs b/runtime/gdev/src/weights/pallet_identity.rs index bcb29a76c..9694ebfd8 100644 --- a/runtime/gdev/src/weights/pallet_identity.rs +++ b/runtime/gdev/src/weights/pallet_identity.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_identity` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -67,17 +67,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Certification::CertsRemovableOn` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Certification::CertsByReceiver` (r:1 w:1) /// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) fn create_identity() -> Weight { // Proof Size summary in bytes: // Measured: `1153` // Estimated: `7093` - // Minimum execution time: 74_576_000 picoseconds. - Weight::from_parts(76_469_000, 0) + // Minimum execution time: 71_548_000 picoseconds. + Weight::from_parts(73_511_000, 0) .saturating_add(Weight::from_parts(0, 7093)) .saturating_add(T::DbWeight::get().reads(13)) - .saturating_add(T::DbWeight::get().writes(12)) + .saturating_add(T::DbWeight::get().writes(11)) } /// Storage: `Identity::IdentityIndexOf` (r:1 w:0) /// Proof: `Identity::IdentityIndexOf` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -91,8 +89,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `784` // Estimated: `6724` - // Minimum execution time: 31_821_000 picoseconds. - Weight::from_parts(33_505_000, 0) + // Minimum execution time: 31_903_000 picoseconds. + Weight::from_parts(33_108_000, 0) .saturating_add(Weight::from_parts(0, 6724)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) @@ -101,19 +99,19 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Identity::IdentityIndexOf` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Identity::Identities` (r:1 w:1) /// Proof: `Identity::Identities` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AuthorityMembers::OnlineAuthorities` (r:1 w:0) - /// Proof: `AuthorityMembers::OnlineAuthorities` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `System::BlockHash` (r:1 w:0) /// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) /// Storage: `System::Account` (r:2 w:2) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `SmithMembers::Smiths` (r:1 w:0) + /// Proof: `SmithMembers::Smiths` (`max_values`: None, `max_size`: None, mode: `Measured`) fn change_owner_key() -> Weight { // Proof Size summary in bytes: - // Measured: `936` - // Estimated: `6876` - // Minimum execution time: 80_805_000 picoseconds. - Weight::from_parts(84_585_000, 0) - .saturating_add(Weight::from_parts(0, 6876)) + // Measured: `985` + // Estimated: `6925` + // Minimum execution time: 79_261_000 picoseconds. + Weight::from_parts(82_000_000, 0) + .saturating_add(Weight::from_parts(0, 6925)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -125,16 +123,16 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Identity::IdentityChangeSchedule` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Membership::Membership` (r:1 w:1) /// Proof: `Membership::Membership` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) fn revoke_identity() -> Weight { // Proof Size summary in bytes: - // Measured: `673` - // Estimated: `6613` - // Minimum execution time: 66_551_000 picoseconds. - Weight::from_parts(68_053_000, 0) - .saturating_add(Weight::from_parts(0, 6613)) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `740` + // Estimated: `6680` + // Minimum execution time: 73_741_000 picoseconds. + Weight::from_parts(75_701_000, 0) + .saturating_add(Weight::from_parts(0, 6680)) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: `Identity::IdentitiesNames` (r:0 w:999) @@ -144,11 +142,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_016_000 picoseconds. - Weight::from_parts(4_355_000, 0) + // Minimum execution time: 4_055_000 picoseconds. + Weight::from_parts(4_266_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_990 - .saturating_add(Weight::from_parts(1_228_452, 0).saturating_mul(i.into())) + // Standard Error: 1_278 + .saturating_add(Weight::from_parts(1_161_064, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } @@ -158,8 +156,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `104` // Estimated: `3558` - // Minimum execution time: 7_463_000 picoseconds. - Weight::from_parts(7_953_000, 0) + // Minimum execution time: 6_938_000 picoseconds. + Weight::from_parts(7_404_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -174,8 +172,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `379` // Estimated: `3844` - // Minimum execution time: 51_695_000 picoseconds. - Weight::from_parts(53_039_000, 0) + // Minimum execution time: 50_608_000 picoseconds. + Weight::from_parts(52_118_000, 0) .saturating_add(Weight::from_parts(0, 3844)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -184,8 +182,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 90_000 picoseconds. - Weight::from_parts(121_000, 0) + // Minimum execution time: 95_000 picoseconds. + Weight::from_parts(122_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Identity::Identities` (r:1 w:0) @@ -194,8 +192,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `327` // Estimated: `3792` - // Minimum execution time: 4_865_000 picoseconds. - Weight::from_parts(5_170_000, 0) + // Minimum execution time: 4_729_000 picoseconds. + Weight::from_parts(5_074_000, 0) .saturating_add(Weight::from_parts(0, 3792)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -231,11 +229,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn do_revoke_identity() -> Weight { // Proof Size summary in bytes: - // Measured: `1841` - // Estimated: `15206` - // Minimum execution time: 103_189_000 picoseconds. - Weight::from_parts(107_250_000, 0) - .saturating_add(Weight::from_parts(0, 15206)) + // Measured: `1846` + // Estimated: `15211` + // Minimum execution time: 104_150_000 picoseconds. + Weight::from_parts(107_902_000, 0) + .saturating_add(Weight::from_parts(0, 15211)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(21)) } @@ -245,8 +243,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `327` // Estimated: `3792` - // Minimum execution time: 4_637_000 picoseconds. - Weight::from_parts(5_088_000, 0) + // Minimum execution time: 4_870_000 picoseconds. + Weight::from_parts(5_145_000, 0) .saturating_add(Weight::from_parts(0, 3792)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -288,11 +286,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn do_remove_identity() -> Weight { // Proof Size summary in bytes: - // Measured: `2400` - // Estimated: `15765` - // Minimum execution time: 144_575_000 picoseconds. - Weight::from_parts(151_054_000, 0) - .saturating_add(Weight::from_parts(0, 15765)) + // Measured: `2405` + // Estimated: `15770` + // Minimum execution time: 145_683_000 picoseconds. + Weight::from_parts(149_942_000, 0) + .saturating_add(Weight::from_parts(0, 15770)) .saturating_add(T::DbWeight::get().reads(24)) .saturating_add(T::DbWeight::get().writes(29)) } @@ -334,11 +332,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn do_remove_identity_handler() -> Weight { // Proof Size summary in bytes: - // Measured: `2393` - // Estimated: `15758` - // Minimum execution time: 139_758_000 picoseconds. - Weight::from_parts(144_021_000, 0) - .saturating_add(Weight::from_parts(0, 15758)) + // Measured: `2398` + // Estimated: `15763` + // Minimum execution time: 133_880_000 picoseconds. + Weight::from_parts(139_166_000, 0) + .saturating_add(Weight::from_parts(0, 15763)) .saturating_add(T::DbWeight::get().reads(25)) .saturating_add(T::DbWeight::get().writes(27)) } @@ -350,8 +348,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `407` // Estimated: `6347` - // Minimum execution time: 15_592_000 picoseconds. - Weight::from_parts(16_929_000, 0) + // Minimum execution time: 14_804_000 picoseconds. + Weight::from_parts(15_682_000, 0) .saturating_add(Weight::from_parts(0, 6347)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -362,8 +360,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `108` // Estimated: `3573` - // Minimum execution time: 2_792_000 picoseconds. - Weight::from_parts(2_912_000, 0) + // Minimum execution time: 2_640_000 picoseconds. + Weight::from_parts(2_839_000, 0) .saturating_add(Weight::from_parts(0, 3573)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -375,8 +373,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `325` // Estimated: `3790` - // Minimum execution time: 7_711_000 picoseconds. - Weight::from_parts(8_022_000, 0) + // Minimum execution time: 7_246_000 picoseconds. + Weight::from_parts(7_629_000, 0) .saturating_add(Weight::from_parts(0, 3790)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -395,17 +393,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Identity::IdentityIndexOf` (r:0 w:1) /// Proof: `Identity::IdentityIndexOf` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) fn prune_identities_err() -> Weight { // Proof Size summary in bytes: // Measured: `915` // Estimated: `4380` - // Minimum execution time: 36_567_000 picoseconds. - Weight::from_parts(37_661_000, 0) + // Minimum execution time: 33_842_000 picoseconds. + Weight::from_parts(34_906_000, 0) .saturating_add(Weight::from_parts(0, 4380)) .saturating_add(T::DbWeight::get().reads(6)) - .saturating_add(T::DbWeight::get().writes(7)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: `Identity::IdentitiesNames` (r:1 w:0) /// Proof: `Identity::IdentitiesNames` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -415,16 +411,16 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Identity::IdentityChangeSchedule` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Membership::Membership` (r:1 w:1) /// Proof: `Membership::Membership` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) fn revoke_identity_legacy() -> Weight { // Proof Size summary in bytes: - // Measured: `823` - // Estimated: `6763` - // Minimum execution time: 131_539_000 picoseconds. - Weight::from_parts(137_406_000, 0) - .saturating_add(Weight::from_parts(0, 6763)) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `886` + // Estimated: `6826` + // Minimum execution time: 77_149_000 picoseconds. + Weight::from_parts(79_564_000, 0) + .saturating_add(Weight::from_parts(0, 6826)) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } } diff --git a/runtime/gdev/src/weights/pallet_im_online.rs b/runtime/gdev/src/weights/pallet_im_online.rs index 22b6e4e7f..82a4a3bb1 100644 --- a/runtime/gdev/src/weights/pallet_im_online.rs +++ b/runtime/gdev/src/weights/pallet_im_online.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_im_online` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -64,11 +64,11 @@ impl<T: frame_system::Config> pallet_im_online::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `636 + k * (32 ±0)` // Estimated: `33487 + k * (1761 ±0)` - // Minimum execution time: 55_259_000 picoseconds. - Weight::from_parts(66_675_104, 0) + // Minimum execution time: 54_290_000 picoseconds. + Weight::from_parts(65_431_938, 0) .saturating_add(Weight::from_parts(0, 33487)) - // Standard Error: 535 - .saturating_add(Weight::from_parts(43_488, 0).saturating_mul(k.into())) + // Standard Error: 533 + .saturating_add(Weight::from_parts(43_897, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 1761).saturating_mul(k.into())) diff --git a/runtime/gdev/src/weights/pallet_membership.rs b/runtime/gdev/src/weights/pallet_membership.rs index e145d220a..d5536795c 100644 --- a/runtime/gdev/src/weights/pallet_membership.rs +++ b/runtime/gdev/src/weights/pallet_membership.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_membership` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 89_000 picoseconds. - Weight::from_parts(114_000, 0) + // Minimum execution time: 94_000 picoseconds. + Weight::from_parts(115_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Membership::MembershipsExpireOn` (r:2 w:1) @@ -81,22 +81,24 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> { /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `System::Account` (r:3 w:3) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `Quota::IdtyQuota` (r:0 w:3) + /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) /// Storage: `Session::KeyOwner` (r:0 w:12) /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `i` is `[0, 3]`. fn expire_memberships(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `139 + i * (948 ±0)` - // Estimated: `14969 + i * (2695 ±1)` - // Minimum execution time: 5_129_000 picoseconds. - Weight::from_parts(13_219_960, 0) - .saturating_add(Weight::from_parts(0, 14969)) - // Standard Error: 548_425 - .saturating_add(Weight::from_parts(76_556_811, 0).saturating_mul(i.into())) + // Measured: `139 + i * (950 ±0)` + // Estimated: `14974 + i * (2695 ±1)` + // Minimum execution time: 4_965_000 picoseconds. + Weight::from_parts(13_619_525, 0) + .saturating_add(Weight::from_parts(0, 14974)) + // Standard Error: 589_784 + .saturating_add(Weight::from_parts(74_259_888, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((11_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(T::DbWeight::get().writes((14_u64).saturating_mul(i.into()))) + .saturating_add(T::DbWeight::get().writes((15_u64).saturating_mul(i.into()))) .saturating_add(Weight::from_parts(0, 2695).saturating_mul(i.into())) } } diff --git a/runtime/gdev/src/weights/pallet_multisig.rs b/runtime/gdev/src/weights/pallet_multisig.rs index 8e5f050b5..ba9637b60 100644 --- a/runtime/gdev/src/weights/pallet_multisig.rs +++ b/runtime/gdev/src/weights/pallet_multisig.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_multisig` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -52,11 +52,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_506_000 picoseconds. - Weight::from_parts(5_701_498, 0) + // Minimum execution time: 5_720_000 picoseconds. + Weight::from_parts(5_855_671, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(329, 0).saturating_mul(z.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(236, 0).saturating_mul(z.into())) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) @@ -66,13 +66,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `125 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 25_853_000 picoseconds. - Weight::from_parts(25_225_087, 0) + // Minimum execution time: 24_577_000 picoseconds. + Weight::from_parts(23_943_352, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 5_945 - .saturating_add(Weight::from_parts(177_177, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_186, 0).saturating_mul(z.into())) + // Standard Error: 4_953 + .saturating_add(Weight::from_parts(173_710, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_102, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 14_911_000 picoseconds. - Weight::from_parts(14_454_223, 0) + // Minimum execution time: 14_869_000 picoseconds. + Weight::from_parts(14_153_542, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 4_014 - .saturating_add(Weight::from_parts(135_672, 0).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_182, 0).saturating_mul(z.into())) + // Standard Error: 3_656 + .saturating_add(Weight::from_parts(131_256, 0).saturating_mul(s.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_099, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,65 +104,73 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `259 + s * (37 ±0)` // Estimated: `3922` - // Minimum execution time: 28_341_000 picoseconds. - Weight::from_parts(27_994_989, 0) + // Minimum execution time: 26_986_000 picoseconds. + Weight::from_parts(25_863_991, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 6_349 - .saturating_add(Weight::from_parts(142_210, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_178, 0).saturating_mul(z.into())) + // Standard Error: 5_354 + .saturating_add(Weight::from_parts(223_230, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_117, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 10]`. - /// The range of component `z` is `[0, 10000]`. - fn approve_as_multi_create(s: u32, _z: u32, ) -> Weight { + fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `125 + s * (5 ±0)` + // Measured: `130 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 23_483_000 picoseconds. - Weight::from_parts(24_952_296, 0) + // Minimum execution time: 22_064_000 picoseconds. + Weight::from_parts(23_082_892, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 5_534 - .saturating_add(Weight::from_parts(113_991, 0).saturating_mul(s.into())) + // Standard Error: 5_332 + .saturating_add(Weight::from_parts(184_390, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 10]`. - /// The range of component `z` is `[0, 10000]`. - fn approve_as_multi_approve(s: u32, z: u32, ) -> Weight { + fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 13_311_000 picoseconds. - Weight::from_parts(13_758_567, 0) + // Minimum execution time: 12_799_000 picoseconds. + Weight::from_parts(13_417_133, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 3_248 - .saturating_add(Weight::from_parts(116_307, 0).saturating_mul(s.into())) - // Standard Error: 2 - .saturating_add(Weight::from_parts(13, 0).saturating_mul(z.into())) + // Standard Error: 3_617 + .saturating_add(Weight::from_parts(134_263, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 10]`. - /// The range of component `z` is `[0, 10000]`. - fn cancel_as_multi(s: u32, z: u32, ) -> Weight { + fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `323 + s * (5 ±0)` + // Measured: `328 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 24_173_000 picoseconds. - Weight::from_parts(25_074_971, 0) + // Minimum execution time: 23_044_000 picoseconds. + Weight::from_parts(23_949_271, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 4_814 - .saturating_add(Weight::from_parts(143_700, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(4, 0).saturating_mul(z.into())) + // Standard Error: 5_157 + .saturating_add(Weight::from_parts(158_233, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + /// Storage: `Multisig::Multisigs` (r:1 w:1) + /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) + /// The range of component `s` is `[2, 10]`. + fn poke_deposit(s: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `328 + s * (5 ±0)` + // Estimated: `3922` + // Minimum execution time: 21_389_000 picoseconds. + Weight::from_parts(22_387_610, 0) + .saturating_add(Weight::from_parts(0, 3922)) + // Standard Error: 5_442 + .saturating_add(Weight::from_parts(180_678, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/gdev/src/weights/pallet_oneshot_account.rs b/runtime/gdev/src/weights/pallet_oneshot_account.rs index f0cf897a7..55b8cf530 100644 --- a/runtime/gdev/src/weights/pallet_oneshot_account.rs +++ b/runtime/gdev/src/weights/pallet_oneshot_account.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_oneshot_account` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `42` // Estimated: `3507` - // Minimum execution time: 21_680_000 picoseconds. - Weight::from_parts(22_713_000, 0) + // Minimum execution time: 21_084_000 picoseconds. + Weight::from_parts(21_871_000, 0) .saturating_add(Weight::from_parts(0, 3507)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `217` // Estimated: `3682` - // Minimum execution time: 27_526_000 picoseconds. - Weight::from_parts(28_813_000, 0) + // Minimum execution time: 28_260_000 picoseconds. + Weight::from_parts(29_606_000, 0) .saturating_add(Weight::from_parts(0, 3682)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -85,8 +85,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `277` // Estimated: `6126` - // Minimum execution time: 40_479_000 picoseconds. - Weight::from_parts(42_055_000, 0) + // Minimum execution time: 39_009_000 picoseconds. + Weight::from_parts(40_329_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/gdev/src/weights/pallet_preimage.rs b/runtime/gdev/src/weights/pallet_preimage.rs index 3bf35076f..1a5c1381c 100644 --- a/runtime/gdev/src/weights/pallet_preimage.rs +++ b/runtime/gdev/src/weights/pallet_preimage.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_preimage` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -58,11 +58,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3548` - // Minimum execution time: 11_194_000 picoseconds. - Weight::from_parts(11_607_000, 0) + // Minimum execution time: 10_987_000 picoseconds. + Weight::from_parts(11_421_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_278, 0).saturating_mul(s.into())) + // Standard Error: 330 + .saturating_add(Weight::from_parts(28_451, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 14_050_000 picoseconds. - Weight::from_parts(14_538_000, 0) + // Minimum execution time: 12_791_000 picoseconds. + Weight::from_parts(13_220_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_277, 0).saturating_mul(s.into())) + // Standard Error: 329 + .saturating_add(Weight::from_parts(28_434, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,11 +96,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 12_563_000 picoseconds. - Weight::from_parts(12_951_000, 0) + // Minimum execution time: 12_239_000 picoseconds. + Weight::from_parts(12_436_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_359, 0).saturating_mul(s.into())) + // Standard Error: 330 + .saturating_add(Weight::from_parts(28_416, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -114,8 +114,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3548` - // Minimum execution time: 20_248_000 picoseconds. - Weight::from_parts(21_940_000, 0) + // Minimum execution time: 18_887_000 picoseconds. + Weight::from_parts(21_006_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -130,8 +130,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 21_065_000 picoseconds. - Weight::from_parts(23_146_000, 0) + // Minimum execution time: 19_014_000 picoseconds. + Weight::from_parts(21_264_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -144,8 +144,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3548` - // Minimum execution time: 18_721_000 picoseconds. - Weight::from_parts(19_939_000, 0) + // Minimum execution time: 17_527_000 picoseconds. + Weight::from_parts(19_162_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -158,8 +158,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 12_874_000 picoseconds. - Weight::from_parts(13_758_000, 0) + // Minimum execution time: 11_483_000 picoseconds. + Weight::from_parts(12_905_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -172,8 +172,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3548` - // Minimum execution time: 9_930_000 picoseconds. - Weight::from_parts(11_095_000, 0) + // Minimum execution time: 9_948_000 picoseconds. + Weight::from_parts(10_422_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -186,8 +186,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 7_985_000 picoseconds. - Weight::from_parts(8_841_000, 0) + // Minimum execution time: 7_852_000 picoseconds. + Weight::from_parts(8_201_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -202,8 +202,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 19_542_000 picoseconds. - Weight::from_parts(21_141_000, 0) + // Minimum execution time: 17_450_000 picoseconds. + Weight::from_parts(19_353_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -216,8 +216,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 8_077_000 picoseconds. - Weight::from_parts(8_630_000, 0) + // Minimum execution time: 7_414_000 picoseconds. + Weight::from_parts(7_990_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -230,8 +230,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 8_165_000 picoseconds. - Weight::from_parts(8_469_000, 0) + // Minimum execution time: 7_847_000 picoseconds. + Weight::from_parts(8_091_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -247,11 +247,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0 + n * (179 ±0)` // Estimated: `990 + n * (2568 ±0)` - // Minimum execution time: 17_598_000 picoseconds. - Weight::from_parts(18_031_000, 0) + // Minimum execution time: 16_542_000 picoseconds. + Weight::from_parts(16_969_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 16_856 - .saturating_add(Weight::from_parts(14_805_401, 0).saturating_mul(n.into())) + // Standard Error: 15_616 + .saturating_add(Weight::from_parts(13_488_253, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2568).saturating_mul(n.into())) diff --git a/runtime/gdev/src/weights/pallet_provide_randomness.rs b/runtime/gdev/src/weights/pallet_provide_randomness.rs index a48c417ee..82cc98127 100644 --- a/runtime/gdev/src/weights/pallet_provide_randomness.rs +++ b/runtime/gdev/src/weights/pallet_provide_randomness.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_provide_randomness` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `298` // Estimated: `3763` - // Minimum execution time: 42_076_000 picoseconds. - Weight::from_parts(43_495_000, 0) + // Minimum execution time: 40_730_000 picoseconds. + Weight::from_parts(42_054_000, 0) .saturating_add(Weight::from_parts(0, 3763)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) @@ -86,11 +86,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `341 + i * (59 ±0)` // Estimated: `1827 + i * (2535 ±0)` - // Minimum execution time: 17_883_000 picoseconds. - Weight::from_parts(17_853_913, 0) + // Minimum execution time: 17_172_000 picoseconds. + Weight::from_parts(16_211_063, 0) .saturating_add(Weight::from_parts(0, 1827)) - // Standard Error: 4_614 - .saturating_add(Weight::from_parts(5_513_242, 0).saturating_mul(i.into())) + // Standard Error: 5_591 + .saturating_add(Weight::from_parts(5_115_602, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -118,11 +118,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `351 + i * (59 ±0)` // Estimated: `3817 + i * (2535 ±0)` - // Minimum execution time: 20_291_000 picoseconds. - Weight::from_parts(18_256_563, 0) + // Minimum execution time: 18_868_000 picoseconds. + Weight::from_parts(17_304_636, 0) .saturating_add(Weight::from_parts(0, 3817)) - // Standard Error: 7_669 - .saturating_add(Weight::from_parts(5_893_603, 0).saturating_mul(i.into())) + // Standard Error: 7_258 + .saturating_add(Weight::from_parts(5_466_198, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/gdev/src/weights/pallet_proxy.rs b/runtime/gdev/src/weights/pallet_proxy.rs index 5ab8e184d..6ff0a24af 100644 --- a/runtime/gdev/src/weights/pallet_proxy.rs +++ b/runtime/gdev/src/weights/pallet_proxy.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_proxy` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -54,11 +54,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 12_484_000 picoseconds. - Weight::from_parts(13_232_490, 0) + // Minimum execution time: 11_783_000 picoseconds. + Weight::from_parts(12_410_618, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_396 - .saturating_add(Weight::from_parts(32_074, 0).saturating_mul(p.into())) + // Standard Error: 1_309 + .saturating_add(Weight::from_parts(30_529, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -73,13 +73,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `399 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 32_776_000 picoseconds. - Weight::from_parts(32_523_433, 0) + // Minimum execution time: 30_110_000 picoseconds. + Weight::from_parts(31_086_993, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 2_021 - .saturating_add(Weight::from_parts(149_951, 0).saturating_mul(a.into())) - // Standard Error: 2_088 - .saturating_add(Weight::from_parts(39_110, 0).saturating_mul(p.into())) + // Standard Error: 1_887 + .saturating_add(Weight::from_parts(126_159, 0).saturating_mul(a.into())) + // Standard Error: 1_950 + .saturating_add(Weight::from_parts(37_634, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,17 +89,15 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn remove_announcement(a: u32, p: u32, ) -> Weight { + fn remove_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 20_355_000 picoseconds. - Weight::from_parts(20_928_430, 0) + // Minimum execution time: 19_319_000 picoseconds. + Weight::from_parts(20_222_436, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_500 - .saturating_add(Weight::from_parts(151_831, 0).saturating_mul(a.into())) - // Standard Error: 1_550 - .saturating_add(Weight::from_parts(7_288, 0).saturating_mul(p.into())) + // Standard Error: 1_662 + .saturating_add(Weight::from_parts(142_776, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -113,13 +111,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 20_280_000 picoseconds. - Weight::from_parts(20_856_473, 0) + // Minimum execution time: 19_683_000 picoseconds. + Weight::from_parts(19_899_721, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_529 - .saturating_add(Weight::from_parts(152_620, 0).saturating_mul(a.into())) - // Standard Error: 1_580 - .saturating_add(Weight::from_parts(8_879, 0).saturating_mul(p.into())) + // Standard Error: 1_443 + .saturating_add(Weight::from_parts(146_015, 0).saturating_mul(a.into())) + // Standard Error: 1_491 + .saturating_add(Weight::from_parts(12_341, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -135,13 +133,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `331 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 27_438_000 picoseconds. - Weight::from_parts(29_938_929, 0) + // Minimum execution time: 26_062_000 picoseconds. + Weight::from_parts(27_979_296, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 2_158 - .saturating_add(Weight::from_parts(139_207, 0).saturating_mul(a.into())) - // Standard Error: 2_230 - .saturating_add(Weight::from_parts(40_223, 0).saturating_mul(p.into())) + // Standard Error: 2_022 + .saturating_add(Weight::from_parts(135_716, 0).saturating_mul(a.into())) + // Standard Error: 2_089 + .saturating_add(Weight::from_parts(40_965, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -152,11 +150,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 19_382_000 picoseconds. - Weight::from_parts(20_702_268, 0) + // Minimum execution time: 18_292_000 picoseconds. + Weight::from_parts(19_165_475, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 2_013 - .saturating_add(Weight::from_parts(30_874, 0).saturating_mul(p.into())) + // Standard Error: 1_563 + .saturating_add(Weight::from_parts(40_922, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,11 +165,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 19_528_000 picoseconds. - Weight::from_parts(20_602_835, 0) + // Minimum execution time: 18_488_000 picoseconds. + Weight::from_parts(19_217_293, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_589 - .saturating_add(Weight::from_parts(45_702, 0).saturating_mul(p.into())) + // Standard Error: 1_706 + .saturating_add(Weight::from_parts(40_163, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -182,11 +180,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 17_879_000 picoseconds. - Weight::from_parts(18_870_910, 0) + // Minimum execution time: 16_660_000 picoseconds. + Weight::from_parts(17_631_084, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_320 - .saturating_add(Weight::from_parts(29_602, 0).saturating_mul(p.into())) + // Standard Error: 1_417 + .saturating_add(Weight::from_parts(16_740, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -197,11 +195,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `177` // Estimated: `4698` - // Minimum execution time: 20_362_000 picoseconds. - Weight::from_parts(21_690_825, 0) + // Minimum execution time: 19_456_000 picoseconds. + Weight::from_parts(20_537_808, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_342 - .saturating_add(Weight::from_parts(1_243, 0).saturating_mul(p.into())) + // Standard Error: 1_394 + .saturating_add(Weight::from_parts(6_414, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -212,12 +210,28 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `194 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 18_050_000 picoseconds. - Weight::from_parts(19_218_794, 0) + // Minimum execution time: 17_084_000 picoseconds. + Weight::from_parts(18_105_390, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_507 - .saturating_add(Weight::from_parts(46_562, 0).saturating_mul(p.into())) + // Standard Error: 1_318 + .saturating_add(Weight::from_parts(25_330, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } + /// Storage: `Proxy::Proxies` (r:1 w:1) + /// Proof: `Proxy::Proxies` (`max_values`: None, `max_size`: Some(1233), added: 3708, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `Proxy::Announcements` (r:1 w:1) + /// Proof: `Proxy::Announcements` (`max_values`: None, `max_size`: Some(2225), added: 4700, mode: `MaxEncodedLen`) + fn poke_deposit() -> Weight { + // Proof Size summary in bytes: + // Measured: `472` + // Estimated: `5690` + // Minimum execution time: 33_155_000 picoseconds. + Weight::from_parts(34_387_000, 0) + .saturating_add(Weight::from_parts(0, 5690)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) + } } diff --git a/runtime/gdev/src/weights/pallet_quota.rs b/runtime/gdev/src/weights/pallet_quota.rs index 5259610f9..e30a92a37 100644 --- a/runtime/gdev/src/weights/pallet_quota.rs +++ b/runtime/gdev/src/weights/pallet_quota.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_quota` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `11288` // Estimated: `12751` - // Minimum execution time: 8_580_000 picoseconds. - Weight::from_parts(9_093_000, 0) + // Minimum execution time: 8_896_000 picoseconds. + Weight::from_parts(9_159_000, 0) .saturating_add(Weight::from_parts(0, 12751)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3489` - // Minimum execution time: 6_319_000 picoseconds. - Weight::from_parts(6_633_000, 0) + // Minimum execution time: 6_198_000 picoseconds. + Weight::from_parts(6_697_000, 0) .saturating_add(Weight::from_parts(0, 3489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -79,8 +79,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `235` // Estimated: `6126` - // Minimum execution time: 25_932_000 picoseconds. - Weight::from_parts(26_479_000, 0) + // Minimum execution time: 23_965_000 picoseconds. + Weight::from_parts(24_732_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -93,8 +93,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `235` // Estimated: `6126` - // Minimum execution time: 25_508_000 picoseconds. - Weight::from_parts(26_559_000, 0) + // Minimum execution time: 23_869_000 picoseconds. + Weight::from_parts(25_207_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -105,8 +105,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `43` // Estimated: `12751` - // Minimum execution time: 2_538_000 picoseconds. - Weight::from_parts(2_731_000, 0) + // Minimum execution time: 2_445_000 picoseconds. + Weight::from_parts(2_658_000, 0) .saturating_add(Weight::from_parts(0, 12751)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -122,11 +122,11 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `260 + i * (44 ±0)` // Estimated: `12751` - // Minimum execution time: 27_660_000 picoseconds. - Weight::from_parts(41_942_219, 0) + // Minimum execution time: 26_501_000 picoseconds. + Weight::from_parts(37_382_277, 0) .saturating_add(Weight::from_parts(0, 12751)) - // Standard Error: 1_688 - .saturating_add(Weight::from_parts(1_293_110, 0).saturating_mul(i.into())) + // Standard Error: 4_212 + .saturating_add(Weight::from_parts(1_148_604, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/gdev/src/weights/pallet_scheduler.rs b/runtime/gdev/src/weights/pallet_scheduler.rs index cc7e7fff8..be46d259a 100644 --- a/runtime/gdev/src/weights/pallet_scheduler.rs +++ b/runtime/gdev/src/weights/pallet_scheduler.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_scheduler` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 3_162_000 picoseconds. - Weight::from_parts(3_372_000, 0) + // Minimum execution time: 5_099_000 picoseconds. + Weight::from_parts(5_501_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -66,11 +66,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 3_260_000 picoseconds. - Weight::from_parts(6_745_431, 0) + // Minimum execution time: 2_937_000 picoseconds. + Weight::from_parts(6_355_040, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_899 - .saturating_add(Weight::from_parts(298_644, 0).saturating_mul(s.into())) + // Standard Error: 1_714 + .saturating_add(Weight::from_parts(262_556, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -78,12 +78,12 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_893_000 picoseconds. - Weight::from_parts(3_103_000, 0) + // Minimum execution time: 2_664_000 picoseconds. + Weight::from_parts(2_793_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Preimage::PreimageFor` (r:1 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `Measured`) /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(83), added: 2558, mode: `MaxEncodedLen`) /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) @@ -92,14 +92,15 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { fn service_task_fetched(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `141 + s * (1 ±0)` - // Estimated: `4197809` - // Minimum execution time: 16_131_000 picoseconds. - Weight::from_parts(16_663_000, 0) - .saturating_add(Weight::from_parts(0, 4197809)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(877, 0).saturating_mul(s.into())) + // Estimated: `3606 + s * (1 ±0)` + // Minimum execution time: 14_593_000 picoseconds. + Weight::from_parts(14_976_000, 0) + .saturating_add(Weight::from_parts(0, 3606)) + // Standard Error: 382 + .saturating_add(Weight::from_parts(32_836, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: `Scheduler::Lookup` (r:0 w:1) /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) @@ -107,8 +108,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_200_000 picoseconds. - Weight::from_parts(4_495_000, 0) + // Minimum execution time: 4_004_000 picoseconds. + Weight::from_parts(4_286_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -116,24 +117,24 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_766_000 picoseconds. - Weight::from_parts(2_979_000, 0) + // Minimum execution time: 2_666_000 picoseconds. + Weight::from_parts(2_827_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_917_000 picoseconds. - Weight::from_parts(2_139_000, 0) + // Minimum execution time: 1_965_000 picoseconds. + Weight::from_parts(2_177_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_925_000 picoseconds. - Weight::from_parts(2_060_000, 0) + // Minimum execution time: 1_936_000 picoseconds. + Weight::from_parts(2_128_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Scheduler::Agenda` (r:1 w:1) @@ -143,11 +144,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 8_898_000 picoseconds. - Weight::from_parts(12_092_492, 0) + // Minimum execution time: 8_250_000 picoseconds. + Weight::from_parts(11_711_864, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_801 - .saturating_add(Weight::from_parts(314_018, 0).saturating_mul(s.into())) + // Standard Error: 1_918 + .saturating_add(Weight::from_parts(276_624, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,11 +163,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 13_473_000 picoseconds. - Weight::from_parts(14_552_201, 0) + // Minimum execution time: 12_671_000 picoseconds. + Weight::from_parts(14_274_082, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_615 - .saturating_add(Weight::from_parts(501_240, 0).saturating_mul(s.into())) + // Standard Error: 1_767 + .saturating_add(Weight::from_parts(428_538, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -179,11 +180,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `255 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 11_592_000 picoseconds. - Weight::from_parts(16_434_186, 0) + // Minimum execution time: 10_839_000 picoseconds. + Weight::from_parts(15_585_182, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 3_124 - .saturating_add(Weight::from_parts(344_014, 0).saturating_mul(s.into())) + // Standard Error: 3_039 + .saturating_add(Weight::from_parts(309_833, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -198,11 +199,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `281 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 15_768_000 picoseconds. - Weight::from_parts(17_372_599, 0) + // Minimum execution time: 14_981_000 picoseconds. + Weight::from_parts(17_070_719, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 2_081 - .saturating_add(Weight::from_parts(539_564, 0).saturating_mul(s.into())) + // Standard Error: 2_144 + .saturating_add(Weight::from_parts(452_623, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -215,11 +216,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `118` // Estimated: `13928` - // Minimum execution time: 8_448_000 picoseconds. - Weight::from_parts(9_289_693, 0) + // Minimum execution time: 8_024_000 picoseconds. + Weight::from_parts(8_484_040, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 488 - .saturating_add(Weight::from_parts(21_370, 0).saturating_mul(s.into())) + // Standard Error: 474 + .saturating_add(Weight::from_parts(22_109, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -231,8 +232,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `8928` // Estimated: `13928` - // Minimum execution time: 22_257_000 picoseconds. - Weight::from_parts(23_163_000, 0) + // Minimum execution time: 20_438_000 picoseconds. + Weight::from_parts(20_938_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -247,8 +248,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `9606` // Estimated: `13928` - // Minimum execution time: 28_395_000 picoseconds. - Weight::from_parts(29_448_000, 0) + // Minimum execution time: 25_804_000 picoseconds. + Weight::from_parts(26_902_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -261,8 +262,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `8940` // Estimated: `13928` - // Minimum execution time: 21_017_000 picoseconds. - Weight::from_parts(22_130_000, 0) + // Minimum execution time: 19_188_000 picoseconds. + Weight::from_parts(19_817_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -277,8 +278,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `9618` // Estimated: `13928` - // Minimum execution time: 26_945_000 picoseconds. - Weight::from_parts(28_036_000, 0) + // Minimum execution time: 24_829_000 picoseconds. + Weight::from_parts(25_840_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gdev/src/weights/pallet_session.rs b/runtime/gdev/src/weights/pallet_session.rs index a6b4f2dd4..4ffdf3ebc 100644 --- a/runtime/gdev/src/weights/pallet_session.rs +++ b/runtime/gdev/src/weights/pallet_session.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_session` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -55,8 +55,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `811` // Estimated: `11701` - // Minimum execution time: 25_427_000 picoseconds. - Weight::from_parts(26_403_000, 0) + // Minimum execution time: 25_055_000 picoseconds. + Weight::from_parts(26_063_000, 0) .saturating_add(Weight::from_parts(0, 11701)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `478` // Estimated: `3943` - // Minimum execution time: 15_272_000 picoseconds. - Weight::from_parts(15_827_000, 0) + // Minimum execution time: 14_847_000 picoseconds. + Weight::from_parts(15_478_000, 0) .saturating_add(Weight::from_parts(0, 3943)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(5)) diff --git a/runtime/gdev/src/weights/pallet_smith_members.rs b/runtime/gdev/src/weights/pallet_smith_members.rs index 6d3cb563b..6e45b3e3f 100644 --- a/runtime/gdev/src/weights/pallet_smith_members.rs +++ b/runtime/gdev/src/weights/pallet_smith_members.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_smith_members` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -61,11 +61,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `SmithMembers::ExpiresOn` (`max_values`: None, `max_size`: None, mode: `Measured`) fn invite_smith() -> Weight { // Proof Size summary in bytes: - // Measured: `859` - // Estimated: `6799` - // Minimum execution time: 33_261_000 picoseconds. - Weight::from_parts(35_800_000, 0) - .saturating_add(Weight::from_parts(0, 6799)) + // Measured: `860` + // Estimated: `6800` + // Minimum execution time: 32_613_000 picoseconds. + Weight::from_parts(34_468_000, 0) + .saturating_add(Weight::from_parts(0, 6800)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -75,11 +75,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `SmithMembers::Smiths` (`max_values`: None, `max_size`: None, mode: `Measured`) fn accept_invitation() -> Weight { // Proof Size summary in bytes: - // Measured: `566` - // Estimated: `4031` - // Minimum execution time: 16_752_000 picoseconds. - Weight::from_parts(17_731_000, 0) - .saturating_add(Weight::from_parts(0, 4031)) + // Measured: `567` + // Estimated: `4032` + // Minimum execution time: 16_960_000 picoseconds. + Weight::from_parts(17_643_000, 0) + .saturating_add(Weight::from_parts(0, 4032)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,11 +95,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `SmithMembers::ExpiresOn` (`max_values`: None, `max_size`: None, mode: `Measured`) fn certify_smith() -> Weight { // Proof Size summary in bytes: - // Measured: `702` - // Estimated: `6642` - // Minimum execution time: 30_848_000 picoseconds. - Weight::from_parts(32_753_000, 0) - .saturating_add(Weight::from_parts(0, 6642)) + // Measured: `704` + // Estimated: `6644` + // Minimum execution time: 29_828_000 picoseconds. + Weight::from_parts(31_005_000, 0) + .saturating_add(Weight::from_parts(0, 6644)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -121,11 +121,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn on_removed_wot_member() -> Weight { // Proof Size summary in bytes: - // Measured: `1172` - // Estimated: `14537` - // Minimum execution time: 65_984_000 picoseconds. - Weight::from_parts(68_428_000, 0) - .saturating_add(Weight::from_parts(0, 14537)) + // Measured: `1177` + // Estimated: `14542` + // Minimum execution time: 63_396_000 picoseconds. + Weight::from_parts(66_202_000, 0) + .saturating_add(Weight::from_parts(0, 14542)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `220` // Estimated: `3685` - // Minimum execution time: 3_936_000 picoseconds. - Weight::from_parts(4_132_000, 0) + // Minimum execution time: 3_549_000 picoseconds. + Weight::from_parts(3_843_000, 0) .saturating_add(Weight::from_parts(0, 3685)) .saturating_add(T::DbWeight::get().reads(1)) } diff --git a/runtime/gdev/src/weights/pallet_sudo.rs b/runtime/gdev/src/weights/pallet_sudo.rs index 9acb4a1de..1f57da7ee 100644 --- a/runtime/gdev/src/weights/pallet_sudo.rs +++ b/runtime/gdev/src/weights/pallet_sudo.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_sudo` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 8_486_000 picoseconds. - Weight::from_parts(8_930_000, 0) + // Minimum execution time: 8_329_000 picoseconds. + Weight::from_parts(8_812_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 9_087_000 picoseconds. - Weight::from_parts(9_430_000, 0) + // Minimum execution time: 8_687_000 picoseconds. + Weight::from_parts(9_026_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 8_928_000 picoseconds. - Weight::from_parts(9_213_000, 0) + // Minimum execution time: 8_906_000 picoseconds. + Weight::from_parts(9_263_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -87,8 +87,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 7_877_000 picoseconds. - Weight::from_parts(8_205_000, 0) + // Minimum execution time: 7_783_000 picoseconds. + Weight::from_parts(8_137_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 3_204_000 picoseconds. - Weight::from_parts(3_395_000, 0) + // Minimum execution time: 3_950_000 picoseconds. + Weight::from_parts(4_129_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } diff --git a/runtime/gdev/src/weights/pallet_timestamp.rs b/runtime/gdev/src/weights/pallet_timestamp.rs index bfae62180..75fc9e97a 100644 --- a/runtime/gdev/src/weights/pallet_timestamp.rs +++ b/runtime/gdev/src/weights/pallet_timestamp.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_timestamp` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -59,8 +59,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `379` // Estimated: `1864` - // Minimum execution time: 13_427_000 picoseconds. - Weight::from_parts(14_258_000, 0) + // Minimum execution time: 13_527_000 picoseconds. + Weight::from_parts(14_103_000, 0) .saturating_add(Weight::from_parts(0, 1864)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `57` // Estimated: `0` - // Minimum execution time: 3_508_000 picoseconds. - Weight::from_parts(3_712_000, 0) + // Minimum execution time: 3_437_000 picoseconds. + Weight::from_parts(3_635_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/gdev/src/weights/pallet_transaction_payment.rs b/runtime/gdev/src/weights/pallet_transaction_payment.rs index 23ec20493..ea840139a 100644 --- a/runtime/gdev/src/weights/pallet_transaction_payment.rs +++ b/runtime/gdev/src/weights/pallet_transaction_payment.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_transaction_payment` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_transaction_payment::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `124` // Estimated: `6126` - // Minimum execution time: 47_953_000 picoseconds. - Weight::from_parts(48_752_000, 0) + // Minimum execution time: 38_763_000 picoseconds. + Weight::from_parts(39_496_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/gdev/src/weights/pallet_treasury.rs b/runtime/gdev/src/weights/pallet_treasury.rs index 1d8b9ffb1..230547b0b 100644 --- a/runtime/gdev/src/weights/pallet_treasury.rs +++ b/runtime/gdev/src/weights/pallet_treasury.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_treasury` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `1887` - // Minimum execution time: 3_605_000 picoseconds. - Weight::from_parts(3_896_000, 0) + // Minimum execution time: 3_365_000 picoseconds. + Weight::from_parts(4_715_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `82 + p * (1 ±0)` // Estimated: `3558` - // Minimum execution time: 10_805_000 picoseconds. - Weight::from_parts(12_178_298, 0) + // Minimum execution time: 9_774_000 picoseconds. + Weight::from_parts(11_318_514, 0) .saturating_add(Weight::from_parts(0, 3558)) - // Standard Error: 476 - .saturating_add(Weight::from_parts(26_138, 0).saturating_mul(p.into())) + // Standard Error: 492 + .saturating_add(Weight::from_parts(20_049, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3526` - // Minimum execution time: 4_499_000 picoseconds. - Weight::from_parts(4_892_000, 0) + // Minimum execution time: 6_056_000 picoseconds. + Weight::from_parts(6_506_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -110,8 +110,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3526` - // Minimum execution time: 4_644_000 picoseconds. - Weight::from_parts(4_823_000, 0) + // Minimum execution time: 4_536_000 picoseconds. + Weight::from_parts(5_022_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -121,8 +121,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3526` - // Minimum execution time: 4_098_000 picoseconds. - Weight::from_parts(4_374_000, 0) + // Minimum execution time: 4_003_000 picoseconds. + Weight::from_parts(4_265_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) } diff --git a/runtime/gdev/src/weights/pallet_universal_dividend.rs b/runtime/gdev/src/weights/pallet_universal_dividend.rs index e6ebe439a..4e8111b1e 100644 --- a/runtime/gdev/src/weights/pallet_universal_dividend.rs +++ b/runtime/gdev/src/weights/pallet_universal_dividend.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_universal_dividend` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -62,8 +62,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `676` // Estimated: `4141` - // Minimum execution time: 33_238_000 picoseconds. - Weight::from_parts(35_217_292, 0) + // Minimum execution time: 31_915_000 picoseconds. + Weight::from_parts(33_998_969, 0) .saturating_add(Weight::from_parts(0, 4141)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) @@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `156` // Estimated: `6126` - // Minimum execution time: 52_547_000 picoseconds. - Weight::from_parts(53_796_000, 0) + // Minimum execution time: 50_111_000 picoseconds. + Weight::from_parts(51_004_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -90,8 +90,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `93` // Estimated: `3558` - // Minimum execution time: 35_267_000 picoseconds. - Weight::from_parts(36_250_000, 0) + // Minimum execution time: 31_427_000 picoseconds. + Weight::from_parts(32_824_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -103,13 +103,15 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn /// Storage: `System::Account` (r:1 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) /// The range of component `i` is `[1, 160]`. - fn on_removed_member(_i: u32, ) -> Weight { + fn on_removed_member(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `181` // Estimated: `3558` - // Minimum execution time: 19_520_000 picoseconds. - Weight::from_parts(20_568_903, 0) + // Minimum execution time: 18_660_000 picoseconds. + Weight::from_parts(19_856_970, 0) .saturating_add(Weight::from_parts(0, 3558)) + // Standard Error: 299 + .saturating_add(Weight::from_parts(510, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/gdev/src/weights/pallet_upgrade_origin.rs b/runtime/gdev/src/weights/pallet_upgrade_origin.rs index 796535ee5..6a626d575 100644 --- a/runtime/gdev/src/weights/pallet_upgrade_origin.rs +++ b/runtime/gdev/src/weights/pallet_upgrade_origin.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_upgrade_origin` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_upgrade_origin::WeightInfo for WeightInfo<T // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_799_000 picoseconds. - Weight::from_parts(6_189_000, 0) + // Minimum execution time: 5_569_000 picoseconds. + Weight::from_parts(5_957_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/gdev/src/weights/pallet_utility.rs b/runtime/gdev/src/weights/pallet_utility.rs index 6765040d8..e1347eadb 100644 --- a/runtime/gdev/src/weights/pallet_utility.rs +++ b/runtime/gdev/src/weights/pallet_utility.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_utility` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -52,18 +52,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_231_000 picoseconds. - Weight::from_parts(7_319_644, 0) + // Minimum execution time: 4_306_000 picoseconds. + Weight::from_parts(4_446_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 891 - .saturating_add(Weight::from_parts(2_204_220, 0).saturating_mul(c.into())) + // Standard Error: 496 + .saturating_add(Weight::from_parts(1_914_660, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_803_000 picoseconds. - Weight::from_parts(3_992_000, 0) + // Minimum execution time: 3_744_000 picoseconds. + Weight::from_parts(4_018_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -71,18 +71,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_409_000 picoseconds. - Weight::from_parts(7_086_404, 0) + // Minimum execution time: 4_291_000 picoseconds. + Weight::from_parts(8_221, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 785 - .saturating_add(Weight::from_parts(2_359_740, 0).saturating_mul(c.into())) + // Standard Error: 1_046 + .saturating_add(Weight::from_parts(2_062_593, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_090_000 picoseconds. - Weight::from_parts(6_341_000, 0) + // Minimum execution time: 5_708_000 picoseconds. + Weight::from_parts(5_971_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -90,10 +90,26 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_465_000 picoseconds. - Weight::from_parts(7_309_929, 0) + // Minimum execution time: 4_291_000 picoseconds. + Weight::from_parts(4_551_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 496 + .saturating_add(Weight::from_parts(1_905_525, 0).saturating_mul(c.into())) + } + fn dispatch_as_fallible() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 5_746_000 picoseconds. + Weight::from_parts(5_957_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + } + fn if_else() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 6_773_000 picoseconds. + Weight::from_parts(7_131_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 831 - .saturating_add(Weight::from_parts(2_203_128, 0).saturating_mul(c.into())) } } diff --git a/runtime/gdev/src/weights/paritydb_weights.rs b/runtime/gdev/src/weights/paritydb_weights.rs index 5b3a01c49..b46401be6 100644 --- a/runtime/gdev/src/weights/paritydb_weights.rs +++ b/runtime/gdev/src/weights/paritydb_weights.rs @@ -1,6 +1,6 @@ -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09 (Y/M/D) //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! //! DATABASE: `ParityDb`, RUNTIME: `Ğdev Local Testnet` @@ -34,31 +34,31 @@ pub mod constants { /// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 775, 912_008 - /// Average: 7_157 - /// Median: 1_243 - /// Std-Dev: 72016.2 + /// Min, Max: 806, 856_998 + /// Average: 7_159 + /// Median: 1_775 + /// Std-Dev: 67613.13 /// /// Percentiles nanoseconds: - /// 99th: 27_305 - /// 95th: 1_759 - /// 75th: 1_404 - read: 14_314 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 8_654 + /// 95th: 2_561 + /// 75th: 2_085 + read: 14_318 * constants::WEIGHT_REF_TIME_PER_NANOS, /// Time to write one storage item. /// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 3_875, 6_414_394 - /// Average: 49_821 - /// Median: 9_993 - /// Std-Dev: 506345.67 + /// Min, Max: 3_959, 6_634_281 + /// Average: 50_863 + /// Median: 9_353 + /// Std-Dev: 523756.03 /// /// Percentiles nanoseconds: - /// 99th: 16_487 - /// 95th: 13_490 - /// 75th: 11_894 - write: 99_642 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 21_839 + /// 95th: 13_316 + /// 75th: 11_505 + write: 101_726 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } diff --git a/runtime/gtest/src/lib.rs b/runtime/gtest/src/lib.rs index 6876b754a..6cfab5017 100644 --- a/runtime/gtest/src/lib.rs +++ b/runtime/gtest/src/lib.rs @@ -140,6 +140,7 @@ impl Contains<RuntimeCall> for BaseCallFilter { #[derive( Copy, Clone, + codec::DecodeWithMemTracking, Eq, PartialEq, Ord, diff --git a/runtime/gtest/src/weights/block_weights.rs b/runtime/gtest/src/weights/block_weights.rs index 1c655c4b6..836133562 100644 --- a/runtime/gtest/src/weights/block_weights.rs +++ b/runtime/gtest/src/weights/block_weights.rs @@ -1,6 +1,6 @@ -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09 (Y/M/D) //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `ĞTest Local Testnet` @@ -26,17 +26,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 119_474, 184_642 - /// Average: 127_731 - /// Median: 126_405 - /// Std-Dev: 8203.13 + /// Min, Max: 128_219, 220_402 + /// Average: 139_475 + /// Median: 132_904 + /// Std-Dev: 16621.13 /// /// Percentiles nanoseconds: - /// 99th: 161_562 - /// 95th: 133_670 - /// 75th: 127_726 + /// 99th: 204_648 + /// 95th: 176_065 + /// 75th: 139_046 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(127_731), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(139_475), 0); } #[cfg(test)] diff --git a/runtime/gtest/src/weights/extrinsic_weights.rs b/runtime/gtest/src/weights/extrinsic_weights.rs index bf1a07dcb..394ebb0e5 100644 --- a/runtime/gtest/src/weights/extrinsic_weights.rs +++ b/runtime/gtest/src/weights/extrinsic_weights.rs @@ -1,6 +1,6 @@ -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09 (Y/M/D) //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `ĞTest Local Testnet` @@ -26,17 +26,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 93_611, 95_512 - /// Average: 94_010 - /// Median: 93_971 - /// Std-Dev: 322.63 + /// Min, Max: 89_873, 91_791 + /// Average: 90_221 + /// Median: 90_120 + /// Std-Dev: 337.29 /// /// Percentiles nanoseconds: - /// 99th: 95_222 - /// 95th: 94_605 - /// 75th: 94_088 + /// 99th: 91_712 + /// 95th: 90_807 + /// 75th: 90_255 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_010), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(90_221), 0); } #[cfg(test)] diff --git a/runtime/gtest/src/weights/frame_benchmarking_baseline.rs b/runtime/gtest/src/weights/frame_benchmarking_baseline.rs index db7a90f11..1d593d035 100644 --- a/runtime/gtest/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/gtest/src/weights/frame_benchmarking_baseline.rs @@ -34,7 +34,7 @@ // --wasm-execution=compiled // --heap-pages=4096 // --header=./file_header.txt -// --output=./runtime/gtest/src/weights/ +// --output=./runtime/gdev/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -52,8 +52,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_000 picoseconds. - Weight::from_parts(108_311, 0) + // Minimum execution time: 83_000 picoseconds. + Weight::from_parts(120_949, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -61,8 +61,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_000 picoseconds. - Weight::from_parts(113_015, 0) + // Minimum execution time: 83_000 picoseconds. + Weight::from_parts(112_667, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -70,8 +70,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_000 picoseconds. - Weight::from_parts(115_324, 0) + // Minimum execution time: 84_000 picoseconds. + Weight::from_parts(112_957, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -79,16 +79,16 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_000 picoseconds. - Weight::from_parts(105_344, 0) + // Minimum execution time: 83_000 picoseconds. + Weight::from_parts(112_463, 0) .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 19_581_925_000 picoseconds. - Weight::from_parts(19_626_302_000, 0) + // Minimum execution time: 19_580_244_000 picoseconds. + Weight::from_parts(19_630_816_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. @@ -96,10 +96,10 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 94_000 picoseconds. - Weight::from_parts(29_519_877, 0) + // Minimum execution time: 97_000 picoseconds. + Weight::from_parts(27_435_845, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 12_461 - .saturating_add(Weight::from_parts(33_989_148, 0).saturating_mul(i.into())) + // Standard Error: 12_491 + .saturating_add(Weight::from_parts(31_686_916, 0).saturating_mul(i.into())) } } diff --git a/runtime/gtest/src/weights/frame_system.rs b/runtime/gtest/src/weights/frame_system.rs index e35effe65..29eac6526 100644 --- a/runtime/gtest/src/weights/frame_system.rs +++ b/runtime/gtest/src/weights/frame_system.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_system` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -52,22 +52,22 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_920_000 picoseconds. - Weight::from_parts(427_866, 0) + // Minimum execution time: 1_930_000 picoseconds. + Weight::from_parts(2_076_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 0 - .saturating_add(Weight::from_parts(255, 0).saturating_mul(b.into())) + // Standard Error: 313 + .saturating_add(Weight::from_parts(25_633, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_987_000 picoseconds. - Weight::from_parts(5_159_000, 0) + // Minimum execution time: 4_661_000 picoseconds. + Weight::from_parts(4_779_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 0 - .saturating_add(Weight::from_parts(1_038, 0).saturating_mul(b.into())) + // Standard Error: 315 + .saturating_add(Weight::from_parts(26_455, 0).saturating_mul(b.into())) } /// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) /// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) @@ -75,8 +75,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_234_000 picoseconds. - Weight::from_parts(3_614_000, 0) + // Minimum execution time: 3_195_000 picoseconds. + Weight::from_parts(3_429_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 75_492_960_000 picoseconds. - Weight::from_parts(76_325_406_000, 0) + // Minimum execution time: 229_268_198_000 picoseconds. + Weight::from_parts(234_200_368_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -98,11 +98,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_917_000 picoseconds. - Weight::from_parts(2_080_000, 0) + // Minimum execution time: 2_011_000 picoseconds. + Weight::from_parts(2_136_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 493 - .saturating_add(Weight::from_parts(558_660, 0).saturating_mul(i.into())) + // Standard Error: 1_993 + .saturating_add(Weight::from_parts(571_180, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -113,10 +113,10 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_889_000 picoseconds. - Weight::from_parts(1_984_000, 0) + Weight::from_parts(1_988_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 624 - .saturating_add(Weight::from_parts(445_291, 0).saturating_mul(i.into())) + // Standard Error: 826 + .saturating_add(Weight::from_parts(442_272, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -126,11 +126,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `77 + p * (69 ±0)` // Estimated: `75 + p * (70 ±0)` - // Minimum execution time: 3_552_000 picoseconds. - Weight::from_parts(3_670_000, 0) + // Minimum execution time: 3_496_000 picoseconds. + Weight::from_parts(3_549_000, 0) .saturating_add(Weight::from_parts(0, 75)) - // Standard Error: 686 - .saturating_add(Weight::from_parts(1_013_103, 0).saturating_mul(p.into())) + // Standard Error: 759 + .saturating_add(Weight::from_parts(1_040_223, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) @@ -141,8 +141,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_152_000 picoseconds. - Weight::from_parts(8_900_000, 0) + // Minimum execution time: 8_156_000 picoseconds. + Weight::from_parts(9_194_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -154,8 +154,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `22` // Estimated: `1518` - // Minimum execution time: 79_836_271_000 picoseconds. - Weight::from_parts(80_190_659_000, 0) + // Minimum execution time: 232_202_896_000 picoseconds. + Weight::from_parts(239_246_220_000, 0) .saturating_add(Weight::from_parts(0, 1518)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/gtest/src/weights/frame_system_extensions.rs b/runtime/gtest/src/weights/frame_system_extensions.rs index 52451b4ef..4ff046029 100644 --- a/runtime/gtest/src/weights/frame_system_extensions.rs +++ b/runtime/gtest/src/weights/frame_system_extensions.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_system_extensions` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -51,32 +51,32 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `30` // Estimated: `0` - // Minimum execution time: 2_663_000 picoseconds. - Weight::from_parts(2_864_000, 0) + // Minimum execution time: 2_439_000 picoseconds. + Weight::from_parts(2_568_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_mortality_mortal_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `0` - // Minimum execution time: 5_051_000 picoseconds. - Weight::from_parts(5_486_000, 0) + // Minimum execution time: 4_824_000 picoseconds. + Weight::from_parts(5_022_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_mortality_immortal_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `0` - // Minimum execution time: 5_128_000 picoseconds. - Weight::from_parts(5_367_000, 0) + // Minimum execution time: 4_941_000 picoseconds. + Weight::from_parts(5_174_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_non_zero_sender() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 400_000 picoseconds. - Weight::from_parts(459_000, 0) + // Minimum execution time: 445_000 picoseconds. + Weight::from_parts(516_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::Account` (r:1 w:1) @@ -85,8 +85,8 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `61` // Estimated: `3558` - // Minimum execution time: 5_759_000 picoseconds. - Weight::from_parts(6_175_000, 0) + // Minimum execution time: 5_740_000 picoseconds. + Weight::from_parts(6_007_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -95,24 +95,32 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 326_000 picoseconds. - Weight::from_parts(370_000, 0) + // Minimum execution time: 372_000 picoseconds. + Weight::from_parts(420_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_tx_version() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 327_000 picoseconds. - Weight::from_parts(356_000, 0) + // Minimum execution time: 338_000 picoseconds. + Weight::from_parts(415_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn check_weight() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_193_000 picoseconds. - Weight::from_parts(3_427_000, 0) + // Minimum execution time: 3_882_000 picoseconds. + Weight::from_parts(4_135_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + } + fn weight_reclaim() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 2_186_000 picoseconds. + Weight::from_parts(2_393_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/gtest/src/weights/pallet_authority_members.rs b/runtime/gtest/src/weights/pallet_authority_members.rs index c5e0fa55d..308d526d6 100644 --- a/runtime/gtest/src/weights/pallet_authority_members.rs +++ b/runtime/gtest/src/weights/pallet_authority_members.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_authority_members` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -61,11 +61,11 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf /// Proof: `AuthorityMembers::OnlineAuthorities` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn go_offline() -> Weight { // Proof Size summary in bytes: - // Measured: `867` - // Estimated: `4332` - // Minimum execution time: 22_888_000 picoseconds. - Weight::from_parts(23_672_000, 0) - .saturating_add(Weight::from_parts(0, 4332)) + // Measured: `868` + // Estimated: `4333` + // Minimum execution time: 21_605_000 picoseconds. + Weight::from_parts(22_816_000, 0) + .saturating_add(Weight::from_parts(0, 4333)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,11 +87,11 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf /// Proof: `AuthorityMembers::OnlineAuthorities` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn go_online() -> Weight { // Proof Size summary in bytes: - // Measured: `1323` - // Estimated: `4788` - // Minimum execution time: 33_561_000 picoseconds. - Weight::from_parts(34_785_000, 0) - .saturating_add(Weight::from_parts(0, 4788)) + // Measured: `1324` + // Estimated: `4789` + // Minimum execution time: 32_766_000 picoseconds. + Weight::from_parts(34_415_000, 0) + .saturating_add(Weight::from_parts(0, 4789)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -109,11 +109,11 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf /// Proof: `AuthorityMembers::Members` (`max_values`: None, `max_size`: None, mode: `Measured`) fn set_session_keys() -> Weight { // Proof Size summary in bytes: - // Measured: `1772` - // Estimated: `12662` - // Minimum execution time: 41_274_000 picoseconds. - Weight::from_parts(43_100_000, 0) - .saturating_add(Weight::from_parts(0, 12662)) + // Measured: `1773` + // Estimated: `12663` + // Minimum execution time: 40_412_000 picoseconds. + Weight::from_parts(43_323_000, 0) + .saturating_add(Weight::from_parts(0, 12663)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `847` // Estimated: `4312` - // Minimum execution time: 36_076_000 picoseconds. - Weight::from_parts(37_850_000, 0) + // Minimum execution time: 34_186_000 picoseconds. + Weight::from_parts(35_996_000, 0) .saturating_add(Weight::from_parts(0, 4312)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(10)) @@ -147,8 +147,8 @@ impl<T: frame_system::Config> pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `199` // Estimated: `1684` - // Minimum execution time: 9_265_000 picoseconds. - Weight::from_parts(9_709_000, 0) + // Minimum execution time: 8_630_000 picoseconds. + Weight::from_parts(9_034_000, 0) .saturating_add(Weight::from_parts(0, 1684)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gtest/src/weights/pallet_balances.rs b/runtime/gtest/src/weights/pallet_balances.rs index f25c05ce2..51172bb8f 100644 --- a/runtime/gtest/src/weights/pallet_balances.rs +++ b/runtime/gtest/src/weights/pallet_balances.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_balances` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `63` // Estimated: `6126` - // Minimum execution time: 49_468_000 picoseconds. - Weight::from_parts(50_819_000, 0) + // Minimum execution time: 44_413_000 picoseconds. + Weight::from_parts(45_477_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 30_497_000 picoseconds. - Weight::from_parts(31_209_000, 0) + // Minimum execution time: 27_641_000 picoseconds. + Weight::from_parts(28_261_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -77,8 +77,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 11_245_000 picoseconds. - Weight::from_parts(11_554_000, 0) + // Minimum execution time: 11_034_000 picoseconds. + Weight::from_parts(11_591_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -89,8 +89,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 17_197_000 picoseconds. - Weight::from_parts(18_105_000, 0) + // Minimum execution time: 16_380_000 picoseconds. + Weight::from_parts(17_078_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `126` // Estimated: `8694` - // Minimum execution time: 50_992_000 picoseconds. - Weight::from_parts(52_033_000, 0) + // Minimum execution time: 46_347_000 picoseconds. + Weight::from_parts(47_405_000, 0) .saturating_add(Weight::from_parts(0, 8694)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -113,8 +113,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 36_879_000 picoseconds. - Weight::from_parts(38_622_000, 0) + // Minimum execution time: 33_550_000 picoseconds. + Weight::from_parts(34_469_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -125,8 +125,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 14_387_000 picoseconds. - Weight::from_parts(14_913_000, 0) + // Minimum execution time: 12_896_000 picoseconds. + Weight::from_parts(13_380_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_324_000 picoseconds. - Weight::from_parts(5_646_000, 0) + // Minimum execution time: 5_338_000 picoseconds. + Weight::from_parts(5_526_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::Account` (r:1 w:1) @@ -145,8 +145,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `63` // Estimated: `3558` - // Minimum execution time: 35_274_000 picoseconds. - Weight::from_parts(36_186_000, 0) + // Minimum execution time: 32_995_000 picoseconds. + Weight::from_parts(34_010_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -155,8 +155,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 16_029_000 picoseconds. - Weight::from_parts(16_620_000, 0) + // Minimum execution time: 15_361_000 picoseconds. + Weight::from_parts(15_880_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/gtest/src/weights/pallet_certification.rs b/runtime/gtest/src/weights/pallet_certification.rs index 28c097134..9de0f3add 100644 --- a/runtime/gtest/src/weights/pallet_certification.rs +++ b/runtime/gtest/src/weights/pallet_certification.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_certification` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `996` // Estimated: `6936` - // Minimum execution time: 39_823_000 picoseconds. - Weight::from_parts(41_151_000, 0) + // Minimum execution time: 36_336_000 picoseconds. + Weight::from_parts(37_249_000, 0) .saturating_add(Weight::from_parts(0, 6936)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) @@ -81,8 +81,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `1019` // Estimated: `6959` - // Minimum execution time: 35_882_000 picoseconds. - Weight::from_parts(37_430_000, 0) + // Minimum execution time: 33_255_000 picoseconds. + Weight::from_parts(35_793_000, 0) .saturating_add(Weight::from_parts(0, 6959)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) @@ -115,17 +115,19 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `System::Account` (r:1 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `Quota::IdtyQuota` (r:0 w:1) + /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) /// Storage: `Session::KeyOwner` (r:0 w:4) /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn del_cert() -> Weight { // Proof Size summary in bytes: - // Measured: `2169` - // Estimated: `15534` - // Minimum execution time: 117_223_000 picoseconds. - Weight::from_parts(121_172_000, 0) - .saturating_add(Weight::from_parts(0, 15534)) + // Measured: `2174` + // Estimated: `15539` + // Minimum execution time: 113_659_000 picoseconds. + Weight::from_parts(119_276_000, 0) + .saturating_add(Weight::from_parts(0, 15539)) .saturating_add(T::DbWeight::get().reads(20)) - .saturating_add(T::DbWeight::get().writes(22)) + .saturating_add(T::DbWeight::get().writes(23)) } /// Storage: `Certification::CertsByReceiver` (r:1 w:1) /// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -138,11 +140,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `579 + i * (35 ±0)` // Estimated: `4049 + i * (2511 ±0)` - // Minimum execution time: 28_240_000 picoseconds. - Weight::from_parts(22_150_515, 0) + // Minimum execution time: 25_227_000 picoseconds. + Weight::from_parts(854_558, 0) .saturating_add(Weight::from_parts(0, 4049)) - // Standard Error: 3_438 - .saturating_add(Weight::from_parts(4_233_010, 0).saturating_mul(i.into())) + // Standard Error: 2_711 + .saturating_add(Weight::from_parts(4_052_570, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -155,8 +157,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `138` // Estimated: `3603` - // Minimum execution time: 3_352_000 picoseconds. - Weight::from_parts(3_607_000, 0) + // Minimum execution time: 3_282_000 picoseconds. + Weight::from_parts(3_429_000, 0) .saturating_add(Weight::from_parts(0, 3603)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -166,8 +168,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `275` // Estimated: `3740` - // Minimum execution time: 5_201_000 picoseconds. - Weight::from_parts(5_439_000, 0) + // Minimum execution time: 5_093_000 picoseconds. + Weight::from_parts(5_557_000, 0) .saturating_add(Weight::from_parts(0, 3740)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -182,8 +184,8 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `711` // Estimated: `6651` - // Minimum execution time: 23_016_000 picoseconds. - Weight::from_parts(24_017_000, 0) + // Minimum execution time: 22_621_000 picoseconds. + Weight::from_parts(23_662_000, 0) .saturating_add(Weight::from_parts(0, 6651)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -199,11 +201,11 @@ impl<T: frame_system::Config> pallet_certification::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `543 + i * (35 ±0)` // Estimated: `4016 + i * (2511 ±0)` - // Minimum execution time: 24_193_000 picoseconds. - Weight::from_parts(21_404_968, 0) + // Minimum execution time: 22_775_000 picoseconds. + Weight::from_parts(21_174_038, 0) .saturating_add(Weight::from_parts(0, 4016)) - // Standard Error: 4_541 - .saturating_add(Weight::from_parts(3_957_096, 0).saturating_mul(i.into())) + // Standard Error: 3_746 + .saturating_add(Weight::from_parts(3_676_267, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gtest/src/weights/pallet_collective.rs b/runtime/gtest/src/weights/pallet_collective.rs index 548d3ac57..c80f0224c 100644 --- a/runtime/gtest/src/weights/pallet_collective.rs +++ b/runtime/gtest/src/weights/pallet_collective.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_collective` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -61,14 +61,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (672 ±0) + p * (3191 ±0)` - // Estimated: `10019 + m * (416 ±4) + p * (4183 ±23)` - // Minimum execution time: 11_891_000 picoseconds. - Weight::from_parts(12_212_000, 0) + // Estimated: `10019 + m * (416 ±5) + p * (4183 ±27)` + // Minimum execution time: 11_853_000 picoseconds. + Weight::from_parts(12_051_000, 0) .saturating_add(Weight::from_parts(0, 10019)) - // Standard Error: 12_659 - .saturating_add(Weight::from_parts(946_151, 0).saturating_mul(m.into())) - // Standard Error: 62_578 - .saturating_add(Weight::from_parts(7_875_983, 0).saturating_mul(p.into())) + // Standard Error: 12_522 + .saturating_add(Weight::from_parts(953_108, 0).saturating_mul(m.into())) + // Standard Error: 61_901 + .saturating_add(Weight::from_parts(7_581_303, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `1518 + m * (32 ±0)` - // Minimum execution time: 11_195_000 picoseconds. - Weight::from_parts(10_344_707, 0) + // Minimum execution time: 10_658_000 picoseconds. + Weight::from_parts(9_927_825, 0) .saturating_add(Weight::from_parts(0, 1518)) - // Standard Error: 35 - .saturating_add(Weight::from_parts(1_618, 0).saturating_mul(b.into())) - // Standard Error: 361 - .saturating_add(Weight::from_parts(14_708, 0).saturating_mul(m.into())) + // Standard Error: 27 + .saturating_add(Weight::from_parts(1_371, 0).saturating_mul(b.into())) + // Standard Error: 286 + .saturating_add(Weight::from_parts(13_118, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -104,13 +104,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `3498 + m * (32 ±0)` - // Minimum execution time: 13_308_000 picoseconds. - Weight::from_parts(12_851_450, 0) + // Minimum execution time: 12_521_000 picoseconds. + Weight::from_parts(11_992_239, 0) .saturating_add(Weight::from_parts(0, 3498)) - // Standard Error: 43 - .saturating_add(Weight::from_parts(1_543, 0).saturating_mul(b.into())) - // Standard Error: 445 - .saturating_add(Weight::from_parts(20_698, 0).saturating_mul(m.into())) + // Standard Error: 36 + .saturating_add(Weight::from_parts(1_294, 0).saturating_mul(b.into())) + // Standard Error: 375 + .saturating_add(Weight::from_parts(20_642, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -131,15 +131,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `24 + m * (32 ±0) + p * (55 ±0)` // Estimated: `3461 + m * (32 ±0) + p * (54 ±0)` - // Minimum execution time: 18_036_000 picoseconds. - Weight::from_parts(17_078_345, 0) + // Minimum execution time: 17_083_000 picoseconds. + Weight::from_parts(16_269_435, 0) .saturating_add(Weight::from_parts(0, 3461)) - // Standard Error: 64 - .saturating_add(Weight::from_parts(2_307, 0).saturating_mul(b.into())) - // Standard Error: 669 - .saturating_add(Weight::from_parts(19_414, 0).saturating_mul(m.into())) - // Standard Error: 3_343 - .saturating_add(Weight::from_parts(271_842, 0).saturating_mul(p.into())) + // Standard Error: 63 + .saturating_add(Weight::from_parts(1_951, 0).saturating_mul(b.into())) + // Standard Error: 657 + .saturating_add(Weight::from_parts(17_808, 0).saturating_mul(m.into())) + // Standard Error: 3_286 + .saturating_add(Weight::from_parts(281_995, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -154,11 +154,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `573 + m * (64 ±0)` // Estimated: `4037 + m * (64 ±0)` - // Minimum execution time: 16_851_000 picoseconds. - Weight::from_parts(17_633_841, 0) + // Minimum execution time: 15_718_000 picoseconds. + Weight::from_parts(16_716_159, 0) .saturating_add(Weight::from_parts(0, 4037)) - // Standard Error: 714 - .saturating_add(Weight::from_parts(36_440, 0).saturating_mul(m.into())) + // Standard Error: 726 + .saturating_add(Weight::from_parts(39_537, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -177,13 +177,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `117 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3591 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 21_065_000 picoseconds. - Weight::from_parts(19_516_922, 0) + // Minimum execution time: 19_717_000 picoseconds. + Weight::from_parts(18_305_302, 0) .saturating_add(Weight::from_parts(0, 3591)) - // Standard Error: 643 - .saturating_add(Weight::from_parts(31_818, 0).saturating_mul(m.into())) - // Standard Error: 3_175 - .saturating_add(Weight::from_parts(263_070, 0).saturating_mul(p.into())) + // Standard Error: 619 + .saturating_add(Weight::from_parts(32_110, 0).saturating_mul(m.into())) + // Standard Error: 3_058 + .saturating_add(Weight::from_parts(251_910, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -204,15 +204,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `62 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)` // Estimated: `3619 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)` - // Minimum execution time: 29_533_000 picoseconds. - Weight::from_parts(27_963_006, 0) + // Minimum execution time: 26_869_000 picoseconds. + Weight::from_parts(25_730_818, 0) .saturating_add(Weight::from_parts(0, 3619)) - // Standard Error: 159 - .saturating_add(Weight::from_parts(2_509, 0).saturating_mul(b.into())) - // Standard Error: 1_681 - .saturating_add(Weight::from_parts(11_763, 0).saturating_mul(m.into())) - // Standard Error: 8_295 - .saturating_add(Weight::from_parts(479_099, 0).saturating_mul(p.into())) + // Standard Error: 140 + .saturating_add(Weight::from_parts(2_332, 0).saturating_mul(b.into())) + // Standard Error: 1_487 + .saturating_add(Weight::from_parts(13_185, 0).saturating_mul(m.into())) + // Standard Error: 7_336 + .saturating_add(Weight::from_parts(461_645, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -235,13 +235,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `137 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3611 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 23_249_000 picoseconds. - Weight::from_parts(21_517_463, 0) + // Minimum execution time: 21_618_000 picoseconds. + Weight::from_parts(20_299_926, 0) .saturating_add(Weight::from_parts(0, 3611)) - // Standard Error: 605 - .saturating_add(Weight::from_parts(32_353, 0).saturating_mul(m.into())) - // Standard Error: 2_988 - .saturating_add(Weight::from_parts(271_500, 0).saturating_mul(p.into())) + // Standard Error: 633 + .saturating_add(Weight::from_parts(32_104, 0).saturating_mul(m.into())) + // Standard Error: 3_129 + .saturating_add(Weight::from_parts(254_688, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -264,15 +264,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `82 + b * (1 ±0) + m * (64 ±0) + p * (78 ±0)` // Estimated: `3639 + b * (1 ±0) + m * (63 ±0) + p * (74 ±0)` - // Minimum execution time: 31_217_000 picoseconds. - Weight::from_parts(31_357_799, 0) + // Minimum execution time: 28_794_000 picoseconds. + Weight::from_parts(28_904_410, 0) .saturating_add(Weight::from_parts(0, 3639)) - // Standard Error: 111 - .saturating_add(Weight::from_parts(2_367, 0).saturating_mul(b.into())) - // Standard Error: 1_179 - .saturating_add(Weight::from_parts(17_343, 0).saturating_mul(m.into())) - // Standard Error: 5_817 - .saturating_add(Weight::from_parts(421_956, 0).saturating_mul(p.into())) + // Standard Error: 106 + .saturating_add(Weight::from_parts(2_056, 0).saturating_mul(b.into())) + // Standard Error: 1_121 + .saturating_add(Weight::from_parts(17_810, 0).saturating_mul(m.into())) + // Standard Error: 5_531 + .saturating_add(Weight::from_parts(411_996, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -290,11 +290,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `189 + p * (32 ±0)` // Estimated: `1674 + p * (32 ±0)` - // Minimum execution time: 10_974_000 picoseconds. - Weight::from_parts(12_128_634, 0) + // Minimum execution time: 10_586_000 picoseconds. + Weight::from_parts(11_493_899, 0) .saturating_add(Weight::from_parts(0, 1674)) - // Standard Error: 2_474 - .saturating_add(Weight::from_parts(146_734, 0).saturating_mul(p.into())) + // Standard Error: 2_120 + .saturating_add(Weight::from_parts(154_765, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) @@ -313,11 +313,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `1243 + p * (55 ±0)` // Estimated: `4710 + d * (5 ±1) + p * (55 ±0)` - // Minimum execution time: 16_348_000 picoseconds. - Weight::from_parts(17_897_162, 0) + // Minimum execution time: 15_369_000 picoseconds. + Weight::from_parts(17_285_207, 0) .saturating_add(Weight::from_parts(0, 4710)) - // Standard Error: 2_632 - .saturating_add(Weight::from_parts(259_366, 0).saturating_mul(p.into())) + // Standard Error: 3_121 + .saturating_add(Weight::from_parts(253_472, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into())) @@ -331,8 +331,8 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `676` // Estimated: `4141` - // Minimum execution time: 10_662_000 picoseconds. - Weight::from_parts(11_158_000, 0) + // Minimum execution time: 10_523_000 picoseconds. + Weight::from_parts(10_754_000, 0) .saturating_add(Weight::from_parts(0, 4141)) .saturating_add(T::DbWeight::get().reads(2)) } diff --git a/runtime/gtest/src/weights/pallet_distance.rs b/runtime/gtest/src/weights/pallet_distance.rs index 6a8334769..483fd6d72 100644 --- a/runtime/gtest/src/weights/pallet_distance.rs +++ b/runtime/gtest/src/weights/pallet_distance.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_distance` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `1134` // Estimated: `4599` - // Minimum execution time: 62_278_000 picoseconds. - Weight::from_parts(63_831_000, 0) + // Minimum execution time: 58_043_000 picoseconds. + Weight::from_parts(59_898_000, 0) .saturating_add(Weight::from_parts(0, 4599)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) @@ -97,8 +97,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `1163` // Estimated: `7103` - // Minimum execution time: 64_754_000 picoseconds. - Weight::from_parts(67_520_000, 0) + // Minimum execution time: 60_715_000 picoseconds. + Weight::from_parts(62_708_000, 0) .saturating_add(Weight::from_parts(0, 7103)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(4)) @@ -116,11 +116,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `303 + i * (10 ±0)` // Estimated: `1788 + i * (10 ±0)` - // Minimum execution time: 12_163_000 picoseconds. - Weight::from_parts(14_600_703, 0) + // Minimum execution time: 12_355_000 picoseconds. + Weight::from_parts(13_190_996, 0) .saturating_add(Weight::from_parts(0, 1788)) - // Standard Error: 98 - .saturating_add(Weight::from_parts(101_914, 0).saturating_mul(i.into())) + // Standard Error: 253 + .saturating_add(Weight::from_parts(93_406, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into())) @@ -134,11 +134,11 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `162 + i * (10 ±0)` // Estimated: `1647 + i * (10 ±0)` - // Minimum execution time: 7_354_000 picoseconds. - Weight::from_parts(9_938_924, 0) + // Minimum execution time: 7_490_000 picoseconds. + Weight::from_parts(8_563_514, 0) .saturating_add(Weight::from_parts(0, 1647)) - // Standard Error: 94 - .saturating_add(Weight::from_parts(101_291, 0).saturating_mul(i.into())) + // Standard Error: 95 + .saturating_add(Weight::from_parts(91_867, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into())) @@ -153,8 +153,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `539` // Estimated: `6479` - // Minimum execution time: 26_164_000 picoseconds. - Weight::from_parts(27_897_000, 0) + // Minimum execution time: 25_644_000 picoseconds. + Weight::from_parts(26_856_000, 0) .saturating_add(Weight::from_parts(0, 6479)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -163,8 +163,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 97_000 picoseconds. - Weight::from_parts(119_000, 0) + // Minimum execution time: 116_000 picoseconds. + Weight::from_parts(150_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::ParentHash` (r:1 w:0) @@ -189,8 +189,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `951` // Estimated: `6891` - // Minimum execution time: 58_667_000 picoseconds. - Weight::from_parts(60_042_000, 0) + // Minimum execution time: 55_204_000 picoseconds. + Weight::from_parts(56_556_000, 0) .saturating_add(Weight::from_parts(0, 6891)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) @@ -211,8 +211,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `475` // Estimated: `6126` - // Minimum execution time: 42_034_000 picoseconds. - Weight::from_parts(43_262_000, 0) + // Minimum execution time: 38_876_000 picoseconds. + Weight::from_parts(39_901_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) @@ -227,8 +227,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `136` // Estimated: `1621` - // Minimum execution time: 4_261_000 picoseconds. - Weight::from_parts(4_580_000, 0) + // Minimum execution time: 4_466_000 picoseconds. + Weight::from_parts(4_710_000, 0) .saturating_add(Weight::from_parts(0, 1621)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -239,8 +239,8 @@ impl<T: frame_system::Config> pallet_distance::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157` // Estimated: `1642` - // Minimum execution time: 4_060_000 picoseconds. - Weight::from_parts(4_312_000, 0) + // Minimum execution time: 3_868_000 picoseconds. + Weight::from_parts(4_193_000, 0) .saturating_add(Weight::from_parts(0, 1642)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gtest/src/weights/pallet_duniter_account.rs b/runtime/gtest/src/weights/pallet_duniter_account.rs index d1e5585ea..40bf4a2b4 100644 --- a/runtime/gtest/src/weights/pallet_duniter_account.rs +++ b/runtime/gtest/src/weights/pallet_duniter_account.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_duniter_account` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-02-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -29,7 +29,7 @@ // --genesis-builder=spec-genesis // --steps=50 // --repeat=20 -// --pallet=pallet_duniter-account +// --pallet=* // --extrinsic=* // --wasm-execution=compiled // --heap-pages=4096 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_duniter_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 4_425_000 picoseconds. - Weight::from_parts(4_688_000, 0) + // Minimum execution time: 4_209_000 picoseconds. + Weight::from_parts(4_398_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -67,8 +67,8 @@ impl<T: frame_system::Config> pallet_duniter_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `384` // Estimated: `3849` - // Minimum execution time: 11_832_000 picoseconds. - Weight::from_parts(12_747_000, 0) + // Minimum execution time: 10_992_000 picoseconds. + Weight::from_parts(11_474_000, 0) .saturating_add(Weight::from_parts(0, 3849)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gtest/src/weights/pallet_identity.rs b/runtime/gtest/src/weights/pallet_identity.rs index bc74383d9..666847112 100644 --- a/runtime/gtest/src/weights/pallet_identity.rs +++ b/runtime/gtest/src/weights/pallet_identity.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_identity` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -65,17 +65,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Certification::CertsRemovableOn` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Certification::CertsByReceiver` (r:1 w:1) /// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) fn create_identity() -> Weight { // Proof Size summary in bytes: // Measured: `1042` // Estimated: `6982` - // Minimum execution time: 66_537_000 picoseconds. - Weight::from_parts(68_909_000, 0) + // Minimum execution time: 60_929_000 picoseconds. + Weight::from_parts(63_035_000, 0) .saturating_add(Weight::from_parts(0, 6982)) .saturating_add(T::DbWeight::get().reads(12)) - .saturating_add(T::DbWeight::get().writes(12)) + .saturating_add(T::DbWeight::get().writes(11)) } /// Storage: `Identity::IdentityIndexOf` (r:1 w:0) /// Proof: `Identity::IdentityIndexOf` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -89,8 +87,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `784` // Estimated: `6724` - // Minimum execution time: 31_674_000 picoseconds. - Weight::from_parts(33_740_000, 0) + // Minimum execution time: 30_442_000 picoseconds. + Weight::from_parts(31_453_000, 0) .saturating_add(Weight::from_parts(0, 6724)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) @@ -99,19 +97,19 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Identity::IdentityIndexOf` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Identity::Identities` (r:1 w:1) /// Proof: `Identity::Identities` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AuthorityMembers::OnlineAuthorities` (r:1 w:0) - /// Proof: `AuthorityMembers::OnlineAuthorities` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `System::BlockHash` (r:1 w:0) /// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) /// Storage: `System::Account` (r:2 w:2) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `SmithMembers::Smiths` (r:1 w:0) + /// Proof: `SmithMembers::Smiths` (`max_values`: None, `max_size`: None, mode: `Measured`) fn change_owner_key() -> Weight { // Proof Size summary in bytes: - // Measured: `960` - // Estimated: `6900` - // Minimum execution time: 81_164_000 picoseconds. - Weight::from_parts(83_820_000, 0) - .saturating_add(Weight::from_parts(0, 6900)) + // Measured: `989` + // Estimated: `6929` + // Minimum execution time: 78_368_000 picoseconds. + Weight::from_parts(80_925_000, 0) + .saturating_add(Weight::from_parts(0, 6929)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -123,16 +121,16 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Identity::IdentityChangeSchedule` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Membership::Membership` (r:1 w:1) /// Proof: `Membership::Membership` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) fn revoke_identity() -> Weight { // Proof Size summary in bytes: - // Measured: `673` - // Estimated: `6613` - // Minimum execution time: 67_207_000 picoseconds. - Weight::from_parts(68_700_000, 0) - .saturating_add(Weight::from_parts(0, 6613)) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `740` + // Estimated: `6680` + // Minimum execution time: 73_723_000 picoseconds. + Weight::from_parts(76_337_000, 0) + .saturating_add(Weight::from_parts(0, 6680)) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: `Identity::IdentitiesNames` (r:0 w:999) @@ -142,11 +140,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_206_000 picoseconds. - Weight::from_parts(4_292_000, 0) + // Minimum execution time: 3_894_000 picoseconds. + Weight::from_parts(4_072_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_418 - .saturating_add(Weight::from_parts(1_184_565, 0).saturating_mul(i.into())) + // Standard Error: 1_051 + .saturating_add(Weight::from_parts(1_100_096, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } @@ -156,8 +154,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `104` // Estimated: `3558` - // Minimum execution time: 7_283_000 picoseconds. - Weight::from_parts(7_864_000, 0) + // Minimum execution time: 6_715_000 picoseconds. + Weight::from_parts(7_350_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -172,8 +170,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `379` // Estimated: `3844` - // Minimum execution time: 51_963_000 picoseconds. - Weight::from_parts(53_708_000, 0) + // Minimum execution time: 50_787_000 picoseconds. + Weight::from_parts(52_985_000, 0) .saturating_add(Weight::from_parts(0, 3844)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -182,8 +180,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 89_000 picoseconds. - Weight::from_parts(111_000, 0) + // Minimum execution time: 129_000 picoseconds. + Weight::from_parts(149_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Identity::Identities` (r:1 w:0) @@ -192,8 +190,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `327` // Estimated: `3792` - // Minimum execution time: 4_839_000 picoseconds. - Weight::from_parts(5_163_000, 0) + // Minimum execution time: 4_678_000 picoseconds. + Weight::from_parts(5_072_000, 0) .saturating_add(Weight::from_parts(0, 3792)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -229,11 +227,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn do_revoke_identity() -> Weight { // Proof Size summary in bytes: - // Measured: `1840` - // Estimated: `15205` - // Minimum execution time: 103_148_000 picoseconds. - Weight::from_parts(107_169_000, 0) - .saturating_add(Weight::from_parts(0, 15205)) + // Measured: `1845` + // Estimated: `15210` + // Minimum execution time: 101_734_000 picoseconds. + Weight::from_parts(105_714_000, 0) + .saturating_add(Weight::from_parts(0, 15210)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(21)) } @@ -243,8 +241,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `327` // Estimated: `3792` - // Minimum execution time: 4_856_000 picoseconds. - Weight::from_parts(5_168_000, 0) + // Minimum execution time: 4_738_000 picoseconds. + Weight::from_parts(5_018_000, 0) .saturating_add(Weight::from_parts(0, 3792)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -284,11 +282,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn do_remove_identity() -> Weight { // Proof Size summary in bytes: - // Measured: `2289` - // Estimated: `15654` - // Minimum execution time: 144_145_000 picoseconds. - Weight::from_parts(152_631_000, 0) - .saturating_add(Weight::from_parts(0, 15654)) + // Measured: `2294` + // Estimated: `15659` + // Minimum execution time: 134_514_000 picoseconds. + Weight::from_parts(138_751_000, 0) + .saturating_add(Weight::from_parts(0, 15659)) .saturating_add(T::DbWeight::get().reads(23)) .saturating_add(T::DbWeight::get().writes(29)) } @@ -328,11 +326,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn do_remove_identity_handler() -> Weight { // Proof Size summary in bytes: - // Measured: `2282` - // Estimated: `15647` - // Minimum execution time: 132_636_000 picoseconds. - Weight::from_parts(138_006_000, 0) - .saturating_add(Weight::from_parts(0, 15647)) + // Measured: `2287` + // Estimated: `15652` + // Minimum execution time: 124_646_000 picoseconds. + Weight::from_parts(130_694_000, 0) + .saturating_add(Weight::from_parts(0, 15652)) .saturating_add(T::DbWeight::get().reads(24)) .saturating_add(T::DbWeight::get().writes(27)) } @@ -344,8 +342,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `407` // Estimated: `6347` - // Minimum execution time: 15_981_000 picoseconds. - Weight::from_parts(16_564_000, 0) + // Minimum execution time: 14_531_000 picoseconds. + Weight::from_parts(15_380_000, 0) .saturating_add(Weight::from_parts(0, 6347)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -356,8 +354,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `108` // Estimated: `3573` - // Minimum execution time: 2_741_000 picoseconds. - Weight::from_parts(2_990_000, 0) + // Minimum execution time: 2_675_000 picoseconds. + Weight::from_parts(2_791_000, 0) .saturating_add(Weight::from_parts(0, 3573)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -369,8 +367,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `325` // Estimated: `3790` - // Minimum execution time: 7_492_000 picoseconds. - Weight::from_parts(8_063_000, 0) + // Minimum execution time: 7_151_000 picoseconds. + Weight::from_parts(7_556_000, 0) .saturating_add(Weight::from_parts(0, 3790)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -389,17 +387,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Certification::CertsByReceiver` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Identity::IdentityIndexOf` (r:0 w:1) /// Proof: `Identity::IdentityIndexOf` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) fn prune_identities_err() -> Weight { // Proof Size summary in bytes: // Measured: `914` // Estimated: `4379` - // Minimum execution time: 36_776_000 picoseconds. - Weight::from_parts(37_873_000, 0) + // Minimum execution time: 33_015_000 picoseconds. + Weight::from_parts(34_660_000, 0) .saturating_add(Weight::from_parts(0, 4379)) .saturating_add(T::DbWeight::get().reads(6)) - .saturating_add(T::DbWeight::get().writes(7)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: `Identity::IdentitiesNames` (r:1 w:0) /// Proof: `Identity::IdentitiesNames` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -409,16 +405,16 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> { /// Proof: `Identity::IdentityChangeSchedule` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Membership::Membership` (r:1 w:1) /// Proof: `Membership::Membership` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Quota::IdtyQuota` (r:0 w:1) - /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) fn revoke_identity_legacy() -> Weight { // Proof Size summary in bytes: - // Measured: `823` - // Estimated: `6763` - // Minimum execution time: 129_759_000 picoseconds. - Weight::from_parts(132_851_000, 0) - .saturating_add(Weight::from_parts(0, 6763)) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `886` + // Estimated: `6826` + // Minimum execution time: 77_581_000 picoseconds. + Weight::from_parts(79_783_000, 0) + .saturating_add(Weight::from_parts(0, 6826)) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } } diff --git a/runtime/gtest/src/weights/pallet_im_online.rs b/runtime/gtest/src/weights/pallet_im_online.rs index bea96f15d..5f6e2372f 100644 --- a/runtime/gtest/src/weights/pallet_im_online.rs +++ b/runtime/gtest/src/weights/pallet_im_online.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_im_online` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -62,11 +62,11 @@ impl<T: frame_system::Config> pallet_im_online::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `525 + k * (32 ±0)` // Estimated: `33487 + k * (1761 ±0)` - // Minimum execution time: 53_395_000 picoseconds. - Weight::from_parts(63_370_698, 0) + // Minimum execution time: 51_102_000 picoseconds. + Weight::from_parts(61_882_495, 0) .saturating_add(Weight::from_parts(0, 33487)) - // Standard Error: 534 - .saturating_add(Weight::from_parts(47_692, 0).saturating_mul(k.into())) + // Standard Error: 480 + .saturating_add(Weight::from_parts(41_996, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 1761).saturating_mul(k.into())) diff --git a/runtime/gtest/src/weights/pallet_membership.rs b/runtime/gtest/src/weights/pallet_membership.rs index bc72ee422..5250a176c 100644 --- a/runtime/gtest/src/weights/pallet_membership.rs +++ b/runtime/gtest/src/weights/pallet_membership.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_membership` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 92_000 picoseconds. - Weight::from_parts(112_000, 0) + // Minimum execution time: 106_000 picoseconds. + Weight::from_parts(148_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Membership::MembershipsExpireOn` (r:2 w:1) @@ -81,22 +81,24 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> { /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `System::Account` (r:3 w:3) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `Quota::IdtyQuota` (r:0 w:3) + /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) /// Storage: `Session::KeyOwner` (r:0 w:12) /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `i` is `[0, 3]`. fn expire_memberships(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `139 + i * (944 ±0)` - // Estimated: `14961 + i * (2695 ±1)` - // Minimum execution time: 5_196_000 picoseconds. - Weight::from_parts(13_837_036, 0) - .saturating_add(Weight::from_parts(0, 14961)) - // Standard Error: 589_032 - .saturating_add(Weight::from_parts(73_758_233, 0).saturating_mul(i.into())) + // Measured: `139 + i * (946 ±0)` + // Estimated: `14966 + i * (2695 ±1)` + // Minimum execution time: 5_195_000 picoseconds. + Weight::from_parts(13_722_442, 0) + .saturating_add(Weight::from_parts(0, 14966)) + // Standard Error: 585_583 + .saturating_add(Weight::from_parts(71_541_285, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((11_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(T::DbWeight::get().writes((14_u64).saturating_mul(i.into()))) + .saturating_add(T::DbWeight::get().writes((15_u64).saturating_mul(i.into()))) .saturating_add(Weight::from_parts(0, 2695).saturating_mul(i.into())) } } diff --git a/runtime/gtest/src/weights/pallet_multisig.rs b/runtime/gtest/src/weights/pallet_multisig.rs index 4461c1a0e..5a7fdcaf2 100644 --- a/runtime/gtest/src/weights/pallet_multisig.rs +++ b/runtime/gtest/src/weights/pallet_multisig.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_multisig` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -52,11 +52,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_364_000 picoseconds. - Weight::from_parts(5_785_043, 0) + // Minimum execution time: 5_443_000 picoseconds. + Weight::from_parts(5_699_975, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(322, 0).saturating_mul(z.into())) + // Standard Error: 1 + .saturating_add(Weight::from_parts(251, 0).saturating_mul(z.into())) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) @@ -66,13 +66,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `125 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 26_417_000 picoseconds. - Weight::from_parts(25_303_288, 0) + // Minimum execution time: 24_203_000 picoseconds. + Weight::from_parts(23_669_782, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 5_707 - .saturating_add(Weight::from_parts(178_274, 0).saturating_mul(s.into())) + // Standard Error: 5_306 + .saturating_add(Weight::from_parts(187_475, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(1_182, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_077, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -84,13 +84,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 15_145_000 picoseconds. - Weight::from_parts(14_782_120, 0) + // Minimum execution time: 14_893_000 picoseconds. + Weight::from_parts(14_312_549, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 4_703 - .saturating_add(Weight::from_parts(125_383, 0).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_172, 0).saturating_mul(z.into())) + // Standard Error: 3_664 + .saturating_add(Weight::from_parts(111_380, 0).saturating_mul(s.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_095, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,67 +104,73 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `259 + s * (37 ±0)` // Estimated: `3922` - // Minimum execution time: 28_907_000 picoseconds. - Weight::from_parts(27_961_807, 0) + // Minimum execution time: 26_737_000 picoseconds. + Weight::from_parts(25_822_903, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 6_354 - .saturating_add(Weight::from_parts(176_201, 0).saturating_mul(s.into())) + // Standard Error: 6_026 + .saturating_add(Weight::from_parts(213_011, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_parts(1_166, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_110, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 10]`. - /// The range of component `z` is `[0, 10000]`. - fn approve_as_multi_create(s: u32, z: u32, ) -> Weight { + fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `125 + s * (5 ±0)` + // Measured: `130 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 23_743_000 picoseconds. - Weight::from_parts(24_364_063, 0) + // Minimum execution time: 21_733_000 picoseconds. + Weight::from_parts(22_615_938, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 5_325 - .saturating_add(Weight::from_parts(186_053, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(27, 0).saturating_mul(z.into())) + // Standard Error: 5_617 + .saturating_add(Weight::from_parts(202_358, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 10]`. - /// The range of component `z` is `[0, 10000]`. - fn approve_as_multi_approve(s: u32, z: u32, ) -> Weight { + fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 13_679_000 picoseconds. - Weight::from_parts(13_991_998, 0) + // Minimum execution time: 12_634_000 picoseconds. + Weight::from_parts(13_207_895, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 3_512 - .saturating_add(Weight::from_parts(114_530, 0).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_parts(20, 0).saturating_mul(z.into())) + // Standard Error: 3_275 + .saturating_add(Weight::from_parts(164_151, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 10]`. - /// The range of component `z` is `[0, 10000]`. - fn cancel_as_multi(s: u32, z: u32, ) -> Weight { + fn cancel_as_multi(s: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `328 + s * (5 ±0)` + // Estimated: `3922` + // Minimum execution time: 22_525_000 picoseconds. + Weight::from_parts(23_519_012, 0) + .saturating_add(Weight::from_parts(0, 3922)) + // Standard Error: 5_649 + .saturating_add(Weight::from_parts(155_095, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + /// Storage: `Multisig::Multisigs` (r:1 w:1) + /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(457), added: 2932, mode: `MaxEncodedLen`) + /// The range of component `s` is `[2, 10]`. + fn poke_deposit(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `323 + s * (5 ±0)` + // Measured: `328 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 24_305_000 picoseconds. - Weight::from_parts(24_929_839, 0) + // Minimum execution time: 21_196_000 picoseconds. + Weight::from_parts(22_156_833, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 4_352 - .saturating_add(Weight::from_parts(160_571, 0).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_parts(21, 0).saturating_mul(z.into())) + // Standard Error: 5_305 + .saturating_add(Weight::from_parts(168_163, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/gtest/src/weights/pallet_oneshot_account.rs b/runtime/gtest/src/weights/pallet_oneshot_account.rs index b085e4d1b..738bf5796 100644 --- a/runtime/gtest/src/weights/pallet_oneshot_account.rs +++ b/runtime/gtest/src/weights/pallet_oneshot_account.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_oneshot_account` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `42` // Estimated: `3507` - // Minimum execution time: 21_304_000 picoseconds. - Weight::from_parts(22_409_000, 0) + // Minimum execution time: 18_845_000 picoseconds. + Weight::from_parts(19_340_000, 0) .saturating_add(Weight::from_parts(0, 3507)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `217` // Estimated: `3682` - // Minimum execution time: 28_122_000 picoseconds. - Weight::from_parts(28_814_000, 0) + // Minimum execution time: 25_578_000 picoseconds. + Weight::from_parts(26_603_000, 0) .saturating_add(Weight::from_parts(0, 3682)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -85,8 +85,8 @@ impl<T: frame_system::Config> pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `277` // Estimated: `6126` - // Minimum execution time: 41_170_000 picoseconds. - Weight::from_parts(42_802_000, 0) + // Minimum execution time: 37_538_000 picoseconds. + Weight::from_parts(38_763_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/gtest/src/weights/pallet_preimage.rs b/runtime/gtest/src/weights/pallet_preimage.rs index 6bc43bfdd..28aae4815 100644 --- a/runtime/gtest/src/weights/pallet_preimage.rs +++ b/runtime/gtest/src/weights/pallet_preimage.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_preimage` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -58,11 +58,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3548` - // Minimum execution time: 11_400_000 picoseconds. - Weight::from_parts(11_727_000, 0) + // Minimum execution time: 10_804_000 picoseconds. + Weight::from_parts(11_010_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_277, 0).saturating_mul(s.into())) + // Standard Error: 332 + .saturating_add(Weight::from_parts(28_607, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 13_370_000 picoseconds. - Weight::from_parts(13_819_000, 0) + // Minimum execution time: 12_583_000 picoseconds. + Weight::from_parts(12_851_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_276, 0).saturating_mul(s.into())) + // Standard Error: 333 + .saturating_add(Weight::from_parts(28_628, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,11 +96,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 12_797_000 picoseconds. - Weight::from_parts(13_127_000, 0) + // Minimum execution time: 11_645_000 picoseconds. + Weight::from_parts(12_268_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_359, 0).saturating_mul(s.into())) + // Standard Error: 332 + .saturating_add(Weight::from_parts(28_602, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -114,8 +114,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3548` - // Minimum execution time: 19_865_000 picoseconds. - Weight::from_parts(21_735_000, 0) + // Minimum execution time: 20_073_000 picoseconds. + Weight::from_parts(21_290_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -130,8 +130,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 20_597_000 picoseconds. - Weight::from_parts(22_866_000, 0) + // Minimum execution time: 19_322_000 picoseconds. + Weight::from_parts(21_947_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -144,8 +144,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3548` - // Minimum execution time: 17_511_000 picoseconds. - Weight::from_parts(18_345_000, 0) + // Minimum execution time: 16_877_000 picoseconds. + Weight::from_parts(18_493_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -158,8 +158,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 12_009_000 picoseconds. - Weight::from_parts(12_814_000, 0) + // Minimum execution time: 11_778_000 picoseconds. + Weight::from_parts(12_995_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -172,8 +172,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3548` - // Minimum execution time: 9_896_000 picoseconds. - Weight::from_parts(11_114_000, 0) + // Minimum execution time: 9_138_000 picoseconds. + Weight::from_parts(9_619_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -186,8 +186,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 7_939_000 picoseconds. - Weight::from_parts(8_424_000, 0) + // Minimum execution time: 7_568_000 picoseconds. + Weight::from_parts(7_958_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -202,8 +202,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 18_338_000 picoseconds. - Weight::from_parts(19_844_000, 0) + // Minimum execution time: 17_949_000 picoseconds. + Weight::from_parts(19_165_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -216,8 +216,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 8_162_000 picoseconds. - Weight::from_parts(9_031_000, 0) + // Minimum execution time: 7_247_000 picoseconds. + Weight::from_parts(7_864_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -230,8 +230,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3548` - // Minimum execution time: 7_889_000 picoseconds. - Weight::from_parts(8_941_000, 0) + // Minimum execution time: 7_508_000 picoseconds. + Weight::from_parts(7_828_000, 0) .saturating_add(Weight::from_parts(0, 3548)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -247,11 +247,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0 + n * (179 ±0)` // Estimated: `990 + n * (2568 ±0)` - // Minimum execution time: 18_723_000 picoseconds. - Weight::from_parts(18_962_000, 0) + // Minimum execution time: 16_341_000 picoseconds. + Weight::from_parts(16_586_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 15_841 - .saturating_add(Weight::from_parts(14_499_057, 0).saturating_mul(n.into())) + // Standard Error: 16_492 + .saturating_add(Weight::from_parts(13_140_711, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2568).saturating_mul(n.into())) diff --git a/runtime/gtest/src/weights/pallet_provide_randomness.rs b/runtime/gtest/src/weights/pallet_provide_randomness.rs index 08c2b4f92..6bbc911b0 100644 --- a/runtime/gtest/src/weights/pallet_provide_randomness.rs +++ b/runtime/gtest/src/weights/pallet_provide_randomness.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_provide_randomness` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `298` // Estimated: `3763` - // Minimum execution time: 42_091_000 picoseconds. - Weight::from_parts(43_488_000, 0) + // Minimum execution time: 40_436_000 picoseconds. + Weight::from_parts(41_114_000, 0) .saturating_add(Weight::from_parts(0, 3763)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) @@ -86,11 +86,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `341 + i * (59 ±0)` // Estimated: `1827 + i * (2535 ±0)` - // Minimum execution time: 18_327_000 picoseconds. - Weight::from_parts(19_227_339, 0) + // Minimum execution time: 17_085_000 picoseconds. + Weight::from_parts(16_264_018, 0) .saturating_add(Weight::from_parts(0, 1827)) - // Standard Error: 9_787 - .saturating_add(Weight::from_parts(5_408_556, 0).saturating_mul(i.into())) + // Standard Error: 5_038 + .saturating_add(Weight::from_parts(5_015_846, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -118,11 +118,11 @@ impl<T: frame_system::Config> pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `351 + i * (59 ±0)` // Estimated: `3817 + i * (2535 ±0)` - // Minimum execution time: 19_658_000 picoseconds. - Weight::from_parts(18_373_418, 0) + // Minimum execution time: 18_695_000 picoseconds. + Weight::from_parts(16_499_706, 0) .saturating_add(Weight::from_parts(0, 3817)) - // Standard Error: 6_234 - .saturating_add(Weight::from_parts(5_823_862, 0).saturating_mul(i.into())) + // Standard Error: 7_032 + .saturating_add(Weight::from_parts(5_391_937, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/gtest/src/weights/pallet_proxy.rs b/runtime/gtest/src/weights/pallet_proxy.rs index d2a8a94a7..0e13d0c8a 100644 --- a/runtime/gtest/src/weights/pallet_proxy.rs +++ b/runtime/gtest/src/weights/pallet_proxy.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_proxy` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -54,11 +54,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 12_080_000 picoseconds. - Weight::from_parts(12_953_694, 0) + // Minimum execution time: 11_782_000 picoseconds. + Weight::from_parts(12_435_694, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_411 - .saturating_add(Weight::from_parts(31_386, 0).saturating_mul(p.into())) + // Standard Error: 1_157 + .saturating_add(Weight::from_parts(28_135, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -73,13 +73,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `399 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 31_980_000 picoseconds. - Weight::from_parts(33_042_619, 0) + // Minimum execution time: 30_003_000 picoseconds. + Weight::from_parts(30_499_528, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 2_556 - .saturating_add(Weight::from_parts(126_904, 0).saturating_mul(a.into())) - // Standard Error: 2_641 - .saturating_add(Weight::from_parts(36_564, 0).saturating_mul(p.into())) + // Standard Error: 1_951 + .saturating_add(Weight::from_parts(137_101, 0).saturating_mul(a.into())) + // Standard Error: 2_016 + .saturating_add(Weight::from_parts(37_874, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -93,13 +93,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 20_496_000 picoseconds. - Weight::from_parts(21_369_049, 0) + // Minimum execution time: 19_195_000 picoseconds. + Weight::from_parts(19_778_789, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_497 - .saturating_add(Weight::from_parts(134_327, 0).saturating_mul(a.into())) - // Standard Error: 1_547 - .saturating_add(Weight::from_parts(2_837, 0).saturating_mul(p.into())) + // Standard Error: 1_440 + .saturating_add(Weight::from_parts(146_008, 0).saturating_mul(a.into())) + // Standard Error: 1_487 + .saturating_add(Weight::from_parts(4_480, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -113,13 +113,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 20_074_000 picoseconds. - Weight::from_parts(20_788_282, 0) + // Minimum execution time: 19_051_000 picoseconds. + Weight::from_parts(19_905_756, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_804 - .saturating_add(Weight::from_parts(147_279, 0).saturating_mul(a.into())) - // Standard Error: 1_864 - .saturating_add(Weight::from_parts(13_614, 0).saturating_mul(p.into())) + // Standard Error: 1_494 + .saturating_add(Weight::from_parts(142_540, 0).saturating_mul(a.into())) + // Standard Error: 1_543 + .saturating_add(Weight::from_parts(3_055, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -135,13 +135,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `331 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 27_325_000 picoseconds. - Weight::from_parts(29_532_669, 0) + // Minimum execution time: 25_829_000 picoseconds. + Weight::from_parts(27_319_911, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_989 - .saturating_add(Weight::from_parts(143_167, 0).saturating_mul(a.into())) - // Standard Error: 2_055 - .saturating_add(Weight::from_parts(44_734, 0).saturating_mul(p.into())) + // Standard Error: 2_036 + .saturating_add(Weight::from_parts(136_822, 0).saturating_mul(a.into())) + // Standard Error: 2_103 + .saturating_add(Weight::from_parts(42_389, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -152,11 +152,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 19_246_000 picoseconds. - Weight::from_parts(20_200_151, 0) + // Minimum execution time: 18_111_000 picoseconds. + Weight::from_parts(18_915_224, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_581 - .saturating_add(Weight::from_parts(47_338, 0).saturating_mul(p.into())) + // Standard Error: 1_442 + .saturating_add(Weight::from_parts(39_506, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,11 +167,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 19_136_000 picoseconds. - Weight::from_parts(20_453_597, 0) + // Minimum execution time: 17_936_000 picoseconds. + Weight::from_parts(19_117_005, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_810 - .saturating_add(Weight::from_parts(44_406, 0).saturating_mul(p.into())) + // Standard Error: 1_944 + .saturating_add(Weight::from_parts(30_484, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -182,11 +182,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 17_393_000 picoseconds. - Weight::from_parts(18_608_520, 0) + // Minimum execution time: 16_463_000 picoseconds. + Weight::from_parts(17_222_083, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_837 - .saturating_add(Weight::from_parts(27_026, 0).saturating_mul(p.into())) + // Standard Error: 1_356 + .saturating_add(Weight::from_parts(26_768, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -197,11 +197,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `177` // Estimated: `4698` - // Minimum execution time: 20_391_000 picoseconds. - Weight::from_parts(21_824_221, 0) + // Minimum execution time: 18_956_000 picoseconds. + Weight::from_parts(20_091_972, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_581 - .saturating_add(Weight::from_parts(2_212, 0).saturating_mul(p.into())) + // Standard Error: 1_219 + .saturating_add(Weight::from_parts(8_706, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -212,12 +212,28 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `194 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 17_990_000 picoseconds. - Weight::from_parts(19_139_776, 0) + // Minimum execution time: 16_939_000 picoseconds. + Weight::from_parts(17_956_324, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 5_685 - .saturating_add(Weight::from_parts(31_285, 0).saturating_mul(p.into())) + // Standard Error: 1_271 + .saturating_add(Weight::from_parts(19_171, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } + /// Storage: `Proxy::Proxies` (r:1 w:1) + /// Proof: `Proxy::Proxies` (`max_values`: None, `max_size`: Some(1233), added: 3708, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `Proxy::Announcements` (r:1 w:1) + /// Proof: `Proxy::Announcements` (`max_values`: None, `max_size`: Some(2225), added: 4700, mode: `MaxEncodedLen`) + fn poke_deposit() -> Weight { + // Proof Size summary in bytes: + // Measured: `472` + // Estimated: `5690` + // Minimum execution time: 32_982_000 picoseconds. + Weight::from_parts(33_937_000, 0) + .saturating_add(Weight::from_parts(0, 5690)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) + } } diff --git a/runtime/gtest/src/weights/pallet_quota.rs b/runtime/gtest/src/weights/pallet_quota.rs index a19434338..0abb7350e 100644 --- a/runtime/gtest/src/weights/pallet_quota.rs +++ b/runtime/gtest/src/weights/pallet_quota.rs @@ -16,17 +16,17 @@ //! Autogenerated weights for `pallet_quota` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-05-13, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` -//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: 1024 +//! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 // Executed Command: // target/release/duniter // benchmark // pallet -// --chain=dev +// --genesis-builder=spec-genesis // --steps=50 // --repeat=20 // --pallet=* @@ -34,7 +34,7 @@ // --wasm-execution=compiled // --heap-pages=4096 // --header=./file_header.txt -// --output=./runtime/common/src/weights/ +// --output=./runtime/gtest/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `11288` // Estimated: `12751` - // Minimum execution time: 7_146_000 picoseconds. - Weight::from_parts(7_473_000, 0) + // Minimum execution time: 8_736_000 picoseconds. + Weight::from_parts(9_516_000, 0) .saturating_add(Weight::from_parts(0, 12751)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -63,10 +63,10 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { /// Proof: `Quota::IdtyQuota` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) fn spend_quota() -> Weight { // Proof Size summary in bytes: - // Measured: `139` + // Measured: `172` // Estimated: `3489` - // Minimum execution time: 4_469_000 picoseconds. - Weight::from_parts(4_731_000, 0) + // Minimum execution time: 6_376_000 picoseconds. + Weight::from_parts(6_761_000, 0) .saturating_add(Weight::from_parts(0, 3489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -77,10 +77,10 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) fn try_refund() -> Weight { // Proof Size summary in bytes: - // Measured: `202` + // Measured: `235` // Estimated: `6126` - // Minimum execution time: 21_893_000 picoseconds. - Weight::from_parts(22_789_000, 0) + // Minimum execution time: 23_628_000 picoseconds. + Weight::from_parts(24_221_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -91,10 +91,10 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) fn do_refund() -> Weight { // Proof Size summary in bytes: - // Measured: `202` + // Measured: `235` // Estimated: `6126` - // Minimum execution time: 21_581_000 picoseconds. - Weight::from_parts(22_465_000, 0) + // Minimum execution time: 23_440_000 picoseconds. + Weight::from_parts(23_989_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -105,8 +105,8 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `43` // Estimated: `12751` - // Minimum execution time: 1_759_000 picoseconds. - Weight::from_parts(1_953_000, 0) + // Minimum execution time: 2_517_000 picoseconds. + Weight::from_parts(2_637_000, 0) .saturating_add(Weight::from_parts(0, 12751)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -120,13 +120,13 @@ impl<T: frame_system::Config> pallet_quota::WeightInfo for WeightInfo<T> { /// The range of component `i` is `[1, 256]`. fn on_process_refund_queue_elements(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + i * (44 ±0)` + // Measured: `260 + i * (44 ±0)` // Estimated: `12751` - // Minimum execution time: 25_323_000 picoseconds. - Weight::from_parts(39_142_016, 0) + // Minimum execution time: 25_761_000 picoseconds. + Weight::from_parts(38_133_999, 0) .saturating_add(Weight::from_parts(0, 12751)) - // Standard Error: 2_270 - .saturating_add(Weight::from_parts(1_181_628, 0).saturating_mul(i.into())) + // Standard Error: 1_298 + .saturating_add(Weight::from_parts(1_085_687, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/gtest/src/weights/pallet_scheduler.rs b/runtime/gtest/src/weights/pallet_scheduler.rs index fa06c8008..a12b01d49 100644 --- a/runtime/gtest/src/weights/pallet_scheduler.rs +++ b/runtime/gtest/src/weights/pallet_scheduler.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_scheduler` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 3_093_000 picoseconds. - Weight::from_parts(3_273_000, 0) + // Minimum execution time: 5_033_000 picoseconds. + Weight::from_parts(5_369_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -66,11 +66,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 3_251_000 picoseconds. - Weight::from_parts(6_678_343, 0) + // Minimum execution time: 3_171_000 picoseconds. + Weight::from_parts(6_394_723, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_681 - .saturating_add(Weight::from_parts(249_048, 0).saturating_mul(s.into())) + // Standard Error: 1_709 + .saturating_add(Weight::from_parts(287_313, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -78,12 +78,12 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_918_000 picoseconds. - Weight::from_parts(3_249_000, 0) + // Minimum execution time: 2_804_000 picoseconds. + Weight::from_parts(2_948_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Preimage::PreimageFor` (r:1 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `Measured`) /// Storage: `Preimage::StatusFor` (r:1 w:0) /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(83), added: 2558, mode: `MaxEncodedLen`) /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) @@ -92,14 +92,15 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { fn service_task_fetched(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `141 + s * (1 ±0)` - // Estimated: `4197809` - // Minimum execution time: 15_525_000 picoseconds. - Weight::from_parts(15_681_000, 0) - .saturating_add(Weight::from_parts(0, 4197809)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(877, 0).saturating_mul(s.into())) + // Estimated: `3606 + s * (1 ±0)` + // Minimum execution time: 14_423_000 picoseconds. + Weight::from_parts(14_916_000, 0) + .saturating_add(Weight::from_parts(0, 3606)) + // Standard Error: 383 + .saturating_add(Weight::from_parts(33_242, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: `Scheduler::Lookup` (r:0 w:1) /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) @@ -107,8 +108,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_209_000 picoseconds. - Weight::from_parts(4_560_000, 0) + // Minimum execution time: 4_075_000 picoseconds. + Weight::from_parts(4_239_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -116,24 +117,24 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_765_000 picoseconds. - Weight::from_parts(3_002_000, 0) + // Minimum execution time: 2_744_000 picoseconds. + Weight::from_parts(2_952_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_957_000 picoseconds. - Weight::from_parts(2_170_000, 0) + // Minimum execution time: 2_029_000 picoseconds. + Weight::from_parts(2_200_000, 0) .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_028_000 picoseconds. - Weight::from_parts(2_184_000, 0) + // Minimum execution time: 1_981_000 picoseconds. + Weight::from_parts(2_123_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Scheduler::Agenda` (r:1 w:1) @@ -143,11 +144,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 8_554_000 picoseconds. - Weight::from_parts(12_083_564, 0) + // Minimum execution time: 8_139_000 picoseconds. + Weight::from_parts(11_699_726, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_745 - .saturating_add(Weight::from_parts(266_177, 0).saturating_mul(s.into())) + // Standard Error: 1_900 + .saturating_add(Weight::from_parts(301_967, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,11 +163,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 13_516_000 picoseconds. - Weight::from_parts(14_830_688, 0) + // Minimum execution time: 13_027_000 picoseconds. + Weight::from_parts(14_124_518, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_317 - .saturating_add(Weight::from_parts(389_932, 0).saturating_mul(s.into())) + // Standard Error: 1_748 + .saturating_add(Weight::from_parts(463_036, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -179,11 +180,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `255 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 11_545_000 picoseconds. - Weight::from_parts(16_355_221, 0) + // Minimum execution time: 10_704_000 picoseconds. + Weight::from_parts(15_755_100, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 2_856 - .saturating_add(Weight::from_parts(300_083, 0).saturating_mul(s.into())) + // Standard Error: 3_145 + .saturating_add(Weight::from_parts(331_983, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -198,11 +199,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `281 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 15_996_000 picoseconds. - Weight::from_parts(17_919_238, 0) + // Minimum execution time: 15_010_000 picoseconds. + Weight::from_parts(17_106_931, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 2_252 - .saturating_add(Weight::from_parts(424_280, 0).saturating_mul(s.into())) + // Standard Error: 2_098 + .saturating_add(Weight::from_parts(491_816, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -215,11 +216,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `118` // Estimated: `13928` - // Minimum execution time: 8_383_000 picoseconds. - Weight::from_parts(9_121_245, 0) + // Minimum execution time: 7_871_000 picoseconds. + Weight::from_parts(8_552_516, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 590 - .saturating_add(Weight::from_parts(27_124, 0).saturating_mul(s.into())) + // Standard Error: 482 + .saturating_add(Weight::from_parts(22_869, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -231,8 +232,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `8928` // Estimated: `13928` - // Minimum execution time: 19_798_000 picoseconds. - Weight::from_parts(20_980_000, 0) + // Minimum execution time: 21_078_000 picoseconds. + Weight::from_parts(21_789_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -247,8 +248,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `9606` // Estimated: `13928` - // Minimum execution time: 25_627_000 picoseconds. - Weight::from_parts(26_536_000, 0) + // Minimum execution time: 26_871_000 picoseconds. + Weight::from_parts(27_458_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -261,8 +262,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `8940` // Estimated: `13928` - // Minimum execution time: 19_394_000 picoseconds. - Weight::from_parts(19_828_000, 0) + // Minimum execution time: 19_742_000 picoseconds. + Weight::from_parts(20_640_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -277,8 +278,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `9618` // Estimated: `13928` - // Minimum execution time: 24_693_000 picoseconds. - Weight::from_parts(25_438_000, 0) + // Minimum execution time: 26_243_000 picoseconds. + Weight::from_parts(26_659_000, 0) .saturating_add(Weight::from_parts(0, 13928)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gtest/src/weights/pallet_session.rs b/runtime/gtest/src/weights/pallet_session.rs index 3eafd76d0..d3dddaba9 100644 --- a/runtime/gtest/src/weights/pallet_session.rs +++ b/runtime/gtest/src/weights/pallet_session.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_session` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -55,8 +55,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `810` // Estimated: `11700` - // Minimum execution time: 25_575_000 picoseconds. - Weight::from_parts(26_268_000, 0) + // Minimum execution time: 24_547_000 picoseconds. + Weight::from_parts(25_567_000, 0) .saturating_add(Weight::from_parts(0, 11700)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `477` // Estimated: `3942` - // Minimum execution time: 14_924_000 picoseconds. - Weight::from_parts(15_862_000, 0) + // Minimum execution time: 14_428_000 picoseconds. + Weight::from_parts(15_060_000, 0) .saturating_add(Weight::from_parts(0, 3942)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(5)) diff --git a/runtime/gtest/src/weights/pallet_smith_members.rs b/runtime/gtest/src/weights/pallet_smith_members.rs index 5f281eadf..5d941f507 100644 --- a/runtime/gtest/src/weights/pallet_smith_members.rs +++ b/runtime/gtest/src/weights/pallet_smith_members.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_smith_members` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -59,11 +59,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `SmithMembers::ExpiresOn` (`max_values`: None, `max_size`: None, mode: `Measured`) fn invite_smith() -> Weight { // Proof Size summary in bytes: - // Measured: `748` - // Estimated: `6688` - // Minimum execution time: 30_335_000 picoseconds. - Weight::from_parts(31_935_000, 0) - .saturating_add(Weight::from_parts(0, 6688)) + // Measured: `749` + // Estimated: `6689` + // Minimum execution time: 28_342_000 picoseconds. + Weight::from_parts(31_024_000, 0) + .saturating_add(Weight::from_parts(0, 6689)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,11 +73,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `SmithMembers::Smiths` (`max_values`: None, `max_size`: None, mode: `Measured`) fn accept_invitation() -> Weight { // Proof Size summary in bytes: - // Measured: `566` - // Estimated: `4031` - // Minimum execution time: 16_152_000 picoseconds. - Weight::from_parts(16_868_000, 0) - .saturating_add(Weight::from_parts(0, 4031)) + // Measured: `567` + // Estimated: `4032` + // Minimum execution time: 16_226_000 picoseconds. + Weight::from_parts(17_149_000, 0) + .saturating_add(Weight::from_parts(0, 4032)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -91,11 +91,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `SmithMembers::ExpiresOn` (`max_values`: None, `max_size`: None, mode: `Measured`) fn certify_smith() -> Weight { // Proof Size summary in bytes: - // Measured: `591` - // Estimated: `6531` - // Minimum execution time: 24_939_000 picoseconds. - Weight::from_parts(25_892_000, 0) - .saturating_add(Weight::from_parts(0, 6531)) + // Measured: `593` + // Estimated: `6533` + // Minimum execution time: 23_776_000 picoseconds. + Weight::from_parts(24_229_000, 0) + .saturating_add(Weight::from_parts(0, 6533)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -117,11 +117,11 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) fn on_removed_wot_member() -> Weight { // Proof Size summary in bytes: - // Measured: `1171` - // Estimated: `14536` - // Minimum execution time: 66_210_000 picoseconds. - Weight::from_parts(71_483_000, 0) - .saturating_add(Weight::from_parts(0, 14536)) + // Measured: `1176` + // Estimated: `14541` + // Minimum execution time: 62_286_000 picoseconds. + Weight::from_parts(63_982_000, 0) + .saturating_add(Weight::from_parts(0, 14541)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -131,8 +131,8 @@ impl<T: frame_system::Config> pallet_smith_members::WeightInfo for WeightInfo<T> // Proof Size summary in bytes: // Measured: `220` // Estimated: `3685` - // Minimum execution time: 3_794_000 picoseconds. - Weight::from_parts(4_236_000, 0) + // Minimum execution time: 3_510_000 picoseconds. + Weight::from_parts(3_872_000, 0) .saturating_add(Weight::from_parts(0, 3685)) .saturating_add(T::DbWeight::get().reads(1)) } diff --git a/runtime/gtest/src/weights/pallet_sudo.rs b/runtime/gtest/src/weights/pallet_sudo.rs index 7b6ee13d2..ce2081875 100644 --- a/runtime/gtest/src/weights/pallet_sudo.rs +++ b/runtime/gtest/src/weights/pallet_sudo.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_sudo` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 8_717_000 picoseconds. - Weight::from_parts(9_230_000, 0) + // Minimum execution time: 8_011_000 picoseconds. + Weight::from_parts(8_409_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 8_907_000 picoseconds. - Weight::from_parts(9_413_000, 0) + // Minimum execution time: 8_713_000 picoseconds. + Weight::from_parts(9_126_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 8_901_000 picoseconds. - Weight::from_parts(9_515_000, 0) + // Minimum execution time: 8_515_000 picoseconds. + Weight::from_parts(8_952_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -87,8 +87,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 7_784_000 picoseconds. - Weight::from_parts(8_235_000, 0) + // Minimum execution time: 7_498_000 picoseconds. + Weight::from_parts(7_959_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_sudo::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 3_264_000 picoseconds. - Weight::from_parts(3_533_000, 0) + // Minimum execution time: 4_106_000 picoseconds. + Weight::from_parts(4_306_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } diff --git a/runtime/gtest/src/weights/pallet_timestamp.rs b/runtime/gtest/src/weights/pallet_timestamp.rs index c9c5cc670..f403bf2e2 100644 --- a/runtime/gtest/src/weights/pallet_timestamp.rs +++ b/runtime/gtest/src/weights/pallet_timestamp.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_timestamp` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -57,8 +57,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `268` // Estimated: `1493` - // Minimum execution time: 10_595_000 picoseconds. - Weight::from_parts(11_028_000, 0) + // Minimum execution time: 10_538_000 picoseconds. + Weight::from_parts(11_095_000, 0) .saturating_add(Weight::from_parts(0, 1493)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -67,8 +67,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `57` // Estimated: `0` - // Minimum execution time: 3_309_000 picoseconds. - Weight::from_parts(3_526_000, 0) + // Minimum execution time: 3_339_000 picoseconds. + Weight::from_parts(3_634_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/gtest/src/weights/pallet_transaction_payment.rs b/runtime/gtest/src/weights/pallet_transaction_payment.rs index 43119f8c5..09de9834a 100644 --- a/runtime/gtest/src/weights/pallet_transaction_payment.rs +++ b/runtime/gtest/src/weights/pallet_transaction_payment.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_transaction_payment` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_transaction_payment::WeightInfo for WeightI // Proof Size summary in bytes: // Measured: `124` // Estimated: `6126` - // Minimum execution time: 45_134_000 picoseconds. - Weight::from_parts(46_618_000, 0) + // Minimum execution time: 38_932_000 picoseconds. + Weight::from_parts(40_154_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/gtest/src/weights/pallet_treasury.rs b/runtime/gtest/src/weights/pallet_treasury.rs index 414a962bd..45903ce9d 100644 --- a/runtime/gtest/src/weights/pallet_treasury.rs +++ b/runtime/gtest/src/weights/pallet_treasury.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_treasury` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `1887` - // Minimum execution time: 3_447_000 picoseconds. - Weight::from_parts(3_621_000, 0) + // Minimum execution time: 3_326_000 picoseconds. + Weight::from_parts(3_630_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -77,11 +77,11 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `82 + p * (1 ±0)` // Estimated: `3558` - // Minimum execution time: 10_682_000 picoseconds. - Weight::from_parts(12_020_888, 0) + // Minimum execution time: 10_017_000 picoseconds. + Weight::from_parts(11_425_319, 0) .saturating_add(Weight::from_parts(0, 3558)) - // Standard Error: 417 - .saturating_add(Weight::from_parts(22_993, 0).saturating_mul(p.into())) + // Standard Error: 474 + .saturating_add(Weight::from_parts(19_042, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3526` - // Minimum execution time: 4_535_000 picoseconds. - Weight::from_parts(4_862_000, 0) + // Minimum execution time: 4_578_000 picoseconds. + Weight::from_parts(4_815_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -110,8 +110,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3526` - // Minimum execution time: 4_604_000 picoseconds. - Weight::from_parts(4_766_000, 0) + // Minimum execution time: 4_546_000 picoseconds. + Weight::from_parts(4_949_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -121,8 +121,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3526` - // Minimum execution time: 4_143_000 picoseconds. - Weight::from_parts(4_415_000, 0) + // Minimum execution time: 4_076_000 picoseconds. + Weight::from_parts(4_401_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) } diff --git a/runtime/gtest/src/weights/pallet_universal_dividend.rs b/runtime/gtest/src/weights/pallet_universal_dividend.rs index efbe885a6..0fb7d2554 100644 --- a/runtime/gtest/src/weights/pallet_universal_dividend.rs +++ b/runtime/gtest/src/weights/pallet_universal_dividend.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_universal_dividend` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -62,8 +62,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `676` // Estimated: `4141` - // Minimum execution time: 33_238_000 picoseconds. - Weight::from_parts(35_304_866, 0) + // Minimum execution time: 30_883_000 picoseconds. + Weight::from_parts(32_878_699, 0) .saturating_add(Weight::from_parts(0, 4141)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) @@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `156` // Estimated: `6126` - // Minimum execution time: 52_878_000 picoseconds. - Weight::from_parts(54_068_000, 0) + // Minimum execution time: 47_290_000 picoseconds. + Weight::from_parts(48_476_000, 0) .saturating_add(Weight::from_parts(0, 6126)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -90,8 +90,8 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `93` // Estimated: `3558` - // Minimum execution time: 33_633_000 picoseconds. - Weight::from_parts(35_597_000, 0) + // Minimum execution time: 30_531_000 picoseconds. + Weight::from_parts(31_403_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -103,13 +103,15 @@ impl<T: frame_system::Config> pallet_universal_dividend::WeightInfo for WeightIn /// Storage: `System::Account` (r:1 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) /// The range of component `i` is `[1, 160]`. - fn on_removed_member(_i: u32, ) -> Weight { + fn on_removed_member(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `181` // Estimated: `3558` - // Minimum execution time: 19_251_000 picoseconds. - Weight::from_parts(20_602_146, 0) + // Minimum execution time: 18_019_000 picoseconds. + Weight::from_parts(19_167_974, 0) .saturating_add(Weight::from_parts(0, 3558)) + // Standard Error: 229 + .saturating_add(Weight::from_parts(314, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/gtest/src/weights/pallet_upgrade_origin.rs b/runtime/gtest/src/weights/pallet_upgrade_origin.rs index 56ead9c79..c2062e3a0 100644 --- a/runtime/gtest/src/weights/pallet_upgrade_origin.rs +++ b/runtime/gtest/src/weights/pallet_upgrade_origin.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_upgrade_origin` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_upgrade_origin::WeightInfo for WeightInfo<T // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_613_000 picoseconds. - Weight::from_parts(6_013_000, 0) + // Minimum execution time: 5_421_000 picoseconds. + Weight::from_parts(5_721_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/gtest/src/weights/pallet_utility.rs b/runtime/gtest/src/weights/pallet_utility.rs index fbcd847f8..b31f0fa92 100644 --- a/runtime/gtest/src/weights/pallet_utility.rs +++ b/runtime/gtest/src/weights/pallet_utility.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `pallet_utility` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024 @@ -52,18 +52,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_240_000 picoseconds. - Weight::from_parts(9_851_743, 0) + // Minimum execution time: 4_292_000 picoseconds. + Weight::from_parts(4_381_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_521 - .saturating_add(Weight::from_parts(2_070_739, 0).saturating_mul(c.into())) + // Standard Error: 633 + .saturating_add(Weight::from_parts(1_881_402, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_773_000 picoseconds. - Weight::from_parts(3_989_000, 0) + // Minimum execution time: 3_821_000 picoseconds. + Weight::from_parts(4_086_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -71,18 +71,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_570_000 picoseconds. - Weight::from_parts(9_837_420, 0) + // Minimum execution time: 4_257_000 picoseconds. + Weight::from_parts(4_656_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_071 - .saturating_add(Weight::from_parts(2_203_440, 0).saturating_mul(c.into())) + // Standard Error: 589 + .saturating_add(Weight::from_parts(2_030_561, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_860_000 picoseconds. - Weight::from_parts(6_215_000, 0) + // Minimum execution time: 5_757_000 picoseconds. + Weight::from_parts(6_100_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -90,10 +90,26 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_458_000 picoseconds. - Weight::from_parts(8_931_937, 0) + // Minimum execution time: 4_228_000 picoseconds. + Weight::from_parts(1_387_796, 0) + .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 1_018 + .saturating_add(Weight::from_parts(1_874_085, 0).saturating_mul(c.into())) + } + fn dispatch_as_fallible() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 5_682_000 picoseconds. + Weight::from_parts(6_116_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + } + fn if_else() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 6_746_000 picoseconds. + Weight::from_parts(7_057_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 881 - .saturating_add(Weight::from_parts(2_060_212, 0).saturating_mul(c.into())) } } diff --git a/runtime/gtest/src/weights/paritydb_weights.rs b/runtime/gtest/src/weights/paritydb_weights.rs index 140210851..c2ed6db29 100644 --- a/runtime/gtest/src/weights/paritydb_weights.rs +++ b/runtime/gtest/src/weights/paritydb_weights.rs @@ -1,6 +1,6 @@ -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2025-01-22 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-04-09 (Y/M/D) //! HOSTNAME: `bgallois-ms7d43`, CPU: `12th Gen Intel(R) Core(TM) i3-12100F` //! //! DATABASE: `ParityDb`, RUNTIME: `ĞTest Local Testnet` @@ -34,31 +34,31 @@ pub mod constants { /// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 796, 826_063 - /// Average: 6_938 - /// Median: 1_573 - /// Std-Dev: 65586.31 + /// Min, Max: 907, 885_311 + /// Average: 7_505 + /// Median: 1_781 + /// Std-Dev: 70285.38 /// /// Percentiles nanoseconds: - /// 99th: 8_551 - /// 95th: 2_544 - /// 75th: 1_928 - read: 13_876 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 8_148 + /// 95th: 2_686 + /// 75th: 2_110 + read: 15_010 * constants::WEIGHT_REF_TIME_PER_NANOS, /// Time to write one storage item. /// Calculated by multiplying the *Average* of all values with `2.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 3_943, 6_570_586 - /// Average: 54_200 - /// Median: 10_802 - /// Std-Dev: 522042.38 + /// Min, Max: 4_188, 6_454_644 + /// Average: 52_994 + /// Median: 11_522 + /// Std-Dev: 512557.74 /// /// Percentiles nanoseconds: - /// 99th: 234_197 - /// 95th: 17_149 - /// 75th: 13_563 - write: 108_400 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 22_173 + /// 95th: 19_109 + /// 75th: 14_856 + write: 105_988 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } -- GitLab From b8ffd62c50d2462d37b852a347764ef1e7d63458 Mon Sep 17 00:00:00 2001 From: bgallois <benjamin@gallois.cc> Date: Wed, 9 Apr 2025 15:19:43 +0200 Subject: [PATCH 4/5] upgrade tests --- distance-oracle/src/mock.rs | 2 +- end2end-tests/tests/common/balances.rs | 39 +- end2end-tests/tests/common/cert.rs | 11 +- end2end-tests/tests/common/distance.rs | 18 +- end2end-tests/tests/common/identity.rs | 27 +- end2end-tests/tests/common/mod.rs | 67 +++- end2end-tests/tests/common/oneshot.rs | 36 +- end2end-tests/tests/cucumber_tests.rs | 56 +-- pallets/authority-members/src/mock.rs | 1 + pallets/distance/src/mock.rs | 12 +- pallets/duniter-wot/src/mock.rs | 11 +- resources/metadata.scale | Bin 152810 -> 156528 bytes runtime/gdev/tests/balance_tests.rs | 44 +-- runtime/gdev/tests/common/mod.rs | 4 +- runtime/gdev/tests/fee_tests.rs | 58 ++- runtime/gdev/tests/integration_tests.rs | 456 ++++++++++-------------- runtime/gdev/tests/xt_tests.rs | 91 +++-- 17 files changed, 448 insertions(+), 485 deletions(-) diff --git a/distance-oracle/src/mock.rs b/distance-oracle/src/mock.rs index 881022205..727637290 100644 --- a/distance-oracle/src/mock.rs +++ b/distance-oracle/src/mock.rs @@ -25,7 +25,7 @@ pub struct Client { wot: RustyWebOfTrust, pub pool_len: usize, } -pub type AccountId = subxt::ext::sp_runtime::AccountId32; +pub type AccountId = sp_runtime::AccountId32; pub type IdtyIndex = u32; pub type H256 = subxt::utils::H256; diff --git a/end2end-tests/tests/common/balances.rs b/end2end-tests/tests/common/balances.rs index e7b703736..b1c469e2b 100644 --- a/end2end-tests/tests/common/balances.rs +++ b/end2end-tests/tests/common/balances.rs @@ -15,10 +15,11 @@ // along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::{gdev, gdev::runtime_types::pallet_balances, *}; -use sp_keyring::AccountKeyring; -use subxt::{tx::PairSigner, utils::MultiAddress}; +use crate::common::pair_signer::PairSigner; +use sp_keyring::sr25519::Keyring; +use subxt::utils::MultiAddress; -pub async fn set_balance(client: &FullClient, who: AccountKeyring, amount: u64) -> Result<()> { +pub async fn set_balance(client: &FullClient, who: Keyring, amount: u64) -> Result<()> { let _events = create_block_with_extrinsic( &client.rpc, client @@ -29,7 +30,7 @@ pub async fn set_balance(client: &FullClient, who: AccountKeyring, amount: u64) .sudo() .sudo(gdev::runtime_types::gdev_runtime::RuntimeCall::Balances( pallet_balances::pallet::Call::force_set_balance { - who: MultiAddress::Id(who.to_account_id().into()), + who: MultiAddress::Id(who.to_raw_public().into()), new_free: amount, }, )), @@ -43,14 +44,9 @@ pub async fn set_balance(client: &FullClient, who: AccountKeyring, amount: u64) Ok(()) } -pub async fn transfer( - client: &FullClient, - from: AccountKeyring, - amount: u64, - to: AccountKeyring, -) -> Result<()> { +pub async fn transfer(client: &FullClient, from: Keyring, amount: u64, to: Keyring) -> Result<()> { let from = PairSigner::new(from.pair()); - let to = to.to_account_id(); + let to = MultiAddress::Id(to.to_raw_public().into()); let _events = create_block_with_extrinsic( &client.rpc, @@ -58,9 +54,7 @@ pub async fn transfer( .client .tx() .create_signed( - &gdev::tx() - .universal_dividend() - .transfer_ud(to.clone().into(), amount), + &gdev::tx().universal_dividend().transfer_ud(to, amount), &from, SubstrateExtrinsicParamsBuilder::new().build(), ) @@ -71,13 +65,9 @@ pub async fn transfer( Ok(()) } -pub async fn transfer_all( - client: &FullClient, - from: AccountKeyring, - to: AccountKeyring, -) -> Result<()> { +pub async fn transfer_all(client: &FullClient, from: Keyring, to: Keyring) -> Result<()> { let from = PairSigner::new(from.pair()); - let to = to.to_account_id(); + let to = MultiAddress::Id(to.to_raw_public().into()); let _events = create_block_with_extrinsic( &client.rpc, @@ -85,7 +75,7 @@ pub async fn transfer_all( .client .tx() .create_signed( - &gdev::tx().balances().transfer_all(to.into(), false), + &gdev::tx().balances().transfer_all(to, false), &from, SubstrateExtrinsicParamsBuilder::new().build(), ) @@ -98,12 +88,11 @@ pub async fn transfer_all( pub async fn transfer_ud( client: &FullClient, - from: AccountKeyring, + from: Keyring, amount: u64, - to: AccountKeyring, + to: Keyring, ) -> Result<()> { let from = PairSigner::new(from.pair()); - let to = to.to_account_id(); let _events = create_block_with_extrinsic( &client.rpc, @@ -113,7 +102,7 @@ pub async fn transfer_ud( .create_signed( &gdev::tx() .universal_dividend() - .transfer_ud(to.clone().into(), amount), + .transfer_ud(MultiAddress::Id(to.to_raw_public().into()), amount), &from, SubstrateExtrinsicParamsBuilder::new().build(), ) diff --git a/end2end-tests/tests/common/cert.rs b/end2end-tests/tests/common/cert.rs index bccd2db93..2841643e0 100644 --- a/end2end-tests/tests/common/cert.rs +++ b/end2end-tests/tests/common/cert.rs @@ -15,13 +15,14 @@ // along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::{gdev, gdev::runtime_types::pallet_certification, *}; -use sp_keyring::AccountKeyring; -use subxt::{tx::PairSigner, utils::MultiAddress}; +use crate::common::pair_signer::PairSigner; +use sp_keyring::sr25519::Keyring; +use subxt::utils::MultiAddress; -pub async fn certify(client: &FullClient, from: AccountKeyring, to: AccountKeyring) -> Result<()> { +pub async fn certify(client: &FullClient, from: Keyring, to: Keyring) -> Result<()> { let signer = PairSigner::new(from.pair()); - let from: subxt::utils::AccountId32 = from.to_account_id().into(); - let to: subxt::utils::AccountId32 = to.to_account_id().into(); + let from: subxt::utils::AccountId32 = from.to_raw_public().into(); + let to: subxt::utils::AccountId32 = to.to_raw_public().into(); let _issuer_index = client .client diff --git a/end2end-tests/tests/common/distance.rs b/end2end-tests/tests/common/distance.rs index f7d02df55..a08893ba4 100644 --- a/end2end-tests/tests/common/distance.rs +++ b/end2end-tests/tests/common/distance.rs @@ -15,15 +15,11 @@ // along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. use super::{gdev, gdev::runtime_types::pallet_identity, *}; -use crate::DuniterWorld; -use sp_keyring::AccountKeyring; -use subxt::{ - backend::rpc::RpcClient, - tx::{PairSigner, Signer}, - utils::AccountId32, -}; +use crate::{common::pair_signer::PairSigner, DuniterWorld}; +use sp_keyring::sr25519::Keyring; +use subxt::{backend::rpc::RpcClient, tx::Signer, utils::AccountId32}; -pub async fn request_evaluation(client: &FullClient, origin: AccountKeyring) -> Result<()> { +pub async fn request_evaluation(client: &FullClient, origin: Keyring) -> Result<()> { let origin = PairSigner::new(origin.pair()); let _events = create_block_with_extrinsic( @@ -43,11 +39,7 @@ pub async fn request_evaluation(client: &FullClient, origin: AccountKeyring) -> Ok(()) } -pub async fn run_oracle( - client: &FullClient, - origin: AccountKeyring, - rpc_url: String, -) -> Result<()> { +pub async fn run_oracle(client: &FullClient, origin: Keyring, rpc_url: String) -> Result<()> { let origin = PairSigner::new(origin.pair()); let account_id: &AccountId32 = origin.account_id(); diff --git a/end2end-tests/tests/common/identity.rs b/end2end-tests/tests/common/identity.rs index da532a67e..00c806e76 100644 --- a/end2end-tests/tests/common/identity.rs +++ b/end2end-tests/tests/common/identity.rs @@ -15,9 +15,12 @@ // along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. use super::{gdev, gdev::runtime_types::pallet_identity, *}; -use crate::{gdev::runtime_types::pallet_identity::types::IdtyName, DuniterWorld}; -use sp_keyring::AccountKeyring; -use subxt::tx::PairSigner; +use crate::{ + common::pair_signer::PairSigner, gdev::runtime_types::pallet_identity::types::IdtyName, + DuniterWorld, +}; +use sp_keyring::sr25519::Keyring; +use subxt::config::substrate::MultiAddress; type BlockNumber = u32; type AccountId = subxt::utils::AccountId32; @@ -27,13 +30,9 @@ type IdtyValue = // submit extrinsics -pub async fn create_identity( - client: &FullClient, - from: AccountKeyring, - to: AccountKeyring, -) -> Result<()> { +pub async fn create_identity(client: &FullClient, from: Keyring, to: Keyring) -> Result<()> { let from = PairSigner::new(from.pair()); - let to = to.to_account_id(); + let to = to.to_raw_public(); let _events = create_block_with_extrinsic( &client.rpc, @@ -52,11 +51,7 @@ pub async fn create_identity( Ok(()) } -pub async fn confirm_identity( - client: &FullClient, - from: AccountKeyring, - pseudo: String, -) -> Result<()> { +pub async fn confirm_identity(client: &FullClient, from: Keyring, pseudo: String) -> Result<()> { let from = PairSigner::new(from.pair()); let pseudo: IdtyName = IdtyName(pseudo.as_bytes().to_vec()); @@ -79,9 +74,9 @@ pub async fn confirm_identity( // get identity index from account keyring name pub async fn get_identity_index(world: &DuniterWorld, account: String) -> Result<u32> { - let account: AccountId = AccountKeyring::from_str(&account) + let account: AccountId = Keyring::from_str(&account) .expect("unknown account") - .to_account_id() + .to_raw_public() .into(); let identity_index = world diff --git a/end2end-tests/tests/common/mod.rs b/end2end-tests/tests/common/mod.rs index 5f8230da5..c3acaa66b 100644 --- a/end2end-tests/tests/common/mod.rs +++ b/end2end-tests/tests/common/mod.rs @@ -32,7 +32,7 @@ use anyhow::anyhow; use codec::Encode; use notify_debouncer_mini::new_debouncer; use serde_json::Value; -use sp_keyring::AccountKeyring; +use sp_keyring::sr25519::Keyring; use std::{ io::prelude::*, path::{Path, PathBuf}, @@ -41,29 +41,28 @@ use std::{ time::{Duration, Instant}, }; use subxt::{ - backend::rpc::{RpcClient, RpcParams}, + backend::rpc::RpcClient, config::{substrate::SubstrateExtrinsicParamsBuilder, SubstrateExtrinsicParams}, - ext::{sp_core, sp_runtime}, - rpc_params, + ext::subxt_rpcs::client::{rpc_params, RpcParams}, }; pub type Client = subxt::OnlineClient<GdevConfig>; pub type Event = gdev::Event; pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>; -pub type SubmittableExtrinsic = subxt::tx::SubmittableExtrinsic<GdevConfig, Client>; +pub type SubmittableExtrinsic = subxt::tx::SubmittableTransaction<GdevConfig, Client>; pub type TxProgress = subxt::tx::TxProgress<GdevConfig, Client>; pub enum GdevConfig {} impl subxt::config::Config for GdevConfig { type AccountId = subxt::utils::AccountId32; - type Address = sp_runtime::MultiAddress<Self::AccountId, u32>; + type Address = subxt::utils::MultiAddress<Self::AccountId, u32>; type AssetId = (); type ExtrinsicParams = SubstrateExtrinsicParams<Self>; type Hash = subxt::utils::H256; type Hasher = subxt::config::substrate::BlakeTwo256; type Header = subxt::config::substrate::SubstrateHeader<u32, subxt::config::substrate::BlakeTwo256>; - type Signature = sp_runtime::MultiSignature; + type Signature = subxt::utils::MultiSignature; } #[derive(Copy, Clone, Debug, Default, Encode)] @@ -89,7 +88,7 @@ impl From<u64> for Tip { } } -pub const SUDO_ACCOUNT: AccountKeyring = AccountKeyring::Alice; +pub const SUDO_ACCOUNT: Keyring = Keyring::Alice; pub struct Process(std::process::Child); impl Process { @@ -339,3 +338,55 @@ pub fn spawn_distance_oracle(distance_oracle_binary_path: &str, duniter_rpc_port .wait() .unwrap(); } + +/// A concrete PairSigner implementation which relies on `sr25519::Pair` for signing +/// and where GdevConfig is the runtime configuration. +mod pair_signer { + use super::*; + use sp_core::{sr25519, Pair as _}; + use sp_runtime::{ + traits::{IdentifyAccount, Verify}, + MultiSignature as SpMultiSignature, + }; + use subxt::{ + config::substrate::{AccountId32, MultiSignature}, + tx::Signer, + Config, + }; + + #[derive(Clone)] + pub struct PairSigner { + account_id: <GdevConfig as Config>::AccountId, + signer: sr25519::Pair, + } + + impl PairSigner { + pub fn new(signer: sr25519::Pair) -> Self { + let account_id = + <SpMultiSignature as Verify>::Signer::from(signer.public()).into_account(); + Self { + account_id: AccountId32(account_id.into()), + signer, + } + } + + pub fn signer(&self) -> &sr25519::Pair { + &self.signer + } + + pub fn account_id(&self) -> &AccountId32 { + &self.account_id + } + } + + impl Signer<GdevConfig> for PairSigner { + fn account_id(&self) -> <GdevConfig as Config>::AccountId { + self.account_id.clone() + } + + fn sign(&self, signer_payload: &[u8]) -> <GdevConfig as Config>::Signature { + let signature = self.signer.sign(signer_payload); + MultiSignature::Sr25519(signature.0) + } + } +} diff --git a/end2end-tests/tests/common/oneshot.rs b/end2end-tests/tests/common/oneshot.rs index bcfe65dc8..255d5fd4a 100644 --- a/end2end-tests/tests/common/oneshot.rs +++ b/end2end-tests/tests/common/oneshot.rs @@ -19,15 +19,13 @@ use super::{ gdev::runtime_types::{pallet_balances, pallet_oneshot_account}, *, }; -use sp_keyring::AccountKeyring; -use subxt::{ - tx::PairSigner, - utils::{AccountId32, MultiAddress}, -}; +use crate::common::pair_signer::PairSigner; +use sp_keyring::sr25519::Keyring; +use subxt::utils::{AccountId32, MultiAddress}; pub enum Account { - Normal(AccountKeyring), - Oneshot(AccountKeyring), + Normal(Keyring), + Oneshot(Keyring), } impl Account { @@ -35,24 +33,24 @@ impl Account { &self, ) -> pallet_oneshot_account::types::Account<MultiAddress<AccountId32, ()>> { match self { - Account::Normal(account) => { - pallet_oneshot_account::types::Account::Normal(account.to_account_id().into()) - } - Account::Oneshot(account) => { - pallet_oneshot_account::types::Account::Oneshot(account.to_account_id().into()) - } + Account::Normal(account) => pallet_oneshot_account::types::Account::Normal( + MultiAddress::Id(account.to_raw_public().into()), + ), + Account::Oneshot(account) => pallet_oneshot_account::types::Account::Oneshot( + MultiAddress::Id(account.to_raw_public().into()), + ), } } } pub async fn create_oneshot_account( client: &FullClient, - from: AccountKeyring, + from: Keyring, amount: u64, - to: AccountKeyring, + to: Keyring, ) -> Result<()> { let from = PairSigner::new(from.pair()); - let to = to.to_account_id(); + let to = MultiAddress::Id(to.to_raw_public().into()); let _events = create_block_with_extrinsic( &client.rpc, @@ -62,7 +60,7 @@ pub async fn create_oneshot_account( .create_signed( &gdev::tx() .oneshot_account() - .create_oneshot_account(to.into(), amount), + .create_oneshot_account(to, amount), &from, SubstrateExtrinsicParamsBuilder::new().build(), ) @@ -75,7 +73,7 @@ pub async fn create_oneshot_account( pub async fn consume_oneshot_account( client: &FullClient, - from: AccountKeyring, + from: Keyring, to: Account, ) -> Result<()> { let from = PairSigner::new(from.pair()); @@ -101,7 +99,7 @@ pub async fn consume_oneshot_account( #[allow(clippy::too_many_arguments)] pub async fn consume_oneshot_account_with_remaining( client: &FullClient, - from: AccountKeyring, + from: Keyring, amount: u64, to: Account, remaining_to: Account, diff --git a/end2end-tests/tests/cucumber_tests.rs b/end2end-tests/tests/cucumber_tests.rs index c65302732..2599ca7d5 100644 --- a/end2end-tests/tests/cucumber_tests.rs +++ b/end2end-tests/tests/cucumber_tests.rs @@ -18,7 +18,7 @@ mod common; use common::*; use cucumber::{given, then, when, StatsWriter, World}; -use sp_keyring::AccountKeyring; +use sp_keyring::sr25519::Keyring; use std::{ path::PathBuf, str::FromStr, @@ -169,7 +169,7 @@ fn parse_amount(amount: u64, unit: &str) -> (u64, bool) { #[given(regex = r"([a-zA-Z]+) ha(?:ve|s) (\d+) (ĞD|cĞD|UD|mUD)")] async fn who_have(world: &mut DuniterWorld, who: String, amount: u64, unit: String) -> Result<()> { // Parse inputs - let who = AccountKeyring::from_str(&who).expect("unknown to"); + let who = Keyring::from_str(&who).expect("unknown to"); let (mut amount, is_ud) = parse_amount(amount, &unit); if is_ud { @@ -208,8 +208,8 @@ async fn transfer( to: String, ) -> Result<()> { // Parse inputs - let from = AccountKeyring::from_str(&from).expect("unknown from"); - let to = AccountKeyring::from_str(&to).expect("unknown to"); + let from = Keyring::from_str(&from).expect("unknown from"); + let to = Keyring::from_str(&to).expect("unknown to"); let (amount, is_ud) = parse_amount(amount, &unit); let res = if is_ud { @@ -235,8 +235,8 @@ async fn create_oneshot_account( to: String, ) -> Result<()> { // Parse inputs - let from = AccountKeyring::from_str(&from).expect("unknown from"); - let to = AccountKeyring::from_str(&to).expect("unknown to"); + let from = Keyring::from_str(&from).expect("unknown from"); + let to = Keyring::from_str(&to).expect("unknown to"); let (amount, is_ud) = parse_amount(amount, &unit); assert!(!is_ud); @@ -253,8 +253,8 @@ async fn consume_oneshot_account( to: String, ) -> Result<()> { // Parse inputs - let from = AccountKeyring::from_str(&from).expect("unknown from"); - let to = AccountKeyring::from_str(&to).expect("unknown to"); + let from = Keyring::from_str(&from).expect("unknown from"); + let to = Keyring::from_str(&to).expect("unknown to"); let to = match is_dest_oneshot.as_str() { "oneshot" => common::oneshot::Account::Oneshot(to), "account" => common::oneshot::Account::Normal(to), @@ -280,9 +280,9 @@ async fn consume_oneshot_account_with_remaining( remaining_to: String, ) -> Result<()> { // Parse inputs - let from = AccountKeyring::from_str(&from).expect("unknown from"); - let to = AccountKeyring::from_str(&to).expect("unknown to"); - let remaining_to = AccountKeyring::from_str(&remaining_to).expect("unknown remaining_to"); + let from = Keyring::from_str(&from).expect("unknown from"); + let to = Keyring::from_str(&to).expect("unknown to"); + let remaining_to = Keyring::from_str(&remaining_to).expect("unknown remaining_to"); let to = match is_dest_oneshot.as_str() { "oneshot" => common::oneshot::Account::Oneshot(to), "account" => common::oneshot::Account::Normal(to), @@ -311,8 +311,8 @@ async fn consume_oneshot_account_with_remaining( #[when(regex = r"([a-zA-Z]+) sends? all (?:his|her) (?:ĞDs?|DUs?|UDs?) to ([a-zA-Z]+)")] async fn send_all_to(world: &mut DuniterWorld, from: String, to: String) -> Result<()> { // Parse inputs - let from = AccountKeyring::from_str(&from).expect("unknown from"); - let to = AccountKeyring::from_str(&to).expect("unknown to"); + let from = Keyring::from_str(&from).expect("unknown from"); + let to = Keyring::from_str(&to).expect("unknown to"); common::balances::transfer_all(world.full_client(), from, to).await } @@ -321,8 +321,8 @@ async fn send_all_to(world: &mut DuniterWorld, from: String, to: String) -> Resu #[when(regex = r"([a-zA-Z]+) certifies ([a-zA-Z]+)")] async fn certifies(world: &mut DuniterWorld, from: String, to: String) -> Result<()> { // Parse inputs - let from = AccountKeyring::from_str(&from).expect("unknown from"); - let to = AccountKeyring::from_str(&to).expect("unknown to"); + let from = Keyring::from_str(&from).expect("unknown from"); + let to = Keyring::from_str(&to).expect("unknown to"); common::cert::certify(world.full_client(), from, to).await } @@ -331,8 +331,8 @@ async fn certifies(world: &mut DuniterWorld, from: String, to: String) -> Result #[when(regex = r"([a-zA-Z]+) creates identity for ([a-zA-Z]+)")] async fn creates_identity(world: &mut DuniterWorld, from: String, to: String) -> Result<()> { // Parse inputs - let from = AccountKeyring::from_str(&from).expect("unknown from"); - let to = AccountKeyring::from_str(&to).expect("unknown to"); + let from = Keyring::from_str(&from).expect("unknown from"); + let to = Keyring::from_str(&to).expect("unknown to"); common::identity::create_identity(world.full_client(), from, to).await } @@ -340,7 +340,7 @@ async fn creates_identity(world: &mut DuniterWorld, from: String, to: String) -> #[allow(clippy::needless_pass_by_ref_mut)] #[when(regex = r#"([a-zA-Z]+) confirms (?:his|her) identity with pseudo "([a-zA-Z]+)""#)] async fn confirm_identity(world: &mut DuniterWorld, from: String, pseudo: String) -> Result<()> { - let from = AccountKeyring::from_str(&from).expect("unknown from"); + let from = Keyring::from_str(&from).expect("unknown from"); common::identity::confirm_identity(world.full_client(), from, pseudo).await } @@ -348,7 +348,7 @@ async fn confirm_identity(world: &mut DuniterWorld, from: String, pseudo: String #[allow(clippy::needless_pass_by_ref_mut)] #[when(regex = r#"([a-zA-Z]+) requests distance evaluation"#)] async fn request_distance_evaluation(world: &mut DuniterWorld, who: String) -> Result<()> { - let who = AccountKeyring::from_str(&who).expect("unknown origin"); + let who = Keyring::from_str(&who).expect("unknown origin"); common::distance::request_evaluation(world.full_client(), who).await } @@ -356,7 +356,7 @@ async fn request_distance_evaluation(world: &mut DuniterWorld, who: String) -> R #[allow(clippy::needless_pass_by_ref_mut)] #[when(regex = r#"([a-zA-Z]+) runs distance oracle"#)] async fn run_distance_oracle(world: &mut DuniterWorld, who: String) -> Result<()> { - let who = AccountKeyring::from_str(&who).expect("unknown origin"); + let who = Keyring::from_str(&who).expect("unknown origin"); common::distance::run_oracle( world.full_client(), @@ -398,9 +398,9 @@ async fn should_have( reserved: String, ) -> Result<()> { // Parse inputs - let who: subxt::utils::AccountId32 = AccountKeyring::from_str(&who) + let who: subxt::utils::AccountId32 = Keyring::from_str(&who) .expect("unknown to") - .to_account_id() + .to_raw_public() .into(); let (amount, _is_ud) = parse_amount(amount, &unit); @@ -425,9 +425,9 @@ async fn should_have_oneshot( unit: String, ) -> Result<()> { // Parse inputs - let who: subxt::utils::AccountId32 = AccountKeyring::from_str(&who) + let who: subxt::utils::AccountId32 = Keyring::from_str(&who) .expect("unknown to") - .to_account_id() + .to_raw_public() .into(); let (amount, _is_ud) = parse_amount(amount, &unit); @@ -475,13 +475,13 @@ async fn should_be_certified_by( issuer: String, ) -> Result<()> { // Parse inputs - let receiver_account: subxt::utils::AccountId32 = AccountKeyring::from_str(&receiver) + let receiver_account: subxt::utils::AccountId32 = Keyring::from_str(&receiver) .expect("unknown to") - .to_account_id() + .to_raw_public() .into(); - let issuer_account: subxt::utils::AccountId32 = AccountKeyring::from_str(&issuer) + let issuer_account: subxt::utils::AccountId32 = Keyring::from_str(&issuer) .expect("unknown to") - .to_account_id() + .to_raw_public() .into(); // get corresponding identities index diff --git a/pallets/authority-members/src/mock.rs b/pallets/authority-members/src/mock.rs index 1a582ef73..23dcd5a66 100644 --- a/pallets/authority-members/src/mock.rs +++ b/pallets/authority-members/src/mock.rs @@ -103,6 +103,7 @@ impl ShouldEndSession<u64> for TestShouldEndSession { } impl pallet_session::Config for Test { + type DisablingStrategy = (); type Keys = MockSessionKeys; type NextSessionRotation = (); type RuntimeEvent = RuntimeEvent; diff --git a/pallets/distance/src/mock.rs b/pallets/distance/src/mock.rs index 23f865212..e72adceae 100644 --- a/pallets/distance/src/mock.rs +++ b/pallets/distance/src/mock.rs @@ -51,7 +51,16 @@ impl From<[u8; 32]> for AccountId32Mock { } /// Test signature that impl From<ed25519::Signature> (required to compile pallet identity) -#[derive(Clone, codec::Decode, Debug, Eq, codec::Encode, PartialEq, scale_info::TypeInfo)] +#[derive( + Clone, + codec::DecodeWithMemTracking, + codec::Decode, + Debug, + Eq, + codec::Encode, + PartialEq, + scale_info::TypeInfo, +)] pub struct TestSignature(SubtrateTestSignature); impl From<sp_core::ed25519::Signature> for TestSignature { fn from(_: sp_core::ed25519::Signature) -> Self { @@ -143,6 +152,7 @@ impl ShouldEndSession<u64> for TestShouldEndSession { } impl pallet_session::Config for Test { + type DisablingStrategy = (); type Keys = MockSessionKeys; type NextSessionRotation = (); type RuntimeEvent = RuntimeEvent; diff --git a/pallets/duniter-wot/src/mock.rs b/pallets/duniter-wot/src/mock.rs index 0685fc5d3..0a73b1623 100644 --- a/pallets/duniter-wot/src/mock.rs +++ b/pallets/duniter-wot/src/mock.rs @@ -45,7 +45,16 @@ impl From<[u8; 32]> for AccountId32Mock { } /// Test signature that impl From<ed25519::Signature> (required to compile pallet identity) -#[derive(Clone, codec::Decode, Debug, Eq, codec::Encode, PartialEq, scale_info::TypeInfo)] +#[derive( + Clone, + codec::DecodeWithMemTracking, + codec::Decode, + Debug, + Eq, + codec::Encode, + PartialEq, + scale_info::TypeInfo, +)] pub struct TestSignature(SubtrateTestSignature); impl TestSignature { diff --git a/resources/metadata.scale b/resources/metadata.scale index 566b876a228174b3294280f96249b9b01095bd10..8f5350a5b4200601751248e988e45ba88d6ad749 100644 GIT binary patch delta 9847 zcmbU{3v?CLwX@Hi$&Y+4<ikxuVDg1va`WYvKqQa=K>~y%SUxcs?wur8?kBk)LO>eh z6EO-(I^Z!@6xyPtN+n)l3=j~NE~8Q#D^=bSm9|!~qT-WQq|~?1%uPs&ukWq5*1dD) z{Px+uv(Mi9%x4EezxqvRkVE!LQ3Jg}R}E126Fvzf|3rQPnY6J*vfE{Ey+`(VY%XU} zQTYbh>7Bj8=k(efa*2Oa&{PA|D*Hn-V3qP_=t2<vF<~M}xqF3tr)=@c)(Yna$!@cj z`n=69w{4Sbt!-&?OIA5Vd9FTA>8&;`4Cco|sZ+G+14U_gr0CO!ifxidbO+#xZOt~j zEPCDTHfNLQb%|0-i@ja6dHn_9#X&H|?;3ZGA2+wONp@PL3a7>8XhHmCUU`3WVrnRV zuihcrJh<Rcr`YIrImCvxX4%=`UpW41obtQ*LE%%D%5Bv;*}QV9f0E)fZ|W#p$*7UM zE_a#DBdxQ`Rvywc3RxQmGi!>9hKE#GIpAA{t70?Ku}+qqqBStrylA*{1-Ae1@FsDD z-#9$y20*u*txZ=-lhgd6IgJSr<8P^Wg+%6-$t^CA&AZ&SUbY$)DLziIEFNE(<+5Ar zt$LRUa_32Q$!U?7HO{Un;ULQ?xBX9@JpWZqvn&Rtij6L}C@F$V&ZuLT(+TXR}m z>oq)Tmdqkx@;|inqaVOye8+m5(^>_P6~OQ|tm4}LU&I7H6iSEj@}MwetA<{S+qKaq zdqjq*)9LadoeorC&p1u35LX<RqvOu7Rvxah6^G;o)SgXlAB|zigylL!j^heTM?&O) z<7$<^SBba@Oe=~=M_EN<x!ogIN;YS;&tgGc;(~Z9tBMxfRvH4R3N4b?(kxre%k|+4 zuxp)USwElcJXEhK4xCUgyWK9g6$(-9wDIMv&IR-LGI2Bpri=!w+*UJ%tO7c_2NL`b z*Yp}@ET3n0S=KN0Io8SU1upmOnk=yb1)e5vY_YlJddX{q9~$Cs{SgqTQ#`9{qa-Af z<Z?1A?&WOCyQ^n_Ly20GQrrqqHs94Yd$PwXd2N;~(c^WOaGV221{t|l;KQ+(=WD<R z9M9o{(;foh+7<hnwXnrMu;v;-r*gV(9(4Ib?)YAa?_|qt1rC24A5vJzb+Lv*ZigaT z*Fv|l#hO97K{*cDGj{_Q4ko9|?U3xd0r(oGOf9k-adA0^o6;N-+6B~(c6|)D8zIFh zqC6XVlsY*HpPS_gu{{7Ym$k5&vu~GeP0d~;q(^yHPKQ0(_)p~+*r!~V6UaVob!9<g z0qj>cHO__uirP3e<%gL8X*M)R^-jqlw<?CFdN`<9no0@|-r!9y;|)GI?LiI$hd(5} z4~$$Nz8ONWD}?L!zti+91DsMi)*mLPfetQ!SlUqqiE{>kuf_@71>AZoWeeNT9JZNs zY8d;^0E8Hqx|}jXGFH1BGS8hs$oM;>{M>#E3@UHgC&Ga8g?$;mmpDxPd4OHYvW`?` zi(^d80D;2gOf|ipWo}!O&B<|t%Hxh~IIFzwu;X)vb24mE>YaD-rvQ4DhSs%8u}kF7 z0rY8=W3D9r0wA|o&&-x2ULb*<!!5}Ws!VFDSEjdSK$23|+Qp|6IIWFb;LhSR3BqU7 z-gZysr;z~kRi24FS{i++cRiCpMi>ps?cPMbl?2v#+ndb$2vWsnSNqbTU0dfp-&B4J zf%97Px(x;VRs!d=%9Rb7(1l~}<$H#v88$NUGxYA?n8F_*(65aQYfnKrvgYmWnf&1) z0I{1g_&$Q_z*hX}rV0G1Ar!}N-i?bK+`JmsUD8pDBpI)!Dfis<@`!q>a$?J_QS~=} z+%dB5Ki!cMj18aOmkt+{$ZZwyvGSvBv*3#IM(-ql?=}L%4LSZ;zoF~*V7LmP?0hKB z|K$TR>#g0MJL@8ZR9N8>a7GYajg5F{%I-_3AnfQedh9OmWdLI}mK@|Z+T0#*eY1?G zxBH@UVtahVMF7(xt<G^5l|OG^ji%t%9jnPDp!+HyTKV;kRJg3Xy(0tBy1Jtr8G7qO zh2*N%n~11Pg6qnmhmt0tb;&KY+g)w4m96Dr%6J|Be2B@!0ik(|5!m++Ng(*8hZO?} zB{Z@YOiH9O6(W=iyR!X_${NsK<AaP=+2ducM*@APajWZn{*NAMGU%_0^jLeK@teo` z0pk77Ki*BSrR+%w#wt%ed0Sd60db9QX0e!`TZcP}8%xlV?c`#yFvMuvFrLsuRWM%3 z+MCPNb#Dbk_@CZe29WIkeBWQOP(I(6r-c3@LVxow`UNrIYu(;>#rkwYWCVc_(^Ac1 z@mz$m{pt8<Y)UJ&Sn!zgG7)fGI-&J-kmNu6^iCj|M7f-qtlWRV583|NziI%;R`xt& zhf7M>vkyU@((`N?K0kPNHcV3z4;J8{We5LafLY4)-X$<c`Q-V9aK-;dZz2p=a{PA+ zhB+iexqLKM>3wlFlqz4mINneiXi4fzfpTSTpAWseBYk#d@6i}#^|8313c^=IrLy5z zj#!I^X3EMeu{x6jlSj6=oYoOdT!pglXeAE)@@QsG6@f*vHGkT)yjev>)wU+5<n_7H z3{^3X&eb?ti?4i01*s(5Dx4XutyXtqHR<NnMl^AC+MM@}%?_6|Ky?g|tcb^p!KSP| zehcd7{l_oi`-c9##6gr3c^OK{iAbnYDo>1uRz*IM71)kPPB^r;RR6-0qOLwB<?ff9 zy3Pa{*#XWrZmK`;R4#x|S@-fh{wzR)BHb0O9DBKYxZ=0GG6SI9|I=5$H>64cxtdun zDq19YnoBr7{CK(3gKQAJ&5{=%vU2jZ7s(bvKd6QTMH!faCt}XEIRD!N(L7@Gmos_b z@SA>H07%P{x8jGJ9(`*C!JfYkUco}S@XlPUq?~;scuXg90)JacxK(*8IG(yTK(O-H z_ZJ`~Pwy>JTFzSnZ{t4LPr3+wVlz5zgC8s>u*08np&qcf=Z|PlcKgFVo^Qa~(of&O zMkV31OypbHXDRq>`b^Bm-7{CVSUu86+2X?8_&1bl(%sEai2$yL(C$u%^S}O?fsj3f z!Zuv;lh5r0_W5hR91B=9e)S9%%DAu1Xu(Urz9nowo0|#T0YY;gfJA@y*D*olAW@c7 zn3R*>hCz(-`nQ=nuL9EX8?R0zT1y7>(h~;AR64E+0jd7-+84n?eJb{OgY>y-MHpN# zMCLNbaL5S`r!5A^(EI15G0E4XE8olq%tJvwnuo$~n2XKiH|&JEWsmIM5O6~!rzmf< zdAu04puZf=n>h)T<Ztq)qE~7a9X^j2Lj!F(hDms;O7<Z*=(xHX*D}Sxd4ib(s8LGa zjW%Nl(<a#%d|TtFbtMNgA6jr=X_lN#=vs2|^kD(a@lIK`1`zT#BLIib?zMSrO=jiP z)vCxW@kWCH^nq|l&u62CynTEfNt2n|Uhc4YJz_(^g=ZYFHqcwjpcWb48VQrhVM3*D zNTi1&;Q;i}`X~^ivSKv1Ivk8{S+X-r9Z%m+g|X02zet6Nnt;;Oe?-AU0kchy#lu8p zPE~^X{#e*~Q{#zf_>-XTOE$8AI6&zf7dr;sT5ml@74k-hYD|E%faO=0Cc!yo>DjvY zo~W)B!94_3YcQn1-atdpzd<rp%}s-+pktJ>aA9HvXu6OimRj#*f(`Hw*^Ni%sGx+& zepFN<u9G|{AQwgmKDQg=6mf%O_sJe}1k^B5SWu5pPke09x^_`wM@1$^Gb|FuK+j`a zhruvANZm{&Y;JtFun0%j2_^S$GYkR!nTOE+@A~s^B;8MwGGH>CqU9No5+}y2W8n-B zF>IfBP7}Bb?VYl3OOpCn2COyc+fPlH3U(5Fqj#eEOcpFdPm5kN!z6tWEy)38#F!-Y zN)E&`7ZA;^vhd_MT9yxgHcqfL*2@@Xg@BPoN?Pw27><dwdPUIMSQrYOL}|EF5123> zWBXQSsSWLo!O^=KC7WGiuDnsU_`I^2F3kmV$DcJ}G-5ExVgyn1j6})nl^rd*EQZ25 z4O|0**PsD3zf+-a))8%p4K9+U4;>2S8d!=#gNPxuITiwYT<`9%tY_UGJ*aH-*-_|2 zE6P?KQkxdHVBFg%u5)>twbec8AmK@aTI0i=&w_Q$`Y_w1(T<0=7g5zRE69)=Y|x@l zwxq7g9SkS#{fd!%!*xdRm64<$YBFYQT$r(8>Y!8F+-5_37{`Zjbj#=nI2p`R$QE_h z6p1yXP(TGo#n-9q(BfqrfEeMAfogHv9Fm*u2u&h5dPrh(7|3C^>R^YeI#we=Gsu`4 z!VZsaj&Bl_nJeo^O%;c=X^E@JW?^^-B&*wRhF62z<?=RU>HKF%Y7Aw2e$@IXXB0{R zU8~5r<MMeoih62`2}5$WWB!623#e*#uiWAGm@9s0MW@R<yeeC8<RmvkiDk=dNFgJc zX$2b;pb+s|B97pct}$jV3yG~oX3R&9tinYxWbDu^kj5i4YAilx={uKwgN!=44$lO3 z%%M6oXttn1^tQJI6aXoZkv=p}j2BtMjF=*_1Pw#UynINL>m^S;V-(sn+}vqc)5#ei z^dIKHIgv_&W9Zx*3`wh?)b4PhwPhrEFv1ow+qR}b4^@kbMgVQ76W95?%nr9nZY%Nx zxvMKU>M)yab2?=={W2dqLQgZV<1BCkw5<RpjtMb&+C8|-F=VED3t%P;(sKo{kYKg5 z5Y}Mzd?DOTTc<&tcEFg_Po@DTH5}@nX28pM=+LK%AUClkkX!hHbj;IV6hRmas9%=B zGy<2@^o4LAz-9XEBJe;J#k0kSwMQzzr8j2MoW+o@$58}`+PN5-gYcyNY&l$y?t=+| z)E=0)5D2kZ`_%8MU`;f1(v>n4+@4Li0RvKa#=zkZJ#XWnfg3c0Pw}+WV;TojbWIbq zu+SpUUdF;hi(HMS!fo@mvm`?%z=Y+pd!5a0=eV;PfOCdI?i{5u+ydv-S7fjNT%ePi z;1T$ko@fFqT%@VZNZLgMOIpmLN;8Z@GM{RO>x5hmG=8uif+t=v+{j>DVMxBuUDa{K z;LxBXACIRK>~IeNt=bB4)YS}W6Z0@qV2BC)jkyAbZX}Ozp*;P&9qcFrs{;mMES>Iz zN=%#F>x2@Br>{6+aege0<wLlgTs%KAWfIHZlrmu>F+59Ri|5f67mOpxyz=;~CiQU_ zbP)QT5AtcH8-gRy<sZ((WKzkElIx^{ZZPRZG`;SI7?RCv4!@f1finalGO$yp@j5xP zMvya2Ls3A1&SHdNbq;^Sv;Q%as$Xn?CkQF$mE6+tbbmYKjH%!`6Bse?B~{Q5+hGAz z(u_@D8C#3l#R{vpy&5xiJ`cxL(8o4`t)Oxg@l`hyU!@bz3gniNtJT-4+ziWLmAYp$ ze9A)|z3*<g4J7*Z-Ovv*-Ps9UU}MF2`i>0a)cN<o72Fwg*1b5Zm3G|=cf$@EwiOo8 zy!)VNeAft~ecDRKcAjge`?f+MY@vVHiu-Mg#;2Ul0H3ywn9`|D$;7<bR(vB^?P4WD z+Mz4VFYklwTe^A3npfkNQLVjNuB@Bq#i0h4Eo0imA}DS*TR2*c-Uee0VLcjf?AoK6 z9{@i_D)f&J!Y^SzeQ-NW!Geh|meZxzIU*HzfX9F(L5<k~guq@p{$WTmp-p7@YN<&! zi%VVJWo>AExR8)4y5?cHZ9KD!dS<<l`PxIir25pu&<mjl8BM*IGNcXN=ye}v#RU3x zH(1B?X*l-tCazyc=Tv}8r$=z<6y5d{=#D<kz?|Z_0d3A1oO4E>GZ>h2cEp@P+N!{h z!_KlfgFJVRrwvgMt48iZ*Bj2$d5?e-_k8aoDDRIoDAZ1IlV7AA6uy8<)cGh(z~aG2 zp$2W(M~^}dT%pDuNQ&%3d!l7rX4Y}sRkgSWRu~elGn~>u5QI=6LKrK=3+Y0pkS%aP zTc3jjdg^h=rAPK)kP*HItxl-kx?&Idq!If2u04=~`&}D7xCb)AVg(2<cS{@>tHKk| zYb5c4a>rg1ee>6l7?dQST$AagUxNrqH1at}gk*hg*>f;4$^jtaB@ZT0EttAUXFWxR zOd&)$l$=Nho`XEdrq`Z>k}-J#7%N>?9F)fzL~1<*BAF&=*(};~2<F3edj1f!MBkMD z;%3o?UYLX2d7>9~PMsr+G)ASuO~$BH(2P-O0QUOlQ3uQEuIC{gDkxGIOW%4PViPVx zTKPt=+vfDxEKn)niC_w3^XNaHhq%}(0cNt~#PA@@9ark}OZ<?R8$pco@jQmJkT#sX zfgL1<jh6uB#B+tXQ>qXfg5YcElYUqXtLSHb$Xr=BiilM=6R}DsLc(z?WDf?WA-Mgv z^W`Ap*pOxGd2Txb=TLBNo|E;#GX3%eNTCnD02u}whOA=`LkxZG1qe@c2(YNux!&n& zbJn;er$_e-naQ@PIEQDJ2g_7C{s=5Z^V4_)ndPI~kHFMCpAfJCl~PLxe;f1xzY+?O zx^`Sudyp*xhd;D_eb~`SKRE&`qFV*Xt#G1mgJDD&+FH!H=;%3Bn4a4;imn~PNWyk7 zxT7iCp-=sr3b#TRo&F*uWAURG5!Y_|^ox*Qyn7Tsdv4}ukIo`ikUav2KSa0ioPpa% zgZm&eW&bDu`)&rXk9Hk}sr0TsaKJ&j^C&Va;wbK_UOMe4<Y)Gdnt%A_`G<7`4zsD- z?&upu|4t;|hk0gAt~+l~??VCMuYVM5Ht=6=ECS<BG2-z3H1!=ro$ptlIEHQ#8liFh zU`88L+K<NNI&JNTY=Y<i-hMO?$@I;BD8gMDd;(U%94eiFX;4b(2`E5aed7drQxg5> z37CPW)%26tx0~8eV&fkA<Vmz}Xu*x4G4#`ukcQ?q;w2n+j+Va!S-7hEC0y<*{n<+} z9hRu)UV;yKkk!7^a0daKYI+Tt0nf$G0Vsxc+CKmV9Sy^KO}}SaAzSPc-mF`Jn}Sz8 z6ZUFRkRB&t@+Huz<q(*sDi3XEGnb5JNsEV^=-4{6TQAMw-++-AyI2<4mAzf_Z!ycy z!a@YlaRWji0Kst9jG!v<{uE;>*<$m^7+iXP0J2+lxU}q(Q*6Mv1FsMD*rI+IsRlD% z`-xh7BwAf8B=F#M6U$RzPDH!MthY1=f<PqB>eFL4Eg7aCdHTYE(^0$a-{7)YMXL{^ z7z@U)SvRJcVGCw9Ou3p*tuxcJgYvJ#D=4|wUWY?b`(f^(_WxwM#^ug12GMPAKouNN z&%FV^hp2wkx(R{IJBP`PV`m_L3IC0#ffJqDl_|#K?DGS}neiUaYrIOtptK3&=Mf(h z=z$#Lqe=hR052m2<7xHU8CVZ+PHlP%{>VJ~#e<0PW%ac|C?#-J4SNTUg~A2(H|HUo z2SNS)1>7A%D1lu@dbt)okN>&|-VjJqo4<x%0HmuC-#{vXOf~OssEHt{EB_8F@%mIf z_$@pNWWYcdd<S2mnoqw5v*0Xkxdw}aF{F5vLq$Dx4U+JT{*ZNjtj7NXHW~1I-t|51 z?pf;b@8MHGpL{=%HiC#I@uUy6`dyy<2l{bq1o94UsoWrvPk^V^K>278u_WSk+vgmF z@-bXt;4_b9`V}Es*0^ATmo>CBnB0nIac3|oj!fe5Xoq$J-*S-5Q?VKkst<!nGNe-o zAq?r_5K@MXcZZN~A(OU;l16lzKMEzs(DQpdjCdhi9Xp2n4A5bIA)MsHR`ru`f?SxR zmPC@7fZMt)icE%b^~or*2cS!xGnV{;;5LtmA-6!CIyZ*wN8ZuD#F8SUEjf-<Vd04* zrC1z}BPGzIeiKIq0d2u=OqhOl(63D70W3DhlLs-Z3r-*h0QRW8iR1#HrBIScc4!Zu z2aK`<>Oc}HCa8acNHPpP{61<HaovOJYLVQIcZ2l#6mkS@>r1I*I(;&gi2D0+G%Q=v z$OiE+U&zI<&kfo^FNQxpU^>P1(dcw?9CK#BOGj??sbLvp8;_sAOyefh;$CM#8k{0f zOMgC<RA4xEX)1|h;aE{N@l!R6+=H^m_t_9~5hcO@POPTO%_NpanMo*p+)S*7RbZlq z98!#0aBB`S_KNyQ4v8W`SuHMay+ptM8ZtZfiVN{BSl_AoXA_f|o9fn5(>P8~QaZh6 zxXRDq_y`QAcaZCR+M@Z*GJcHUa;}!$u4?V(5rmy{wbtqu*|Ji0vrmo$!8lWEtJxT6 z2^EaFTFXM&DSPs5o(LgVAA(lPi{IyX+s6vIQ-;7><al9cmR8fvLORXPCyDWy!p<_S zwGuylVzCjskjWPAPoh#j$shtxyYk8RFpYK<Xbd=AK<4wa1pZaJw2-9IoI;X-@$2G3 z(lPEb<OV)l^0wF8te5aqsb54EsL9jFdnEQ_n7v+ZuSZWrcGqL-+tpYql&et-NFt$` zMYtUfP+Jj7p#qZwWV+!Z3hcuo;zuo2ic$UR)c1<XvtXzcB)V-5QE;OsmXKmYt58K( zm5@8bDg-UGYZW@_nG$j-W~&h5-B>A1S;um}+D%1nm-^dV$y|a{qvnxK(5*f&50wpe ztIy0Q%Sh}T@~;@~(=o)1?0ywVaSNH1LbzRa8V?9uS*uTWx7Rny?1BXIg?3L!xNoC3 pFyJ8lu98?$8|#;n%V6jiy4C9Cqz*q;P<yLM0R)|e<);PizX74^X}tgd delta 6974 zcmZu$3sh9s)xO`Edy!GmQ63HoIv_q!L7oN>3{MpeKEcEm#1XDC3NtV>sF>g*#zY%6 z;EA4^Ux_60r<j^(XW`X9K7y~tL{>u^)7T~}F|BP(iis;VjjOT#``$sLv1<+YoU_k9 z`|PvNejdI#Z~n5~98jZr?E_C74!C8)!X0uX%6!A+sVuCx)?Qt$ddoek$K!B0GcpQR zs!p$OW575Q=JGepqfx>ynWrJb7unawe3$xX1R%y|3BD}*GOXW+nIy<OZDJeWI4a8b za>CM~u=oOIo?(1&e3WnRtaOGD-yi3E#`uZ+DBfJ`;FC&5!0KC2lEHY`6HzGfr9E-c z#772)^o>zh*E-y4x!ud7f<t{-rFVdZJZn+Oz%ob@OOWh(^NghO)<uuN!7ne0o?HXu z=ebs8j`4WyUPr|Qo5$;(B1sOy46sNwko(iDEEl5=k}T0jGCm5E>iMMdQZ(?E6=A;i z@~c22f5D!MO}^jT?<nDo`c@kt(NB^CQ&OZ&Iv_>b!oOTrifw#a)oA)UtK!p|A@zsV z>2lZDtD6D2Si%HXt?DLrT+Vx-m>RpY((ZM+8~iv@GykA!9(M9Ej>x2)K-%nD9Y6DN z)v>I~J4J%ct$I}VO11L8OiDZXO2;Vd=6f9DBK88sb5wV}!&7VbR#fFx+dZDl`s5^% z!d{(0Zdsm;R-V5+6K#CM@^Pr)zg}*mZ`bm2wDY(XQ<B?%6w^UnO!SeA4?7Hrek6eo zSfmc>nF47lP&(#oS#iK5pFsa7_<A{vFLCW*oe<qSkbrYMu{JpN9AvBiOuF<h0D+cS zE~iSXE%RM9sw`a~YV^CnYih@%i|?)-PAiYr&K}wYSn^0GC8X8Z8<wc$Bus~^(ou1l zN7W^UonuIuW2mfWw%f7H;gqB<Sj3&h2<44+Vd&;B)>YFN?lE!$aFBPdF6Eouk;E(x z8w15-W0%0Ayo>lIPo(?_NH97Q^F{*P=3Nhkw|Y0p;f(mwC!VbzhbVry{&{&6!zBZ> zXXO|<k@XTBxoS8+vvM(ST{QxB-nr^YxrX)9+_O3gb^PS&XHZWx%lRt}<Kza0PYfax z)+A#CU%X~BHqolZyzt2w(g^31&(PKC$n&0xmfILk7|0(y6;0QrgBLW$(#Go>H_080 zKstx&+6eiCpPe%P`PvuheB$6-g!ATg*|^LHZYUv%Tt7XM&s=}zf$`=IFFr8d_4K;? z$G#UfM)x7WZ+<a~c>d@Yg}B1kZcWDxU+MEvxHmYu^$XypuXTH)4ja*w5PcPag_XDl z$pV{e=~C5Msk*O`5)@WSuz0Fn-X31p6gHO3&N^MS)1-tHk6Ph!R+d*8<NIc$s}S~6 z2;pa%3drou%|Bz;AX<wN%vU#$L=SBkI@mIwh?1sCR`jo*lp;wt_?hMc60CVg3cG2b z592@EF#@;vnjMiNZUYH9)zz+5YNfu=qpRXA`jZ2#R_QkQksV&ZH=c77DZ{B<c`)<l zm%@D!!UdQ`cPxe~m8!>UKzW1+;UE2SiyucH`Cix!!t*u1wBFPU9pBQ>OXFnA2_V$> z)V^j$kO8mS5yWd>of$KT!S?g|w8^%lgfcpZ6vW7fHA#c0F@+db7s_^(VhI24)dUvK zM52ljeA@n4+NW-RJ`l;Tyq4(ud)xo@b_XQ5)f&6Q>2NM9_qrl|S6)jtu}EW`mB+t6 zG~LV)Xq{y^E?J^MOio3GtKR9QJCdY`*-q6{<?{Y?hGZ1w+wl4uz$l(@@DgHu0dFh@ zV)?Q+tIc%7XESr{OH{t^&3NAT&=ZK`6^HWa`>R8lNaR-!CDVfN!+$d&bw|fzNau%- zOv4Rc`uqrP)!yZ6k0jlN`EDIquF&B9<3sq9$1}sT7^WB0)jL+YDh$t>Iemg{7Wud= z!bnFB?|Y)20@eBx)zlw!DmI{i$@5XjvrkR5&1JBTT`<8mKURX(uVnXuqyoYZ=4(%8 z5c;u`u@j4EC$%yuH8n9kBV)c}nbYpAca!5P(k~+0xQMybl>-Y{A(Kjs-4@>4ZFt$k zyWI!k15btWS59RHl^G-!>Llz;w5}#wmEVqn%16IFo|Jsv+db6J?%YTHE1jt*;uEij zF{y@6JUyY;l-HehqT6@<bRKCMDW{dsIP1Ktn-%0ByT$fN6sdnWI}zl9CY;Zub*}TT z8Q%!emX5)`g5Qn+t7qar<rI?FzVkQJs4}vP1!_fRaYn{;yQgZ3B=<jC;Pj9HY~Cun zmp-b^&Y!z@lp<$#R~{Ngc^`!NUg`>#iSQfUiE#Kn>rTcn2QZ;Xty!YF^K_k(V5@bz zYF!?C^<A{Zf0)Mz+jr?EHN5?!Y#My|QA?k|MiLGEHt?p;9CWn0{Zn|_m5ScppRTk~ zj9&k_gJFyB%fFU`ni+q4j-lE2`!DiLGz$C2dj#a4_r#La`d^PWWM`vjJ?Hw6&}~H6 zlw(|Cv%XCbq@7Gm+>S8uyY1-X+kO29u-#0&%t<0|epAh`*B9~aAW#$k&)2Epf4Uh@ z;ne)ycyp^xAQn=aFYCL60P@7nA4bB$cl;3BE0zF@aSyuV_5J&Ye^ZK~OKUX6q~Uks zja!WI)!pgob3Z&*d$SK_2J}+kzL^uWtO4jS@!Zd*;-F{=!5DU!iLw?%i)$fxg>?|K z`w$v##7v5{62^v*s8=`ihsCYhs|^<=%;PW!$HcI47;bDlQX3nF7yOztR9qW@NbTz( zIB-8e5MZeGRXF~l7z$>fB{2v1ji*EVQL^SOcaU3O?a;Dpi0Son!Z{klv|S@{Qg?3T zGBpBh^OFttPbQ4TJ_6`Ybhsbqzi?MJ4*v^&)HRiuZi>SgoDfIj5FKU>S)yk-GD39G zdO8`NB6SsqGw1+8@hCO<#j0&j#0u8uf$7K;%waeuoRcsDhH)Hu5TWW3P{`NgWUA28 z@mJCFD5jb_^;_<SbWUVuV|c&*R!@V+tJY8gBh+l9p-Z%6V_HAU0+*vwmbw}FpU%}e zVSUTXYu%2OcCVU|p-<@=eSvXTm33DRa%ojw4%QFuW`Pl&+VTpQTQvws5S=+Fhgplt zMKIZgmYR>#Buer9R3!AN^k-B&@lLQwQmVw{T;yw8r$IC0oR&WqsSMY&HS_T-&?8U+ z4~j&63F>L|RS8^vV61p%0h0W2kllv%;Q~|zphG-bhTFj%h{&~9+np6EtWqEX9hDv0 z>_zx_Fe&8gbx0l%%cKh?-TQT!Qlu`C>c)6<Yj!s(fJ@?>2fJ`tlzLH#Pei8|snl#( zMAr3wDPlt2m*>+`=_0I#k0JMc#l+DuL@TYwRfelSqQ-peN4;kH5%(JH%RZKRjO{HH z;l;ky*n^utt{NUkepuguYMgsp+|rlDG3mC6C!7uu?G1PW5Nr*)p@<LGpopX!{UoL! zNZ6mmj3hI~UO7-|l7i&>Q&_Y7PztMKQal_ax?e`381NJZBUFoe3cq9sH(((Nes;*K z-eV_H+*wOk(I{N&V5MgBI@0ba?a(@W!Njq(NE#C>`&Y%uKdy>3m{RCc;;6@Hm?&;M zjhB$BZQY0##?oazFmH&+dlnP>W$9Uvg~|<kmS}tyQ{@~P>qYY#gor;si^m2P${1T% z>1~)#HB-HZVyH-a4vyrU2hLmY@OcaT=hYh$kVPu=@A=hpn9Yi0J}7&rwqP^5WXu&Y z+b|O)qIMfjV4;ZLjx8wDn<1L+W*O|_k4=~jRg7uIdTbECYQ|I=>4F^L=skbqedl)= zds@isYQ&>Ekb*kl-GQG|W60jN1A${2?!&J)@MEcJX`mjXVWZv>nGO1iFfo-QZu}-0 z6LO2)sybiwW)_n=Zjxo&U4UM<=(?nbBWa7)!pX_?+h))uXtT_xd^b${ViyFkQ>_0b zeudp4b~naSqw^Fh`ERk2@`1bBzE|e1AFSG;-H=(q$3^wkUWdoA%yzF_v^iZ~+fs^` zm9|w?s?%oolBc1<(7DX!b=fL(v#gG{&2o8XuX0k#94N<$FaHNKwa510FwCv`3EO0; zO_a7ELPWP99qoF5eZPYS+lOVVblA^aN3V>J-6yjS5%)5hgOBNCI%MgDv8I#Obo$qv z>s@o<zBT8>kbPKdzM!u;Cre#g%RUs66BS>)0w+0y$6uwJzbvl2iahcJqxR$a@GCM( z=hz!+=#@cNKsB>>P*|z^1CiK<Vs=&Llcx_CZEdhjxJLE&Qn$TEE%(&d*1FtYo4@?i z(^Q#?QbZV8b6S}s^=OnG%rgzUp|c)yQ@$nNmZ2z0kP@y$Dp87bQx;JN$T*j^BZ1xO z9sH&p<Js-r!T0TCju5s3$P}U-!^Els7~R*bpnrkeE=gvw_!JrW@dManVL^(Xgj<FC zEey*Wq!2fu3aWc~HKIgDMqZU#v4Se!3e`}sK}ul4vPyMjxto$AM~xaW&)<@YNulEX zw~#iFGAA3QU&b0q3fEZ~DiV*wW{Ok-1<n&suH#5VlxRJUDg8z%uoSr}DM1~j18k!2 z3D^)T#-G6BxFt58KyC0t)s7S=0!|`}0z&>tG{q(=_j|fj<sna(su-RwRop&_Or(p9 zQy7ITT^8dCt|F#jwb$)%dK?wVQ7CFyA1dK6meK`3il;z9nr;yH7SXlm7-AKFJ%z*s zGc!^da?dgMvTtl*Av(StbhWZX<(*VOEHT=yP!zn485HQ6-bU<#xeuJA=;4zT`A<?p zc=J>bSzsWU`Bu3A3kf%H_6k|rs^10Owp*4K`jHokft{F64(y3eM3d`!vJ>GnB4D)8 zI`KJyjQ;V{hD+;zhJ@n~NoO!F(V_G@lp=d=pga>DkQX3@j!;9SjSs6+B>Is@?VyQz zvF!}z1*-}Y3Y}G|n~Wr%{J11F__qi-i%AKM4=}$$xu5$DI^74^-{4=m=PVw@Ch?!M zu=drH@s$p$V2$xC0vDabsL5L%klwb3rMJy55WQi|ibOx+JEhAc?Gy*kAvSjR0|a(H zOkk&<z+TaG9wSBcdDNg)@6SM+`15%r#kM^_q5WYB?S2aFehLeJi^@d@ACN~AiKC95 z8jQ<q`cWEn<jv`K_<;>{#GgD&_2PBtXQVzQ&F_#?Kc?lsL-`bWwxbsik1OKu7cdbw z#E^Fp$8MX%)ORTn3Ki~mkwKPu@LepF6J_k@+q1&O$oEKJQbpE#NG3h4dylfO60!e1 zJR+CLXcCFrDKLNg9%aK@#NdlG*(?e!66#*ja1rTpJCPCPE#$R+cM-!VbNuQes0I|) zE@GfZOz*-ZOxM<R;ZqrQt^D^`#Gq;?KR^{dpNcUbVlwJQ#fL}^0lkM6TN84tT@@?* z4~?EJ;@dys423N1BODsoifqgBKj|WqnwEc~h?SQy7j4=*m+=P-JVwHc=zSuPC?7xY zXCw`ftU1f*amP*%pNgeZ8~ZU<P#&ng_z77BF}LbdG@?hl`6+T3ZfcKwj<?MCMEmwD z^p}An-_R{V(ahiD`9Oqs>}2~vsZa)EBN;|%i)0o9lxZ6kwg3T*j4b~tF=sFf(Y_5} z>wu%e8_2#US669f>9`<T%xp%VM252xN#|=bi=_Ay)R(3%Yt#C&H6{u`r-RrSN}0Y4 zV)S5jMf<}*wn|SsXAWk^h+8F?Z6sUX63jlJn_U#blGsg?*wNdb4`CI<=wa_45^mFj zOiD@ZGB>?k^*%yUCXye@#!={Sg|bH}vwSm@O%56)QzSw?!}k&?$G<`ul^9}T81d9C z9APY<QqMQS*!PGOuMJ^KDH|MMWpANDylZ7%lEkCo>=g_gMMUI7wqh#1YwaE{@BS=U zG!10~WKTRcXraSMI!M&2BUl<p%i1F8i0N8aB-;yY(pHRMA2QOq+-No)b2Vo)YXfOt zNDRv$?U)_I=F*8<V^|I~e~DpJuv3d3MfDE(w||bN>eeoXk72){rhN>1p7bkqENcgL zYoErlD^zBS&haeHyiHDoe$Y1UU*p+is>MZeJR5D=Chrub@w9KdwmF_XPPMf7EP)*% zi@%=8CW)>@X7l%t<FI%=iLJD?%PCUG9KCvlzX^=cM-G)NPgbOZA}5(0C*Au`GKsK5 zOG{zT$%DJ(R4Jmw>!@~k8%Qx3rJvnttdPo*Vd*SPFH5Q>GoQGc!JZ~npnfJu71}b{ z7E=jXUSbxTOgd1LMRL5Roy}qcNx6FDM<m%ya@fLd$T8FJM)9AiZr6O{G4rO}lx;xg z*Qyl@RJZ=WlUuSS&43lJ?uFczEeQr>no7@U4iA(BKSmMdF?O9{MM)TYmwJU7q%=*S zQNO$P8Ll+x!9F}ZQfbOJ(2D54IC^HUzs^J{n+J)%XS31lmPriEVRy(D2IkUfdc@3J zmWMd;LN3du=KWl@Zg3A0?DgI%mz#DicT`>@ow4V!;ik|l$XuZ|l)Lntl8RQBYiX*I zuI(&l!<cw;Iw^CT_<A}CElW%&WRpx+Q7F_x=97yQd8@F`U|}L@hM`=GX0Ttwl%tf0 zpvM>|nYKR0CYw~HKz#ZbTi!QIF=`T3sTcE$SWifU66jr>ql{gm`=jzII#5ERRy>Pk z>n6E#4pnHIG|ODl5p2;C=dsx=G@bpF)17`!XESnPbegH!_{Z4<B``<nU#&VVdqsIE z3%@&R73)h`Wxs>USQWP1dPjAou#_{a)~Ag94yMD(ChhVfR%Rl-dSnSpMnE^_98;wK E2cBAKvH$=8 diff --git a/runtime/gdev/tests/balance_tests.rs b/runtime/gdev/tests/balance_tests.rs index 0d3955c54..93516456b 100644 --- a/runtime/gdev/tests/balance_tests.rs +++ b/runtime/gdev/tests/balance_tests.rs @@ -22,7 +22,7 @@ use common::*; use frame_support::{assert_noop, assert_ok, traits::StoredMap}; use gdev_runtime::*; use sp_core::Encode; -use sp_keyring::AccountKeyring; +use sp_keyring::sr25519::Keyring; use sp_runtime::MultiAddress; /// test currency transfer @@ -32,24 +32,24 @@ use sp_runtime::MultiAddress; fn test_transfer() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Eve.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Eve.to_account_id(), 10_000), ]) .build() .execute_with(|| { // Alice gives 500 to Eve assert_ok!(Balances::transfer_allow_death( - frame_system::RawOrigin::Signed(AccountKeyring::Alice.to_account_id()).into(), - AccountKeyring::Eve.to_account_id().into(), + frame_system::RawOrigin::Signed(Keyring::Alice.to_account_id()).into(), + Keyring::Eve.to_account_id().into(), 500 )); // check amounts assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), + Balances::free_balance(Keyring::Alice.to_account_id()), 10_000 - 500 ); assert_eq!( - Balances::free_balance(AccountKeyring::Eve.to_account_id()), + Balances::free_balance(Keyring::Eve.to_account_id()), 10_000 + 500 ); }) @@ -59,14 +59,14 @@ fn test_transfer() { #[test] fn test_transfer_not_enough() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Alice.to_account_id(), 599)]) + .with_initial_balances(vec![(Keyring::Alice.to_account_id(), 599)]) .build() .execute_with(|| { run_to_block(1); assert_noop!( Balances::transfer_allow_death( - frame_system::RawOrigin::Signed(AccountKeyring::Alice.to_account_id()).into(), - AccountKeyring::Dave.to_account_id().into(), + frame_system::RawOrigin::Signed(Keyring::Alice.to_account_id()).into(), + Keyring::Dave.to_account_id().into(), 500 ), sp_runtime::TokenError::Frozen // frozen because trying to transfer more than liquid @@ -79,15 +79,15 @@ fn test_transfer_not_enough() { #[test] fn test_transfer_underflow() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Alice.to_account_id(), 400)]) + .with_initial_balances(vec![(Keyring::Alice.to_account_id(), 400)]) .build() .execute_with(|| { run_to_block(1); assert_eq!(Balances::total_issuance(), 400); assert_noop!( Balances::transfer_allow_death( - frame_system::RawOrigin::Signed(AccountKeyring::Alice.to_account_id()).into(), - AccountKeyring::Dave.to_account_id().into(), + frame_system::RawOrigin::Signed(Keyring::Alice.to_account_id()).into(), + Keyring::Dave.to_account_id().into(), 500 // larger than total issuance ), sp_runtime::ArithmeticError::Underflow @@ -101,16 +101,16 @@ fn test_transfer_underflow() { fn test_transfer_funds_unavailable() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 499), - (AccountKeyring::Bob.to_account_id(), 200), + (Keyring::Alice.to_account_id(), 499), + (Keyring::Bob.to_account_id(), 200), ]) .build() .execute_with(|| { run_to_block(1); assert_noop!( Balances::transfer_allow_death( - frame_system::RawOrigin::Signed(AccountKeyring::Alice.to_account_id()).into(), - AccountKeyring::Dave.to_account_id().into(), + frame_system::RawOrigin::Signed(Keyring::Alice.to_account_id()).into(), + Keyring::Dave.to_account_id().into(), 500 ), sp_runtime::TokenError::FundsUnavailable @@ -122,16 +122,16 @@ fn test_transfer_funds_unavailable() { #[test] fn test_transfer_all_linked_no_member() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Alice.to_account_id(), 5_000)]) + .with_initial_balances(vec![(Keyring::Alice.to_account_id(), 5_000)]) .build() .execute_with(|| { run_to_block(1); let genesis_hash = System::block_hash(0); - let alice = AccountKeyring::Alice.to_account_id(); - let ferdie = AccountKeyring::Ferdie.to_account_id(); + let alice = Keyring::Alice.to_account_id(); + let ferdie = Keyring::Ferdie.to_account_id(); let payload = (b"link", genesis_hash, 1u32, ferdie.clone()).encode(); - let signature = AccountKeyring::Ferdie.sign(&payload); + let signature = Keyring::Ferdie.sign(&payload); assert_ok!(Balances::transfer_allow_death( frame_system::RawOrigin::Signed(alice.clone()).into(), @@ -150,7 +150,7 @@ fn test_transfer_all_linked_no_member() { ); assert_ok!(Balances::transfer_all( frame_system::RawOrigin::Signed(ferdie.clone()).into(), - AccountKeyring::Bob.to_account_id().into(), + Keyring::Bob.to_account_id().into(), false ),); assert_eq!(Balances::free_balance(ferdie.clone()), 0); diff --git a/runtime/gdev/tests/common/mod.rs b/runtime/gdev/tests/common/mod.rs index b8d13eaef..6f4d0ed90 100644 --- a/runtime/gdev/tests/common/mod.rs +++ b/runtime/gdev/tests/common/mod.rs @@ -25,7 +25,7 @@ use sp_authority_discovery::AuthorityId as AuthorityDiscoveryId; use sp_consensus_babe::{AuthorityId as BabeId, Slot, VrfInput, VrfProof}; use sp_consensus_grandpa::AuthorityId as GrandpaId; use sp_core::{crypto::IsWrappedBy, sr25519, Encode, Pair, Public, H256}; -use sp_keyring::AccountKeyring; +use sp_keyring::sr25519::Keyring; use sp_membership::MembershipData; use sp_runtime::{ generic::SignedPayload, @@ -488,7 +488,7 @@ pub fn get_unchecked_extrinsic( call: RuntimeCall, era: u64, block: u64, - signer: AccountKeyring, + signer: Keyring, tip: Balance, nonce: u32, ) -> gdev_runtime::UncheckedExtrinsic { diff --git a/runtime/gdev/tests/fee_tests.rs b/runtime/gdev/tests/fee_tests.rs index 14c7f15e3..c4647a6d4 100644 --- a/runtime/gdev/tests/fee_tests.rs +++ b/runtime/gdev/tests/fee_tests.rs @@ -21,35 +21,28 @@ mod common; use common::*; use frame_support::{assert_ok, pallet_prelude::DispatchClass}; use gdev_runtime::*; -use sp_keyring::AccountKeyring; +use sp_keyring::sr25519::Keyring; /// This test checks that an almost empty block incurs no fees for an extrinsic. #[test] fn test_fees_empty() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Eve.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Eve.to_account_id(), 10_000), ]) .build() .execute_with(|| { let call = RuntimeCall::Balances(BalancesCall::transfer_allow_death { - dest: AccountKeyring::Eve.to_account_id().into(), + dest: Keyring::Eve.to_account_id().into(), value: 500, }); - let xt = common::get_unchecked_extrinsic( - call, - 4u64, - 8u64, - AccountKeyring::Alice, - 0u64, - 0u32, - ); + let xt = common::get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Alice, 0u64, 0u32); assert_ok!(Executive::apply_extrinsic(xt)); // The block is almost empty, so the extrinsic should incur no fee assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), + Balances::free_balance(Keyring::Alice.to_account_id()), 10_000 - 500 ); }) @@ -62,8 +55,8 @@ fn test_fees_empty() { fn test_fees_weight() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Eve.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Eve.to_account_id(), 10_000), ]) .build() .execute_with(|| { @@ -79,10 +72,10 @@ fn test_fees_weight() { let call = RuntimeCall::System(SystemCall::remark { remark: vec![255u8; 1], }); - let xt = get_unchecked_extrinsic(call, 4u64, 8u64, AccountKeyring::Alice, 0u64, 0); + let xt = get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Alice, 0u64, 0); assert_ok!(Executive::apply_extrinsic(xt)); assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), + Balances::free_balance(Keyring::Alice.to_account_id()), 10_000 ); @@ -93,10 +86,10 @@ fn test_fees_weight() { remark: vec![255u8; 1], }); - let xt = get_unchecked_extrinsic(call, 4u64, 8u64, AccountKeyring::Alice, 0u64, 1u32); + let xt = get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Alice, 0u64, 1u32); assert_ok!(Executive::apply_extrinsic(xt)); assert_ne!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), + Balances::free_balance(Keyring::Alice.to_account_id()), 10_000 ); }) @@ -109,8 +102,8 @@ fn test_fees_weight() { fn test_fees_length() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Eve.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Eve.to_account_id(), 10_000), ]) .build() .execute_with(|| { @@ -122,10 +115,10 @@ fn test_fees_length() { let call = RuntimeCall::System(SystemCall::remark { remark: vec![255u8; 100], }); - let xt = get_unchecked_extrinsic(call, 4u64, 8u64, AccountKeyring::Alice, 0u64, 0u32); + let xt = get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Alice, 0u64, 0u32); assert_ok!(Executive::apply_extrinsic(xt)); assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), + Balances::free_balance(Keyring::Alice.to_account_id()), 10_000 ); @@ -134,10 +127,10 @@ fn test_fees_length() { let call = RuntimeCall::System(SystemCall::remark { remark: vec![0u8; 147], }); - let xt = get_unchecked_extrinsic(call, 4u64, 8u64, AccountKeyring::Alice, 0u64, 1u32); + let xt = get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Alice, 0u64, 1u32); assert_ok!(Executive::apply_extrinsic(xt)); assert_ne!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), + Balances::free_balance(Keyring::Alice.to_account_id()), 10_000 ); @@ -151,12 +144,9 @@ fn test_fees_length() { remark: vec![255u8; 1], }); - let xt = get_unchecked_extrinsic(call, 4u64, 8u64, AccountKeyring::Eve, 0u64, 0u32); + let xt = get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Eve, 0u64, 0u32); assert_ok!(Executive::apply_extrinsic(xt)); - assert_ne!( - Balances::free_balance(AccountKeyring::Eve.to_account_id()), - 10_000 - ); + assert_ne!(Balances::free_balance(Keyring::Eve.to_account_id()), 10_000); }) } @@ -166,8 +156,8 @@ fn test_fees_length() { fn test_fees_multiplier_weight() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Eve.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Eve.to_account_id(), 10_000), ]) .build() .execute_with(|| { @@ -214,8 +204,8 @@ fn test_fees_multiplier_weight() { fn test_fees_multiplier_length() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Eve.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Eve.to_account_id(), 10_000), ]) .build() .execute_with(|| { diff --git a/runtime/gdev/tests/integration_tests.rs b/runtime/gdev/tests/integration_tests.rs index 4031f377f..463f8842e 100644 --- a/runtime/gdev/tests/integration_tests.rs +++ b/runtime/gdev/tests/integration_tests.rs @@ -29,7 +29,7 @@ use pallet_session::historical::SessionManager; use pallet_smith_members::{SmithMeta, SmithStatus}; use scale_info::prelude::num::NonZeroU16; use sp_core::{Encode, Pair}; -use sp_keyring::AccountKeyring; +use sp_keyring::sr25519::Keyring; use sp_runtime::MultiAddress; #[test] @@ -96,35 +96,26 @@ fn test_genesis_build() { fn test_initial_state() { ExtBuilder::new(1, 2, 3) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 1_000), - (AccountKeyring::Bob.to_account_id(), 200), - (AccountKeyring::Charlie.to_account_id(), 100), // below ED allowed for identities - (AccountKeyring::Dave.to_account_id(), 900), + (Keyring::Alice.to_account_id(), 1_000), + (Keyring::Bob.to_account_id(), 200), + (Keyring::Charlie.to_account_id(), 100), // below ED allowed for identities + (Keyring::Dave.to_account_id(), 900), ]) .build() .execute_with(|| { run_to_block(1); assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), + Balances::free_balance(Keyring::Alice.to_account_id()), 1_000 ); + assert_eq!(Balances::free_balance(Keyring::Bob.to_account_id()), 200); assert_eq!( - Balances::free_balance(AccountKeyring::Bob.to_account_id()), - 200 - ); - assert_eq!( - Balances::free_balance(AccountKeyring::Charlie.to_account_id()), + Balances::free_balance(Keyring::Charlie.to_account_id()), 100 ); - assert_eq!( - Balances::free_balance(AccountKeyring::Dave.to_account_id()), - 900 - ); - assert_eq!( - Balances::free_balance(AccountKeyring::Eve.to_account_id()), - 0 - ); + assert_eq!(Balances::free_balance(Keyring::Dave.to_account_id()), 900); + assert_eq!(Balances::free_balance(Keyring::Eve.to_account_id()), 0); // total issuance and monetary mass should be coherent assert_eq!(Balances::total_issuance(), 2_200); assert_eq!( @@ -141,9 +132,9 @@ fn test_initial_state() { fn test_total_issuance_vs_monetary_mass() { ExtBuilder::new(1, 2, 3) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 2000), - (AccountKeyring::Bob.to_account_id(), 1000), - (AccountKeyring::Charlie.to_account_id(), 0), + (Keyring::Alice.to_account_id(), 2000), + (Keyring::Bob.to_account_id(), 1000), + (Keyring::Charlie.to_account_id(), 0), ]) .build() .execute_with(|| { @@ -167,7 +158,7 @@ fn test_total_issuance_vs_monetary_mass() { ); // Alice claims her UD assert_ok!(UniversalDividend::claim_uds(RuntimeOrigin::signed( - AccountKeyring::Alice.to_account_id() + Keyring::Alice.to_account_id() ))); assert_eq!(Balances::total_issuance(), 4000); assert_eq!( @@ -178,7 +169,7 @@ fn test_total_issuance_vs_monetary_mass() { run_to_block(21); // Bob claims his 2 UDs assert_ok!(UniversalDividend::claim_uds(RuntimeOrigin::signed( - AccountKeyring::Bob.to_account_id() + Keyring::Bob.to_account_id() ))); assert_eq!(Balances::total_issuance(), 6000); assert_eq!( @@ -192,7 +183,7 @@ fn test_total_issuance_vs_monetary_mass() { #[test] fn test_identity_below_ed() { ExtBuilder::new(1, 1, 1) - .with_initial_balances(vec![(AccountKeyring::Alice.to_account_id(), 900)]) + .with_initial_balances(vec![(Keyring::Alice.to_account_id(), 900)]) .build() .execute_with(|| { run_to_block(1); @@ -200,8 +191,8 @@ fn test_identity_below_ed() { // a transfer below ED will lead to frozen token error assert_noop!( Balances::transfer_allow_death( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - MultiAddress::Id(AccountKeyring::Bob.to_account_id()), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + MultiAddress::Id(Keyring::Bob.to_account_id()), 850 ), sp_runtime::TokenError::Frozen @@ -209,33 +200,33 @@ fn test_identity_below_ed() { // // Old behavior below // // Should be able to go below existential deposit, loose dust, and still not die // assert_ok!(Balances::transfer( - // RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - // MultiAddress::Id(AccountKeyring::Bob.to_account_id()), + // RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + // MultiAddress::Id(Keyring::Bob.to_account_id()), // 800 // )); // assert_eq!( - // Balances::free_balance(AccountKeyring::Alice.to_account_id()), + // Balances::free_balance(Keyring::Alice.to_account_id()), // 0 // ); // assert_eq!( - // Balances::free_balance(AccountKeyring::Bob.to_account_id()), + // Balances::free_balance(Keyring::Bob.to_account_id()), // 800 // ); // // since alice is identity, her account should not be killed even she lost currency below ED // System::assert_has_event(RuntimeEvent::Balances(pallet_balances::Event::Transfer { - // from: AccountKeyring::Alice.to_account_id(), - // to: AccountKeyring::Bob.to_account_id(), + // from: Keyring::Alice.to_account_id(), + // to: Keyring::Bob.to_account_id(), // amount: 800, // })); // System::assert_has_event(RuntimeEvent::Balances(pallet_balances::Event::DustLost { - // account: AccountKeyring::Alice.to_account_id(), + // account: Keyring::Alice.to_account_id(), // amount: 100, // })); // System::assert_has_event(RuntimeEvent::System(frame_system::Event::NewAccount { - // account: AccountKeyring::Bob.to_account_id(), + // account: Keyring::Bob.to_account_id(), // })); // System::assert_has_event(RuntimeEvent::Balances(pallet_balances::Event::Endowed { - // account: AccountKeyring::Bob.to_account_id(), + // account: Keyring::Bob.to_account_id(), // free_balance: 800, // })); }) @@ -319,7 +310,7 @@ fn test_remove_identity() { )); // since Dave does not have ED, his account is killed System::assert_has_event(RuntimeEvent::System(frame_system::Event::KilledAccount { - account: AccountKeyring::Dave.to_account_id(), + account: Keyring::Dave.to_account_id(), })); }); } @@ -329,37 +320,37 @@ fn test_remove_identity() { fn test_validate_identity_when_claim() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Eve.to_account_id(), 2000), - (AccountKeyring::Ferdie.to_account_id(), 1000), + (Keyring::Eve.to_account_id(), 2000), + (Keyring::Ferdie.to_account_id(), 1000), ]) .build() .execute_with(|| { run_to_block(1); // alice create identity for Eve assert_ok!(Identity::create_identity( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - AccountKeyring::Eve.to_account_id(), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + Keyring::Eve.to_account_id(), )); run_to_block(2); // eve confirms her identity assert_ok!(Identity::confirm_identity( - RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Eve.to_account_id()), "Eeeeeveeeee".into(), )); run_to_block(3); // eve gets certified by bob and charlie assert_ok!(Certification::add_cert( - RuntimeOrigin::signed(AccountKeyring::Bob.to_account_id()), + RuntimeOrigin::signed(Keyring::Bob.to_account_id()), 5 )); assert_ok!(Certification::add_cert( - RuntimeOrigin::signed(AccountKeyring::Charlie.to_account_id()), + RuntimeOrigin::signed(Keyring::Charlie.to_account_id()), 5 )); // eve request distance evaluation for herself assert_ok!(Distance::request_distance_evaluation( - RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Eve.to_account_id()), )); // Pass 2nd evaluation period @@ -368,7 +359,7 @@ fn test_validate_identity_when_claim() { // simulate an evaluation published by smith Alice assert_ok!(Distance::force_update_evaluation( RuntimeOrigin::root(), - AccountKeyring::Alice.to_account_id(), + Keyring::Alice.to_account_id(), pallet_distance::ComputationResult { distances: vec![Perbill::one()], } @@ -386,7 +377,7 @@ fn test_validate_identity_when_claim() { // the following call does not exist anymore // assert_noop!( // Membership::claim_membership( - // RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), + // RuntimeOrigin::signed(Keyring::Eve.to_account_id()), // ), // pallet_membership::Error::<Runtime>::AlreadyMember // ); @@ -408,17 +399,17 @@ fn test_validate_identity_when_claim() { fn test_identity_creation_workflow() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Charlie.to_account_id(), 10_000), // necessary for evalation distance reserve - (AccountKeyring::Eve.to_account_id(), 2_000), - (AccountKeyring::Ferdie.to_account_id(), 1_000), + (Keyring::Charlie.to_account_id(), 10_000), // necessary for evalation distance reserve + (Keyring::Eve.to_account_id(), 2_000), + (Keyring::Ferdie.to_account_id(), 1_000), ]) .build() .execute_with(|| { run_to_block(1); // alice create identity for Eve assert_ok!(Identity::create_identity( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - AccountKeyring::Eve.to_account_id(), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + Keyring::Eve.to_account_id(), )); assert_eq!( Identity::identity(5), @@ -426,7 +417,7 @@ fn test_identity_creation_workflow() { data: Default::default(), next_creatable_identity_on: 0u32, old_owner_key: None, - owner_key: AccountKeyring::Eve.to_account_id(), + owner_key: Keyring::Eve.to_account_id(), next_scheduled: 1 + 40, status: pallet_identity::IdtyStatus::Unconfirmed, }) @@ -434,7 +425,7 @@ fn test_identity_creation_workflow() { run_to_block(2); // eve confirms her identity assert_ok!(Identity::confirm_identity( - RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Eve.to_account_id()), "Eeeeeveeeee".into(), )); assert_eq!( @@ -443,7 +434,7 @@ fn test_identity_creation_workflow() { data: Default::default(), next_creatable_identity_on: 0u32, old_owner_key: None, - owner_key: AccountKeyring::Eve.to_account_id(), + owner_key: Keyring::Eve.to_account_id(), next_scheduled: 2 + 876600, status: pallet_identity::IdtyStatus::Unvalidated, }) @@ -451,23 +442,23 @@ fn test_identity_creation_workflow() { run_to_block(3); // eve gets certified by bob and charlie assert_ok!(Certification::add_cert( - RuntimeOrigin::signed(AccountKeyring::Bob.to_account_id()), + RuntimeOrigin::signed(Keyring::Bob.to_account_id()), 5 )); assert_ok!(Certification::add_cert( - RuntimeOrigin::signed(AccountKeyring::Charlie.to_account_id()), + RuntimeOrigin::signed(Keyring::Charlie.to_account_id()), 5 )); // charlie also request distance evaluation for eve // (could be done in batch) assert_ok!(Distance::request_distance_evaluation_for( - RuntimeOrigin::signed(AccountKeyring::Charlie.to_account_id()), + RuntimeOrigin::signed(Keyring::Charlie.to_account_id()), 5 )); // then the evaluation is pending assert_eq!( Distance::pending_evaluation_request(5), - Some(AccountKeyring::Charlie.to_account_id(),) + Some(Keyring::Charlie.to_account_id(),) ); // Pass 2nd evaluation period @@ -476,7 +467,7 @@ fn test_identity_creation_workflow() { // simulate evaluation published by smith Alice assert_ok!(Distance::force_update_evaluation( RuntimeOrigin::root(), - AccountKeyring::Alice.to_account_id(), + Keyring::Alice.to_account_id(), pallet_distance::ComputationResult { distances: vec![Perbill::one()], } @@ -509,7 +500,7 @@ fn test_identity_creation_workflow() { }, next_creatable_identity_on: 0u32, old_owner_key: None, - owner_key: AccountKeyring::Eve.to_account_id(), + owner_key: Keyring::Eve.to_account_id(), next_scheduled: 0, status: pallet_identity::IdtyStatus::Member, }) @@ -525,13 +516,13 @@ fn test_identity_creation_workflow() { }, )); assert_ok!(UniversalDividend::claim_uds(RuntimeOrigin::signed( - AccountKeyring::Eve.to_account_id() + Keyring::Eve.to_account_id() ),)); System::assert_has_event(RuntimeEvent::UniversalDividend( pallet_universal_dividend::Event::UdsClaimed { count: (10 - first_eligible), total: (10 - first_eligible as u64) * 1_000, - who: AccountKeyring::Eve.to_account_id(), + who: Keyring::Eve.to_account_id(), }, )); }); @@ -554,10 +545,7 @@ fn test_can_not_issue_cert_when_membership_lost() { // Bob can not issue a certification assert_noop!( - Certification::add_cert( - RuntimeOrigin::signed(AccountKeyring::Bob.to_account_id()), - 3, - ), + Certification::add_cert(RuntimeOrigin::signed(Keyring::Bob.to_account_id()), 3,), pallet_duniter_wot::Error::<gdev_runtime::Runtime>::IssuerNotMember ); }); @@ -609,13 +597,13 @@ fn test_membership_expiry_with_identity_removal() { #[test] fn test_membership_renewal() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Alice.to_account_id(), 2000)]) + .with_initial_balances(vec![(Keyring::Alice.to_account_id(), 2000)]) .build() .execute_with(|| { // can not renew membership immediately assert_noop!( Distance::request_distance_evaluation(RuntimeOrigin::signed( - AccountKeyring::Alice.to_account_id() + Keyring::Alice.to_account_id() ),), pallet_duniter_wot::Error::<Runtime>::MembershipRenewalPeriodNotRespected, ); @@ -623,7 +611,7 @@ fn test_membership_renewal() { // but ok after waiting 10 blocks delay run_to_block(11); assert_ok!(Distance::request_distance_evaluation( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), )); // Pass 3rd evaluation period @@ -631,7 +619,7 @@ fn test_membership_renewal() { run_to_block(3 * eval_period); assert_ok!(Distance::force_update_evaluation( RuntimeOrigin::root(), - AccountKeyring::Alice.to_account_id(), + Keyring::Alice.to_account_id(), pallet_distance::ComputationResult { distances: vec![Perbill::one()], } @@ -651,7 +639,7 @@ fn test_membership_renewal() { // can not ask renewal when period is not respected assert_noop!( Distance::request_distance_evaluation(RuntimeOrigin::signed( - AccountKeyring::Alice.to_account_id() + Keyring::Alice.to_account_id() ),), pallet_duniter_wot::Error::<Runtime>::MembershipRenewalPeriodNotRespected, ); @@ -679,8 +667,7 @@ fn test_revoke_identity_should_unlink() { Identity::do_revoke_identity(1, pallet_identity::RevocationReason::Root); assert_eq!( - frame_system::Pallet::<Runtime>::get(&AccountKeyring::Alice.to_account_id()) - .linked_idty, + frame_system::Pallet::<Runtime>::get(&Keyring::Alice.to_account_id()).linked_idty, None ); }) @@ -699,10 +686,7 @@ fn test_revoke_identity_after_one_ud() { // before UD, dave has 0 (initial amount) run_to_block(1); - assert_eq!( - Balances::free_balance(AccountKeyring::Dave.to_account_id()), - 0 - ); + assert_eq!(Balances::free_balance(Keyring::Dave.to_account_id()), 0); // go after UD creation block run_to_block( @@ -719,12 +703,12 @@ fn test_revoke_identity_after_one_ud() { pallet_universal_dividend::Event::UdsAutoPaid { count: 1, total: 1_000, - who: AccountKeyring::Dave.to_account_id(), + who: Keyring::Dave.to_account_id(), }, )); // dave account actually received this UD System::assert_has_event(RuntimeEvent::Balances(pallet_balances::Event::Deposit { - who: AccountKeyring::Dave.to_account_id(), + who: Keyring::Dave.to_account_id(), amount: 1_000, })); // membership and identity were actually removed @@ -742,10 +726,7 @@ fn test_revoke_identity_after_one_ud() { )); assert!(Identity::identity(4).is_some()); // identity still exists, but its status is revoked - assert_eq!( - Balances::free_balance(AccountKeyring::Dave.to_account_id()), - 1_000 - ); + assert_eq!(Balances::free_balance(Keyring::Dave.to_account_id()), 1_000); }); } @@ -761,18 +742,12 @@ fn test_claim_ud_after_revoke() { // before UD, bob has 0 (initial amount) run_to_block(1); - assert_eq!( - Balances::free_balance(AccountKeyring::Bob.to_account_id()), - 0 - ); + assert_eq!(Balances::free_balance(Keyring::Bob.to_account_id()), 0); // revoke identity Identity::do_revoke_identity(2, pallet_identity::RevocationReason::Root); - assert_eq!( - Balances::free_balance(AccountKeyring::Bob.to_account_id()), - 1_000 - ); + assert_eq!(Balances::free_balance(Keyring::Bob.to_account_id()), 1_000); // go after UD creation block run_to_block( @@ -781,22 +756,14 @@ fn test_claim_ud_after_revoke() { + 1) as u32, ); - assert_eq!( - Balances::free_balance(AccountKeyring::Bob.to_account_id()), - 1_000 - ); + assert_eq!(Balances::free_balance(Keyring::Bob.to_account_id()), 1_000); assert_err!( - UniversalDividend::claim_uds(RuntimeOrigin::signed( - AccountKeyring::Bob.to_account_id() - )), + UniversalDividend::claim_uds(RuntimeOrigin::signed(Keyring::Bob.to_account_id())), pallet_universal_dividend::Error::<Runtime>::AccountNotAllowedToClaimUds, ); - assert_eq!( - Balances::free_balance(AccountKeyring::Bob.to_account_id()), - 1_000 - ); + assert_eq!(Balances::free_balance(Keyring::Bob.to_account_id()), 1_000); }); } @@ -816,10 +783,7 @@ fn test_ud_claimed_membership_on_and_off() { }, )); // UD not claimed, still initial balance to initial 0 - assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), - 0 - ); + assert_eq!(Balances::free_balance(Keyring::Alice.to_account_id()), 0); run_to_block(13); // alice identity expires @@ -828,14 +792,11 @@ fn test_ud_claimed_membership_on_and_off() { pallet_universal_dividend::Event::UdsAutoPaid { count: 1, total: 1_000, - who: AccountKeyring::Alice.to_account_id(), + who: Keyring::Alice.to_account_id(), }, )); // alice balances should be increased by 1 UD - assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), - 1000 - ); + assert_eq!(Balances::free_balance(Keyring::Alice.to_account_id()), 1000); // UD number 2 run_to_block(14); @@ -857,7 +818,7 @@ fn test_ud_claimed_membership_on_and_off() { // because the call does not exist anymore // assert_noop!( // Membership::claim_membership( - // RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), + // RuntimeOrigin::signed(Keyring::Alice.to_account_id()), // ), // pallet_membership::Error::<Runtime>::AlreadyMember // ); @@ -882,17 +843,17 @@ fn test_ud_claimed_membership_on_and_off() { // one block later, alice claims her new UD run_to_block(25); assert_ok!(UniversalDividend::claim_uds(RuntimeOrigin::signed( - AccountKeyring::Alice.to_account_id() + Keyring::Alice.to_account_id() ))); System::assert_has_event(RuntimeEvent::UniversalDividend( pallet_universal_dividend::Event::UdsClaimed { count: 1, total: 1_000, - who: AccountKeyring::Alice.to_account_id(), + who: Keyring::Alice.to_account_id(), }, )); assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), + Balances::free_balance(Keyring::Alice.to_account_id()), 2000 // one more UD ); @@ -935,18 +896,12 @@ fn test_smith_certification() { run_to_block(1); assert_noop!( - SmithMembers::certify_smith( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - 2 - ), + SmithMembers::certify_smith(RuntimeOrigin::signed(Keyring::Alice.to_account_id()), 2), pallet_smith_members::Error::<Runtime>::CertificationAlreadyExists ); assert_noop!( - SmithMembers::certify_smith( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - 4 - ), + SmithMembers::certify_smith(RuntimeOrigin::signed(Keyring::Alice.to_account_id()), 4), pallet_smith_members::Error::<Runtime>::CertificationReceiverMustHaveBeenInvited ); }); @@ -965,15 +920,15 @@ fn create_dummy_session_keys() -> gdev_runtime::opaque::SessionKeys { #[test] fn test_smith_process() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Dave.to_account_id(), 1_000)]) + .with_initial_balances(vec![(Keyring::Dave.to_account_id(), 1_000)]) .build() .execute_with(|| { run_to_block(1); - let alice = AccountKeyring::Alice.to_account_id(); - let bob = AccountKeyring::Bob.to_account_id(); - let charlie = AccountKeyring::Charlie.to_account_id(); - let dave = AccountKeyring::Dave.to_account_id(); + let alice = Keyring::Alice.to_account_id(); + let bob = Keyring::Bob.to_account_id(); + let charlie = Keyring::Charlie.to_account_id(); + let dave = Keyring::Dave.to_account_id(); let dummy_session_keys = create_dummy_session_keys(); // Eve can not request smith membership because not member of the smith wot @@ -991,7 +946,7 @@ fn test_smith_process() { // Dave cannot (yet) set his session keys assert_err!( AuthorityMembers::set_session_keys( - RuntimeOrigin::signed(AccountKeyring::Dave.to_account_id()), + RuntimeOrigin::signed(Keyring::Dave.to_account_id()), dummy_session_keys.clone() ), pallet_authority_members::Error::<Runtime>::NotMember @@ -1026,13 +981,13 @@ fn test_smith_process() { // Dave can set his (dummy) session keys assert_ok!(AuthorityMembers::set_session_keys( - RuntimeOrigin::signed(AccountKeyring::Dave.to_account_id()), + RuntimeOrigin::signed(Keyring::Dave.to_account_id()), dummy_session_keys )); // Dave can go online assert_ok!(AuthorityMembers::go_online(RuntimeOrigin::signed( - AccountKeyring::Dave.to_account_id() + Keyring::Dave.to_account_id() ),)); }) } @@ -1132,7 +1087,7 @@ fn test_expired_smith_has_null_expires_on() { #[test] fn test_create_new_account() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Alice.to_account_id(), 1_000)]) + .with_initial_balances(vec![(Keyring::Alice.to_account_id(), 1_000)]) .build() .execute_with(|| { run_to_block(2); @@ -1140,49 +1095,43 @@ fn test_create_new_account() { // Should be able to transfer 5 units to a new account assert_ok!(Balances::transfer_allow_death( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - MultiAddress::Id(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + MultiAddress::Id(Keyring::Eve.to_account_id()), 500 )); //println!("{:#?}", System::events()); System::assert_has_event(RuntimeEvent::System(frame_system::Event::NewAccount { - account: AccountKeyring::Eve.to_account_id(), + account: Keyring::Eve.to_account_id(), })); System::assert_has_event(RuntimeEvent::Balances(pallet_balances::Event::Endowed { - account: AccountKeyring::Eve.to_account_id(), + account: Keyring::Eve.to_account_id(), free_balance: 500, })); System::assert_has_event(RuntimeEvent::Balances(pallet_balances::Event::Transfer { - from: AccountKeyring::Alice.to_account_id(), - to: AccountKeyring::Eve.to_account_id(), + from: Keyring::Alice.to_account_id(), + to: Keyring::Eve.to_account_id(), amount: 500, })); // The new account must be created immediately - assert_eq!( - Balances::free_balance(AccountKeyring::Eve.to_account_id()), - 500 - ); + assert_eq!(Balances::free_balance(Keyring::Eve.to_account_id()), 500); // 100 initial + no deposit (there is no account creation fee) assert_eq!(Balances::free_balance(Treasury::account_id()), 100); // can remove an account using transfer assert_ok!(Balances::transfer_allow_death( - RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), - MultiAddress::Id(AccountKeyring::Alice.to_account_id()), + RuntimeOrigin::signed(Keyring::Eve.to_account_id()), + MultiAddress::Id(Keyring::Alice.to_account_id()), 500 )); // Account reaped + assert_eq!(Balances::free_balance(Keyring::Eve.to_account_id()), 0); assert_eq!( - Balances::free_balance(AccountKeyring::Eve.to_account_id()), - 0 - ); - assert_eq!( - frame_system::Pallet::<Runtime>::get(&AccountKeyring::Eve.to_account_id()), + frame_system::Pallet::<Runtime>::get(&Keyring::Eve.to_account_id()), pallet_duniter_account::AccountData::default() ); System::assert_has_event(RuntimeEvent::System(frame_system::Event::KilledAccount { - account: AccountKeyring::Eve.to_account_id(), + account: Keyring::Eve.to_account_id(), })); }); } @@ -1190,34 +1139,34 @@ fn test_create_new_account() { #[test] fn test_create_new_idty() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Alice.to_account_id(), 1_000)]) + .with_initial_balances(vec![(Keyring::Alice.to_account_id(), 1_000)]) .build() .execute_with(|| { run_to_block(2); // Should be able to create an identity assert_ok!(Balances::transfer_allow_death( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - MultiAddress::Id(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + MultiAddress::Id(Keyring::Eve.to_account_id()), 200 )); assert_noop!( Identity::create_identity( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - AccountKeyring::Eve.to_account_id(), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + Keyring::Eve.to_account_id(), ), pallet_identity::Error::<Runtime>::InsufficientBalance ); assert_ok!(Balances::transfer_allow_death( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - MultiAddress::Id(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + MultiAddress::Id(Keyring::Eve.to_account_id()), 200 )); assert_ok!(Identity::create_identity( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - AccountKeyring::Eve.to_account_id(), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + Keyring::Eve.to_account_id(), )); // At next block, nothing should be preleved @@ -1230,39 +1179,36 @@ fn test_create_new_idty() { #[test] fn test_create_new_idty_without_founds() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Alice.to_account_id(), 1_000)]) + .with_initial_balances(vec![(Keyring::Alice.to_account_id(), 1_000)]) .build() .execute_with(|| { run_to_block(2); - assert_eq!( - Balances::free_balance(AccountKeyring::Eve.to_account_id()), - 0 - ); + assert_eq!(Balances::free_balance(Keyring::Eve.to_account_id()), 0); // Should not be able to create an identity without founds assert_noop!( Identity::create_identity( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - AccountKeyring::Eve.to_account_id(), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + Keyring::Eve.to_account_id(), ), pallet_identity::Error::<Runtime>::AccountNotExist ); // Deposit some founds on the account assert_ok!(Balances::transfer_allow_death( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - MultiAddress::Id(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + MultiAddress::Id(Keyring::Eve.to_account_id()), 500 )); assert_ok!(Identity::create_identity( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - AccountKeyring::Eve.to_account_id(), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + Keyring::Eve.to_account_id(), )); System::assert_has_event(RuntimeEvent::Identity( pallet_identity::Event::IdtyCreated { idty_index: 5, - owner_key: AccountKeyring::Eve.to_account_id(), + owner_key: Keyring::Eve.to_account_id(), }, )); @@ -1273,10 +1219,7 @@ fn test_create_new_idty_without_founds() { // At next block, nothing should be preleved run_to_block(4); - assert_eq!( - Balances::free_balance(AccountKeyring::Eve.to_account_id()), - 500 - ); + assert_eq!(Balances::free_balance(Keyring::Eve.to_account_id()), 500); }); } @@ -1285,10 +1228,10 @@ fn test_create_new_idty_without_founds() { fn test_validate_new_idty_after_few_uds() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 1_000), - (AccountKeyring::Bob.to_account_id(), 1_000), - (AccountKeyring::Charlie.to_account_id(), 1_000), - (AccountKeyring::Eve.to_account_id(), 1_000), + (Keyring::Alice.to_account_id(), 1_000), + (Keyring::Bob.to_account_id(), 1_000), + (Keyring::Charlie.to_account_id(), 1_000), + (Keyring::Eve.to_account_id(), 1_000), ]) .build() .execute_with(|| { @@ -1296,26 +1239,26 @@ fn test_validate_new_idty_after_few_uds() { // Should be able to create an identity assert_ok!(Balances::transfer_allow_death( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - MultiAddress::Id(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + MultiAddress::Id(Keyring::Eve.to_account_id()), 200 )); assert_ok!(Identity::create_identity( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - AccountKeyring::Eve.to_account_id(), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + Keyring::Eve.to_account_id(), )); // At next block, the created identity should be confirmed by its owner run_to_block(22); assert_ok!(Identity::confirm_identity( - RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Eve.to_account_id()), pallet_identity::IdtyName::from("Eve"), )); // At next block, Bob should be able to certify the new identity run_to_block(23); assert_ok!(Certification::add_cert( - RuntimeOrigin::signed(AccountKeyring::Bob.to_account_id()), + RuntimeOrigin::signed(Keyring::Bob.to_account_id()), 5, )); // valid distance status should trigger identity validation @@ -1327,7 +1270,7 @@ fn test_validate_new_idty_after_few_uds() { // because the call does not exist anymore // assert_noop!( // Membership::claim_membership( - // RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), + // RuntimeOrigin::signed(Keyring::Eve.to_account_id()), // ), // pallet_membership::Error::<Runtime>::AlreadyMember // ); @@ -1350,10 +1293,10 @@ fn test_validate_new_idty_after_few_uds() { fn test_claim_memberhsip_after_few_uds() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 1_000), - (AccountKeyring::Bob.to_account_id(), 1_000), - (AccountKeyring::Charlie.to_account_id(), 1_000), - (AccountKeyring::Eve.to_account_id(), 1_000), + (Keyring::Alice.to_account_id(), 1_000), + (Keyring::Bob.to_account_id(), 1_000), + (Keyring::Charlie.to_account_id(), 1_000), + (Keyring::Eve.to_account_id(), 1_000), ]) .build() .execute_with(|| { @@ -1361,21 +1304,21 @@ fn test_claim_memberhsip_after_few_uds() { // Should be able to create an identity assert_ok!(Identity::create_identity( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - AccountKeyring::Eve.to_account_id(), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + Keyring::Eve.to_account_id(), )); // At next block, the created identity should be confirmed by its owner run_to_block(22); assert_ok!(Identity::confirm_identity( - RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Eve.to_account_id()), pallet_identity::IdtyName::from("Eve"), )); // At next block, Bob should be able to certify the new identity run_to_block(23); assert_ok!(Certification::add_cert( - RuntimeOrigin::signed(AccountKeyring::Bob.to_account_id()), + RuntimeOrigin::signed(Keyring::Bob.to_account_id()), 5, )); @@ -1388,7 +1331,7 @@ fn test_claim_memberhsip_after_few_uds() { // because the call does not exist // assert_noop!( // Membership::claim_membership( - // RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), + // RuntimeOrigin::signed(Keyring::Eve.to_account_id()), // ), // pallet_membership::Error::<Runtime>::AlreadyMember // ); @@ -1410,73 +1353,61 @@ fn test_claim_memberhsip_after_few_uds() { fn test_oneshot_accounts() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 1_000), - (AccountKeyring::Eve.to_account_id(), 1_000), + (Keyring::Alice.to_account_id(), 1_000), + (Keyring::Eve.to_account_id(), 1_000), ]) .build() .execute_with(|| { run_to_block(6); assert_ok!(OneshotAccount::create_oneshot_account( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - MultiAddress::Id(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + MultiAddress::Id(Keyring::Eve.to_account_id()), 400 )); - assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), - 600 - ); + assert_eq!(Balances::free_balance(Keyring::Alice.to_account_id()), 600); run_to_block(7); assert_ok!(OneshotAccount::consume_oneshot_account_with_remaining( - RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Eve.to_account_id()), 0, pallet_oneshot_account::Account::Oneshot(MultiAddress::Id( - AccountKeyring::Ferdie.to_account_id() + Keyring::Ferdie.to_account_id() )), pallet_oneshot_account::Account::Normal(MultiAddress::Id( - AccountKeyring::Alice.to_account_id() + Keyring::Alice.to_account_id() )), 300 )); - assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), - 700 - ); + assert_eq!(Balances::free_balance(Keyring::Alice.to_account_id()), 700); assert_noop!( OneshotAccount::consume_oneshot_account( - RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Eve.to_account_id()), 0, pallet_oneshot_account::Account::Oneshot(MultiAddress::Id( - AccountKeyring::Ferdie.to_account_id() + Keyring::Ferdie.to_account_id() )), ), pallet_oneshot_account::Error::<Runtime>::OneshotAccountNotExist ); run_to_block(8); // Oneshot account consumption should not increment the nonce - assert_eq!( - System::account(AccountKeyring::Eve.to_account_id()).nonce, - 0 - ); + assert_eq!(System::account(Keyring::Eve.to_account_id()).nonce, 0); assert_ok!(OneshotAccount::consume_oneshot_account( - RuntimeOrigin::signed(AccountKeyring::Ferdie.to_account_id()), + RuntimeOrigin::signed(Keyring::Ferdie.to_account_id()), 0, pallet_oneshot_account::Account::Normal(MultiAddress::Id( - AccountKeyring::Alice.to_account_id() + Keyring::Alice.to_account_id() )), )); - assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), - 1000 - ); + assert_eq!(Balances::free_balance(Keyring::Alice.to_account_id()), 1000); assert_noop!( OneshotAccount::consume_oneshot_account( - RuntimeOrigin::signed(AccountKeyring::Eve.to_account_id()), + RuntimeOrigin::signed(Keyring::Eve.to_account_id()), 0, pallet_oneshot_account::Account::Normal(MultiAddress::Id( - AccountKeyring::Alice.to_account_id() + Keyring::Alice.to_account_id() )), ), pallet_oneshot_account::Error::<Runtime>::OneshotAccountNotExist @@ -1488,14 +1419,14 @@ fn test_oneshot_accounts() { #[test] fn test_link_account() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Alice.to_account_id(), 8888)]) + .with_initial_balances(vec![(Keyring::Alice.to_account_id(), 8888)]) .build() .execute_with(|| { let genesis_hash = System::block_hash(0); - let alice = AccountKeyring::Alice.to_account_id(); - let ferdie = AccountKeyring::Ferdie.to_account_id(); + let alice = Keyring::Alice.to_account_id(); + let ferdie = Keyring::Ferdie.to_account_id(); let payload = (b"link", genesis_hash, 1u32, ferdie.clone()).encode(); - let signature = AccountKeyring::Ferdie.sign(&payload); + let signature = Keyring::Ferdie.sign(&payload); // Ferdie's account cannot be linked to Alice identity because the account does not exist assert_noop!( @@ -1525,14 +1456,14 @@ fn test_link_account() { #[test] fn test_change_owner_key_validator_online() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Ferdie.to_account_id(), 8888)]) + .with_initial_balances(vec![(Keyring::Ferdie.to_account_id(), 8888)]) .build() .execute_with(|| { let genesis_hash = System::block_hash(0); - let alice = AccountKeyring::Alice.to_account_id(); - let ferdie = AccountKeyring::Ferdie.to_account_id(); + let alice = Keyring::Alice.to_account_id(); + let ferdie = Keyring::Ferdie.to_account_id(); let payload = (b"icok", genesis_hash, 1u32, alice.clone()).encode(); - let signature = AccountKeyring::Ferdie.sign(&payload); + let signature = Keyring::Ferdie.sign(&payload); // Alice is an online validator assert!(pallet_authority_members::OnlineAuthorities::<Runtime>::get().contains(&1)); @@ -1560,14 +1491,14 @@ fn test_change_owner_key_validator_online() { #[ignore = "long to go to ReportLongevity"] fn test_change_owner_key_offline() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Ferdie.to_account_id(), 8888)]) + .with_initial_balances(vec![(Keyring::Ferdie.to_account_id(), 8888)]) .build() .execute_with(|| { let genesis_hash = System::block_hash(0); - let charlie = AccountKeyring::Charlie.to_account_id(); - let ferdie = AccountKeyring::Ferdie.to_account_id(); + let charlie = Keyring::Charlie.to_account_id(); + let ferdie = Keyring::Ferdie.to_account_id(); let payload = (b"icok", genesis_hash, 3u32, charlie.clone()).encode(); - let signature = AccountKeyring::Ferdie.sign(&payload); + let signature = Keyring::Ferdie.sign(&payload); // Charlie is an offline smith SmithMembers::on_smith_goes_offline(3); @@ -1608,7 +1539,7 @@ fn test_change_owner_key_offline() { // Charlie can set its session_keys assert_ok!(AuthorityMembers::set_session_keys( - RuntimeOrigin::signed(AccountKeyring::Charlie.to_account_id()), + RuntimeOrigin::signed(Keyring::Charlie.to_account_id()), create_dummy_session_keys() )); assert_eq!( @@ -1644,14 +1575,14 @@ fn test_change_owner_key_offline() { #[ignore = "long to go to ReportLongevity"] fn test_change_owner_key() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Ferdie.to_account_id(), 8888)]) + .with_initial_balances(vec![(Keyring::Ferdie.to_account_id(), 8888)]) .build() .execute_with(|| { let genesis_hash = System::block_hash(0); - let charlie = AccountKeyring::Charlie.to_account_id(); - let ferdie = AccountKeyring::Ferdie.to_account_id(); + let charlie = Keyring::Charlie.to_account_id(); + let ferdie = Keyring::Ferdie.to_account_id(); let payload = (b"icok", genesis_hash, 3u32, charlie.clone()).encode(); - let signature = AccountKeyring::Ferdie.sign(&payload); + let signature = Keyring::Ferdie.sign(&payload); SmithMembers::on_smith_goes_offline(3); // Charlie is now offline smith @@ -1734,11 +1665,11 @@ fn test_change_owner_key() { // Ferdie can set its session_keys and go online frame_system::Pallet::<Runtime>::inc_providers(&ferdie); assert_ok!(AuthorityMembers::set_session_keys( - RuntimeOrigin::signed(AccountKeyring::Ferdie.to_account_id()), + RuntimeOrigin::signed(Keyring::Ferdie.to_account_id()), create_dummy_session_keys() )); assert_ok!(AuthorityMembers::go_online(RuntimeOrigin::signed( - AccountKeyring::Ferdie.to_account_id() + Keyring::Ferdie.to_account_id() ))); // Charlie is still an offline smith @@ -1780,13 +1711,13 @@ fn test_smith_member_can_revoke_its_idty() { run_to_block(2); // Charlie goes online - frame_system::Pallet::<Runtime>::inc_providers(&AccountKeyring::Charlie.to_account_id()); + frame_system::Pallet::<Runtime>::inc_providers(&Keyring::Charlie.to_account_id()); assert_ok!(AuthorityMembers::set_session_keys( - RuntimeOrigin::signed(AccountKeyring::Charlie.to_account_id()), + RuntimeOrigin::signed(Keyring::Charlie.to_account_id()), create_dummy_session_keys() )); assert_ok!(AuthorityMembers::go_online(RuntimeOrigin::signed( - AccountKeyring::Charlie.to_account_id() + Keyring::Charlie.to_account_id() ))); run_to_block(25); @@ -1803,12 +1734,12 @@ fn test_smith_member_can_revoke_its_idty() { genesis_hash: System::block_hash(0), }; let signature = - AccountKeyring::Charlie.sign(&(REVOCATION_PAYLOAD_PREFIX, revocation_payload).encode()); + Keyring::Charlie.sign(&(REVOCATION_PAYLOAD_PREFIX, revocation_payload).encode()); assert_ok!(Identity::revoke_identity( - RuntimeOrigin::signed(AccountKeyring::Charlie.to_account_id()), + RuntimeOrigin::signed(Keyring::Charlie.to_account_id()), 3, - AccountKeyring::Charlie.to_account_id(), + Keyring::Charlie.to_account_id(), signature.into() )); // membership should be removed @@ -1844,11 +1775,11 @@ fn test_smith_member_can_revoke_its_idty() { #[test] fn test_genesis_account_of_identity_linked() { ExtBuilder::new(1, 3, 4) - .with_initial_balances(vec![(AccountKeyring::Eve.to_account_id(), 8888)]) + .with_initial_balances(vec![(Keyring::Eve.to_account_id(), 8888)]) .build() .execute_with(|| { // Alice account - let account_id = AccountKeyring::Alice.to_account_id(); + let account_id = Keyring::Alice.to_account_id(); // Alice identity index is 1 assert_eq!(Identity::identity_index_of(&account_id), Some(1)); // get account data @@ -1856,8 +1787,7 @@ fn test_genesis_account_of_identity_linked() { assert_eq!(account_data.linked_idty, Some(1)); // Eve is not member, her account has no linked identity assert_eq!( - frame_system::Pallet::<Runtime>::get(&AccountKeyring::Eve.to_account_id()) - .linked_idty, + frame_system::Pallet::<Runtime>::get(&Keyring::Eve.to_account_id()).linked_idty, None ); }) @@ -1867,13 +1797,13 @@ fn test_genesis_account_of_identity_linked() { #[test] fn test_unlink_identity() { ExtBuilder::new(1, 3, 4).build().execute_with(|| { - let alice_account = AccountKeyring::Alice.to_account_id(); + let alice_account = Keyring::Alice.to_account_id(); // check that Alice is 1 assert_eq!(Identity::identity_index_of(&alice_account), Some(1)); // Alice can unlink her identity from her account assert_ok!(Account::unlink_identity(RuntimeOrigin::signed( - AccountKeyring::Alice.to_account_id() + Keyring::Alice.to_account_id() ),)); // Alice account has been unlinked @@ -1889,19 +1819,19 @@ fn test_unlink_identity() { fn test_new_account_linked() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 1_000), - (AccountKeyring::Eve.to_account_id(), 1_000), + (Keyring::Alice.to_account_id(), 1_000), + (Keyring::Eve.to_account_id(), 1_000), ]) .build() .execute_with(|| { - let eve_account = AccountKeyring::Eve.to_account_id(); + let eve_account = Keyring::Eve.to_account_id(); assert_eq!( frame_system::Pallet::<Runtime>::get(&eve_account).linked_idty, None ); // Alice creates identity for Eve assert_ok!(Identity::create_identity( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), eve_account.clone(), )); // then eve account should be linked to her identity @@ -1918,11 +1848,11 @@ fn test_new_account_linked() { #[test] fn test_killed_account() { ExtBuilder::new(1, 2, 4) - .with_initial_balances(vec![(AccountKeyring::Bob.to_account_id(), 1_000)]) + .with_initial_balances(vec![(Keyring::Bob.to_account_id(), 1_000)]) .build() .execute_with(|| { - let alice_account = AccountKeyring::Alice.to_account_id(); - let bob_account = AccountKeyring::Bob.to_account_id(); + let alice_account = Keyring::Alice.to_account_id(); + let bob_account = Keyring::Bob.to_account_id(); // check that Alice is 1 and Bob 2 assert_eq!(Identity::identity_index_of(&alice_account), Some(1)); assert_eq!(Identity::identity_index_of(&bob_account), Some(2)); diff --git a/runtime/gdev/tests/xt_tests.rs b/runtime/gdev/tests/xt_tests.rs index efac8a18f..80e3036b4 100644 --- a/runtime/gdev/tests/xt_tests.rs +++ b/runtime/gdev/tests/xt_tests.rs @@ -28,7 +28,7 @@ use frame_support::{ }; use gdev_runtime::*; use sp_core::Encode; -use sp_keyring::AccountKeyring; +use sp_keyring::sr25519::Keyring; /// test currency transfer with extrinsic // the signer account should pay fees and a tip @@ -37,18 +37,18 @@ use sp_keyring::AccountKeyring; fn test_transfer_xt() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Eve.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Eve.to_account_id(), 10_000), ]) .build() .execute_with(|| { let call = RuntimeCall::Balances(BalancesCall::transfer_allow_death { - dest: AccountKeyring::Eve.to_account_id().into(), + dest: Keyring::Eve.to_account_id().into(), value: 500, }); // 1 cĞD of tip - let xt = get_unchecked_extrinsic(call, 4u64, 8u64, AccountKeyring::Alice, 1u64, 0); + let xt = get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Alice, 1u64, 0); // let info = xt.get_dispatch_info(); // println!("dispatch info:\n\t {:?}\n", info); @@ -57,11 +57,11 @@ fn test_transfer_xt() { assert_ok!(Executive::apply_extrinsic(xt)); // check amounts assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), + Balances::free_balance(Keyring::Alice.to_account_id()), 10_000 - 500 - 3 // initial - transfered - fees ); assert_eq!( - Balances::free_balance(AccountKeyring::Eve.to_account_id()), + Balances::free_balance(Keyring::Eve.to_account_id()), 10_000 + 500 // initial + transfered ); assert_eq!(Balances::free_balance(Treasury::account_id()), 100 + 3); @@ -73,18 +73,18 @@ fn test_transfer_xt() { fn test_refund_queue() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Eve.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Eve.to_account_id(), 10_000), ]) .build() .execute_with(|| { let call = RuntimeCall::Balances(BalancesCall::transfer_allow_death { - dest: AccountKeyring::Eve.to_account_id().into(), + dest: Keyring::Eve.to_account_id().into(), value: 500, }); // 1 cĞD of tip - let xt = get_unchecked_extrinsic(call, 4u64, 8u64, AccountKeyring::Alice, 1u64, 0); + let xt = get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Alice, 1u64, 0); assert_ok!(Executive::apply_extrinsic(xt)); // check that refund was added to the queue @@ -93,7 +93,7 @@ fn test_refund_queue() { .first() .expect("a refund should have been added to the queue"), &pallet_quota::pallet::Refund { - account: AccountKeyring::Alice.to_account_id(), + account: Keyring::Alice.to_account_id(), identity: 1u32, amount: 2u64 } @@ -106,18 +106,18 @@ fn test_refund_queue() { fn test_refund_on_idle() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Eve.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Eve.to_account_id(), 10_000), ]) .build() .execute_with(|| { let call = RuntimeCall::Balances(BalancesCall::transfer_allow_death { - dest: AccountKeyring::Eve.to_account_id().into(), + dest: Keyring::Eve.to_account_id().into(), value: 500, }); // 1 cĞD of tip - let xt = get_unchecked_extrinsic(call, 4u64, 8u64, AccountKeyring::Alice, 1u64, 0); + let xt = get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Alice, 1u64, 0); assert_ok!(Executive::apply_extrinsic(xt)); // call on_idle to activate refund @@ -125,7 +125,7 @@ fn test_refund_on_idle() { // check that refund event existed System::assert_has_event(RuntimeEvent::Quota(pallet_quota::Event::Refunded { - who: AccountKeyring::Alice.to_account_id(), + who: Keyring::Alice.to_account_id(), identity: 1u32, amount: 1u64, })); @@ -133,7 +133,7 @@ fn test_refund_on_idle() { // check that refund queue is empty assert!(pallet_quota::RefundQueue::<Runtime>::get().is_empty()); assert_eq!( - Balances::free_balance(AccountKeyring::Alice.to_account_id()), + Balances::free_balance(Keyring::Alice.to_account_id()), 10_000 - 500 - 1 - 2 + 1 // initial - transfered - tip - fees + refunded fees ); }) @@ -144,17 +144,17 @@ fn test_refund_on_idle() { fn test_no_refund() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Eve.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Eve.to_account_id(), 10_000), ]) .build() .execute_with(|| { // Eve → Alice let call = RuntimeCall::Balances(BalancesCall::transfer_allow_death { - dest: AccountKeyring::Alice.to_account_id().into(), + dest: Keyring::Alice.to_account_id().into(), value: 500, }); - let xt = get_unchecked_extrinsic(call, 4u64, 8u64, AccountKeyring::Eve, 1u64, 0); + let xt = get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Eve, 1u64, 0); assert_ok!(Executive::apply_extrinsic(xt)); // check that refund queue is empty assert!(pallet_quota::RefundQueue::<Runtime>::get().is_empty()); @@ -167,16 +167,16 @@ fn test_no_refund() { fn test_refund_reaped_linked_account() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Ferdie.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Ferdie.to_account_id(), 10_000), ]) .build() .execute_with(|| { let genesis_hash = System::block_hash(0); - let alice = AccountKeyring::Alice.to_account_id(); - let ferdie = AccountKeyring::Ferdie.to_account_id(); + let alice = Keyring::Alice.to_account_id(); + let ferdie = Keyring::Ferdie.to_account_id(); let payload = (b"link", genesis_hash, 1u32, ferdie.clone()).encode(); - let signature = AccountKeyring::Ferdie.sign(&payload); + let signature = Keyring::Ferdie.sign(&payload); // Ferdie's account can be linked to Alice identity assert_ok!(Identity::link_account( @@ -191,10 +191,10 @@ fn test_refund_reaped_linked_account() { // transfer_all call to extrinsic let call = RuntimeCall::Balances(BalancesCall::transfer_all { - dest: AccountKeyring::Alice.to_account_id().into(), + dest: Keyring::Alice.to_account_id().into(), keep_alive: false, }); - let xt = get_unchecked_extrinsic(call, 4u64, 8u64, AccountKeyring::Ferdie, 0u64, 0); + let xt = get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Ferdie, 0u64, 0); assert_ok!(Executive::apply_extrinsic(xt)); assert_eq!(Balances::free_balance(ferdie.clone()), 0); @@ -213,8 +213,8 @@ fn test_refund_reaped_linked_account() { fn test_no_member_no_refund() { ExtBuilder::new(1, 3, 4) .with_initial_balances(vec![ - (AccountKeyring::Alice.to_account_id(), 10_000), - (AccountKeyring::Bob.to_account_id(), 10_000), + (Keyring::Alice.to_account_id(), 10_000), + (Keyring::Bob.to_account_id(), 10_000), ]) .build() .execute_with(|| { @@ -223,7 +223,7 @@ fn test_no_member_no_refund() { idty_index: 2u32, genesis_hash: System::block_hash(0), }; - let signature = AccountKeyring::Bob.sign( + let signature = Keyring::Bob.sign( &( pallet_identity::REVOCATION_PAYLOAD_PREFIX, revocation_payload, @@ -231,9 +231,9 @@ fn test_no_member_no_refund() { .encode(), ); assert_ok!(Identity::revoke_identity( - RuntimeOrigin::signed(AccountKeyring::Bob.to_account_id()), + RuntimeOrigin::signed(Keyring::Bob.to_account_id()), 2, - AccountKeyring::Bob.to_account_id(), + Keyring::Bob.to_account_id(), signature.into() )); assert_eq!( @@ -243,17 +243,17 @@ fn test_no_member_no_refund() { pallet_identity::IdtyStatus::Revoked ); let call = RuntimeCall::Balances(BalancesCall::transfer_allow_death { - dest: AccountKeyring::Ferdie.to_account_id().into(), + dest: Keyring::Ferdie.to_account_id().into(), value: 500, }); - let xt = get_unchecked_extrinsic(call, 4u64, 8u64, AccountKeyring::Bob, 0u64, 0); + let xt = get_unchecked_extrinsic(call, 4u64, 8u64, Keyring::Bob, 0u64, 0); assert_ok!(Executive::apply_extrinsic(xt)); assert!(pallet_quota::RefundQueue::<Runtime>::get().is_empty()); // Unconfirmed identities are not eligible for a refund assert_ok!(Identity::create_identity( - RuntimeOrigin::signed(AccountKeyring::Alice.to_account_id()), - AccountKeyring::Ferdie.to_account_id(), + RuntimeOrigin::signed(Keyring::Alice.to_account_id()), + Keyring::Ferdie.to_account_id(), )); assert_eq!( pallet_identity::Identities::<Runtime>::get(&5) @@ -262,17 +262,16 @@ fn test_no_member_no_refund() { pallet_identity::IdtyStatus::Unconfirmed ); let call = RuntimeCall::Balances(BalancesCall::transfer_allow_death { - dest: AccountKeyring::Alice.to_account_id().into(), + dest: Keyring::Alice.to_account_id().into(), value: 500, }); - let xt = - get_unchecked_extrinsic(call.clone(), 4u64, 8u64, AccountKeyring::Ferdie, 0u64, 0); + let xt = get_unchecked_extrinsic(call.clone(), 4u64, 8u64, Keyring::Ferdie, 0u64, 0); assert_ok!(Executive::apply_extrinsic(xt)); assert!(pallet_quota::RefundQueue::<Runtime>::get().is_empty()); // Unvalidated identities are not eligible for a refund assert_ok!(Identity::confirm_identity( - RuntimeOrigin::signed(AccountKeyring::Ferdie.to_account_id()), + RuntimeOrigin::signed(Keyring::Ferdie.to_account_id()), "ferdie".into(), )); assert_eq!( @@ -281,8 +280,7 @@ fn test_no_member_no_refund() { .status, pallet_identity::IdtyStatus::Unvalidated ); - let xt = - get_unchecked_extrinsic(call.clone(), 4u64, 8u64, AccountKeyring::Ferdie, 0u64, 1); + let xt = get_unchecked_extrinsic(call.clone(), 4u64, 8u64, Keyring::Ferdie, 0u64, 1); assert_ok!(Executive::apply_extrinsic(xt)); assert!(pallet_quota::RefundQueue::<Runtime>::get().is_empty()); @@ -295,11 +293,10 @@ fn test_no_member_no_refund() { pallet_identity::IdtyStatus::NotMember ); let call = RuntimeCall::Balances(BalancesCall::transfer_allow_death { - dest: AccountKeyring::Bob.to_account_id().into(), + dest: Keyring::Bob.to_account_id().into(), value: 500, }); - let xt = - get_unchecked_extrinsic(call.clone(), 4u64, 8u64, AccountKeyring::Alice, 0u64, 0); + let xt = get_unchecked_extrinsic(call.clone(), 4u64, 8u64, Keyring::Alice, 0u64, 0); assert_ok!(Executive::apply_extrinsic(xt)); assert!(pallet_quota::RefundQueue::<Runtime>::get().is_empty()); }) -- GitLab From 041f43e8b64d8ac959d6b237534b068a47a50750 Mon Sep 17 00:00:00 2001 From: bgallois <benjamin@gallois.cc> Date: Wed, 9 Apr 2025 18:40:08 +0200 Subject: [PATCH 5/5] switch to subxt official --- Cargo.lock | 350 +++++++++++++++++----------------- Cargo.toml | 2 +- docs/dev/upgrade-substrate.md | 14 +- 3 files changed, 177 insertions(+), 189 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9758b98d8..d88bf3505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -849,7 +849,7 @@ checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" [[package]] name = "binary-merkle-tree" version = "16.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "hash-db", "log", @@ -1952,7 +1952,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.16.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1972,7 +1972,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.18.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -1988,7 +1988,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.18.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2002,7 +2002,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.12.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2012,7 +2012,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.22.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2031,7 +2031,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.19.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3076,7 +3076,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "fork-tree" version = "13.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", ] @@ -3109,7 +3109,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-support", "frame-support-procedural", @@ -3133,7 +3133,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "47.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "Inflector", "array-bytes", @@ -3221,7 +3221,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "aquamarine", "frame-support", @@ -3286,7 +3286,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.8.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "const-hex", @@ -3302,7 +3302,7 @@ dependencies = [ [[package]] name = "frame-support" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "aquamarine", "array-bytes", @@ -3343,7 +3343,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "33.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "Inflector", "cfg-expr", @@ -3363,7 +3363,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.3.0", @@ -3375,7 +3375,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "proc-macro2", "quote", @@ -3385,7 +3385,7 @@ dependencies = [ [[package]] name = "frame-system" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "cfg-if", "docify", @@ -3404,7 +3404,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-benchmarking", "frame-support", @@ -3418,7 +3418,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "docify", "parity-scale-codec", @@ -3428,7 +3428,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.46.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-support", "parity-scale-codec", @@ -5856,9 +5856,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "linux-raw-sys" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" +checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" [[package]] name = "lioness" @@ -6507,7 +6507,7 @@ checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "sp-core", "sp-runtime", @@ -6803,7 +6803,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-atomic-swap" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -6813,7 +6813,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-support", "frame-system", @@ -6848,7 +6848,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-support", "frame-system", @@ -6861,7 +6861,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6884,7 +6884,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "41.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "docify", "frame-benchmarking", @@ -6917,7 +6917,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "docify", "frame-benchmarking", @@ -7023,7 +7023,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7066,7 +7066,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "39.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7102,7 +7102,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "log", "parity-scale-codec", @@ -7145,7 +7145,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7176,7 +7176,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -7203,7 +7203,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "41.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "docify", "frame-benchmarking", @@ -7220,7 +7220,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-support", "frame-system", @@ -7272,7 +7272,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "docify", "frame-benchmarking", @@ -7287,7 +7287,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "docify", "frame-benchmarking", @@ -7306,7 +7306,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7322,7 +7322,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "43.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7338,7 +7338,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7350,7 +7350,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "docify", "frame-benchmarking", @@ -7403,7 +7403,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7761,7 +7761,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "17.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "scale-info", @@ -7772,7 +7772,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "bs58", "futures 0.3.31", @@ -7789,7 +7789,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -7814,7 +7814,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "bitvec", "bounded-vec", @@ -7838,7 +7838,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "derive_more 0.99.19", @@ -7866,7 +7866,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "futures 0.3.31", @@ -7886,7 +7886,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "16.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "bounded-collections", "derive_more 0.99.19", @@ -7902,7 +7902,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "18.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "bitvec", "hex-literal", @@ -7939,7 +7939,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.9.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "docify", "frame-benchmarking", @@ -7974,7 +7974,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9029,7 +9029,7 @@ dependencies = [ "bitflags 2.9.0", "errno", "libc", - "linux-raw-sys 0.9.3", + "linux-raw-sys 0.9.4", "windows-sys 0.59.0", ] @@ -9200,7 +9200,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "31.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "log", "sp-core", @@ -9211,7 +9211,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "futures 0.3.31", @@ -9239,7 +9239,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "futures 0.3.31", "log", @@ -9260,7 +9260,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.44.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "sp-api", @@ -9275,7 +9275,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "42.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "docify", @@ -9301,7 +9301,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -9312,7 +9312,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.51.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "chrono", @@ -9354,7 +9354,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "fnv", "futures 0.3.31", @@ -9380,7 +9380,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.46.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "hash-db", "kvdb", @@ -9405,7 +9405,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "futures 0.3.31", @@ -9428,7 +9428,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "futures 0.3.31", @@ -9457,7 +9457,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "fork-tree", @@ -9493,7 +9493,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -9515,7 +9515,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9528,7 +9528,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "ahash", "array-bytes", @@ -9572,7 +9572,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "finality-grandpa", "futures 0.3.31", @@ -9592,7 +9592,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.50.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "assert_matches", "async-trait", @@ -9627,7 +9627,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "futures 0.3.31", @@ -9650,7 +9650,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.42.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -9673,7 +9673,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.38.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "polkavm", "sc-allocator", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.35.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "log", "polkavm", @@ -9697,7 +9697,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.38.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "anyhow", "log", @@ -9713,7 +9713,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "console", "futures 0.3.31", @@ -9729,7 +9729,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "35.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -9743,7 +9743,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.19.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -9771,7 +9771,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -9821,7 +9821,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -9831,7 +9831,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "ahash", "futures 0.3.31", @@ -9850,7 +9850,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -9871,7 +9871,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -9906,7 +9906,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -9939,7 +9939,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "futures 0.3.31", @@ -9958,7 +9958,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.15.3" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "bs58", "bytes", @@ -9977,7 +9977,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "44.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "bytes", "fnv", @@ -10011,7 +10011,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.20.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10020,7 +10020,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "44.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -10052,7 +10052,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.48.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10072,7 +10072,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "21.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -10096,7 +10096,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.49.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "futures 0.3.31", @@ -10128,7 +10128,7 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.2.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "sc-executor", @@ -10143,7 +10143,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.50.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "directories", @@ -10207,7 +10207,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.38.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "log", "parity-scale-codec", @@ -10218,7 +10218,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "42.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "derive_more 0.99.19", "futures 0.3.31", @@ -10238,7 +10238,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "28.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "chrono", "futures 0.3.31", @@ -10257,7 +10257,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "chrono", "console", @@ -10285,7 +10285,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -10296,7 +10296,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "futures 0.3.31", @@ -10328,7 +10328,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "futures 0.3.31", @@ -10345,7 +10345,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "18.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-channel 1.9.0", "futures 0.3.31", @@ -11301,7 +11301,7 @@ dependencies = [ [[package]] name = "sp-api" version = "36.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "docify", "hash-db", @@ -11323,7 +11323,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "Inflector", "blake2 0.10.6", @@ -11337,7 +11337,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "40.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "scale-info", @@ -11349,7 +11349,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "docify", "integer-sqrt", @@ -11363,7 +11363,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "scale-info", @@ -11375,7 +11375,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "sp-api", "sp-inherents", @@ -11385,7 +11385,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "futures 0.3.31", "parity-scale-codec", @@ -11404,7 +11404,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.42.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "futures 0.3.31", @@ -11418,7 +11418,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.42.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "parity-scale-codec", @@ -11434,7 +11434,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.42.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "parity-scale-codec", @@ -11452,7 +11452,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "23.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "finality-grandpa", "log", @@ -11469,7 +11469,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.42.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "scale-info", @@ -11480,7 +11480,7 @@ dependencies = [ [[package]] name = "sp-core" version = "36.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "ark-vrf", "array-bytes", @@ -11541,7 +11541,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "blake2b_simd", "byteorder", @@ -11554,7 +11554,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", @@ -11564,7 +11564,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -11573,7 +11573,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "proc-macro2", "quote", @@ -11597,7 +11597,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.30.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "environmental", "parity-scale-codec", @@ -11607,7 +11607,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.17.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "scale-info", @@ -11619,7 +11619,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11632,7 +11632,7 @@ dependencies = [ [[package]] name = "sp-io" version = "40.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "bytes", "docify", @@ -11658,7 +11658,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "41.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "sp-core", "sp-runtime", @@ -11668,7 +11668,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.42.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -11679,7 +11679,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -11699,7 +11699,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.10.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "frame-metadata 20.0.0", "parity-scale-codec", @@ -11709,7 +11709,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.14.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "scale-info", @@ -11720,7 +11720,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "sp-api", "sp-core", @@ -11730,7 +11730,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.2" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "backtrace", "regex", @@ -11739,7 +11739,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "34.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -11749,7 +11749,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "41.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "binary-merkle-tree", "docify", @@ -11778,7 +11778,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "29.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11797,7 +11797,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "Inflector", "expander", @@ -11810,7 +11810,7 @@ dependencies = [ [[package]] name = "sp-session" version = "38.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "scale-info", @@ -11824,7 +11824,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "38.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11837,7 +11837,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.45.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "hash-db", "log", @@ -11857,7 +11857,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "20.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -11881,12 +11881,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" [[package]] name = "sp-storage" version = "22.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11898,7 +11898,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "parity-scale-codec", @@ -11910,7 +11910,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "tracing", @@ -11921,7 +11921,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "36.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "sp-api", "sp-runtime", @@ -11930,7 +11930,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "36.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "async-trait", "parity-scale-codec", @@ -11944,7 +11944,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "39.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "ahash", "hash-db", @@ -11966,7 +11966,7 @@ dependencies = [ [[package]] name = "sp-version" version = "39.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11983,7 +11983,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "15.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -11995,7 +11995,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12007,7 +12007,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -12073,7 +12073,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "16.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "bounded-collections", @@ -12185,7 +12185,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -12197,12 +12197,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" [[package]] name = "substrate-frame-rpc-system" version = "43.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -12222,7 +12222,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.2" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "http-body-util", "hyper 1.6.0", @@ -12236,7 +12236,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "async-trait", @@ -12261,7 +12261,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "frame-executive", @@ -12305,7 +12305,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "futures 0.3.31", "sc-block-builder", @@ -12323,7 +12323,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "array-bytes", "build-helper", @@ -12420,7 +12420,7 @@ dependencies = [ [[package]] name = "subxt" version = "0.41.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" +source = "git+https://github.com/paritytech/subxt#a8ae55a61b13902b83c0aaa4a42e7d5b0a3f13a7" dependencies = [ "async-trait", "derive-where", @@ -12438,7 +12438,7 @@ dependencies = [ "scale-value 0.18.0", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-core 0.41.0", "subxt-lightclient 0.41.0", "subxt-macro 0.41.0", @@ -12473,7 +12473,7 @@ dependencies = [ [[package]] name = "subxt-codegen" version = "0.41.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" +source = "git+https://github.com/paritytech/subxt#a8ae55a61b13902b83c0aaa4a42e7d5b0a3f13a7" dependencies = [ "heck 0.5.0", "parity-scale-codec", @@ -12518,7 +12518,7 @@ dependencies = [ [[package]] name = "subxt-core" version = "0.41.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" +source = "git+https://github.com/paritytech/subxt#a8ae55a61b13902b83c0aaa4a42e7d5b0a3f13a7" dependencies = [ "base58", "blake2 0.10.6", @@ -12538,7 +12538,7 @@ dependencies = [ "scale-value 0.18.0", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-metadata 0.41.0", "thiserror 2.0.12", "tracing", @@ -12564,7 +12564,7 @@ dependencies = [ [[package]] name = "subxt-lightclient" version = "0.41.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" +source = "git+https://github.com/paritytech/subxt#a8ae55a61b13902b83c0aaa4a42e7d5b0a3f13a7" dependencies = [ "futures 0.3.31", "futures-util", @@ -12596,7 +12596,7 @@ dependencies = [ [[package]] name = "subxt-macro" version = "0.41.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" +source = "git+https://github.com/paritytech/subxt#a8ae55a61b13902b83c0aaa4a42e7d5b0a3f13a7" dependencies = [ "darling", "parity-scale-codec", @@ -12625,21 +12625,21 @@ dependencies = [ [[package]] name = "subxt-metadata" version = "0.41.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" +source = "git+https://github.com/paritytech/subxt#a8ae55a61b13902b83c0aaa4a42e7d5b0a3f13a7" dependencies = [ "frame-decode 0.7.0", "frame-metadata 20.0.0", "hashbrown 0.14.5", "parity-scale-codec", "scale-info", - "sp-crypto-hashing 0.1.0 (git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0)", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 2.0.12", ] [[package]] name = "subxt-rpcs" version = "0.41.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" +source = "git+https://github.com/paritytech/subxt#a8ae55a61b13902b83c0aaa4a42e7d5b0a3f13a7" dependencies = [ "derive-where", "frame-metadata 20.0.0", @@ -12702,7 +12702,7 @@ dependencies = [ [[package]] name = "subxt-utils-fetchmetadata" version = "0.41.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.41.0-duniter-substrate-v1.18.0#f80e1a1e9368aeb0c575e50036bec6d528d0b852" +source = "git+https://github.com/paritytech/subxt#a8ae55a61b13902b83c0aaa4a42e7d5b0a3f13a7" dependencies = [ "hex", "parity-scale-codec", @@ -13273,7 +13273,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "coarsetime", "polkadot-primitives", @@ -13284,7 +13284,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "expander", "proc-macro-crate 3.3.0", @@ -14750,7 +14750,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "11.0.2" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#dfcf980067ab252b8b43a7e82a7b1cba515b8313" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.18.0#b99f0fae6e09971b27e6c077ce391e161622f3e0" dependencies = [ "Inflector", "proc-macro2", @@ -14760,9 +14760,9 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.25" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4" +checksum = "a62ce76d9b56901b19a74f19431b0d8b3bc7ca4ad685a746dfd78ca8f4fc6bda" [[package]] name = "xmltree" diff --git a/Cargo.toml b/Cargo.toml index 72d914453..dad962eb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ array-bytes = { version = "6.2.2", default-features = false } parking_lot = { version = "0.12.1" } # Subxt -subxt = { git = 'https://github.com/duniter/subxt', branch = 'subxt-v0.41.0-duniter-substrate-v1.18.0', default-features = false } +subxt = { git = 'https://github.com/paritytech/subxt', tags = '0.41.0', default-features = false } # local dependencies weight-analyzer = { path = "resources/weight_analyzer", default-features = false } diff --git a/docs/dev/upgrade-substrate.md b/docs/dev/upgrade-substrate.md index 899053ea2..26e24eb8f 100644 --- a/docs/dev/upgrade-substrate.md +++ b/docs/dev/upgrade-substrate.md @@ -11,19 +11,7 @@ ParityTech frequently releases upgrades of the polkadot-sdk. For each upgrade, D * Rebase the branch, keeping only specific commits: "fix treasury benchmarks when no SpendOrigin", "allow manual seal to produce non-empty blocks with BABE", "add custom pallet-balance GenesisConfig", and "remove pallet-balances upgrade_account extrinsic", "remove all paritytech sdk dependencies". * Push the new branch: `git push` -## 2. Upgrade duniter subxt - -* Clone the repository: `git clone git@github.com:duniter/subxt.git` -* Set the upstream repository: `git remote add upstream git@github.com:paritytech/subxt.git` -* If a new version compatible with the polkadot-sdk version used in duniter is available, upgrade Subxt using the same method as duniter-polkadot-sdk. -* In the `Cargo.toml` file of duniter subxt, change the GitHub path pointing to the paritytech polkadot-sdk, or old duniter-polkadot-sdk to the new duniter-polkadot-sdk. -* Run `cargo upgrade` and push the branch. - -## 3. Upgrade Dependencies - -Ensure that the dependencies for [Arkwork](https://github.com/duniter/arkworks-substrate) and [ring-vrf bandersnatch-vrfs](https://github.com/duniter/ring-vrf/) only depend on the duniter-polkadot-sdk. When upgrading these repositories, make sure to cherry-pick the "use duniter polkadot-sdk" commit. - -## 4. Upgrade repository +## 2. Upgrade repository * In the `Cargo.toml` file of Duniter, change the version number from 1.8.0 to 1.9.0 for all polkadot-sdk dependencies. Also, change the version for Subxt. `find . -type f -name "Cargo.toml" -exec sed -i'' -e 's/polkadot-v1.8.0\/polkadot-v1.9.0/g' {} +`. * Upgrade the version number of all crateio dependencies to ensure compatibility with those used in the polkadot-sdk, see the node template at: [Node Template](https://github.com/paritytech/polkadot-sdk/blob/master/templates/solochain/node/Cargo.toml) (choose the correct branch/tag). -- GitLab