From 244ce1d8fdb73aa01c30981b716beb4efa7a0a2e Mon Sep 17 00:00:00 2001 From: Benjamin Gallois Date: Wed, 2 Oct 2024 16:08:45 +0200 Subject: [PATCH] Upgrade polkadot v1.16.0 (nodes/rust/duniter-v2s!281) * remove unused deps * fix https://git.duniter.org/nodes/rust/duniter-v2s/-/issues/241 * remove sp_std dependency https://github.com/paritytech/polkadot-sdk/issues/2101# This is the commit message #2: * update metadata * clean Cargo.toml * run benchmarks * update node * update crates --- Cargo.lock | 2775 +++++++---------- Cargo.toml | 166 +- docs/api/runtime-calls.md | 174 +- docs/api/runtime-errors.md | 9 +- docs/api/runtime-errors.po | 2 - end2end-tests/Cargo.toml | 2 - live-tests/Cargo.toml | 1 - node/Cargo.toml | 26 +- node/src/cli.rs | 8 - node/src/command.rs | 6 - node/src/rpc.rs | 16 +- node/src/service.rs | 15 +- pallets/authority-members/Cargo.toml | 6 +- pallets/authority-members/src/lib.rs | 11 +- pallets/authority-members/src/mock.rs | 11 +- pallets/certification/Cargo.toml | 8 +- pallets/certification/src/lib.rs | 3 +- pallets/certification/src/tests.rs | 2 +- pallets/distance/Cargo.toml | 8 +- pallets/distance/src/benchmarking.rs | 1 + pallets/distance/src/lib.rs | 1 - pallets/distance/src/median.rs | 2 +- pallets/distance/src/mock.rs | 1 - pallets/duniter-account/Cargo.toml | 2 - pallets/duniter-account/src/lib.rs | 16 +- pallets/duniter-test-parameters/Cargo.toml | 5 - pallets/duniter-wot/Cargo.toml | 4 +- pallets/duniter-wot/src/lib.rs | 13 +- pallets/identity/Cargo.toml | 9 +- pallets/identity/src/lib.rs | 4 +- pallets/identity/src/types.rs | 4 +- pallets/membership/Cargo.toml | 6 +- pallets/membership/src/lib.rs | 2 +- pallets/offences/Cargo.toml | 10 +- pallets/offences/src/lib.rs | 2 +- pallets/oneshot-account/Cargo.toml | 4 +- pallets/oneshot-account/src/check_nonce.rs | 13 +- pallets/oneshot-account/src/lib.rs | 1 - pallets/provide-randomness/Cargo.toml | 2 - pallets/provide-randomness/src/lib.rs | 2 +- pallets/quota/Cargo.toml | 4 +- pallets/quota/src/lib.rs | 2 +- pallets/session-benchmarking/Cargo.toml | 5 +- pallets/session-benchmarking/src/lib.rs | 2 +- pallets/smith-members/Cargo.toml | 12 +- pallets/smith-members/src/lib.rs | 7 +- pallets/smith-members/src/types.rs | 10 +- pallets/universal-dividend/Cargo.toml | 4 +- pallets/universal-dividend/src/types.rs | 3 +- pallets/upgrade-origin/Cargo.toml | 2 - pallets/upgrade-origin/src/benchmarking.rs | 1 + pallets/upgrade-origin/src/lib.rs | 2 +- primitives/distance/Cargo.toml | 2 - primitives/distance/src/lib.rs | 2 +- primitives/membership/Cargo.toml | 3 - resources/metadata.scale | Bin 149769 -> 149644 bytes runtime/common/Cargo.toml | 55 - runtime/common/src/apis.rs | 2 +- runtime/common/src/fees.rs | 19 +- runtime/common/src/handlers.rs | 5 +- runtime/g1/Cargo.toml | 2 - runtime/g1/src/lib.rs | 2 +- runtime/g1/src/weights/block_weights.rs | 20 +- runtime/g1/src/weights/extrinsic_weights.rs | 20 +- .../weights/frame_benchmarking_baseline.rs | 32 +- runtime/g1/src/weights/frame_system.rs | 56 +- .../src/weights/pallet_authority_members.rs | 24 +- runtime/g1/src/weights/pallet_babe.rs | 2 +- runtime/g1/src/weights/pallet_balances.rs | 44 +- .../g1/src/weights/pallet_certification.rs | 36 +- runtime/g1/src/weights/pallet_collective.rs | 128 +- runtime/g1/src/weights/pallet_distance.rs | 64 +- .../g1/src/weights/pallet_duniter_account.rs | 8 +- runtime/g1/src/weights/pallet_grandpa.rs | 2 +- runtime/g1/src/weights/pallet_identity.rs | 86 +- runtime/g1/src/weights/pallet_im_online.rs | 12 +- runtime/g1/src/weights/pallet_membership.rs | 18 +- runtime/g1/src/weights/pallet_multisig.rs | 62 +- .../g1/src/weights/pallet_oneshot_account.rs | 16 +- runtime/g1/src/weights/pallet_preimage.rs | 70 +- .../src/weights/pallet_provide_randomness.rs | 24 +- runtime/g1/src/weights/pallet_proxy.rs | 100 +- runtime/g1/src/weights/pallet_scheduler.rs | 98 +- runtime/g1/src/weights/pallet_session.rs | 12 +- .../g1/src/weights/pallet_smith_members.rs | 24 +- runtime/g1/src/weights/pallet_sudo.rs | 20 +- runtime/g1/src/weights/pallet_timestamp.rs | 12 +- runtime/g1/src/weights/pallet_treasury.rs | 74 +- .../src/weights/pallet_universal_dividend.rs | 28 +- .../g1/src/weights/pallet_upgrade_origin.rs | 8 +- runtime/g1/src/weights/pallet_utility.rs | 36 +- runtime/g1/src/weights/paritydb_weights.rs | 36 +- runtime/gdev/Cargo.toml | 2 - runtime/gdev/src/lib.rs | 2 +- runtime/gdev/src/weights/block_weights.rs | 20 +- runtime/gdev/src/weights/extrinsic_weights.rs | 20 +- .../weights/frame_benchmarking_baseline.rs | 32 +- runtime/gdev/src/weights/frame_system.rs | 58 +- .../src/weights/pallet_authority_members.rs | 24 +- runtime/gdev/src/weights/pallet_babe.rs | 2 +- runtime/gdev/src/weights/pallet_balances.rs | 44 +- .../gdev/src/weights/pallet_certification.rs | 36 +- runtime/gdev/src/weights/pallet_collective.rs | 128 +- runtime/gdev/src/weights/pallet_distance.rs | 64 +- .../src/weights/pallet_duniter_account.rs | 8 +- runtime/gdev/src/weights/pallet_grandpa.rs | 2 +- runtime/gdev/src/weights/pallet_identity.rs | 86 +- runtime/gdev/src/weights/pallet_im_online.rs | 12 +- runtime/gdev/src/weights/pallet_membership.rs | 16 +- runtime/gdev/src/weights/pallet_multisig.rs | 72 +- .../src/weights/pallet_oneshot_account.rs | 16 +- runtime/gdev/src/weights/pallet_preimage.rs | 66 +- .../src/weights/pallet_provide_randomness.rs | 24 +- runtime/gdev/src/weights/pallet_proxy.rs | 100 +- runtime/gdev/src/weights/pallet_quota.rs | 32 +- runtime/gdev/src/weights/pallet_scheduler.rs | 98 +- runtime/gdev/src/weights/pallet_session.rs | 12 +- .../gdev/src/weights/pallet_smith_members.rs | 24 +- runtime/gdev/src/weights/pallet_sudo.rs | 20 +- runtime/gdev/src/weights/pallet_timestamp.rs | 12 +- runtime/gdev/src/weights/pallet_treasury.rs | 74 +- .../src/weights/pallet_universal_dividend.rs | 20 +- .../gdev/src/weights/pallet_upgrade_origin.rs | 8 +- runtime/gdev/src/weights/pallet_utility.rs | 36 +- runtime/gdev/src/weights/paritydb_weights.rs | 36 +- runtime/gdev/tests/common/mod.rs | 1 + runtime/gdev/tests/integration_tests.rs | 3 +- runtime/gtest/Cargo.toml | 2 - runtime/gtest/src/lib.rs | 2 +- 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 | 56 +- .../src/weights/pallet_authority_members.rs | 24 +- runtime/gtest/src/weights/pallet_babe.rs | 2 +- runtime/gtest/src/weights/pallet_balances.rs | 44 +- .../gtest/src/weights/pallet_certification.rs | 36 +- .../gtest/src/weights/pallet_collective.rs | 130 +- runtime/gtest/src/weights/pallet_distance.rs | 64 +- .../src/weights/pallet_duniter_account.rs | 8 +- runtime/gtest/src/weights/pallet_grandpa.rs | 2 +- runtime/gtest/src/weights/pallet_identity.rs | 86 +- runtime/gtest/src/weights/pallet_im_online.rs | 12 +- .../gtest/src/weights/pallet_membership.rs | 14 +- runtime/gtest/src/weights/pallet_multisig.rs | 72 +- .../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 | 100 +- runtime/gtest/src/weights/pallet_scheduler.rs | 98 +- runtime/gtest/src/weights/pallet_session.rs | 12 +- .../gtest/src/weights/pallet_smith_members.rs | 24 +- runtime/gtest/src/weights/pallet_sudo.rs | 20 +- runtime/gtest/src/weights/pallet_timestamp.rs | 12 +- runtime/gtest/src/weights/pallet_treasury.rs | 74 +- .../src/weights/pallet_universal_dividend.rs | 24 +- .../src/weights/pallet_upgrade_origin.rs | 8 +- runtime/gtest/src/weights/pallet_utility.rs | 36 +- runtime/gtest/src/weights/paritydb_weights.rs | 36 +- scripts/run_all_benchmarks.sh | 2 +- 160 files changed, 3172 insertions(+), 3891 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bec05c6e..0d42a044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,18 +23,18 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.22.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" +checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" dependencies = [ - "gimli 0.29.0", + "gimli 0.31.0", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "aead" @@ -68,7 +68,7 @@ dependencies = [ "cipher 0.4.4", "ctr", "ghash", - "subtle 2.6.0", + "subtle 2.6.1", ] [[package]] @@ -114,20 +114,11 @@ dependencies = [ "libc", ] -[[package]] -name = "ansi_term" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" -dependencies = [ - "winapi", -] - [[package]] name = "anstream" -version = "0.6.14" +version = "0.6.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" +checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" dependencies = [ "anstyle", "anstyle-parse", @@ -140,33 +131,33 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" +checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] name = "anstyle-parse" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" +checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" +checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" dependencies = [ "windows-sys 0.52.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.3" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" +checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" dependencies = [ "anstyle", "windows-sys 0.52.0", @@ -174,9 +165,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "approx" @@ -198,7 +189,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -212,18 +203,6 @@ dependencies = [ "ark-std", ] -[[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", - "ark-models-ext", - "ark-std", -] - [[package]] name = "ark-bls12-381" version = "0.4.0" @@ -236,45 +215,6 @@ dependencies = [ "ark-std", ] -[[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", - "ark-ff", - "ark-models-ext", - "ark-serialize", - "ark-std", -] - -[[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", - "ark-ff", - "ark-std", -] - -[[package]] -name = "ark-bw6-761-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" -dependencies = [ - "ark-bw6-761", - "ark-ec", - "ark-ff", - "ark-models-ext", - "ark-std", -] - [[package]] name = "ark-ec" version = "0.4.2" @@ -289,60 +229,9 @@ dependencies = [ "hashbrown 0.13.2", "itertools 0.10.5", "num-traits 0.2.19", - "rayon", "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", - "ark-ff", - "ark-std", -] - -[[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", - "ark-ed-on-bls12-377", - "ark-ff", - "ark-models-ext", - "ark-std", -] - -[[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", - "ark-ff", - "ark-std", -] - -[[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", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff", - "ark-models-ext", - "ark-std", -] - [[package]] name = "ark-ff" version = "0.4.2" @@ -386,19 +275,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "ark-models-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", - "derivative", -] - [[package]] name = "ark-poly" version = "0.4.2" @@ -412,35 +288,6 @@ dependencies = [ "hashbrown 0.13.2", ] -[[package]] -name = "ark-scale" -version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", - "parity-scale-codec", - "scale-info", -] - -[[package]] -name = "ark-secret-scalar" -version = "0.0.2" -source = "git+https://github.com/duniter/ring-vrf#27a6b9f6aa0c576bc481947dd5e4f3beff0fe327" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", - "ark-transcript 0.0.2 (git+https://github.com/duniter/ring-vrf)", - "digest 0.10.7", - "getrandom_or_panic", - "zeroize", -] - [[package]] name = "ark-serialize" version = "0.4.2" @@ -472,33 +319,6 @@ checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits 0.2.19", "rand", - "rayon", -] - -[[package]] -name = "ark-transcript" -version = "0.0.2" -source = "git+https://github.com/duniter/ring-vrf#27a6b9f6aa0c576bc481947dd5e4f3beff0fe327" -dependencies = [ - "ark-ff", - "ark-serialize", - "ark-std", - "digest 0.10.7", - "rand_core", - "sha3", -] - -[[package]] -name = "ark-transcript" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf#0fef8266d851932ad25d6b41bc4b34d834d1e11d" -dependencies = [ - "ark-ff", - "ark-serialize", - "ark-std", - "digest 0.10.7", - "rand_core", - "sha3", ] [[package]] @@ -509,9 +329,9 @@ checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" -version = "0.3.7" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" [[package]] name = "arrayvec" @@ -524,9 +344,9 @@ dependencies = [ [[package]] name = "arrayvec" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "ascii" @@ -586,7 +406,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", "synstructure 0.13.1", ] @@ -609,7 +429,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -643,9 +463,9 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.12.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0" +checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" dependencies = [ "async-task", "concurrent-queue", @@ -667,9 +487,9 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.3" +version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" +checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" dependencies = [ "async-lock", "cfg-if", @@ -678,10 +498,10 @@ dependencies = [ "futures-lite", "parking", "polling", - "rustix 0.38.34", + "rustix 0.38.37", "slab", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -708,9 +528,9 @@ dependencies = [ [[package]] name = "async-process" -version = "2.2.3" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a" +checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" dependencies = [ "async-channel 2.3.1", "async-io", @@ -721,16 +541,15 @@ dependencies = [ "cfg-if", "event-listener 5.3.1", "futures-lite", - "rustix 0.38.34", + "rustix 0.38.37", "tracing", - "windows-sys 0.52.0", ] [[package]] name = "async-signal" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d" +checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" dependencies = [ "async-io", "async-lock", @@ -738,10 +557,10 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 0.38.34", + "rustix 0.38.37", "signal-hook-registry", "slab", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -752,13 +571,13 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.80" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -799,46 +618,23 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" +checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "backtrace" -version = "0.3.73" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" dependencies = [ - "addr2line 0.22.0", - "cc", + "addr2line 0.24.1", "cfg-if", "libc", "miniz_oxide", - "object 0.36.0", + "object 0.36.4", "rustc-demangle", -] - -[[package]] -name = "bandersnatch_vrfs" -version = "0.0.4" -source = "git+https://github.com/duniter/ring-vrf#27a6b9f6aa0c576bc481947dd5e4f3beff0fe327" -dependencies = [ - "ark-bls12-381", - "ark-ec", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff", - "ark-serialize", - "ark-std", - "dleq_vrf", - "fflonk", - "merlin", - "rand_chacha", - "rand_core", - "ring 0.1.0", - "sha2 0.10.8", - "sp-ark-bls12-381", - "sp-ark-ed-on-bls12-381-bandersnatch", - "zeroize", + "windows-targets 0.52.6", ] [[package]] @@ -901,27 +697,6 @@ dependencies = [ "serde", ] -[[package]] -name = "bindgen" -version = "0.65.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" -dependencies = [ - "bitflags 1.3.2", - "cexpr", - "clang-sys", - "lazy_static", - "lazycell", - "peeking_take_while", - "prettyplease 0.2.20", - "proc-macro2", - "quote", - "regex", - "rustc-hash 1.1.0", - "shlex", - "syn 2.0.67", -] - [[package]] name = "bip39" version = "2.0.0" @@ -976,9 +751,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bitvec" @@ -1030,8 +805,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" dependencies = [ "arrayref", - "arrayvec 0.7.4", - "constant_time_eq 0.3.0", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] [[package]] @@ -1041,21 +816,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae" dependencies = [ "arrayref", - "arrayvec 0.7.4", - "constant_time_eq 0.3.0", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] [[package]] name = "blake3" -version = "1.5.1" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" +checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "cc", "cfg-if", - "constant_time_eq 0.3.0", + "constant_time_eq 0.3.1", ] [[package]] @@ -1118,9 +893,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" +checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" dependencies = [ "memchr", "serde", @@ -1161,9 +936,9 @@ checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" [[package]] name = "bytemuck" -version = "1.16.1" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" +checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" [[package]] name = "byteorder" @@ -1173,20 +948,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" - -[[package]] -name = "bzip2-sys" -version = "0.1.11+1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" -dependencies = [ - "cc", - "libc", - "pkg-config", -] +checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" [[package]] name = "c2-chacha" @@ -1200,9 +964,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.7" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" +checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" dependencies = [ "serde", ] @@ -1232,13 +996,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.99" +version = "1.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" +checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0" dependencies = [ "jobserver", "libc", - "once_cell", + "shlex", ] [[package]] @@ -1247,15 +1011,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" -[[package]] -name = "cexpr" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" -dependencies = [ - "nom", -] - [[package]] name = "cfg-expr" version = "0.15.8" @@ -1328,7 +1083,7 @@ dependencies = [ "js-sys", "num-traits 0.2.19", "wasm-bindgen", - "windows-targets 0.52.5", + "windows-targets 0.52.6", ] [[package]] @@ -1377,22 +1132,11 @@ dependencies = [ "zeroize", ] -[[package]] -name = "clang-sys" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" -dependencies = [ - "glob", - "libc", - "libloading", -] - [[package]] name = "clap" -version = "4.5.7" +version = "4.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f" +checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3" dependencies = [ "clap_builder", "clap_derive", @@ -1400,9 +1144,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.7" +version = "4.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f" +checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b" dependencies = [ "anstream", "anstyle", @@ -1413,36 +1157,36 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.6" +version = "4.5.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbca90c87c2a04da41e95d1856e8bcd22f159bdbfa147314d2ce5218057b0e58" +checksum = "8937760c3f4c60871870b8c3ee5f9b30771f792a7045c48bcbba999d7d6b3b8e" dependencies = [ "clap", ] [[package]] name = "clap_derive" -version = "4.5.5" +version = "4.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" +checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "clap_lex" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" +checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "cmake" -version = "0.1.50" +version = "0.1.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" +checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" dependencies = [ "cc", ] @@ -1459,9 +1203,9 @@ dependencies = [ [[package]] name = "colorchoice" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" +checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "combine" @@ -1492,26 +1236,11 @@ version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ - "strum 0.26.2", + "strum 0.26.3", "strum_macros 0.26.4", "unicode-width", ] -[[package]] -name = "common" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#1472ce9cd87cee49c56ce7869a0aba872d837c51" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", - "fflonk", - "getrandom_or_panic", - "rand_core", -] - [[package]] name = "common-path" version = "1.0.0" @@ -1526,38 +1255,24 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "frame-system-benchmarking", - "frame-try-runtime", - "pallet-atomic-swap", "pallet-authority-members", "pallet-babe", "pallet-balances", "pallet-certification", - "pallet-collective", "pallet-distance", "pallet-duniter-account", "pallet-duniter-wot", - "pallet-grandpa", "pallet-identity", - "pallet-im-online", "pallet-membership", - "pallet-multisig", "pallet-offences", - "pallet-oneshot-account", - "pallet-preimage", "pallet-provide-randomness", - "pallet-proxy", "pallet-quota", - "pallet-scheduler", "pallet-session", "pallet-smith-members", - "pallet-sudo", "pallet-timestamp", "pallet-transaction-payment", "pallet-treasury", "pallet-universal-dividend", - "pallet-upgrade-origin", - "pallet-utility", "parity-scale-codec", "scale-info", "serde", @@ -1568,7 +1283,6 @@ dependencies = [ "sp-membership", "sp-runtime", "sp-staking", - "sp-std 14.0.0", "sp-weights", ] @@ -1628,9 +1342,9 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "constant_time_eq" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" +checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] name = "constcat" @@ -1665,9 +1379,9 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "core2" @@ -1698,9 +1412,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.12" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" +checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" dependencies = [ "libc", ] @@ -1884,7 +1598,7 @@ checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array 0.14.7", "rand_core", - "subtle 2.6.0", + "subtle 2.6.1", "zeroize", ] @@ -1916,7 +1630,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ "generic-array 0.14.7", - "subtle 2.6.0", + "subtle 2.6.1", ] [[package]] @@ -1930,12 +1644,12 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.4.4" +version = "3.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" +checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" dependencies = [ - "nix 0.28.0", - "windows-sys 0.52.0", + "nix 0.29.0", + "windows-sys 0.59.0", ] [[package]] @@ -1980,7 +1694,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.67", + "syn 2.0.79", "synthez", ] @@ -2010,7 +1724,7 @@ dependencies = [ "digest 0.10.7", "fiat-crypto", "rustc_version", - "subtle 2.6.0", + "subtle 2.6.1", "zeroize", ] @@ -2022,14 +1736,14 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "cxx" -version = "1.0.124" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "273dcfd3acd4e1e276af13ed2a43eea7001318823e7a726a6b3ed39b4acc0b82" +checksum = "54ccead7d199d584d139148b04b4a368d1ec7556a1d9ea2548febb1b9d49f9a4" dependencies = [ "cc", "cxxbridge-flags", @@ -2039,9 +1753,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.124" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b2766fbd92be34e9ed143898fce6c572dc009de39506ed6903e5a05b68914e" +checksum = "c77953e99f01508f89f55c494bfa867171ef3a6c8cea03d26975368f2121a5c1" dependencies = [ "cc", "codespan-reporting", @@ -2049,24 +1763,24 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "cxxbridge-flags" -version = "1.0.124" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "839fcd5e43464614ffaa989eaf1c139ef1f0c51672a1ed08023307fa1b909ccd" +checksum = "65777e06cc48f0cb0152024c77d6cf9e4bdb4408e7b48bea993d42fa0f5b02b6" [[package]] name = "cxxbridge-macro" -version = "1.0.124" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b2c1c1776b986979be68bb2285da855f8d8a35851a769fca8740df7c3d07877" +checksum = "98532a60dedaebc4848cb2cba5023337cc9ea3af16a5b062633fabfd9f18fb60" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -2081,12 +1795,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.20.9" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" +checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" dependencies = [ - "darling_core 0.20.9", - "darling_macro 0.20.9", + "darling_core 0.20.10", + "darling_macro 0.20.10", ] [[package]] @@ -2105,16 +1819,16 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.9" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" +checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" dependencies = [ "fnv", "ident_case", "proc-macro2", "quote", "strsim 0.11.1", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -2130,13 +1844,13 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.20.9" +version = "0.20.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" +checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" dependencies = [ - "darling_core 0.20.9", + "darling_core 0.20.10", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -2253,17 +1967,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "derive-syn-parse" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "derive-syn-parse" version = "0.2.0" @@ -2272,7 +1975,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -2283,7 +1986,7 @@ checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -2296,7 +1999,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -2332,7 +2035,7 @@ dependencies = [ "block-buffer 0.10.4", "const-oid", "crypto-common", - "subtle 2.6.0", + "subtle 2.6.1", ] [[package]] @@ -2385,7 +2088,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -2410,22 +2113,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "dleq_vrf" -version = "0.0.2" -source = "git+https://github.com/duniter/ring-vrf#27a6b9f6aa0c576bc481947dd5e4f3beff0fe327" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-scale", - "ark-secret-scalar", - "ark-serialize", - "ark-std", - "ark-transcript 0.0.2 (git+https://github.com/duniter/ring-vrf)", - "arrayvec 0.7.4", - "zeroize", -] - [[package]] name = "docify" version = "0.2.8" @@ -2442,14 +2129,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a081e51fb188742f5a7a1164ad752121abcb22874b21e2c3b0dd040c515fdad" dependencies = [ "common-path", - "derive-syn-parse 0.2.0", + "derive-syn-parse", "once_cell", "proc-macro2", "quote", "regex", - "syn 2.0.67", + "syn 2.0.79", "termcolor", - "toml 0.8.14", + "toml 0.8.19", "walkdir", ] @@ -2509,9 +2196,9 @@ dependencies = [ "gdev-runtime", "gtest-runtime", "hex", - "jsonrpsee 0.23.2", + "jsonrpsee 0.24.5", "log", - "memmap2 0.9.4", + "memmap2 0.9.5", "num-format", "pallet-grandpa", "pallet-im-online", @@ -2560,7 +2247,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0", + "sp-storage", "sp-timestamp", "sp-transaction-pool", "sp-transaction-storage-proof", @@ -2578,7 +2265,7 @@ dependencies = [ "ctrlc", "cucumber", "distance-oracle", - "env_logger 0.11.3", + "env_logger 0.11.5", "hex", "notify", "notify-debouncer-mini", @@ -2586,7 +2273,6 @@ dependencies = [ "portpicker", "serde_json", "sp-core", - "sp-core-hashing", "sp-keyring", "sp-runtime", "subxt", @@ -2599,7 +2285,6 @@ version = "1.0.0" dependencies = [ "anyhow", "countmap", - "hex-literal", "parity-scale-codec", "sp-core", "sp-runtime", @@ -2674,7 +2359,7 @@ dependencies = [ "rand_core", "serde", "sha2 0.10.8", - "subtle 2.6.0", + "subtle 2.6.1", "zeroize", ] @@ -2695,9 +2380,9 @@ dependencies = [ [[package]] name = "either" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" +checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "elliptic-curve" @@ -2715,7 +2400,7 @@ dependencies = [ "rand_core", "sec1", "serdect", - "subtle 2.6.0", + "subtle 2.6.1", "zeroize", ] @@ -2739,21 +2424,21 @@ dependencies = [ [[package]] name = "enum-as-inner" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "env_filter" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" +checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" dependencies = [ "log", ] @@ -2773,9 +2458,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.3" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" +checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" dependencies = [ "env_filter", "log", @@ -2858,10 +2543,10 @@ dependencies = [ "blake2 0.10.6", "file-guard", "fs-err", - "prettyplease 0.2.20", + "prettyplease 0.2.22", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -2883,15 +2568,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2" dependencies = [ "bit-set", - "regex-automata 0.4.7", - "regex-syntax 0.8.4", + "regex-automata 0.4.8", + "regex-syntax 0.8.5", ] [[package]] name = "fastrand" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" +checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "fdlimit" @@ -2910,20 +2595,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ "rand_core", - "subtle 2.6.0", -] - -[[package]] -name = "fflonk" -version = "0.1.0" -source = "git+https://github.com/w3f/fflonk#1e854f35e9a65d08b11a86291405cdc95baa0a35" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", - "merlin", + "subtle 2.6.1", ] [[package]] @@ -2954,14 +2626,14 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.23" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" +checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", - "windows-sys 0.52.0", + "libredox", + "windows-sys 0.59.0", ] [[package]] @@ -3010,9 +2682,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.30" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" +checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" dependencies = [ "crc32fast", "libz-sys", @@ -3051,8 +2723,8 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" -version = "12.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "13.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", ] @@ -3084,8 +2756,8 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-support", "frame-support-procedural", @@ -3101,16 +2773,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0", - "sp-std 14.0.0", - "sp-storage 19.0.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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "43.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "Inflector", "array-bytes", @@ -3143,24 +2814,24 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-database", - "sp-externalities 0.25.0", + "sp-externalities", "sp-genesis-builder", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0", + "sp-storage", "sp-trie", - "sp-wasm-interface 20.0.0", + "sp-wasm-interface", "thiserror", "thousands", ] [[package]] name = "frame-executive" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "aquamarine", "frame-support", @@ -3172,8 +2843,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-tracing", ] [[package]] @@ -3201,8 +2871,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "aquamarine", "array-bytes", @@ -3225,7 +2895,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0", + "sp-debug-derive", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3233,8 +2903,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "sp-weights", "static_assertions", "tt-call", @@ -3242,12 +2912,13 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "23.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "30.0.3" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "Inflector", "cfg-expr", - "derive-syn-parse 0.2.0", + "derive-syn-parse", + "docify", "expander", "frame-support-procedural-tools", "itertools 0.11.0", @@ -3256,35 +2927,35 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "frame-support-procedural-tools" -version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "13.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-support-procedural-tools-derive", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "frame-support-procedural-tools-derive" -version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "12.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "frame-system" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "cfg-if", "docify", @@ -3296,15 +2967,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-benchmarking", "frame-support", @@ -3313,13 +2984,12 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "frame-system-rpc-runtime-api" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "34.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "docify", "parity-scale-codec", @@ -3328,14 +2998,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -3458,7 +3127,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -3585,11 +3254,10 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", "sp-transaction-pool", "sp-version", "sp-weights", - "substrate-wasm-builder 17.0.0", + "substrate-wasm-builder", ] [[package]] @@ -3663,11 +3331,10 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", "sp-transaction-pool", "sp-version", "sp-weights", - "substrate-wasm-builder 17.0.0", + "substrate-wasm-builder", ] [[package]] @@ -3707,10 +3374,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", - "js-sys", "libc", "wasi", - "wasm-bindgen", ] [[package]] @@ -3744,7 +3409,7 @@ dependencies = [ "quote", "serde", "serde_json", - "syn 2.0.67", + "syn 2.0.79", "textwrap", "thiserror", "typed-builder", @@ -3773,9 +3438,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.29.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" +checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" [[package]] name = "git-version" @@ -3794,7 +3459,7 @@ checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -3805,15 +3470,15 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "globset" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" +checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" dependencies = [ "aho-corasick", "bstr", "log", - "regex-automata 0.4.7", - "regex-syntax 0.8.4", + "regex-automata 0.4.8", + "regex-syntax 0.8.5", ] [[package]] @@ -3833,7 +3498,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "ignore", "walkdir", ] @@ -3924,7 +3589,7 @@ checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", "rand_core", - "subtle 2.6.0", + "subtle 2.6.1", ] [[package]] @@ -3995,11 +3660,10 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", "sp-transaction-pool", "sp-version", "sp-weights", - "substrate-wasm-builder 17.0.0", + "substrate-wasm-builder", ] [[package]] @@ -4014,7 +3678,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.2.6", + "indexmap 2.5.0", "slab", "tokio", "tokio-util", @@ -4033,7 +3697,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.1.0", - "indexmap 2.2.6", + "indexmap 2.5.0", "slab", "tokio", "tokio-util", @@ -4240,9 +3904,9 @@ dependencies = [ [[package]] name = "http-body" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", "http 1.1.0", @@ -4257,7 +3921,7 @@ dependencies = [ "bytes", "futures-util", "http 1.1.0", - "http-body 1.0.0", + "http-body 1.0.1", "pin-project-lite", ] @@ -4281,9 +3945,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.29" +version = "0.14.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" +checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" dependencies = [ "bytes", "futures-channel", @@ -4305,16 +3969,16 @@ dependencies = [ [[package]] name = "hyper" -version = "1.3.1" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" +checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" dependencies = [ "bytes", "futures-channel", "futures-util", "h2 0.4.6", "http 1.1.0", - "http-body 1.0.0", + "http-body 1.0.1", "httparse", "httpdate", "itoa", @@ -4332,7 +3996,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.29", + "hyper 0.14.30", "log", "rustls 0.21.12", "rustls-native-certs 0.6.3", @@ -4348,41 +4012,40 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.3.1", + "hyper 1.4.1", "hyper-util", - "rustls 0.23.10", + "rustls 0.23.13", "rustls-pki-types", "tokio", "tokio-rustls 0.26.0", "tower-service", - "webpki-roots 0.26.5", + "webpki-roots 0.26.6", ] [[package]] name = "hyper-util" -version = "0.1.5" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" +checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" dependencies = [ "bytes", "futures-channel", "futures-util", "http 1.1.0", - "http-body 1.0.0", - "hyper 1.3.1", + "http-body 1.0.1", + "hyper 1.4.1", "pin-project-lite", "socket2 0.5.7", "tokio", - "tower", "tower-service", "tracing", ] [[package]] name = "iana-time-zone" -version = "0.1.60" +version = "0.1.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" +checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -4478,7 +4141,7 @@ dependencies = [ "bytes", "futures 0.3.30", "http 0.2.12", - "hyper 0.14.29", + "hyper 0.14.30", "log", "rand", "tokio", @@ -4488,15 +4151,15 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.22" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" +checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" dependencies = [ "crossbeam-deque", "globset", "log", "memchr", - "regex-automata 0.4.7", + "regex-automata 0.4.8", "same-file", "walkdir", "winapi-util", @@ -4563,9 +4226,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.6" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" +checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" dependencies = [ "equivalent", "hashbrown 0.14.5", @@ -4662,31 +4325,31 @@ dependencies = [ "socket2 0.5.7", "widestring", "windows-sys 0.48.0", - "winreg 0.50.0", + "winreg", ] [[package]] name = "ipnet" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" +checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4" [[package]] name = "is-terminal" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" +checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi 0.4.0", "libc", "windows-sys 0.52.0", ] [[package]] name = "is_terminal_polyfill" -version = "1.70.0" +version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "itertools" @@ -4743,18 +4406,18 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.31" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ "wasm-bindgen", ] @@ -4778,10 +4441,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" dependencies = [ "jsonrpsee-core 0.23.2", - "jsonrpsee-proc-macros", - "jsonrpsee-server", "jsonrpsee-types 0.23.2", "jsonrpsee-ws-client", +] + +[[package]] +name = "jsonrpsee" +version = "0.24.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "126b48a5acc3c52fbd5381a77898cb60e145123179588a29e7ac48f9c06e401b" +dependencies = [ + "jsonrpsee-core 0.24.5", + "jsonrpsee-proc-macros", + "jsonrpsee-server", + "jsonrpsee-types 0.24.5", "tokio", "tracing", ] @@ -4796,7 +4469,7 @@ dependencies = [ "http 0.2.12", "jsonrpsee-core 0.22.5", "pin-project", - "rustls-native-certs 0.7.0", + "rustls-native-certs 0.7.3", "rustls-pki-types", "soketto 0.7.1", "thiserror", @@ -4818,7 +4491,7 @@ dependencies = [ "http 1.1.0", "jsonrpsee-core 0.23.2", "pin-project", - "rustls 0.23.10", + "rustls 0.23.13", "rustls-pki-types", "rustls-platform-verifier", "soketto 0.8.0", @@ -4841,7 +4514,7 @@ dependencies = [ "beef", "futures-timer", "futures-util", - "hyper 0.14.29", + "hyper 0.14.30", "jsonrpsee-types 0.22.5", "pin-project", "rustc-hash 1.1.0", @@ -4862,16 +4535,10 @@ dependencies = [ "anyhow", "async-trait", "beef", - "bytes", "futures-timer", "futures-util", - "http 1.1.0", - "http-body 1.0.0", - "http-body-util", "jsonrpsee-types 0.23.2", - "parking_lot 0.12.3", "pin-project", - "rand", "rustc-hash 1.1.0", "serde", "serde_json", @@ -4881,6 +4548,29 @@ dependencies = [ "tracing", ] +[[package]] +name = "jsonrpsee-core" +version = "0.24.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0e503369a76e195b65af35058add0e6900b794a4e9a9316900ddd3a87a80477" +dependencies = [ + "async-trait", + "bytes", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "jsonrpsee-types 0.24.5", + "parking_lot 0.12.3", + "rand", + "rustc-hash 2.0.0", + "serde", + "serde_json", + "thiserror", + "tokio", + "tracing", +] + [[package]] name = "jsonrpsee-http-client" version = "0.22.5" @@ -4888,7 +4578,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" dependencies = [ "async-trait", - "hyper 0.14.29", + "hyper 0.14.30", "hyper-rustls 0.24.2", "jsonrpsee-core 0.22.5", "jsonrpsee-types 0.22.5", @@ -4903,32 +4593,31 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.23.2" +version = "0.24.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7895f186d5921065d96e16bd795e5ca89ac8356ec423fafc6e3d7cf8ec11aee4" +checksum = "fc660a9389e2748e794a40673a4155d501f32db667757cdb80edeff0306b489b" dependencies = [ "heck 0.5.0", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "jsonrpsee-server" -version = "0.23.2" +version = "0.24.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "654afab2e92e5d88ebd8a39d6074483f3f2bfdf91c5ac57fe285e7127cdd4f51" +checksum = "af6e6c9b6d975edcb443565d648b605f3e85a04ec63aa6941811a8894cc9cded" dependencies = [ - "anyhow", "futures-util", "http 1.1.0", - "http-body 1.0.0", + "http-body 1.0.1", "http-body-util", - "hyper 1.3.1", + "hyper 1.4.1", "hyper-util", - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", + "jsonrpsee-core 0.24.5", + "jsonrpsee-types 0.24.5", "pin-project", "route-recognizer", "serde", @@ -4968,6 +4657,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "jsonrpsee-types" +version = "0.24.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8fb16314327cbc94fdf7965ef7e4422509cd5597f76d137bd104eb34aeede67" +dependencies = [ + "http 1.1.0", + "serde", + "serde_json", + "thiserror", +] + [[package]] name = "jsonrpsee-ws-client" version = "0.23.2" @@ -4983,9 +4684,9 @@ dependencies = [ [[package]] name = "k256" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" +checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" dependencies = [ "cfg-if", "ecdsa", @@ -5049,25 +4750,11 @@ dependencies = [ "parking_lot 0.12.3", ] -[[package]] -name = "kvdb-rocksdb" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" -dependencies = [ - "kvdb", - "num_cpus", - "parking_lot 0.12.3", - "regex", - "rocksdb", - "smallvec", -] - [[package]] name = "lazy-regex" -version = "3.1.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d12be4595afdf58bd19e4a9f4e24187da2a66700786ff660a418e9059937a4c" +checksum = "8d8e41c97e6bc7ecb552016274b99fbb5d035e8de288c582d9b933af6677bfda" dependencies = [ "lazy-regex-proc_macros", "once_cell", @@ -5076,43 +4763,27 @@ dependencies = [ [[package]] name = "lazy-regex-proc_macros" -version = "3.1.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44bcd58e6c97a7fcbaffcdc95728b393b8d98933bfadad49ed4097845b57ef0b" +checksum = "76e1d8b05d672c53cb9c7b920bbba8783845ae4f0b076e02a3db1d02c81b4163" dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "lazy_static" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" - -[[package]] -name = "lazycell" -version = "1.3.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.155" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" - -[[package]] -name = "libloading" -version = "0.8.5" +version = "0.2.159" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" -dependencies = [ - "cfg-if", - "windows-targets 0.52.5", -] +checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" [[package]] name = "libm" @@ -5151,7 +4822,7 @@ dependencies = [ "libp2p-wasm-ext", "libp2p-websocket", "libp2p-yamux", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "pin-project", "rw-stream-sink", "thiserror", @@ -5194,7 +4865,7 @@ dependencies = [ "instant", "libp2p-identity", "log", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "multihash 0.19.1", "multistream-select", "once_cell", @@ -5272,7 +4943,7 @@ version = "0.44.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "asynchronous-codec", "bytes", "either", @@ -5345,7 +5016,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "log", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "multihash 0.19.1", "once_cell", "quick-protobuf", @@ -5451,7 +5122,7 @@ dependencies = [ "proc-macro-warning 0.4.2", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -5560,23 +5231,9 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "libc", -] - -[[package]] -name = "librocksdb-sys" -version = "0.11.0+8.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e" -dependencies = [ - "bindgen", - "bzip2-sys", - "cc", - "glob", - "libc", - "libz-sys", - "tikv-jemalloc-sys", + "redox_syscall 0.5.7", ] [[package]] @@ -5606,7 +5263,7 @@ checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" dependencies = [ "crunchy", "digest 0.9.0", - "subtle 2.6.0", + "subtle 2.6.1", ] [[package]] @@ -5629,9 +5286,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.18" +version = "1.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" +checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" dependencies = [ "cc", "cmake", @@ -5711,7 +5368,7 @@ dependencies = [ "futures 0.3.30", "futures-timer", "hex-literal", - "indexmap 2.2.6", + "indexmap 2.5.0", "libc", "mockall 0.12.1", "multiaddr 0.17.1", @@ -5764,15 +5421,15 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lru" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" +checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" dependencies = [ "hashbrown 0.14.5", ] @@ -5788,19 +5445,18 @@ dependencies = [ [[package]] name = "lz4" -version = "1.25.0" +version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6eab492fe7f8651add23237ea56dbf11b3c4ff762ab83d40a47f11433421f91" +checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725" dependencies = [ - "libc", "lz4-sys", ] [[package]] name = "lz4-sys" -version = "1.9.5" +version = "1.11.1+lz4-1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9764018d143cc854c9f17f0b907de70f14393b1f502da6375dce70f00514eb3" +checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" dependencies = [ "cc", "libc", @@ -5817,50 +5473,50 @@ dependencies = [ [[package]] name = "macro_magic" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03844fc635e92f3a0067e25fa4bf3e3dbf3f2927bf3aa01bb7bc8f1c428949d" +checksum = "cc33f9f0351468d26fbc53d9ce00a096c8522ecb42f19b50f34f2c422f76d21d" dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "macro_magic_core" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "468155613a44cfd825f1fb0ffa532b018253920d404e6fca1e8d43155198a46d" +checksum = "1687dc887e42f352865a393acae7cf79d98fab6351cde1f58e9e057da89bf150" dependencies = [ "const-random", - "derive-syn-parse 0.1.5", + "derive-syn-parse", "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "macro_magic_core_macros" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea73aa640dc01d62a590d48c0c3521ed739d53b27f919b25c3551e233481654" +checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "macro_magic_macros" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef9d79ae96aaba821963320eb2b6e34d17df1e5a83d8a1985c29cc5be59577b3" +checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -5875,15 +5531,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" -[[package]] -name = "matchers" -version = "0.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" -dependencies = [ - "regex-automata 0.1.10", -] - [[package]] name = "matchers" version = "0.1.0" @@ -5901,9 +5548,9 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "matrixmultiply" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" +checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" dependencies = [ "autocfg", "rawpointer", @@ -5921,7 +5568,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.34", + "rustix 0.38.37", ] [[package]] @@ -5935,9 +5582,9 @@ dependencies = [ [[package]] name = "memmap2" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" +checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" dependencies = [ "libc", ] @@ -5986,11 +5633,11 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.4" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" +checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" dependencies = [ - "adler", + "adler2", ] [[package]] @@ -6005,6 +5652,18 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "mio" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" +dependencies = [ + "hermit-abi 0.3.9", + "libc", + "wasi", + "windows-sys 0.52.0", +] + [[package]] name = "mixnet" version = "0.7.0" @@ -6012,7 +5671,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitflags 1.3.2", "blake2 0.10.6", "c2-chacha", @@ -6025,7 +5684,7 @@ dependencies = [ "rand", "rand_chacha", "rand_distr", - "subtle 2.6.0", + "subtle 2.6.1", "thiserror", "zeroize", ] @@ -6081,7 +5740,7 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -6105,9 +5764,9 @@ dependencies = [ [[package]] name = "multiaddr" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070" +checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" dependencies = [ "arrayref", "byteorder", @@ -6118,7 +5777,7 @@ dependencies = [ "percent-encoding", "serde", "static_assertions", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", "url", ] @@ -6197,6 +5856,12 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" +[[package]] +name = "multimap" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" + [[package]] name = "multistream-select" version = "0.13.0" @@ -6229,13 +5894,13 @@ dependencies = [ [[package]] name = "nalgebra-macros" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998" +checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.79", ] [[package]] @@ -6338,13 +6003,13 @@ dependencies = [ [[package]] name = "nix" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", - "cfg_aliases 0.1.1", + "cfg_aliases 0.2.1", "libc", ] @@ -6363,7 +6028,7 @@ checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "sp-core", "sp-runtime", @@ -6426,7 +6091,7 @@ version = "6.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "crossbeam-channel", "filetime", "fsevent-sys", @@ -6434,7 +6099,7 @@ dependencies = [ "kqueue", "libc", "log", - "mio", + "mio 0.8.11", "walkdir", "windows-sys 0.48.0", ] @@ -6461,9 +6126,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits 0.2.19", @@ -6490,7 +6155,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "itoa", ] @@ -6566,9 +6231,9 @@ dependencies = [ [[package]] name = "object" -version = "0.36.0" +version = "0.36.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" +checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" dependencies = [ "memchr", ] @@ -6593,9 +6258,12 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1" +dependencies = [ + "portable-atomic", +] [[package]] name = "opaque-debug" @@ -6611,11 +6279,11 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.64" +version = "0.10.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", "foreign-types", "libc", @@ -6632,7 +6300,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -6643,18 +6311,18 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" -version = "300.3.1+3.3.1" +version = "300.3.2+3.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +checksum = "a211a18d945ef7e648cc6e0058f4c548ee46aab922ea203e0d30e966ea23647b" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.102" +version = "0.9.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ "cc", "libc", @@ -6677,8 +6345,8 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-atomic-swap" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-support", "frame-system", @@ -6687,13 +6355,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "pallet-authority-discovery" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-support", "frame-system", @@ -6703,7 +6370,6 @@ dependencies = [ "sp-application-crypto", "sp-authority-discovery", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -6724,13 +6390,12 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0", ] [[package]] name = "pallet-authorship" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-support", "frame-system", @@ -6738,13 +6403,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "pallet-babe" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-benchmarking", "frame-support", @@ -6762,13 +6426,12 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", ] [[package]] name = "pallet-balances" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "docify", "frame-benchmarking", @@ -6778,7 +6441,6 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -6796,13 +6458,12 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "pallet-collective" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-benchmarking", "frame-support", @@ -6813,7 +6474,6 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -6823,7 +6483,6 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "getrandom", "pallet-authority-members", "pallet-authorship", "pallet-balances", @@ -6838,7 +6497,6 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -6860,14 +6518,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "pallet-duniter-test-parameters" version = "1.0.0" dependencies = [ - "frame-benchmarking", "frame-support", "frame-system", "pallet-duniter-test-parameters-macro", @@ -6877,7 +6533,6 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -6886,7 +6541,7 @@ version = "1.0.0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -6907,13 +6562,12 @@ dependencies = [ "sp-membership", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0", ] [[package]] name = "pallet-grandpa" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-benchmarking", "frame-support", @@ -6930,7 +6584,6 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", ] [[package]] @@ -6949,14 +6602,12 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0", - "substrate-wasm-builder 5.0.0-dev", ] [[package]] name = "pallet-im-online" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "37.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-benchmarking", "frame-support", @@ -6970,7 +6621,6 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", ] [[package]] @@ -6988,13 +6638,12 @@ dependencies = [ "sp-io", "sp-membership", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "pallet-multisig" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-benchmarking", "frame-support", @@ -7004,7 +6653,6 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -7020,7 +6668,6 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", ] [[package]] @@ -7038,13 +6685,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "pallet-preimage" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-benchmarking", "frame-support", @@ -7055,7 +6701,6 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -7071,13 +6716,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "pallet-proxy" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-benchmarking", "frame-support", @@ -7086,7 +6730,6 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -7103,13 +6746,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "pallet-scheduler" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "docify", "frame-benchmarking", @@ -7120,14 +6762,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", "sp-weights", ] [[package]] name = "pallet-session" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-support", "frame-system", @@ -7142,7 +6783,6 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 14.0.0", "sp-trie", ] @@ -7154,8 +6794,8 @@ dependencies = [ "frame-system", "pallet-session", "parity-scale-codec", + "scale-info", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -7175,13 +6815,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", ] [[package]] name = "pallet-sudo" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "docify", "frame-benchmarking", @@ -7191,13 +6830,12 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "pallet-timestamp" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "37.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "docify", "frame-benchmarking", @@ -7209,15 +6847,14 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-storage", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-support", "frame-system", @@ -7227,15 +6864,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "30.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "41.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ - "jsonrpsee 0.23.2", + "jsonrpsee 0.24.5", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "sp-api", @@ -7248,8 +6884,8 @@ dependencies = [ [[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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7260,8 +6896,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "37.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "docify", "frame-benchmarking", @@ -7274,7 +6910,6 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -7294,7 +6929,6 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -7310,13 +6944,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", ] [[package]] name = "pallet-utility" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-benchmarking", "frame-support", @@ -7326,7 +6959,6 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", ] [[package]] @@ -7369,7 +7001,7 @@ version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitvec", "byte-slice-cast", "bytes", @@ -7384,7 +7016,7 @@ version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 1.0.109", @@ -7398,9 +7030,9 @@ checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" [[package]] name = "parking" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" @@ -7445,9 +7077,9 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.2", + "redox_syscall 0.5.7", "smallvec", - "windows-targets 0.52.5", + "windows-targets 0.52.6", ] [[package]] @@ -7464,7 +7096,7 @@ checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", "rand_core", - "subtle 2.6.0", + "subtle 2.6.1", ] [[package]] @@ -7483,12 +7115,6 @@ dependencies = [ "password-hash", ] -[[package]] -name = "peeking_take_while" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" - [[package]] name = "peg" version = "0.6.3" @@ -7533,9 +7159,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.10" +version = "2.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8" +checksum = "fdbef9d1d47087a895abd220ed25eb4ad973a5e26f6a4367b038c25e28dfc2d9" dependencies = [ "memchr", "thiserror", @@ -7544,9 +7170,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.10" +version = "2.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459" +checksum = "4d3a6e3394ec80feb3b6393c725571754c6188490265c61aaf260810d6b95aa0" dependencies = [ "pest", "pest_generator", @@ -7554,22 +7180,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.10" +version = "2.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687" +checksum = "94429506bde1ca69d1b5601962c73f4172ab4726571a59ea95931218cb0e930e" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "pest_meta" -version = "2.7.10" +version = "2.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd" +checksum = "ac8a071862e93690b6e34e9a5fb8e33ff3734473ac0245b27232222c4906a33f" dependencies = [ "once_cell", "pest", @@ -7583,7 +7209,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.2.6", + "indexmap 2.5.0", ] [[package]] @@ -7603,7 +7229,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -7620,9 +7246,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" +checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", "fastrand", @@ -7641,9 +7267,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" +checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "placeholder" @@ -7704,7 +7330,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -7714,7 +7340,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -7740,17 +7366,17 @@ checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" [[package]] name = "polling" -version = "3.7.2" +version = "3.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" +checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" dependencies = [ "cfg-if", "concurrent-queue", "hermit-abi 0.4.0", "pin-project-lite", - "rustix 0.38.34", + "rustix 0.38.37", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -7778,9 +7404,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.6.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" +checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" [[package]] name = "portpicker" @@ -7799,9 +7425,12 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.17" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +dependencies = [ + "zerocopy", +] [[package]] name = "predicates" @@ -7829,15 +7458,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" +checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" [[package]] name = "predicates-tree" -version = "1.0.9" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" +checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" dependencies = [ "predicates-core", "termtree", @@ -7855,12 +7484,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.20" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" +checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" dependencies = [ "proc-macro2", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -7888,11 +7517,11 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ - "toml_edit 0.21.1", + "toml_edit", ] [[package]] @@ -7927,7 +7556,7 @@ checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -7938,7 +7567,7 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -7984,7 +7613,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -8018,7 +7647,7 @@ dependencies = [ "itertools 0.10.5", "lazy_static", "log", - "multimap", + "multimap 0.8.3", "petgraph", "prettyplease 0.1.25", "prost 0.11.9", @@ -8039,14 +7668,14 @@ dependencies = [ "heck 0.5.0", "itertools 0.12.1", "log", - "multimap", + "multimap 0.10.0", "once_cell", "petgraph", - "prettyplease 0.2.20", + "prettyplease 0.2.22", "prost 0.12.6", "prost-types 0.12.6", "regex", - "syn 2.0.67", + "syn 2.0.79", "tempfile", ] @@ -8073,7 +7702,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -8096,9 +7725,9 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.21" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" +checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205" dependencies = [ "cc", ] @@ -8191,9 +7820,9 @@ dependencies = [ "bytes", "pin-project-lite", "quinn-proto 0.11.8", - "quinn-udp 0.5.4", + "quinn-udp 0.5.5", "rustc-hash 2.0.0", - "rustls 0.23.10", + "rustls 0.23.13", "socket2 0.5.7", "thiserror", "tokio", @@ -8245,7 +7874,7 @@ dependencies = [ "rand", "ring 0.17.8", "rustc-hash 2.0.0", - "rustls 0.23.10", + "rustls 0.23.13", "slab", "thiserror", "tinyvec", @@ -8280,22 +7909,22 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285" +checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" dependencies = [ "libc", "once_cell", "socket2 0.5.7", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "quote" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ "proc-macro2", ] @@ -8357,11 +7986,11 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "11.0.2" +version = "11.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd" +checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] @@ -8429,27 +8058,18 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" -dependencies = [ - "bitflags 1.3.2", -] - -[[package]] -name = "redox_syscall" -version = "0.5.2" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" +checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] name = "redox_users" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom", "libredox", @@ -8473,7 +8093,7 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -8503,14 +8123,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.5" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.7", - "regex-syntax 0.8.4", + "regex-automata 0.4.8", + "regex-syntax 0.8.5", ] [[package]] @@ -8524,13 +8144,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" +checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.4", + "regex-syntax 0.8.5", ] [[package]] @@ -8547,24 +8167,24 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "regex-syntax" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" +checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.5" +version = "0.12.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" +checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63" dependencies = [ "base64 0.22.1", "bytes", "futures-core", "futures-util", "http 1.1.0", - "http-body 1.0.0", + "http-body 1.0.1", "http-body-util", - "hyper 1.3.1", + "hyper 1.4.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -8575,8 +8195,8 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn 0.11.5", - "rustls 0.23.10", - "rustls-pemfile 2.1.2", + "rustls 0.23.13", + "rustls-pemfile 2.1.3", "rustls-pki-types", "serde", "serde_json", @@ -8589,8 +8209,8 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.26.5", - "winreg 0.52.0", + "webpki-roots 0.26.6", + "windows-registry", ] [[package]] @@ -8610,24 +8230,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" dependencies = [ "hmac 0.12.1", - "subtle 2.6.0", -] - -[[package]] -name = "ring" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#1472ce9cd87cee49c56ce7869a0aba872d837c51" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", - "ark-transcript 0.0.2 (git+https://github.com/w3f/ring-vrf)", - "arrayvec 0.7.4", - "blake2 0.10.6", - "common", - "fflonk", + "subtle 2.6.1", ] [[package]] @@ -8660,16 +8263,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "rocksdb" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe" -dependencies = [ - "libc", - "librocksdb-sys", -] - [[package]] name = "route-recognizer" version = "0.3.1" @@ -8738,9 +8331,9 @@ checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" [[package]] name = "rustc_version" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ "semver 1.0.23", ] @@ -8770,11 +8363,11 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.34" +version = "0.38.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" +checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "errno", "libc", "linux-raw-sys 0.4.14", @@ -8813,23 +8406,23 @@ dependencies = [ "log", "ring 0.17.8", "rustls-pki-types", - "rustls-webpki 0.102.4", - "subtle 2.6.0", + "rustls-webpki 0.102.8", + "subtle 2.6.1", "zeroize", ] [[package]] name = "rustls" -version = "0.23.10" +version = "0.23.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" +checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" dependencies = [ "log", "once_cell", "ring 0.17.8", "rustls-pki-types", - "rustls-webpki 0.102.4", - "subtle 2.6.0", + "rustls-webpki 0.102.8", + "subtle 2.6.1", "zeroize", ] @@ -8847,12 +8440,12 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.0" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" +checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" dependencies = [ "openssl-probe", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.1.3", "rustls-pki-types", "schannel", "security-framework", @@ -8869,9 +8462,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" +checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" dependencies = [ "base64 0.22.1", "rustls-pki-types", @@ -8879,9 +8472,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" +checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" [[package]] name = "rustls-platform-verifier" @@ -8894,13 +8487,13 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.10", - "rustls-native-certs 0.7.0", + "rustls 0.23.13", + "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", - "rustls-webpki 0.102.4", + "rustls-webpki 0.102.8", "security-framework", "security-framework-sys", - "webpki-roots 0.26.5", + "webpki-roots 0.26.6", "winapi", ] @@ -8922,9 +8515,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.4" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring 0.17.8", "rustls-pki-types", @@ -8985,19 +8578,19 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "23.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "29.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0", + "sp-wasm-interface", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.45.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "futures 0.3.30", "futures-timer", @@ -9018,8 +8611,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.42.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "sp-api", @@ -9033,13 +8626,13 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "array-bytes", "docify", "log", - "memmap2 0.9.4", + "memmap2 0.9.5", "parity-scale-codec", "sc-chain-spec-derive", "sc-client-api", @@ -9055,24 +8648,24 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "12.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "sc-cli" -version = "0.36.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.47.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "array-bytes", "chrono", @@ -9112,8 +8705,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "37.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "fnv", "futures 0.3.30", @@ -9128,24 +8721,23 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.0", + "sp-externalities", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 19.0.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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "hash-db", "kvdb", "kvdb-memorydb", - "kvdb-rocksdb", "linked-hash-map", "log", "parity-db", @@ -9165,8 +8757,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "futures 0.3.30", @@ -9189,8 +8781,8 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.45.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "futures 0.3.30", @@ -9218,8 +8810,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.45.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "fork-tree", @@ -9254,11 +8846,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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.45.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee 0.24.5", "sc-consensus-babe", "sc-consensus-epochs", "sc-rpc-api", @@ -9276,8 +8868,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9289,8 +8881,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.19.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.30.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "ahash", "array-bytes", @@ -9333,12 +8925,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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.30.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "finality-grandpa", "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee 0.24.5", "log", "parity-scale-codec", "sc-client-api", @@ -9353,14 +8945,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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.46.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "assert_matches", "async-trait", "futures 0.3.30", "futures-timer", - "jsonrpsee 0.23.2", + "jsonrpsee 0.24.5", "log", "parity-scale-codec", "sc-client-api", @@ -9388,8 +8980,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "futures 0.3.30", @@ -9411,8 +9003,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.32.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.40.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -9422,44 +9014,44 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.35.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "polkavm", "sc-allocator", - "sp-maybe-compressed-blob 11.0.0", - "sp-wasm-interface 20.0.0", + "sp-maybe-compressed-blob", + "sp-wasm-interface", "thiserror", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" -version = "0.29.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.32.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface 20.0.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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.35.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "anyhow", "cfg-if", @@ -9469,17 +9061,17 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0", - "sp-wasm-interface 20.0.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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ - "ansi_term", + "console", "futures 0.3.30", "futures-timer", "log", @@ -9493,8 +9085,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "25.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "33.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -9507,18 +9099,18 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.4.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.15.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "array-bytes", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "blake2 0.10.6", "bytes", "futures 0.3.30", "futures-timer", "log", "mixnet", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "parity-scale-codec", "parking_lot 0.12.3", "sc-client-api", @@ -9536,8 +9128,8 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.45.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -9587,8 +9179,8 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -9605,8 +9197,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.45.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "ahash", "futures 0.3.30", @@ -9624,8 +9216,8 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -9645,8 +9237,8 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -9682,8 +9274,8 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "array-bytes", "futures 0.3.30", @@ -9701,15 +9293,15 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.10.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.12.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "bs58 0.5.1", "ed25519-dalek", "libp2p-identity", "litep2p", "log", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "multihash 0.19.1", "rand", "thiserror", @@ -9718,15 +9310,15 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "array-bytes", "bytes", "fnv", "futures 0.3.30", "futures-timer", - "hyper 0.14.29", + "hyper 0.14.30", "hyper-rustls 0.24.2", "log", "num_cpus", @@ -9742,7 +9334,7 @@ dependencies = [ "sc-utils", "sp-api", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-keystore", "sp-offchain", "sp-runtime", @@ -9752,8 +9344,8 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.17.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.18.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9761,11 +9353,11 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "40.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee 0.24.5", "log", "parity-scale-codec", "parking_lot 0.12.3", @@ -9793,10 +9385,10 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.33.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.44.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ - "jsonrpsee 0.23.2", + "jsonrpsee 0.24.5", "parity-scale-codec", "sc-chain-spec", "sc-mixnet", @@ -9813,18 +9405,20 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "17.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ + "dyn-clone", "forwarded-header-value", "futures 0.3.30", "governor", "http 1.1.0", "http-body-util", - "hyper 1.3.1", + "hyper 1.4.1", "ip_network", - "jsonrpsee 0.23.2", + "jsonrpsee 0.24.5", "log", + "sc-rpc-api", "serde", "serde_json", "substrate-prometheus-endpoint", @@ -9835,14 +9429,14 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.45.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "array-bytes", "futures 0.3.30", "futures-util", "hex", - "jsonrpsee 0.23.2", + "jsonrpsee 0.24.5", "log", "parity-scale-codec", "parking_lot 0.12.3", @@ -9867,15 +9461,15 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.35.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.46.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "directories", "exit-future", "futures 0.3.30", "futures-timer", - "jsonrpsee 0.23.2", + "jsonrpsee 0.24.5", "log", "parity-scale-codec", "parking_lot 0.12.3", @@ -9910,12 +9504,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 19.0.0", + "sp-storage", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -9931,8 +9525,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.30.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.36.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "log", "parity-scale-codec", @@ -9942,8 +9536,8 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "derive_more", "futures 0.3.30", @@ -9958,13 +9552,13 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-io", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "sc-telemetry" -version = "15.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "25.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "chrono", "futures 0.3.30", @@ -9983,18 +9577,17 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "37.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ - "ansi_term", "chrono", + "console", "is-terminal", "lazy_static", "libc", "log", "parity-scale-codec", "parking_lot 0.12.3", - "regex", "rustc-hash 1.1.0", "sc-client-api", "sc-tracing-proc-macro", @@ -10004,28 +9597,28 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "thiserror", "tracing", - "tracing-log 0.2.0", - "tracing-subscriber 0.3.18", + "tracing-log", + "tracing-subscriber", ] [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "sc-transaction-pool" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "37.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "futures 0.3.30", @@ -10043,7 +9636,7 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -10051,8 +9644,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "37.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "futures 0.3.30", @@ -10067,8 +9660,8 @@ dependencies = [ [[package]] name = "sc-utils" -version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "17.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-channel 1.9.0", "futures 0.3.30", @@ -10205,7 +9798,7 @@ version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 1.0.109", @@ -10240,7 +9833,7 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.67", + "syn 2.0.79", "thiserror", ] @@ -10263,9 +9856,9 @@ dependencies = [ [[package]] name = "scale-value" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4d772cfb7569e03868400344a1695d16560bf62b86b918604773607d39ec84" +checksum = "8cd6ab090d823e75cfdb258aad5fe92e13f2af7d04b43a55d607d25fcc38c811" dependencies = [ "base58", "blake2 0.10.6", @@ -10284,11 +9877,11 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" +checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -10310,14 +9903,14 @@ checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ "aead", "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "curve25519-dalek", "getrandom_or_panic", "merlin", "rand_core", "serde_bytes", "sha2 0.10.8", - "subtle 2.6.0", + "subtle 2.6.1", "zeroize", ] @@ -10367,7 +9960,7 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -10381,7 +9974,7 @@ dependencies = [ "generic-array 0.14.7", "pkcs8", "serdect", - "subtle 2.6.0", + "subtle 2.6.1", "zeroize", ] @@ -10414,11 +10007,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "core-foundation", "core-foundation-sys", "libc", @@ -10428,9 +10021,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.11.0" +version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" +checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" dependencies = [ "core-foundation-sys", "libc", @@ -10468,49 +10061,50 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.203" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" dependencies = [ "serde_derive", ] [[package]] name = "serde_bytes" -version = "0.11.14" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" +checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" dependencies = [ "serde", ] [[package]] name = "serde_derive" -version = "1.0.203" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] [[package]] name = "serde_spanned" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" +checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" dependencies = [ "serde", ] @@ -10533,7 +10127,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.2.6", + "indexmap 2.5.0", "itoa", "ryu", "serde", @@ -10682,7 +10276,7 @@ version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] @@ -10742,7 +10336,7 @@ checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -10753,9 +10347,9 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "smol" -version = "2.0.0" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e635339259e51ef85ac7aa29a1cd991b957047507288697a690e80ab97d07cad" +checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f" dependencies = [ "async-channel 2.3.1", "async-executor", @@ -10774,7 +10368,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6d1eaa97d77be4d026a1e7ffad1bb3b78448763b357ea6f8188d3e6f736a9b9" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "async-lock", "atomic-take", "base64 0.21.7", @@ -10879,7 +10473,7 @@ dependencies = [ "ring 0.17.8", "rustc_version", "sha2 0.10.8", - "subtle 2.6.0", + "subtle 2.6.1", ] [[package]] @@ -10935,8 +10529,8 @@ dependencies = [ [[package]] name = "sp-api" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "34.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "docify", "hash-db", @@ -10945,12 +10539,11 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "sp-state-machine", - "sp-std 14.0.0", "sp-trie", "sp-version", "thiserror", @@ -10958,35 +10551,34 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "15.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "20.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "Inflector", "blake2 0.10.6", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "sp-application-crypto" -version = "30.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 14.0.0", ] [[package]] name = "sp-arithmetic" -version = "23.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "26.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "docify", "integer-sqrt", @@ -10994,32 +10586,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0", "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", -] - -[[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", -] - [[package]] name = "sp-authority-discovery" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "34.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "scale-info", @@ -11030,8 +10603,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "34.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "sp-api", "sp-inherents", @@ -11040,26 +10613,27 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "37.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "futures 0.3.30", - "log", "parity-scale-codec", "parking_lot 0.12.3", "schnellru", "sp-api", "sp-consensus", + "sp-core", "sp-database", "sp-runtime", "sp-state-machine", "thiserror", + "tracing", ] [[package]] name = "sp-consensus" -version = "0.32.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.40.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "futures 0.3.30", @@ -11073,8 +10647,8 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.32.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.40.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "parity-scale-codec", @@ -11089,8 +10663,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.32.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.40.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "parity-scale-codec", @@ -11107,8 +10681,8 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "21.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "finality-grandpa", "log", @@ -11124,8 +10698,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.32.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.40.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "scale-info", @@ -11135,11 +10709,10 @@ dependencies = [ [[package]] name = "sp-core" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "34.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "array-bytes", - "bandersnatch_vrfs", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", @@ -11167,52 +10740,23 @@ dependencies = [ "secrecy", "serde", "sp-crypto-hashing", - "sp-debug-derive 14.0.0", - "sp-externalities 0.25.0", - "sp-runtime-interface 24.0.0", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - -[[package]] -name = "sp-core-hashing" -version = "15.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" -dependencies = [ - "sp-crypto-hashing", -] - -[[package]] -name = "sp-crypto-ec-utils" -version = "0.4.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" -dependencies = [ - "ark-bls12-377", - "ark-bls12-377-ext", - "ark-bls12-381", - "ark-bls12-381-ext", - "ark-bw6-761", - "ark-bw6-761-ext", - "ark-ec", - "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 17.0.0", - "sp-std 8.0.0", + "tracing", + "w3f-bls", + "zeroize", ] [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "blake2b_simd", "byteorder", @@ -11225,40 +10769,30 @@ 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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "quote", "sp-crypto-hashing", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "kvdb", "parking_lot 0.12.3", ] -[[package]] -name = "sp-debug-derive" -version = "8.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.67", -] - [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -11272,35 +10806,23 @@ dependencies = [ "serde", "sp-inherents", "sp-runtime", - "sp-std 14.0.0", "thiserror", ] [[package]] name = "sp-externalities" -version = "0.19.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 8.0.0", - "sp-storage 13.0.0", -] - -[[package]] -name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.29.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0", + "sp-storage", ] [[package]] name = "sp-genesis-builder" -version = "0.8.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.15.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "scale-info", @@ -11311,8 +10833,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "34.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11324,8 +10846,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "30.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "38.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "bytes", "docify", @@ -11338,12 +10860,11 @@ dependencies = [ "secp256k1", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0", + "sp-externalities", "sp-keystore", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "sp-state-machine", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-tracing", "sp-trie", "tracing", "tracing-core", @@ -11351,38 +10872,29 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "31.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "sp-core", "sp-runtime", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] name = "sp-keystore" -version = "0.34.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.40.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "sp-core", - "sp-externalities 0.25.0", -] - -[[package]] -name = "sp-maybe-compressed-blob" -version = "4.1.0-dev" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" -dependencies = [ - "thiserror", - "zstd 0.12.4", + "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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "thiserror", "zstd 0.12.4", @@ -11397,13 +10909,12 @@ dependencies = [ "scale-info", "serde", "sp-runtime", - "sp-std 14.0.0", ] [[package]] name = "sp-metadata-ir" -version = "0.6.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.7.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -11412,8 +10923,8 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.4.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.12.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "scale-info", @@ -11423,8 +10934,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "34.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "sp-api", "sp-core", @@ -11434,7 +10945,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "backtrace", "lazy_static", @@ -11443,8 +10954,8 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "32.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -11453,8 +10964,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "31.0.1" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "39.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "docify", "either", @@ -11472,77 +10983,47 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0", + "sp-std", "sp-weights", + "tracing", ] [[package]] name = "sp-runtime-interface" -version = "17.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.19.0", - "sp-runtime-interface-proc-macro 11.0.0", - "sp-std 8.0.0", - "sp-storage 13.0.0", - "sp-tracing 10.0.0", - "sp-wasm-interface 14.0.0", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "28.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", "primitive-types", - "sp-externalities 0.25.0", - "sp-runtime-interface-proc-macro 17.0.0", - "sp-std 14.0.0", - "sp-storage 19.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", + "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 = "11.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" -dependencies = [ - "Inflector", - "expander", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.67", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "18.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "sp-session" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "36.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "scale-info", @@ -11555,8 +11036,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "36.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11568,8 +11049,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.35.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.43.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "hash-db", "log", @@ -11578,7 +11059,7 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-panic-handler", "sp-trie", "thiserror", @@ -11588,8 +11069,8 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "18.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -11603,52 +11084,34 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0", + "sp-externalities", "sp-runtime", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "thiserror", "x25519-dalek", ] -[[package]] -name = "sp-std" -version = "8.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" - [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" - -[[package]] -name = "sp-storage" -version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 8.0.0", - "sp-std 8.0.0", -] +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" [[package]] name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "21.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0", + "sp-debug-derive", ] [[package]] name = "sp-timestamp" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "34.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "parity-scale-codec", @@ -11659,31 +11122,19 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "10.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" -dependencies = [ - "parity-scale-codec", - "sp-std 8.0.0", - "tracing", - "tracing-core", - "tracing-subscriber 0.2.25", -] - -[[package]] -name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "17.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "tracing", "tracing-core", - "tracing-subscriber 0.3.18", + "tracing-subscriber", ] [[package]] name = "sp-transaction-pool" -version = "26.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "34.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "sp-api", "sp-runtime", @@ -11691,8 +11142,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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "34.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "async-trait", "parity-scale-codec", @@ -11705,8 +11156,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "37.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "ahash", "hash-db", @@ -11719,7 +11170,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "thiserror", "tracing", "trie-db", @@ -11728,8 +11179,8 @@ dependencies = [ [[package]] name = "sp-version" -version = "29.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "37.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11738,39 +11189,26 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-version-proc-macro", "thiserror", ] [[package]] name = "sp-version-proc-macro" -version = "13.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "14.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "sp-wasm-interface" -version = "14.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-std 8.0.0", - "wasmtime", -] - -[[package]] -name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "21.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11781,8 +11219,8 @@ dependencies = [ [[package]] name = "sp-weights" -version = "27.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "31.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -11790,7 +11228,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0", + "sp-debug-derive", ] [[package]] @@ -11826,9 +11264,9 @@ dependencies = [ [[package]] name = "ss58-registry" -version = "1.47.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4743ce898933fbff7bbf414f497c459a782d496269644b3d650a398ae6a487ba" +checksum = "43fce22ed1df64d04b262351c8f9d5c6da4f76f79f25ad15529792f893fad25d" dependencies = [ "Inflector", "num-format", @@ -11916,15 +11354,12 @@ name = "strum" version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" -dependencies = [ - "strum_macros 0.24.3", -] [[package]] name = "strum" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ "strum_macros 0.26.4", ] @@ -11952,13 +11387,13 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "substrate-bip39" -version = "0.4.7" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "0.6.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -11970,17 +11405,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.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" [[package]] name = "substrate-frame-rpc-system" -version = "28.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "39.0.0" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "docify", "frame-system-rpc-runtime-api", "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee 0.24.5", "log", "parity-scale-codec", "sc-rpc-api", @@ -11995,9 +11430,11 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ - "hyper 0.14.29", + "http-body-util", + "hyper 1.4.1", + "hyper-util", "log", "prometheus", "thiserror", @@ -12006,37 +11443,20 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "5.0.0-dev" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.6.0#c84530c57a6f9ab808a92f6b5d29338acf1c6e4f" -dependencies = [ - "ansi_term", - "build-helper", - "cargo_metadata", - "filetime", - "parity-wasm", - "sp-maybe-compressed-blob 4.1.0-dev", - "strum 0.24.1", - "tempfile", - "toml 0.8.14", - "walkdir", - "wasm-opt", -] - -[[package]] -name = "substrate-wasm-builder" -version = "17.0.0" -source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.14.0#bcc60f3e4170c3908689252242f40761270c9a51" +version = "24.0.1" +source = "git+https://github.com/duniter/duniter-polkadot-sdk?branch=duniter-substrate-v1.16.0#90e77c4c212232c85b81fbd9e83064a3e7586db7" dependencies = [ "build-helper", "cargo_metadata", "console", "filetime", + "jobserver", "parity-wasm", "polkavm-linker", - "sp-maybe-compressed-blob 11.0.0", - "strum 0.26.2", + "sp-maybe-compressed-blob", + "strum 0.26.3", "tempfile", - "toml 0.8.14", + "toml 0.8.19", "walkdir", "wasm-opt", ] @@ -12049,9 +11469,9 @@ checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" [[package]] name = "subtle" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "subweight-core" @@ -12069,13 +11489,13 @@ dependencies = [ "semver 1.0.23", "serde", "serde_json", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "subxt" version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.16.0#be63f133b5b90bff7ead1dae749a1b6f7c34cbc8" dependencies = [ "async-trait", "derive-where", @@ -12093,7 +11513,7 @@ dependencies = [ "scale-decode 0.13.1", "scale-encode 0.7.1", "scale-info", - "scale-value 0.16.2", + "scale-value 0.16.3", "serde", "serde_json", "sp-crypto-hashing", @@ -12110,7 +11530,7 @@ dependencies = [ [[package]] name = "subxt-codegen" version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.16.0#be63f133b5b90bff7ead1dae749a1b6f7c34cbc8" dependencies = [ "frame-metadata 16.0.0", "heck 0.5.0", @@ -12122,7 +11542,7 @@ dependencies = [ "scale-info", "scale-typegen", "subxt-metadata", - "syn 2.0.67", + "syn 2.0.79", "thiserror", "tokio", ] @@ -12130,7 +11550,7 @@ dependencies = [ [[package]] name = "subxt-core" version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.16.0#be63f133b5b90bff7ead1dae749a1b6f7c34cbc8" dependencies = [ "base58", "blake2 0.10.6", @@ -12145,7 +11565,7 @@ dependencies = [ "scale-decode 0.13.1", "scale-encode 0.7.1", "scale-info", - "scale-value 0.16.2", + "scale-value 0.16.3", "serde", "serde_json", "sp-core", @@ -12158,7 +11578,7 @@ dependencies = [ [[package]] name = "subxt-lightclient" version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.16.0#be63f133b5b90bff7ead1dae749a1b6f7c34cbc8" dependencies = [ "futures 0.3.30", "futures-util", @@ -12174,21 +11594,21 @@ dependencies = [ [[package]] name = "subxt-macro" version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.16.0#be63f133b5b90bff7ead1dae749a1b6f7c34cbc8" dependencies = [ - "darling 0.20.9", + "darling 0.20.10", "parity-scale-codec", "proc-macro-error", "quote", "scale-typegen", "subxt-codegen", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] name = "subxt-metadata" version = "0.37.0" -source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.14.0#00f181c1a5d8986e7146ddc72a745c793a9a1d8e" +source = "git+https://github.com/duniter/subxt?branch=subxt-v0.37.0-duniter-substrate-v1.16.0#be63f133b5b90bff7ead1dae749a1b6f7c34cbc8" dependencies = [ "frame-metadata 16.0.0", "hashbrown 0.14.5", @@ -12210,9 +11630,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.67" +version = "2.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff8655ed1d86f3af4ee3fd3263786bc14245ad17c4c7e85ba7187fb3ae028c90" +checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" dependencies = [ "proc-macro2", "quote", @@ -12224,6 +11644,9 @@ name = "sync_wrapper" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" +dependencies = [ + "futures-core", +] [[package]] name = "synstructure" @@ -12245,7 +11668,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -12254,7 +11677,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3d2c2202510a1e186e63e596d9318c91a8cbe85cd1a56a7be0c333e5f59ec8d" dependencies = [ - "syn 2.0.67", + "syn 2.0.79", "synthez-codegen", "synthez-core", ] @@ -12265,7 +11688,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f724aa6d44b7162f3158a57bccd871a77b39a4aef737e01bcdff41f4772c7746" dependencies = [ - "syn 2.0.67", + "syn 2.0.79", "synthez-core", ] @@ -12278,7 +11701,7 @@ dependencies = [ "proc-macro2", "quote", "sealed", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -12310,20 +11733,21 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.14" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.10.1" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" dependencies = [ "cfg-if", "fastrand", - "rustix 0.38.34", - "windows-sys 0.52.0", + "once_cell", + "rustix 0.38.37", + "windows-sys 0.59.0", ] [[package]] @@ -12357,7 +11781,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.38.34", + "rustix 0.38.37", "windows-sys 0.48.0", ] @@ -12380,22 +11804,22 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -12423,16 +11847,6 @@ dependencies = [ "num_cpus", ] -[[package]] -name = "tikv-jemalloc-sys" -version = "0.5.4+5.3.0-patched" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" -dependencies = [ - "cc", - "libc", -] - [[package]] name = "time" version = "0.3.36" @@ -12475,9 +11889,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" dependencies = [ "tinyvec_macros", ] @@ -12490,32 +11904,31 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.38.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", "libc", - "mio", - "num_cpus", + "mio 1.0.2", "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", "socket2 0.5.7", "tokio-macros", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "tokio-macros" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" +checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -12545,16 +11958,16 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.10", + "rustls 0.23.13", "rustls-pki-types", "tokio", ] [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", "pin-project-lite", @@ -12579,9 +11992,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" dependencies = [ "bytes", "futures-core", @@ -12602,47 +12015,36 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.14" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" +checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.14", + "toml_edit", ] [[package]] name = "toml_datetime" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" -dependencies = [ - "indexmap 2.2.6", - "toml_datetime", - "winnow 0.5.40", -] - -[[package]] -name = "toml_edit" -version = "0.22.14" +version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" +checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.2.6", + "indexmap 2.5.0", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.13", + "winnow", ] [[package]] @@ -12655,7 +12057,6 @@ dependencies = [ "futures-util", "pin-project", "pin-project-lite", - "tokio", "tower-layer", "tower-service", "tracing", @@ -12667,10 +12068,10 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "bytes", "http 1.1.0", - "http-body 1.0.0", + "http-body 1.0.1", "http-body-util", "pin-project-lite", "tower-layer", @@ -12679,15 +12080,15 @@ dependencies = [ [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" @@ -12709,7 +12110,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -12732,17 +12133,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-log" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" -dependencies = [ - "log", - "once_cell", - "tracing-core", -] - [[package]] name = "tracing-log" version = "0.2.0" @@ -12754,45 +12144,13 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "tracing-serde" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" -dependencies = [ - "serde", - "tracing-core", -] - -[[package]] -name = "tracing-subscriber" -version = "0.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" -dependencies = [ - "ansi_term", - "chrono", - "lazy_static", - "matchers 0.0.1", - "regex", - "serde", - "serde_json", - "sharded-slab", - "smallvec", - "thread_local", - "tracing", - "tracing-core", - "tracing-log 0.1.4", - "tracing-serde", -] - [[package]] name = "tracing-subscriber" version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ - "matchers 0.1.0", + "matchers", "nu-ansi-term", "once_cell", "parking_lot 0.12.3", @@ -12800,9 +12158,10 @@ dependencies = [ "sharded-slab", "smallvec", "thread_local", + "time", "tracing", "tracing-core", - "tracing-log 0.2.0", + "tracing-log", ] [[package]] @@ -12861,7 +12220,7 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner 0.6.0", + "enum-as-inner 0.6.1", "futures-channel", "futures-io", "futures-util", @@ -12959,7 +12318,7 @@ checksum = "29a3151c41d0b13e3d011f98adc24434560ef06673a155a6c7f66b9879eecce2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -12970,9 +12329,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ucd-trie" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" +checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" [[package]] name = "uint" @@ -13044,9 +12403,9 @@ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] name = "unicode-ident" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" [[package]] name = "unicode-linebreak" @@ -13065,21 +12424,21 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" +checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "unicode-xid" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "universal-hash" @@ -13088,7 +12447,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" dependencies = [ "crypto-common", - "subtle 2.6.0", + "subtle 2.6.1", ] [[package]] @@ -13177,9 +12536,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "version_check" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "void" @@ -13238,34 +12597,35 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" dependencies = [ "cfg-if", "js-sys", @@ -13275,9 +12635,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -13285,22 +12645,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasm-instrument" @@ -13613,9 +12973,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" dependencies = [ "js-sys", "wasm-bindgen", @@ -13639,9 +12999,9 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.5" +version = "0.26.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a" +checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" dependencies = [ "rustls-pki-types", ] @@ -13665,14 +13025,14 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.34", + "rustix 0.38.37", ] [[package]] name = "wide" -version = "0.7.24" +version = "0.7.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a040b111774ab63a19ef46bbc149398ab372b4ccdcfd719e9814dbd7dfd76c8" +checksum = "b828f995bf1e9622031f8009f8481a85406ce1f4d4588ff746d872043e855690" dependencies = [ "bytemuck", "safe_arch", @@ -13702,11 +13062,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -13740,7 +13100,37 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-targets 0.52.5", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-registry" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" +dependencies = [ + "windows-result", + "windows-strings", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-result" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-strings" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +dependencies = [ + "windows-result", + "windows-targets 0.52.6", ] [[package]] @@ -13782,7 +13172,16 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.5", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", ] [[package]] @@ -13817,18 +13216,18 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" dependencies = [ - "windows_aarch64_gnullvm 0.52.5", - "windows_aarch64_msvc 0.52.5", - "windows_i686_gnu 0.52.5", + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", "windows_i686_gnullvm", - "windows_i686_msvc 0.52.5", - "windows_x86_64_gnu 0.52.5", - "windows_x86_64_gnullvm 0.52.5", - "windows_x86_64_msvc 0.52.5", + "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]] @@ -13845,9 +13244,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" [[package]] name = "windows_aarch64_msvc" @@ -13863,9 +13262,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_aarch64_msvc" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" [[package]] name = "windows_i686_gnu" @@ -13881,15 +13280,15 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_gnu" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" [[package]] name = "windows_i686_gnullvm" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" [[package]] name = "windows_i686_msvc" @@ -13905,9 +13304,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_i686_msvc" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" [[package]] name = "windows_x86_64_gnu" @@ -13923,9 +13322,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnu" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" [[package]] name = "windows_x86_64_gnullvm" @@ -13941,9 +13340,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" [[package]] name = "windows_x86_64_msvc" @@ -13959,24 +13358,15 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "windows_x86_64_msvc" -version = "0.52.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" - -[[package]] -name = "winnow" -version = "0.5.40" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" -dependencies = [ - "memchr", -] +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.13" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" +checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" dependencies = [ "memchr", ] @@ -13991,16 +13381,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[package]] -name = "winreg" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" -dependencies = [ - "cfg-if", - "windows-sys 0.48.0", -] - [[package]] name = "wyz" version = "0.5.1" @@ -14080,7 +13460,7 @@ dependencies = [ "frame-metadata 16.0.0", "graphql_client", "hex", - "memmap2 0.9.4", + "memmap2 0.9.5", "parity-scale-codec", "placeholder", "reqwest", @@ -14126,22 +13506,23 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.34" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ + "byteorder", "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.34" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -14161,7 +13542,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.67", + "syn 2.0.79", ] [[package]] @@ -14204,9 +13585,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.11+zstd.1.5.6" +version = "2.0.13+zstd.1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4" +checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" dependencies = [ "cc", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index 6703cc20..8dafdaef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,6 @@ frame-metadata = { version = "16.0.0", default-features = false } graphql_client = { version = "0.13.0" } bs58 = { version = "0.5.1", default-features = false } placeholder = { version = "1.1.4", default-features = false } -getrandom = { version = "0.2.12", default-features = false } clap = { version = "4.5.3" } clap_complete = { version = "4.5.1" } reqwest = { version = "0.12.0", default-features = false, features = ["rustls-tls"] } @@ -75,7 +74,7 @@ enum-as-inner = { version = "=0.5.1", default-features = false } futures = { version = "0.3.30", default-features = false } tera = { version = "1", default-features = false } hex = { version = "0.4.3", default-features = false } -jsonrpsee = { version = "0.23", default-features = false } # Version should exactly match polkadot one +jsonrpsee = { version = "0.24.3", default-features = false } # Version should exactly match polkadot one lazy_static = { version = "1.4.0", default-features = false } log = { version = "0.4.21", default-features = false } maplit = { version = '1.0.2', default-features = false } @@ -104,7 +103,7 @@ dubp-wot = { version = "0.11.1", default-features = false } flate2 = { version = "1.0.28", default-features = false } # Subxt -subxt = { git = 'https://github.com/duniter/subxt', branch = 'subxt-v0.37.0-duniter-substrate-v1.14.0', default-features = false } +subxt = { git = 'https://github.com/duniter/subxt', branch = 'subxt-v0.37.0-duniter-substrate-v1.16.0', default-features = false } # local dependencies weight-analyzer = { path = "resources/weight_analyzer", default-features = false } @@ -136,87 +135,86 @@ 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.14.0', default-features = false } -frame-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -frame-executive = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -frame-support = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -frame-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -frame-system-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -frame-system-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -frame-try-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-atomic-swap = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-authorship = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-collective = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-im-online = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-multisig = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-preimage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-proxy = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-scheduler = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-sudo = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-transaction-payment = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-treasury = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -pallet-utility = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-arithmetic = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-block-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-client-db = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-client-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-consensus-grandpa-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-consensus-babe-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-blockchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-offchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-core = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-inherents = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-offchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-std = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-staking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-weights = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-transaction-pool = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-version = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-cli = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-service = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-trie = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-genesis-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-keyring = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-consensus = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-core-hashing = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-keystore = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-rpc-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -substrate-wasm-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-io = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -substrate-build-script-utils = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0' } -node-primitives = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -frame-benchmarking-cli = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-chain-spec = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-consensus = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-consensus-manual-seal = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-executor = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-telemetry = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-transaction-pool = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-basic-authorship = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-network = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-keystore = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-storage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-transaction-storage-proof = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sc-transaction-pool-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -sp-state-machine = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } -substrate-frame-rpc-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.14.0', default-features = false } +pallet-transaction-payment-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +frame-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +frame-executive = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +frame-support = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +frame-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +frame-system-benchmarking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +frame-system-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +frame-try-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-atomic-swap = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-authorship = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-balances = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-collective = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-im-online = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-multisig = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-preimage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-proxy = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-scheduler = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-sudo = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-transaction-payment = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-treasury = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +pallet-utility = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-arithmetic = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-block-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-client-db = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-client-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-consensus-grandpa-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-consensus-babe-rpc = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-blockchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-offchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-consensus-babe = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-consensus-grandpa = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-core = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-inherents = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-offchain = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-runtime = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-session = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-staking = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-weights = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-transaction-pool = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-version = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-cli = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-service = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-trie = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-authority-discovery = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-genesis-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-keyring = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-consensus = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-core-hashing = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-keystore = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-rpc-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +substrate-wasm-builder = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-io = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +substrate-build-script-utils = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0' } +node-primitives = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +frame-benchmarking-cli = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-chain-spec = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-consensus = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-consensus-manual-seal = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-executor = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-telemetry = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-transaction-pool = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-basic-authorship = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-network = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-keystore = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-storage = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-timestamp = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-transaction-storage-proof = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sc-transaction-pool-api = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +sp-state-machine = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.0', default-features = false } +substrate-frame-rpc-system = { git = 'https://github.com/duniter/duniter-polkadot-sdk', branch = 'duniter-substrate-v1.16.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/docs/api/runtime-calls.md b/docs/api/runtime-calls.md index 501d7456..3ab03a93 100644 --- a/docs/api/runtime-calls.md +++ b/docs/api/runtime-calls.md @@ -21,7 +21,7 @@ There are **86** user calls from **21** pallets.
unlink_identity() -Taking 0.0115 % of a block. +Taking 0.0111 % of a block. ```rust ``` @@ -36,7 +36,7 @@ Unlink the identity associated with the account.
schedule(when, maybe_periodic, priority, call) -Taking 0.0126 % of a block. +Taking 0.0122 % of a block. ```rust when: BlockNumberFor @@ -53,7 +53,7 @@ Anonymously schedule a task.
cancel(when, index) -Taking 0.0246 % of a block. +Taking 0.0236 % of a block. ```rust when: BlockNumberFor @@ -68,7 +68,7 @@ Cancel an anonymously scheduled task.
schedule_named(id, when, maybe_periodic, priority, call) -Taking 0.0195 % of a block. +Taking 0.0189 % of a block. ```rust id: TaskName @@ -86,7 +86,7 @@ Schedule a named task.
cancel_named(id) -Taking 0.0257 % of a block. +Taking 0.0248 % of a block. ```rust id: TaskName @@ -135,7 +135,7 @@ Schedule a named task after a delay.
set_retry(task, retries, period) -Taking 0.0124 % of a block. +Taking 0.012 % of a block. ```rust task: TaskAddress> @@ -162,7 +162,7 @@ original `total_retries`.
set_retry_named(id, retries, period) -Taking 0.0135 % of a block. +Taking 0.0132 % of a block. ```rust id: TaskName @@ -189,7 +189,7 @@ original `total_retries`.
cancel_retry(task) -Taking 0.0124 % of a block. +Taking 0.012 % of a block. ```rust task: TaskAddress> @@ -203,7 +203,7 @@ Removes the retry configuration of a task.
cancel_retry_named(id) -Taking 0.0135 % of a block. +Taking 0.0132 % of a block. ```rust id: TaskName @@ -239,7 +239,7 @@ be reported.
transfer_allow_death(dest, value) -Taking 0.0202 % of a block. +Taking 0.0199 % of a block. ```rust dest: AccountIdLookupOf @@ -260,7 +260,7 @@ The dispatch origin for this call must be `Signed` by the transactor.
transfer_keep_alive(dest, value) -Taking 0.0128 % of a block. +Taking 0.0125 % of a block. ```rust dest: AccountIdLookupOf @@ -280,7 +280,7 @@ kill the origin account.
transfer_all(dest, keep_alive) -Taking 0.0131 % of a block. +Taking 0.0129 % of a block. ```rust dest: AccountIdLookupOf @@ -334,7 +334,7 @@ The dispatch origin for this call is `root`.
force_adjust_total_issuance(direction, delta) -Taking 0.005 % of a block. +Taking 0.0048 % of a block. ```rust direction: AdjustmentDirection @@ -376,7 +376,7 @@ this `burn` operation will reduce total issuance by the amount _burned_.
create_oneshot_account(dest, value) -Taking 0.0123 % of a block. +Taking 0.012 % of a block. ```rust dest: ::Source @@ -396,7 +396,7 @@ Origin account is kept alive.
consume_oneshot_account(block_height, dest) -Taking 0.0202 % of a block. +Taking 0.0197 % of a block. ```rust block_height: BlockNumberFor @@ -415,7 +415,7 @@ Consume a oneshot account and transfer its balance to an account
consume_oneshot_account_with_remaining(block_height, dest, remaining_to, balance) -Taking 0.0274 % of a block. +Taking 0.0268 % of a block. ```rust block_height: BlockNumberFor @@ -443,7 +443,7 @@ and the remaining amount to another account.
invite_smith(receiver) -Taking 0.0237 % of a block. +Taking 0.0235 % of a block. ```rust receiver: T::IdtyIndex @@ -457,7 +457,7 @@ Invite a member of the Web of Trust to attempt becoming a Smith.
accept_invitation() -Taking 0.0129 % of a block. +Taking 0.0127 % of a block. ```rust ``` @@ -470,7 +470,7 @@ Accept an invitation to become a Smith (must have been invited first).
certify_smith(receiver) -Taking 0.0283 % of a block. +Taking 0.0279 % of a block. ```rust receiver: T::IdtyIndex @@ -499,7 +499,7 @@ Request to leave the set of validators two sessions later.
go_online() -Taking 0.0187 % of a block. +Taking 0.0189 % of a block. ```rust ``` @@ -526,7 +526,7 @@ Declare new session keys to replace current ones.
remove_member_from_blacklist(member_id) -Taking 0.0117 % of a block. +Taking 0.0114 % of a block. ```rust member_id: T::MemberId @@ -584,7 +584,7 @@ The weight of this call is defined by the caller.
note_preimage(bytes) -Taking 0.3146 % of a block. +Taking 0.2947 % of a block. ```rust bytes: Vec @@ -601,7 +601,7 @@ the preimage. Otherwise, a deposit is taken proportional to the size of the prei
unnote_preimage(hash) -Taking 0.0193 % of a block. +Taking 0.0184 % of a block. ```rust hash: T::Hash @@ -620,7 +620,7 @@ If `len` is provided, then it will be a much cheaper operation.
request_preimage(hash) -Taking 0.0135 % of a block. +Taking 0.0129 % of a block. ```rust hash: T::Hash @@ -637,7 +637,7 @@ a user may have paid, and take the control of the preimage out of their hands.
unrequest_preimage(hash) -Taking 0.0191 % of a block. +Taking 0.0184 % of a block. ```rust hash: T::Hash @@ -653,7 +653,7 @@ NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`.
ensure_updated(hashes) -Taking 20.0151 % of a block. +Taking 19.3634 % of a block. ```rust hashes: Vec @@ -671,7 +671,7 @@ The caller pays no fee if at least 90% of pre-images were successfully updated.
execute(proposal, length_bound) -Taking 0.0062 % of a block. +Taking 0.0061 % of a block. ```rust proposal: Box<>::Proposal> @@ -723,7 +723,7 @@ or put up for voting.
vote(proposal, index, approve) -Taking 0.0131 % of a block. +Taking 0.0129 % of a block. ```rust proposal: T::Hash @@ -789,7 +789,7 @@ proposal.
claim_uds() -Taking 0.022 % of a block. +Taking 0.0218 % of a block. ```rust ``` @@ -802,7 +802,7 @@ Claim Universal Dividends.
transfer_ud(dest, value) -Taking 0.0213 % of a block. +Taking 0.021 % of a block. ```rust dest: ::Source @@ -817,7 +817,7 @@ Transfer some liquid free balance to another account, in milliUD.
transfer_ud_keep_alive(dest, value) -Taking 0.0138 % of a block. +Taking 0.0135 % of a block. ```rust dest: ::Source @@ -834,7 +834,7 @@ Transfer some liquid free balance to another account in milliUD and keep the acc
create_identity(owner_key) -Taking 0.0878 % of a block. +Taking 0.0856 % of a block. ```rust owner_key: T::AccountId @@ -852,7 +852,7 @@ The origin must be allowed to create an identity.
confirm_identity(idty_name) -Taking 0.0334 % of a block. +Taking 0.0327 % of a block. ```rust idty_name: IdtyName @@ -870,7 +870,7 @@ The identity must have been created using `create_identity` before it can be con
change_owner_key(new_key, new_key_sig) -Taking 0.0422 % of a block. +Taking 0.0424 % of a block. ```rust new_key: T::AccountId @@ -891,7 +891,7 @@ The origin should be the old identity owner key.
revoke_identity(idty_index, revocation_key, revocation_sig) -Taking 0.0408 % of a block. +Taking 0.0399 % of a block. ```rust idty_index: T::IdtyIndex @@ -914,7 +914,7 @@ Any signed origin can execute this call.
fix_sufficients(owner_key, inc) -Taking 0.0117 % of a block. +Taking 0.0113 % of a block. ```rust owner_key: T::AccountId @@ -937,7 +937,7 @@ reference count associated with a specified owner key.
link_account(account_id, payload_sig) -Taking 0.0156 % of a block. +Taking 0.0155 % of a block. ```rust account_id: T::AccountId @@ -961,7 +961,7 @@ identity to sign the operation.
add_cert(receiver) -Taking 0.0362 % of a block. +Taking 0.0356 % of a block. ```rust receiver: T::IdtyIndex @@ -975,7 +975,7 @@ Add a new certification.
renew_cert(receiver) -Taking 0.0296 % of a block. +Taking 0.0292 % of a block. ```rust receiver: T::IdtyIndex @@ -989,7 +989,7 @@ Renew an existing certification.
del_cert(issuer, receiver) -Taking 0.0262 % of a block. +Taking 0.0257 % of a block. ```rust issuer: T::IdtyIndex @@ -1006,7 +1006,7 @@ Remove one certification given the issuer and the receiver.
remove_all_certs_received_by(idty_index) -Taking 7.0144 % of a block. +Taking 6.846 % of a block. ```rust idty_index: T::IdtyIndex @@ -1024,7 +1024,7 @@ Remove all certifications received by an identity.
request_distance_evaluation() -Taking 0.0393 % of a block. +Taking 0.0389 % of a block. ```rust ``` @@ -1041,7 +1041,7 @@ evaluation will result in slashing for the caller.
request_distance_evaluation_for(target) -Taking 0.0403 % of a block. +Taking 0.0399 % of a block. ```rust target: T::IdtyIndex @@ -1058,7 +1058,7 @@ This action is only permitted for unvalidated identities.
update_evaluation(computation_result) -Taking 0.0349 % of a block. +Taking 0.0341 % of a block. ```rust computation_result: ComputationResult @@ -1075,7 +1075,7 @@ to the evaluation pool.
force_update_evaluation(evaluator, computation_result) -Taking 0.0194 % of a block. +Taking 0.0192 % of a block. ```rust evaluator: ::AccountId @@ -1094,7 +1094,7 @@ It is primarily used for testing purposes.
force_valid_distance_status(identity) -Taking 0.0275 % of a block. +Taking 0.027 % of a block. ```rust identity: ::IdtyIndex @@ -1185,7 +1185,7 @@ The dispatch origin for this call must be _Signed_.
as_multi_threshold_1(other_signatories, call) -Taking 0.0052 % of a block. +Taking 0.005 % of a block. ```rust other_signatories: Vec @@ -1314,7 +1314,7 @@ NOTE: If this is the final approval, you will want to use `as_multi` instead.
cancel_as_multi(threshold, other_signatories, timepoint, call_hash) -Taking 0.0126 % of a block. +Taking 0.0123 % of a block. ```rust threshold: u16 @@ -1353,7 +1353,7 @@ transaction for this dispatch.
request(randomness_type, salt) -Taking 0.0413 % of a block. +Taking 0.0404 % of a block. ```rust randomness_type: RandomnessType @@ -1370,7 +1370,7 @@ Request randomness.
proxy(real, force_proxy_type, call) -Taking 0.0063 % of a block. +Taking 0.0062 % of a block. ```rust real: AccountIdLookupOf @@ -1394,7 +1394,7 @@ Parameters:
add_proxy(delegate, proxy_type, delay) -Taking 0.0124 % of a block. +Taking 0.0121 % of a block. ```rust delegate: AccountIdLookupOf @@ -1418,7 +1418,7 @@ zero.
remove_proxy(delegate, proxy_type, delay) -Taking 0.0124 % of a block. +Taking 0.0121 % of a block. ```rust delegate: AccountIdLookupOf @@ -1440,7 +1440,7 @@ Parameters:
remove_proxies() -Taking 0.0123 % of a block. +Taking 0.012 % of a block. ```rust ``` @@ -1458,7 +1458,7 @@ the unreserved fees will be inaccessible. **All access to this account will be l
create_pure(proxy_type, delay, index) -Taking 0.0124 % of a block. +Taking 0.0121 % of a block. ```rust proxy_type: T::ProxyType @@ -1491,7 +1491,7 @@ Fails if there are insufficient funds to pay for deposit.
kill_pure(spawner, proxy_type, index, height, ext_index) -Taking 0.0123 % of a block. +Taking 0.012 % of a block. ```rust spawner: AccountIdLookupOf @@ -1524,7 +1524,7 @@ account whose `pure` call has corresponding parameters.
announce(real, call_hash) -Taking 0.0204 % of a block. +Taking 0.0199 % of a block. ```rust real: AccountIdLookupOf @@ -1553,7 +1553,7 @@ Parameters:
remove_announcement(real, call_hash) -Taking 0.0192 % of a block. +Taking 0.0186 % of a block. ```rust real: AccountIdLookupOf @@ -1577,7 +1577,7 @@ Parameters:
reject_announcement(delegate, call_hash) -Taking 0.0191 % of a block. +Taking 0.0186 % of a block. ```rust delegate: AccountIdLookupOf @@ -1601,7 +1601,7 @@ Parameters:
proxy_announced(delegate, real, force_proxy_type, call) -Taking 0.0205 % of a block. +Taking 0.02 % of a block. ```rust delegate: AccountIdLookupOf @@ -1630,7 +1630,7 @@ Parameters:
batch(calls) -Taking 0.1113 % of a block. +Taking 0.1149 % of a block. ```rust calls: Vec<::RuntimeCall> @@ -1661,7 +1661,7 @@ event is deposited.
as_derivative(index, call) -Taking 0.0049 % of a block. +Taking 0.0047 % of a block. ```rust index: u16 @@ -1688,7 +1688,7 @@ The dispatch origin for this call must be _Signed_.
batch_all(calls) -Taking 0.1269 % of a block. +Taking 0.1241 % of a block. ```rust calls: Vec<::RuntimeCall> @@ -1714,7 +1714,7 @@ includes bypassing `frame_system::Config::BaseCallFilter`).
force_batch(calls) -Taking 0.1163 % of a block. +Taking 0.1155 % of a block. ```rust calls: Vec<::RuntimeCall> @@ -1762,7 +1762,7 @@ The dispatch origin for this call must be _Root_.
spend_local(amount, beneficiary) -Taking 0.0048 % of a block. +Taking 0.0045 % of a block. ```rust amount: BalanceOf @@ -1793,7 +1793,7 @@ Emits [`Event::SpendApproved`] if successful.
remove_approval(proposal_id) -Taking 0.0048 % of a block. +Taking 0.0056 % of a block. ```rust proposal_id: ProposalIndex @@ -1827,7 +1827,7 @@ The original deposit will no longer be returned.
spend(asset_kind, amount, beneficiary, valid_from) -Taking 0.0048 % of a block. +Taking 0.0045 % of a block. ```rust asset_kind: Box @@ -1869,7 +1869,7 @@ Emits [`Event::AssetSpendApproved`] if successful.
payout(index) -Taking 0.0265 % of a block. +Taking 0.0057 % of a block. ```rust index: SpendIndex @@ -1901,7 +1901,7 @@ Emits [`Event::Paid`] if successful.
check_status(index) -Taking 0.0118 % of a block. +Taking 0.0057 % of a block. ```rust index: SpendIndex @@ -1933,7 +1933,7 @@ Emits [`Event::SpendProcessed`] if the spend payout has succeed.
void_spend(index) -Taking 0.0118 % of a block. +Taking 0.0057 % of a block. ```rust index: SpendIndex @@ -1970,7 +1970,7 @@ There are **18** root calls from **8** pallets.
set_heap_pages(pages) -Taking 0.0172 % of a block. +Taking 0.0165 % of a block. ```rust pages: u64 @@ -1984,7 +1984,7 @@ Set the number of pages in the WebAssembly environment's heap.
set_code(code) -Taking 4.3548 % of a block. +Taking 3.9234 % of a block. ```rust code: Vec @@ -2015,7 +2015,7 @@ version!
set_storage(items) -Taking 5.7291 % of a block. +Taking 5.4867 % of a block. ```rust items: Vec @@ -2029,7 +2029,7 @@ Set some items of storage.
kill_storage(keys) -Taking 5.723 % of a block. +Taking 5.4797 % of a block. ```rust keys: Vec @@ -2043,7 +2043,7 @@ Kill some items from storage.
kill_prefix(prefix, subkeys) -Taking 6.6205 % of a block. +Taking 6.4024 % of a block. ```rust prefix: Key @@ -2061,7 +2061,7 @@ the prefix we are removing to accurately calculate the weight of this function.
authorize_upgrade(code_hash) -Taking 0.011 % of a block. +Taking 0.0105 % of a block. ```rust code_hash: T::Hash @@ -2099,7 +2099,7 @@ This call requires Root origin.
apply_authorized_upgrade(code) -Taking 4.2186 % of a block. +Taking 4.1629 % of a block. ```rust code: Vec @@ -2142,7 +2142,7 @@ not been enacted yet.
force_transfer(source, dest, value) -Taking 0.0269 % of a block. +Taking 0.0262 % of a block. ```rust source: AccountIdLookupOf @@ -2159,7 +2159,7 @@ may be specified.
force_unreserve(who, amount) -Taking 0.012 % of a block. +Taking 0.0117 % of a block. ```rust who: AccountIdLookupOf @@ -2178,7 +2178,7 @@ Can only be called by ROOT.
remove_member(member_id) -Taking 0.0686 % of a block. +Taking 0.0665 % of a block. ```rust member_id: T::MemberId @@ -2222,7 +2222,7 @@ Only callable by root.
set_members(new_members, prime, old_count) -Taking 0.1595 % of a block. +Taking 0.1558 % of a block. ```rust new_members: Vec @@ -2261,7 +2261,7 @@ with other logic managing the member set.
disapprove_proposal(proposal_hash) -Taking 0.0234 % of a block. +Taking 0.0226 % of a block. ```rust proposal_hash: T::Hash @@ -2286,7 +2286,7 @@ O(P) where P is the number of max proposals
prune_item_identities_names(names) -Taking 5.7658 % of a block. +Taking 5.524 % of a block. ```rust names: Vec @@ -2308,7 +2308,7 @@ in bulk.
dispatch_as(as_origin, call) -Taking 0.005 % of a block. +Taking 0.0048 % of a block. ```rust as_origin: Box @@ -2339,7 +2339,7 @@ There are **4** disabled calls from **2** pallets.
remark(remark) -Taking 0.0589 % of a block. +Taking 0.0546 % of a block. ```rust remark: Vec @@ -2355,7 +2355,7 @@ Can be executed by every `origin`.
remark_with_event(remark) -Taking 0.2176 % of a block. +Taking 0.2093 % of a block. ```rust remark: Vec @@ -2371,7 +2371,7 @@ Make some on-chain remark and emit event.
set_keys(keys, proof) -Taking 0.0388 % of a block. +Taking 0.0378 % of a block. ```rust keys: T::Keys @@ -2394,7 +2394,7 @@ The dispatch origin of this function must be signed.
purge_keys() -Taking 0.0349 % of a block. +Taking 0.0336 % of a block. ```rust ``` diff --git a/docs/api/runtime-errors.md b/docs/api/runtime-errors.md index 4c0738b4..ac6528e9 100644 --- a/docs/api/runtime-errors.md +++ b/docs/api/runtime-errors.md @@ -1,6 +1,6 @@ # Runtime errors -There are **191** errors from **35** pallets. +There are **190** errors from **35** pallets.
  • System - 0 @@ -697,13 +697,6 @@ More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at Too few hashes were requested to be upgraded (i.e. zero).
-
  • -
    - -NoCost - 8 -No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. -
    -
  • TechnicalCommittee - 23 diff --git a/docs/api/runtime-errors.po b/docs/api/runtime-errors.po index ff5647ea..6be74ca0 100644 --- a/docs/api/runtime-errors.po +++ b/docs/api/runtime-errors.po @@ -176,8 +176,6 @@ msgid "Preimage.TooMany" msgstr "More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once." msgid "Preimage.TooFew" msgstr "Too few hashes were requested to be upgraded (i.e. zero)." -msgid "Preimage.NoCost" -msgstr "No ticket with a cost was returned by [`Config::Consideration`] to store the preimage." msgid "TechnicalCommittee.NotMember" msgstr "Account is not a member" msgid "TechnicalCommittee.DuplicateProposal" diff --git a/end2end-tests/Cargo.toml b/end2end-tests/Cargo.toml index d045afbb..a88a2395 100644 --- a/end2end-tests/Cargo.toml +++ b/end2end-tests/Cargo.toml @@ -20,7 +20,6 @@ std = [ "distance-oracle/std", "hex/std", "serde_json/std", - "sp-core-hashing/std", "sp-core/std", "sp-runtime/std", ] @@ -42,7 +41,6 @@ notify-debouncer-mini = { workspace = true } portpicker = { workspace = true } serde_json = { workspace = true } sp-core = { workspace = true } -sp-core-hashing = { workspace = true } sp-keyring = { workspace = true } sp-runtime = { workspace = true } subxt = { workspace = true, features = [ diff --git a/live-tests/Cargo.toml b/live-tests/Cargo.toml index 620bfd4b..3faa5c2e 100644 --- a/live-tests/Cargo.toml +++ b/live-tests/Cargo.toml @@ -12,7 +12,6 @@ version.workspace = true anyhow = { workspace = true } codec = { workspace = true } countmap = { workspace = true } -hex-literal = { workspace = true } sp-core = { workspace = true } sp-runtime = { workspace = true } subxt = { workspace = true, features = [ diff --git a/node/Cargo.toml b/node/Cargo.toml index 97e51a66..1f0e66e4 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -33,7 +33,7 @@ embed = [] native = [] runtime-benchmarks = [ "common-runtime/runtime-benchmarks", - "dc-distance/runtime-benchmarks", + "dc-distance?/runtime-benchmarks", "frame-benchmarking-cli/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", "frame-system/runtime-benchmarks", @@ -50,7 +50,7 @@ runtime-benchmarks = [ try-runtime = [ "runtime-benchmarks", "common-runtime/try-runtime", - "dc-distance/try-runtime", + "dc-distance?/try-runtime", "distance-oracle?/try-runtime", "frame-system/try-runtime", "g1-runtime/try-runtime", @@ -113,21 +113,28 @@ async-io = { workspace = true } bs58 = { workspace = true } clap = { workspace = true, features = ["derive"] } clap_complete = { workspace = true } -common-runtime = { workspace = true } -dc-distance = { workspace = true } -distance-oracle = { workspace = true, optional = true } frame-benchmarking = { workspace = true } frame-benchmarking-cli = { workspace = true } frame-system = { workspace = true } futures = { workspace = true, features = ["compat"] } -g1-runtime = { workspace = true, optional = true } -gdev-runtime = { workspace = true, optional = true } -gtest-runtime = { workspace = true, optional = true } hex = { workspace = true } jsonrpsee = { workspace = true, features = ["server"] } log = { workspace = true } memmap2 = { workspace = true } num-format = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } +serde_yaml = { workspace = true } + +# Local +common-runtime = { workspace = true } +g1-runtime = { workspace = true, optional = true } +gdev-runtime = { workspace = true, optional = true } +gtest-runtime = { workspace = true, optional = true } +distance-oracle = { workspace = true, optional = true } +dc-distance = { workspace = true, optional = true } + +# Substrate pallet-grandpa = { workspace = true, default-features = true } pallet-im-online = { workspace = true, default-features = true } pallet-transaction-payment = { workspace = true, default-features = true } @@ -153,9 +160,6 @@ sc-rpc-api = { workspace = true, default-features = true } sc-telemetry = { workspace = true, default-features = true } sc-transaction-pool = { workspace = true, default-features = true } sc-transaction-pool-api = { workspace = true, default-features = true } -serde = { workspace = true } -serde_json = { workspace = true } -serde_yaml = { workspace = true } sp-api = { workspace = true, default-features = true } sp-authority-discovery = { workspace = true, default-features = true } sp-block-builder = { workspace = true, default-features = true } diff --git a/node/src/cli.rs b/node/src/cli.rs index 175ffa56..a494a872 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -80,14 +80,6 @@ pub enum Subcommand { /// The pallet benchmarking moved to the `pallet` sub-command. #[clap(subcommand)] Benchmark(Box), - - /// Try some command against runtime state. - #[cfg(feature = "try-runtime")] - TryRuntime, - - /// Try some command against runtime state. Note: `try-runtime` feature must be enabled. - #[cfg(not(feature = "try-runtime"))] - TryRuntime, } /// Block authoring scheme to be used by the node diff --git a/node/src/command.rs b/node/src/command.rs index be3e2b16..29af1944 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -362,12 +362,6 @@ pub fn run() -> sc_cli::Result<()> { You can enable it with `--features runtime-benchmarks`." .into()) } - #[cfg(feature = "try-runtime")] - Some(Subcommand::TryRuntime) => Err(try_runtime_cli::DEPRECATION_NOTICE.into()), - #[cfg(not(feature = "try-runtime"))] - Some(Subcommand::TryRuntime) => Err("TryRuntime wasn't enabled when building the node. \ - You can enable it with `--features try-runtime`." - .into()), None => { let runner = cli.create_runner(&cli.run)?; runner.run_node_until_exit(|mut config| async move { diff --git a/node/src/rpc.rs b/node/src/rpc.rs index 203e22d0..f5e6f09b 100644 --- a/node/src/rpc.rs +++ b/node/src/rpc.rs @@ -21,8 +21,6 @@ #![warn(missing_docs)] -pub use sc_rpc_api::DenyUnsafe; - use common_runtime::{AccountId, Balance, Block, BlockNumber, Hash, Index}; use jsonrpsee::RpcModule; use sc_consensus_babe::{BabeApi, BabeWorkerHandle}; @@ -70,8 +68,6 @@ pub struct FullDeps { pub pool: Arc

    , /// The SelectChain Strategy pub select_chain: SC, - /// Whether to deny unsafe calls - pub deny_unsafe: DenyUnsafe, /// Manual seal command sink pub command_sink_opt: Option< futures::channel::mpsc::Sender>, @@ -109,7 +105,6 @@ where client, pool, select_chain, - deny_unsafe, command_sink_opt, babe, grandpa, @@ -121,14 +116,7 @@ where keystore, } = babe; module.merge( - Babe::new( - client.clone(), - babe_worker_handle, - keystore, - select_chain, - deny_unsafe, - ) - .into_rpc(), + Babe::new(client.clone(), babe_worker_handle, keystore, select_chain).into_rpc(), )?; } @@ -150,7 +138,7 @@ where .into_rpc(), )?; - module.merge(System::new(client.clone(), pool, deny_unsafe).into_rpc())?; + module.merge(System::new(client.clone(), pool).into_rpc())?; module.merge(TransactionPayment::new(client).into_rpc())?; if let Some(command_sink) = command_sink_opt { // We provide the rpc handler with the sending end of the channel to allow the rpc diff --git a/node/src/service.rs b/node/src/service.rs index 6893dc37..89464430 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -27,7 +27,7 @@ use sc_consensus_grandpa::{FinalityProofProvider, SharedVoterState}; use sc_consensus_manual_seal::{run_manual_seal, EngineCommand, ManualSealParams}; use sc_rpc::SubscriptionTaskExecutor; use sc_service::{ - error::Error as ServiceError, Configuration, PartialComponents, TaskManager, WarpSyncParams, + error::Error as ServiceError, Configuration, PartialComponents, TaskManager, WarpSyncConfig, }; use sc_telemetry::{Telemetry, TelemetryWorker}; use sp_consensus_babe::inherents::InherentDataProvider; @@ -193,9 +193,9 @@ where .transpose()?; #[cfg(feature = "native")] - let executor = sc_service::new_native_or_wasm_executor(config); + let executor = sc_service::new_native_or_wasm_executor(&config.executor); #[cfg(not(feature = "native"))] - let executor = sc_service::new_wasm_executor(config); + let executor = sc_service::new_wasm_executor(&config.executor); let (client, backend, keystore_container, task_manager) = sc_service::new_full_parts::( @@ -337,7 +337,7 @@ where Block, ::Hash, N, - >::new(&config.network); + >::new(&config.network, config.prometheus_registry().cloned()); let metrics = N::register_notification_metrics(config.prometheus_registry()); let peer_store_handle = net_config.peer_store_handle(); let (grandpa_protocol_config, grandpa_notification_service) = @@ -363,12 +363,12 @@ where spawn_handle: task_manager.spawn_handle(), import_queue, block_announce_validator_builder: None, - warp_sync_params: Some(WarpSyncParams::WithProvider(warp_sync)), + warp_sync_config: Some(WarpSyncConfig::WithProvider(warp_sync)), block_relay: None, metrics, })?; - let role = config.role.clone(); + let role = config.role; let force_authoring = config.force_authoring; let backoff_authoring_blocks: Option<()> = None; let name = config.network.node_name.clone(); @@ -591,7 +591,7 @@ where let rpc_setup = shared_voter_state.clone(); Box::new( - move |deny_unsafe, subscription_task_executor: SubscriptionTaskExecutor| { + move |subscription_task_executor: SubscriptionTaskExecutor| { let grandpa_deps = crate::rpc::GrandpaDeps { shared_voter_state: rpc_setup.clone(), shared_authority_set: shared_authority_set.clone(), @@ -604,7 +604,6 @@ where client: client.clone(), pool: pool.clone(), select_chain: select_chain.clone(), - deny_unsafe, babe: babe_deps.clone(), grandpa: grandpa_deps, command_sink_opt: command_sink_opt.clone(), diff --git a/pallets/authority-members/Cargo.toml b/pallets/authority-members/Cargo.toml index 0062b5c5..36885c3b 100644 --- a/pallets/authority-members/Cargo.toml +++ b/pallets/authority-members/Cargo.toml @@ -33,7 +33,6 @@ std = [ "sp-runtime/std", "sp-staking/std", "sp-state-machine/std", - "sp-std/std", ] try-runtime = [ "frame-support/try-runtime", @@ -59,8 +58,7 @@ serde = { workspace = true, features = ["derive"] } sp-core = { workspace = true } sp-runtime = { workspace = true } sp-staking = { workspace = true } -sp-std = { workspace = true } [dev-dependencies] -sp-io = { workspace = true } -sp-state-machine = { workspace = true } +sp-io = { workspace = true, default-features = true } +sp-state-machine = { workspace = true, default-features = true } diff --git a/pallets/authority-members/src/lib.rs b/pallets/authority-members/src/lib.rs index 7520d02e..587e82aa 100644 --- a/pallets/authority-members/src/lib.rs +++ b/pallets/authority-members/src/lib.rs @@ -63,9 +63,10 @@ pub use traits::*; pub use types::*; pub use weights::WeightInfo; +use codec::alloc::borrow::ToOwned; use frame_support::traits::Get; -use sp_runtime::traits::Convert; -use sp_std::prelude::*; +use scale_info::prelude::{collections::BTreeMap, vec, vec::Vec}; +use sp_runtime::traits::{Convert, IsMember}; #[frame_support::pallet] pub mod pallet { @@ -75,8 +76,6 @@ pub mod pallet { traits::{StorageVersion, UnfilteredDispatchable, ValidatorRegistration}, }; use frame_system::pallet_prelude::*; - use sp_runtime::traits::{Convert, IsMember}; - use sp_std::{collections::btree_map::BTreeMap, vec}; /// The current storage version. const STORAGE_VERSION: StorageVersion = StorageVersion::new(1); @@ -661,7 +660,7 @@ impl pallet_session::historical::SessionManager Option> { + ) -> Option> { >::new_session(new_index).map(|validators_ids| { validators_ids .into_iter() @@ -672,7 +671,7 @@ impl pallet_session::historical::SessionManager Option> { + ) -> Option> { >::new_session_genesis(new_index).map( |validators_ids| { validators_ids diff --git a/pallets/authority-members/src/mock.rs b/pallets/authority-members/src/mock.rs index 15db413e..8afd17ed 100644 --- a/pallets/authority-members/src/mock.rs +++ b/pallets/authority-members/src/mock.rs @@ -168,6 +168,8 @@ pub fn new_test_ext(initial_authorities_len: u64) -> sp_io::TestExternalities { .map(|i| (i * 3, i * 3, UintAuthorityId(i * 3).into())) .collect(); + let non_authority_keys = Vec::default(); + let mut t = frame_system::GenesisConfig::::default() .build_storage() .unwrap(); @@ -184,9 +186,12 @@ pub fn new_test_ext(initial_authorities_len: u64) -> sp_io::TestExternalities { } .assimilate_storage(&mut t) .unwrap(); - pallet_session::GenesisConfig:: { keys } - .assimilate_storage(&mut t) - .unwrap(); + pallet_session::GenesisConfig:: { + keys, + non_authority_keys, + } + .assimilate_storage(&mut t) + .unwrap(); sp_io::TestExternalities::new(t) } diff --git a/pallets/certification/Cargo.toml b/pallets/certification/Cargo.toml index 86a5b131..da66e2a7 100644 --- a/pallets/certification/Cargo.toml +++ b/pallets/certification/Cargo.toml @@ -27,7 +27,6 @@ std = [ "sp-io/std", "sp-keystore/std", "sp-runtime/std", - "sp-std/std", ] try-runtime = [ "duniter-primitives/try-runtime", @@ -49,9 +48,8 @@ frame-system = { workspace = true } scale-info = { workspace = true, features = ["derive"] } sp-core = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } [dev-dependencies] -maplit = { workspace = true } -sp-io = { workspace = true } -sp-keystore = { workspace = true } +maplit = { workspace = true, default-features = true } +sp-io = { workspace = true, default-features = true } +sp-keystore = { workspace = true, default-features = true } diff --git a/pallets/certification/src/lib.rs b/pallets/certification/src/lib.rs index caeaab9f..08aa992f 100644 --- a/pallets/certification/src/lib.rs +++ b/pallets/certification/src/lib.rs @@ -46,15 +46,14 @@ use crate::traits::*; use codec::Codec; use duniter_primitives::Idty; use frame_support::{pallet_prelude::*, traits::StorageVersion}; +use scale_info::prelude::{collections::BTreeMap, fmt::Debug, vec::Vec}; use sp_runtime::traits::AtLeast32BitUnsigned; -use sp_std::{fmt::Debug, vec::Vec}; #[frame_support::pallet] pub mod pallet { use super::*; use frame_system::pallet_prelude::*; use sp_runtime::traits::Saturating; - use sp_std::collections::btree_map::BTreeMap; /// The current storage version. const STORAGE_VERSION: StorageVersion = StorageVersion::new(1); diff --git a/pallets/certification/src/tests.rs b/pallets/certification/src/tests.rs index fc8d4fb6..bc5a5707 100644 --- a/pallets/certification/src/tests.rs +++ b/pallets/certification/src/tests.rs @@ -17,7 +17,7 @@ use crate::{mock::*, Error, Event}; use frame_support::{assert_noop, assert_ok}; use maplit::btreemap; -use sp_std::collections::btree_map::BTreeMap; +use scale_info::prelude::{collections::BTreeMap, vec}; #[test] fn test_must_receive_cert_before_can_issue() { diff --git a/pallets/distance/Cargo.toml b/pallets/distance/Cargo.toml index 447ffca7..f2aa0231 100644 --- a/pallets/distance/Cargo.toml +++ b/pallets/distance/Cargo.toml @@ -24,7 +24,6 @@ std = [ "frame-benchmarking?/std", "frame-support/std", "frame-system/std", - "getrandom/std", "pallet-authority-members/std", "pallet-authorship/std", "pallet-balances/std", @@ -38,7 +37,6 @@ std = [ "sp-io/std", "sp-keystore/std", "sp-runtime/std", - "sp-std/std", ] try-runtime = [ "frame-support/try-runtime", @@ -61,7 +59,6 @@ codec = { workspace = true, features = ["derive"] } frame-benchmarking = { workspace = true, optional = true } frame-support = { workspace = true } frame-system = { workspace = true } -getrandom = { workspace = true, features = ["js"] } pallet-authority-members = { workspace = true } pallet-authorship = { workspace = true } pallet-balances = { workspace = true } @@ -73,8 +70,7 @@ sp-core = { workspace = true } sp-distance = { workspace = true } sp-inherents = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } [dev-dependencies] -sp-io = { workspace = true } -sp-keystore = { workspace = true } +sp-io = { workspace = true, default-features = true } +sp-keystore = { workspace = true, default-features = true } diff --git a/pallets/distance/src/benchmarking.rs b/pallets/distance/src/benchmarking.rs index 36338743..bd44e676 100644 --- a/pallets/distance/src/benchmarking.rs +++ b/pallets/distance/src/benchmarking.rs @@ -23,6 +23,7 @@ use codec::Encode; use frame_benchmarking::v2::*; use frame_support::traits::{Get, OnFinalize, OnInitialize}; use frame_system::{pallet_prelude::BlockNumberFor, RawOrigin}; +use scale_info::prelude::vec; use sp_runtime::Perbill; use crate::Pallet; diff --git a/pallets/distance/src/lib.rs b/pallets/distance/src/lib.rs index ba5e8008..f63a8d61 100644 --- a/pallets/distance/src/lib.rs +++ b/pallets/distance/src/lib.rs @@ -92,7 +92,6 @@ use sp_runtime::{ traits::{One, Zero}, Saturating, }; -use sp_std::{convert::TryInto, prelude::*}; type IdtyIndex = u32; diff --git a/pallets/distance/src/median.rs b/pallets/distance/src/median.rs index 5569d6f2..64710930 100644 --- a/pallets/distance/src/median.rs +++ b/pallets/distance/src/median.rs @@ -15,7 +15,7 @@ // along with Duniter-v2S. If not, see . use frame_support::pallet_prelude::*; -use sp_std::cmp::Ordering; +use scale_info::prelude::cmp::Ordering; /// Represents a median accumulator. #[derive(Clone, Debug, Decode, Default, Encode, TypeInfo)] diff --git a/pallets/distance/src/mock.rs b/pallets/distance/src/mock.rs index fa963500..5198424e 100644 --- a/pallets/distance/src/mock.rs +++ b/pallets/distance/src/mock.rs @@ -14,7 +14,6 @@ // You should have received a copy of the GNU Affero General Public License // along with Duniter-v2S. If not, see . -use super::*; use crate::{self as pallet_distance}; use core::marker::PhantomData; use frame_support::{ diff --git a/pallets/duniter-account/Cargo.toml b/pallets/duniter-account/Cargo.toml index d09510eb..6f5d79af 100644 --- a/pallets/duniter-account/Cargo.toml +++ b/pallets/duniter-account/Cargo.toml @@ -36,7 +36,6 @@ std = [ "sp-core/std", "sp-io/std", "sp-runtime/std", - "sp-std/std", ] try-runtime = [ "frame-support/try-runtime", @@ -67,7 +66,6 @@ frame-support = { workspace = true } frame-system = { workspace = true } sp-core = { workspace = true } sp-io = { workspace = true } -sp-std = { workspace = true } sp-runtime = { workspace = true } serde = { workspace = true, features = ["derive"] } pallet-transaction-payment = { workspace = true } diff --git a/pallets/duniter-account/src/lib.rs b/pallets/duniter-account/src/lib.rs index 1d824d0b..ddd56e0a 100644 --- a/pallets/duniter-account/src/lib.rs +++ b/pallets/duniter-account/src/lib.rs @@ -55,8 +55,11 @@ use frame_support::{ use frame_system::pallet_prelude::*; use pallet_quota::traits::RefundFee; use pallet_transaction_payment::OnChargeTransaction; +use scale_info::prelude::{ + collections::{BTreeMap, BTreeSet}, + fmt::Debug, +}; use sp_runtime::traits::{DispatchInfoOf, PostDispatchInfoOf, Saturating}; -use sp_std::fmt::Debug; #[frame_support::pallet] pub mod pallet { @@ -101,10 +104,7 @@ pub mod pallet { #[pallet::genesis_config] pub struct GenesisConfig { - pub accounts: sp_std::collections::btree_map::BTreeMap< - T::AccountId, - GenesisAccountData>, - >, + pub accounts: BTreeMap>>, pub treasury_balance: T::Balance, } @@ -130,11 +130,7 @@ pub mod pallet { ); // ensure no duplicate - let endowed_accounts = self - .accounts - .keys() - .cloned() - .collect::>(); + let endowed_accounts = self.accounts.keys().cloned().collect::>(); assert!( endowed_accounts.len() == self.accounts.len(), diff --git a/pallets/duniter-test-parameters/Cargo.toml b/pallets/duniter-test-parameters/Cargo.toml index 735c9733..0aa8a0d6 100644 --- a/pallets/duniter-test-parameters/Cargo.toml +++ b/pallets/duniter-test-parameters/Cargo.toml @@ -11,14 +11,12 @@ version.workspace = true [features] default = ["std"] runtime-benchmarks = [ - "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] std = [ "codec/std", - "frame-benchmarking?/std", "frame-support/std", "frame-system/std", "scale-info/std", @@ -26,7 +24,6 @@ std = [ "sp-core/std", "sp-io/std", "sp-runtime/std", - "sp-std/std", ] try-runtime = [ "frame-support/try-runtime", @@ -40,7 +37,6 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { workspace = true, features = ["derive"] } -frame-benchmarking = { workspace = true, optional = true } frame-support = { workspace = true } frame-system = { workspace = true } pallet-duniter-test-parameters-macro = { workspace = true } @@ -49,4 +45,3 @@ serde = { workspace = true, features = ["derive"] } sp-core = { workspace = true } sp-io = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } diff --git a/pallets/duniter-wot/Cargo.toml b/pallets/duniter-wot/Cargo.toml index 1b8885b7..68e2dda4 100644 --- a/pallets/duniter-wot/Cargo.toml +++ b/pallets/duniter-wot/Cargo.toml @@ -35,7 +35,6 @@ std = [ "sp-membership/std", "sp-runtime/std", "sp-state-machine/std", - "sp-std/std", ] try-runtime = [ "frame-support/try-runtime", @@ -66,7 +65,6 @@ sp-core = { workspace = true } sp-io = { workspace = true } sp-membership = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } [dev-dependencies] -sp-state-machine = { workspace = true } +sp-state-machine = { workspace = true, default-features = true } diff --git a/pallets/duniter-wot/src/lib.rs b/pallets/duniter-wot/src/lib.rs index ef8d51f1..1a560bdf 100644 --- a/pallets/duniter-wot/src/lib.rs +++ b/pallets/duniter-wot/src/lib.rs @@ -272,9 +272,8 @@ impl pallet_identity::traits::OnNewIdty for Pallet { if let Err(e) = >::do_add_cert_checked(*creator, *idty_index, true) { - sp_std::if_std! { - println!("fail to force add cert: {:?}", e) - } + #[cfg(feature = "std")] + println!("fail to force add cert: {:?}", e) } } } @@ -392,9 +391,11 @@ impl pallet_distance::traits::OnValidDistan } else { // identity was removed before distance status was found // so it's ok to do nothing - sp_std::if_std! { - println!("identity was removed before distance status was found: {:?}", idty_index); - } + #[cfg(feature = "std")] + println!( + "identity was removed before distance status was found: {:?}", + idty_index + ); } } } diff --git a/pallets/identity/Cargo.toml b/pallets/identity/Cargo.toml index bdf37b8d..7e163e2a 100644 --- a/pallets/identity/Cargo.toml +++ b/pallets/identity/Cargo.toml @@ -29,7 +29,6 @@ std = [ "sp-keystore/std", "sp-runtime/std", "sp-state-machine/std", - "sp-std/std", ] try-runtime = [ "duniter-primitives/try-runtime", @@ -42,9 +41,6 @@ try-runtime = [ default-features = false targets = ["x86_64-unknown-linux-gnu"] -[build-dependencies] -substrate-wasm-builder = { git = "https://github.com/duniter/duniter-polkadot-sdk", branch = "duniter-substrate-v1.6.0" } - [dependencies] codec = { workspace = true, features = ["derive"] } duniter-primitives = { workspace = true } @@ -56,8 +52,7 @@ serde = { workspace = true, features = ["derive"] } sp-core = { workspace = true } sp-io = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } [dev-dependencies] -sp-keystore = { workspace = true } -sp-state-machine = { workspace = true } +sp-keystore = { workspace = true, default-features = true } +sp-state-machine = { workspace = true, default-features = true } diff --git a/pallets/identity/src/lib.rs b/pallets/identity/src/lib.rs index f09c2d31..981a029b 100644 --- a/pallets/identity/src/lib.rs +++ b/pallets/identity/src/lib.rs @@ -73,8 +73,8 @@ pub use weights::WeightInfo; use crate::traits::*; use codec::Codec; use frame_support::pallet_prelude::Weight; +use scale_info::prelude::{collections::BTreeSet, fmt::Debug, vec::Vec}; use sp_runtime::traits::{AtLeast32BitUnsigned, IdentifyAccount, One, Saturating, Verify, Zero}; -use sp_std::{fmt::Debug, prelude::*}; // icok = identity change owner key pub const NEW_OWNER_KEY_PAYLOAD_PREFIX: [u8; 4] = [b'i', b'c', b'o', b'k']; @@ -206,7 +206,7 @@ pub mod pallet { #[pallet::genesis_build] impl BuildGenesisConfig for GenesisConfig { fn build(&self) { - let mut names = sp_std::collections::btree_set::BTreeSet::new(); + let mut names = BTreeSet::new(); for idty in &self.identities { assert!( !names.contains(&idty.name), diff --git a/pallets/identity/src/types.rs b/pallets/identity/src/types.rs index bb841489..60d92bbb 100644 --- a/pallets/identity/src/types.rs +++ b/pallets/identity/src/types.rs @@ -18,7 +18,7 @@ use codec::{Decode, Encode}; use frame_support::pallet_prelude::*; -use scale_info::TypeInfo; +use scale_info::{prelude::vec::Vec, TypeInfo}; use serde::{Deserialize, Serialize}; /// Internal events related to identity. @@ -83,7 +83,7 @@ pub enum RemovalReason { Deserialize, TypeInfo, )] -pub struct IdtyName(pub sp_std::vec::Vec); +pub struct IdtyName(pub Vec); impl From<&str> for IdtyName { fn from(s: &str) -> Self { diff --git a/pallets/membership/Cargo.toml b/pallets/membership/Cargo.toml index 041da990..f5cfa34a 100644 --- a/pallets/membership/Cargo.toml +++ b/pallets/membership/Cargo.toml @@ -26,7 +26,6 @@ std = [ "sp-io/std", "sp-membership/std", "sp-runtime/std", - "sp-std/std", ] try-runtime = [ "frame-support/try-runtime", @@ -49,8 +48,7 @@ sp-core = { workspace = true } sp-io = { workspace = true } sp-membership = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } [dev-dependencies] -maplit = { workspace = true } -sp-io = { workspace = true } +maplit = { workspace = true, default-features = true } +sp-io = { workspace = true, default-features = true } diff --git a/pallets/membership/src/lib.rs b/pallets/membership/src/lib.rs index 683e5fe1..0a096b0a 100644 --- a/pallets/membership/src/lib.rs +++ b/pallets/membership/src/lib.rs @@ -39,9 +39,9 @@ pub use pallet::*; pub use weights::WeightInfo; use frame_support::pallet_prelude::{Weight, *}; +use scale_info::prelude::{collections::BTreeMap, vec::Vec}; use sp_membership::{traits::*, MembershipData}; use sp_runtime::traits::Zero; -use sp_std::{collections::btree_map::BTreeMap, prelude::*}; #[cfg(feature = "runtime-benchmarks")] pub trait SetupBenchmark { diff --git a/pallets/offences/Cargo.toml b/pallets/offences/Cargo.toml index 86733790..5c8f3871 100644 --- a/pallets/offences/Cargo.toml +++ b/pallets/offences/Cargo.toml @@ -19,11 +19,6 @@ frame-support = { workspace = true } frame-system = { workspace = true } sp-runtime = { workspace = true } sp-staking = { workspace = true } -sp-std = { workspace = true } - -[dev-dependencies] -sp-core = { workspace = true } -sp-io = { workspace = true } [features] default = ["std"] @@ -37,7 +32,6 @@ std = [ "sp-io/std", "sp-runtime/std", "sp-staking/std", - "sp-std/std", ] runtime-benchmarks = [ "frame-support/runtime-benchmarks", @@ -50,3 +44,7 @@ try-runtime = [ "frame-system/try-runtime", "sp-runtime/try-runtime", ] + +[dev-dependencies] +sp-core = { workspace = true, default-features = true } +sp-io = { workspace = true, default-features = true } diff --git a/pallets/offences/src/lib.rs b/pallets/offences/src/lib.rs index 66ee7769..8b2d32cc 100644 --- a/pallets/offences/src/lib.rs +++ b/pallets/offences/src/lib.rs @@ -45,9 +45,9 @@ use core::marker::PhantomData; use codec::Encode; use frame_support::weights::Weight; +use scale_info::prelude::vec::Vec; use sp_runtime::traits::Hash; use sp_staking::offence::{Kind, Offence, OffenceDetails, OffenceError, ReportOffence}; -use sp_std::prelude::*; pub use pallet::*; diff --git a/pallets/oneshot-account/Cargo.toml b/pallets/oneshot-account/Cargo.toml index 4eb9435a..b0e9dda3 100644 --- a/pallets/oneshot-account/Cargo.toml +++ b/pallets/oneshot-account/Cargo.toml @@ -37,7 +37,6 @@ std = [ "sp-core/std", "sp-io/std", "sp-runtime/std", - "sp-std/std", ] [package.metadata.docs.rs] @@ -56,7 +55,6 @@ scale-info = { workspace = true, features = ["derive"] } sp-core = { workspace = true } sp-io = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } [dev-dependencies] -pallet-balances = { workspace = true } +pallet-balances = { workspace = true, default-features = true } diff --git a/pallets/oneshot-account/src/check_nonce.rs b/pallets/oneshot-account/src/check_nonce.rs index 0f1a2fcc..3d792e53 100644 --- a/pallets/oneshot-account/src/check_nonce.rs +++ b/pallets/oneshot-account/src/check_nonce.rs @@ -19,7 +19,10 @@ use crate::Config; use codec::{Decode, Encode}; use frame_support::{dispatch::DispatchInfo, traits::IsSubType}; //use frame_system::Config; -use scale_info::TypeInfo; +use scale_info::{ + prelude::fmt::{Debug, Formatter}, + TypeInfo, +}; use sp_runtime::{ traits::{DispatchInfoOf, Dispatchable, SignedExtension}, transaction_validity::{TransactionValidity, TransactionValidityError}, @@ -36,14 +39,14 @@ impl From> for CheckNonce { } } -impl sp_std::fmt::Debug for CheckNonce { +impl Debug for CheckNonce { #[cfg(feature = "std")] - fn fmt(&self, f: &mut sp_std::fmt::Formatter) -> sp_std::fmt::Result { + fn fmt(&self, f: &mut Formatter) -> scale_info::prelude::fmt::Result { write!(f, "CheckNonce({})", self.0 .0) } #[cfg(not(feature = "std"))] - fn fmt(&self, _: &mut sp_std::fmt::Formatter) -> sp_std::fmt::Result { + fn fmt(&self, _: &mut Formatter) -> scale_info::prelude::fmt::Result { Ok(()) } } @@ -59,7 +62,7 @@ where const IDENTIFIER: &'static str = "CheckNonce"; - fn additional_signed(&self) -> sp_std::result::Result<(), TransactionValidityError> { + fn additional_signed(&self) -> Result<(), TransactionValidityError> { self.0.additional_signed() } diff --git a/pallets/oneshot-account/src/lib.rs b/pallets/oneshot-account/src/lib.rs index 3bef8281..42adac55 100644 --- a/pallets/oneshot-account/src/lib.rs +++ b/pallets/oneshot-account/src/lib.rs @@ -44,7 +44,6 @@ use frame_support::{ use frame_system::pallet_prelude::*; use pallet_transaction_payment::OnChargeTransaction; use sp_runtime::traits::{DispatchInfoOf, PostDispatchInfoOf, Saturating, StaticLookup, Zero}; -use sp_std::convert::TryInto; type AccountIdOf = ::AccountId; type BalanceOf = <::Currency as fungible::Inspect>>::Balance; diff --git a/pallets/provide-randomness/Cargo.toml b/pallets/provide-randomness/Cargo.toml index c16ed139..a5a104c3 100644 --- a/pallets/provide-randomness/Cargo.toml +++ b/pallets/provide-randomness/Cargo.toml @@ -33,7 +33,6 @@ std = [ "sp-core/std", "sp-io/std", "sp-runtime/std", - "sp-std/std", ] [dependencies] @@ -43,7 +42,6 @@ frame-benchmarking = { workspace = true, optional = true } frame-support = { workspace = true } frame-system = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } sp-core = { workspace = true } sp-io = { workspace = true } pallet-balances = { workspace = true } diff --git a/pallets/provide-randomness/src/lib.rs b/pallets/provide-randomness/src/lib.rs index af35e670..20dcfa91 100644 --- a/pallets/provide-randomness/src/lib.rs +++ b/pallets/provide-randomness/src/lib.rs @@ -35,8 +35,8 @@ use frame_support::{ tokens::{Fortitude, Precision, Preservation}, }, }; +use scale_info::prelude::vec::Vec; use sp_core::H256; -use sp_std::prelude::*; pub use pallet::*; pub use types::*; diff --git a/pallets/quota/Cargo.toml b/pallets/quota/Cargo.toml index 7b951e02..9df99355 100644 --- a/pallets/quota/Cargo.toml +++ b/pallets/quota/Cargo.toml @@ -38,7 +38,6 @@ std = [ "sp-core/std", "sp-io/std", "sp-runtime/std", - "sp-std/std", ] [package.metadata.docs.rs] @@ -54,7 +53,6 @@ pallet-identity = { workspace = true } scale-info = { workspace = true, features = ["derive"] } sp-core = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } [dev-dependencies] -sp-io = { workspace = true } +sp-io = { workspace = true, default-features = true } diff --git a/pallets/quota/src/lib.rs b/pallets/quota/src/lib.rs index 2281ebae..67340ef6 100644 --- a/pallets/quota/src/lib.rs +++ b/pallets/quota/src/lib.rs @@ -55,8 +55,8 @@ use frame_support::{ }; use frame_system::pallet_prelude::*; pub use pallet::*; +use scale_info::prelude::vec::Vec; use sp_runtime::traits::Zero; -use sp_std::{fmt::Debug, vec::Vec}; pub use weights::WeightInfo; #[frame_support::pallet] diff --git a/pallets/session-benchmarking/Cargo.toml b/pallets/session-benchmarking/Cargo.toml index 0ce08a13..d7ab97ff 100644 --- a/pallets/session-benchmarking/Cargo.toml +++ b/pallets/session-benchmarking/Cargo.toml @@ -12,12 +12,12 @@ version.workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] +codec = { workspace = true } frame-benchmarking = { workspace = true, optional = true } frame-system = { workspace = true } pallet-session = { workspace = true } -sp-std = { workspace = true } +scale-info = { workspace = true, features = ["derive"] } sp-runtime = { workspace = true } -codec = { workspace = true } [features] default = ["std"] @@ -27,7 +27,6 @@ std = [ "frame-system/std", "pallet-session/std", "sp-runtime/std", - "sp-std/std", ] try-runtime = [ "frame-system/try-runtime", diff --git a/pallets/session-benchmarking/src/lib.rs b/pallets/session-benchmarking/src/lib.rs index d38e9d93..8ce793b5 100644 --- a/pallets/session-benchmarking/src/lib.rs +++ b/pallets/session-benchmarking/src/lib.rs @@ -25,11 +25,11 @@ #![cfg_attr(not(feature = "std"), no_std)] #![cfg(feature = "runtime-benchmarks")] use codec::Decode; -use sp_std::{prelude::*, vec}; use frame_benchmarking::{benchmarks, whitelisted_caller}; use frame_system::RawOrigin; use pallet_session::*; +use scale_info::prelude::{vec, vec::Vec}; pub struct Pallet(pallet_session::Pallet); pub trait Config: pallet_session::Config {} diff --git a/pallets/smith-members/Cargo.toml b/pallets/smith-members/Cargo.toml index 47f3b24f..4d1cb68c 100644 --- a/pallets/smith-members/Cargo.toml +++ b/pallets/smith-members/Cargo.toml @@ -22,12 +22,6 @@ pallet-authority-members = { workspace = true } scale-info = { workspace = true, features = ["derive"] } sp-runtime = { workspace = true } sp-staking = { workspace = true } -sp-std = { workspace = true } - -[dev-dependencies] -maplit = { workspace = true } -sp-core = { workspace = true } -sp-io = { workspace = true } [features] default = ["std"] @@ -43,7 +37,6 @@ std = [ "sp-io/std", "sp-runtime/std", "sp-staking/std", - "sp-std/std", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", @@ -60,3 +53,8 @@ try-runtime = [ "pallet-authority-members/try-runtime", "sp-runtime/try-runtime", ] + +[dev-dependencies] +maplit = { workspace = true, default-features = true } +sp-core = { workspace = true, default-features = true } +sp-io = { workspace = true, default-features = true } diff --git a/pallets/smith-members/src/lib.rs b/pallets/smith-members/src/lib.rs index c76d1232..35918f55 100644 --- a/pallets/smith-members/src/lib.rs +++ b/pallets/smith-members/src/lib.rs @@ -60,9 +60,11 @@ use frame_support::{ pallet_prelude::{Get, RuntimeDebug, Weight}, }; use frame_system::{ensure_signed, pallet_prelude::OriginFor}; -use scale_info::TypeInfo; +use scale_info::{ + prelude::{collections::BTreeMap, fmt::Debug, vec, vec::Vec}, + TypeInfo, +}; use sp_runtime::traits::{AtLeast32BitUnsigned, IsMember}; -use sp_std::{fmt::Debug, prelude::*}; use crate::traits::OnSmithDelete; pub use crate::weights::WeightInfo; @@ -100,7 +102,6 @@ pub mod pallet { use frame_support::{pallet_prelude::*, traits::StorageVersion}; use pallet_authority_members::SessionIndex; use sp_runtime::traits::{Convert, IsMember}; - use sp_std::{collections::btree_map::BTreeMap, vec, vec::Vec}; const STORAGE_VERSION: StorageVersion = StorageVersion::new(1); diff --git a/pallets/smith-members/src/types.rs b/pallets/smith-members/src/types.rs index 48761f3d..83992265 100644 --- a/pallets/smith-members/src/types.rs +++ b/pallets/smith-members/src/types.rs @@ -19,7 +19,7 @@ use crate::SmithStatus; use codec::{Decode, Encode}; use frame_support::pallet_prelude::*; -use scale_info::TypeInfo; +use scale_info::{prelude::vec::Vec, TypeInfo}; use sp_staking::SessionIndex; /// Represents a certification metadata attached to a Smith identity. @@ -30,9 +30,9 @@ pub struct SmithMeta { /// The session at which the Smith will expire (for lack of validation activity). pub expires_on: Option, /// Certifications issued to other Smiths. - pub issued_certs: sp_std::vec::Vec, + pub issued_certs: Vec, /// Certifications received from other Smiths. - pub received_certs: sp_std::vec::Vec, + pub received_certs: Vec, } /// By default, a smith has the least possible privileges @@ -41,8 +41,8 @@ impl Default for SmithMeta { Self { status: SmithStatus::Excluded, expires_on: None, - issued_certs: sp_std::vec::Vec::::new(), - received_certs: sp_std::vec::Vec::::new(), + issued_certs: Vec::::new(), + received_certs: Vec::::new(), } } } diff --git a/pallets/universal-dividend/Cargo.toml b/pallets/universal-dividend/Cargo.toml index a859b2f9..8b03f528 100644 --- a/pallets/universal-dividend/Cargo.toml +++ b/pallets/universal-dividend/Cargo.toml @@ -40,7 +40,6 @@ std = [ "sp-core/std", "sp-io/std", "sp-runtime/std", - "sp-std/std", ] ### DOC ### @@ -62,7 +61,6 @@ sp-arithmetic = { workspace = true } sp-core = { workspace = true } sp-io = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } [dev-dependencies] -sp-core = { workspace = true } +sp-core = { workspace = true, default-features = true } diff --git a/pallets/universal-dividend/src/types.rs b/pallets/universal-dividend/src/types.rs index bcebf1bd..bc5bcd72 100644 --- a/pallets/universal-dividend/src/types.rs +++ b/pallets/universal-dividend/src/types.rs @@ -16,6 +16,7 @@ use codec::{Decode, Encode, Error, Input, MaxEncodedLen, Output}; use core::num::NonZeroU16; +use scale_info::prelude::vec::Vec; use sp_runtime::RuntimeDebug; pub type UdIndex = u16; @@ -53,7 +54,7 @@ impl Encode for FirstEligibleUd { self.as_u16().encode_to(dest) } - fn encode(&self) -> sp_std::vec::Vec { + fn encode(&self) -> Vec { self.as_u16().encode() } diff --git a/pallets/upgrade-origin/Cargo.toml b/pallets/upgrade-origin/Cargo.toml index b1f08f0b..65646fcf 100644 --- a/pallets/upgrade-origin/Cargo.toml +++ b/pallets/upgrade-origin/Cargo.toml @@ -32,7 +32,6 @@ std = [ "sp-io/std", "sp-runtime/std", "sp-staking/std", - "sp-std/std", ] [package.metadata.docs.rs] @@ -49,4 +48,3 @@ sp-core = { workspace = true } sp-io = { workspace = true } sp-runtime = { workspace = true } sp-staking = { workspace = true } -sp-std = { workspace = true } diff --git a/pallets/upgrade-origin/src/benchmarking.rs b/pallets/upgrade-origin/src/benchmarking.rs index 33821436..6a273f28 100644 --- a/pallets/upgrade-origin/src/benchmarking.rs +++ b/pallets/upgrade-origin/src/benchmarking.rs @@ -21,6 +21,7 @@ use super::*; use crate::Pallet; use frame_benchmarking::v2::*; use frame_support::traits::Get; +use scale_info::prelude::vec; #[benchmarks] mod benchmarks { diff --git a/pallets/upgrade-origin/src/lib.rs b/pallets/upgrade-origin/src/lib.rs index cf108ff2..d98c21f8 100644 --- a/pallets/upgrade-origin/src/lib.rs +++ b/pallets/upgrade-origin/src/lib.rs @@ -27,8 +27,8 @@ use frame_support::{ dispatch::{GetDispatchInfo, PostDispatchInfo}, traits::{IsSubType, UnfilteredDispatchable}, }; +use scale_info::prelude::boxed::Box; use sp_runtime::traits::Dispatchable; -use sp_std::prelude::*; #[frame_support::pallet] pub mod pallet { diff --git a/primitives/distance/Cargo.toml b/primitives/distance/Cargo.toml index 9c035c38..843ef11b 100644 --- a/primitives/distance/Cargo.toml +++ b/primitives/distance/Cargo.toml @@ -23,7 +23,6 @@ std = [ "serde/std", "sp-inherents/std", "sp-runtime/std", - "sp-std/std", "thiserror", ] try-runtime = ["frame-support/try-runtime", "sp-runtime/try-runtime"] @@ -37,5 +36,4 @@ scale-info = { workspace = true, features = ["derive"] } serde = { workspace = true, features = ["derive"] } sp-inherents = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } thiserror = { workspace = true, optional = true } diff --git a/primitives/distance/src/lib.rs b/primitives/distance/src/lib.rs index 9e67b72f..acaf53c3 100644 --- a/primitives/distance/src/lib.rs +++ b/primitives/distance/src/lib.rs @@ -32,7 +32,7 @@ pub const INHERENT_IDENTIFIER: InherentIdentifier = *b"distanc0"; /// Represents the result of a distance computation. #[derive(Clone, Decode, Encode, PartialEq, RuntimeDebug, TypeInfo)] pub struct ComputationResult { - pub distances: sp_std::vec::Vec, + pub distances: scale_info::prelude::vec::Vec, } #[derive(Encode, sp_runtime::RuntimeDebug)] diff --git a/primitives/membership/Cargo.toml b/primitives/membership/Cargo.toml index d7ac4600..88c35eb4 100644 --- a/primitives/membership/Cargo.toml +++ b/primitives/membership/Cargo.toml @@ -21,16 +21,13 @@ std = [ "scale-info/std", "serde/std", "sp-runtime/std", - "sp-std/std", ] try-runtime = ["frame-support/try-runtime", "sp-runtime/try-runtime"] runtime-benchmarks = [] [dependencies] - codec = { workspace = true, features = ["derive"] } frame-support = { workspace = true } scale-info = { workspace = true, features = ["derive"] } serde = { workspace = true } sp-runtime = { workspace = true } -sp-std = { workspace = true } diff --git a/resources/metadata.scale b/resources/metadata.scale index c2390768a11741d467cc3f19af83af2498c20049..945a23e9cc05e24d7f4eced0da1216cf5843b4db 100644 GIT binary patch delta 109 zcmV-z0FwWSk_n8F39!mO0UWc~K2)s~m~&%cY-L|*Zf0*fI&gAjY;|O1voq|oX#qHw z^i=^N0XVlKRspRN0U)>0XaP|Imk?9|BDbb%0T@^dfV2<+00000@aTWH$-@D2f(T&& PAZ2)Ib9A>wMgqhF?7=6! delta 234 zcmeB~$k{oGbHgb+zJTI__~McjE32~9WGk!9r|m-4vZp}AHXFa$oXMAiqG0;-P)0>G zvF)5;jBAA$Rkm->U<_nRl<>=U&Mz)u;9!Yl^vhQ$$xO~pEm0`XEXhzvR7eKOD3m7_ zD-@-closWsrYIy;DnutZ=jWwmrdwG7>Eg_k)S|?a%>2BBScQ^&h2oO@qEv;Fj8uh! zqSVaX#PrnZ8#@`5w`*lHN diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 8b401fb4..3bce7226 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -16,35 +16,23 @@ constant-fees = [] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", - "frame-system-benchmarking/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-authority-members/runtime-benchmarks", "pallet-babe/runtime-benchmarks", "pallet-balances/runtime-benchmarks", "pallet-certification/runtime-benchmarks", - "pallet-collective/runtime-benchmarks", "pallet-distance/runtime-benchmarks", "pallet-duniter-account/runtime-benchmarks", "pallet-duniter-wot/runtime-benchmarks", - "pallet-grandpa/runtime-benchmarks", "pallet-identity/runtime-benchmarks", - "pallet-im-online/runtime-benchmarks", "pallet-membership/runtime-benchmarks", - "pallet-multisig/runtime-benchmarks", "pallet-offences/runtime-benchmarks", - "pallet-oneshot-account/runtime-benchmarks", - "pallet-preimage/runtime-benchmarks", "pallet-provide-randomness/runtime-benchmarks", - "pallet-proxy/runtime-benchmarks", "pallet-quota/runtime-benchmarks", - "pallet-scheduler/runtime-benchmarks", "pallet-smith-members/runtime-benchmarks", - "pallet-sudo/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "pallet-treasury/runtime-benchmarks", "pallet-universal-dividend/runtime-benchmarks", - "pallet-upgrade-origin/runtime-benchmarks", - "pallet-utility/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] @@ -53,38 +41,24 @@ std = [ "duniter-primitives/std", "frame-benchmarking/std", "frame-support/std", - "frame-system-benchmarking?/std", "frame-system/std", - "frame-try-runtime/std", "pallet-authority-members/std", - "pallet-atomic-swap/std", "pallet-babe/std", "pallet-balances/std", "pallet-certification/std", - "pallet-collective/std", "pallet-distance/std", "pallet-duniter-account/std", "pallet-duniter-wot/std", - "pallet-grandpa/std", "pallet-identity/std", - "pallet-im-online/std", "pallet-membership/std", - "pallet-multisig/std", "pallet-offences/std", - "pallet-oneshot-account/std", - "pallet-preimage/std", "pallet-provide-randomness/std", - "pallet-proxy/std", "pallet-quota/std", - "pallet-scheduler/std", "pallet-session/std", "pallet-smith-members/std", - "pallet-sudo/std", "pallet-timestamp/std", "pallet-treasury/std", "pallet-universal-dividend/std", - "pallet-upgrade-origin/std", - "pallet-utility/std", "scale-info/std", "serde/std", "sp-arithmetic/std", @@ -93,44 +67,30 @@ std = [ "sp-membership/std", "sp-runtime/std", "sp-staking/std", - "sp-std/std", "sp-weights/std", ] try-runtime = [ "duniter-primitives/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", - "frame-try-runtime/try-runtime", "pallet-authority-members/try-runtime", - "pallet-atomic-swap/try-runtime", "pallet-babe/try-runtime", "pallet-balances/try-runtime", "pallet-certification/try-runtime", - "pallet-collective/try-runtime", "pallet-distance/try-runtime", "pallet-duniter-account/try-runtime", "pallet-duniter-wot/try-runtime", - "pallet-grandpa/try-runtime", "pallet-identity/try-runtime", - "pallet-im-online/try-runtime", "pallet-membership/try-runtime", - "pallet-multisig/try-runtime", "pallet-offences/try-runtime", - "pallet-oneshot-account/try-runtime", - "pallet-preimage/try-runtime", "pallet-provide-randomness/try-runtime", - "pallet-proxy/try-runtime", "pallet-quota/try-runtime", - "pallet-scheduler/try-runtime", "pallet-session/try-runtime", "pallet-smith-members/try-runtime", - "pallet-sudo/try-runtime", "pallet-timestamp/try-runtime", "pallet-transaction-payment/try-runtime", "pallet-treasury/try-runtime", "pallet-universal-dividend/try-runtime", - "pallet-upgrade-origin/try-runtime", - "pallet-utility/try-runtime", "sp-membership/try-runtime", "sp-runtime/try-runtime", ] @@ -141,38 +101,24 @@ duniter-primitives = { workspace = true } frame-benchmarking = { workspace = true } frame-support = { workspace = true } frame-system = { workspace = true } -frame-system-benchmarking = { workspace = true, optional = true } -frame-try-runtime = { workspace = true, optional = true } pallet-authority-members = { workspace = true } -pallet-atomic-swap = { workspace = true } pallet-babe = { workspace = true } pallet-balances = { workspace = true } pallet-certification = { workspace = true } -pallet-collective = { workspace = true } pallet-distance = { workspace = true } pallet-duniter-account = { workspace = true } pallet-duniter-wot = { workspace = true } -pallet-grandpa = { workspace = true } pallet-identity = { workspace = true } -pallet-im-online = { workspace = true } pallet-membership = { workspace = true } -pallet-multisig = { workspace = true } pallet-offences = { workspace = true } -pallet-oneshot-account = { workspace = true } -pallet-preimage = { workspace = true } pallet-provide-randomness = { workspace = true } -pallet-proxy = { workspace = true } pallet-quota = { workspace = true } -pallet-scheduler = { workspace = true } pallet-session = { workspace = true } pallet-smith-members = { workspace = true } -pallet-sudo = { workspace = true } pallet-timestamp = { workspace = true } pallet-transaction-payment = { workspace = true } pallet-treasury = { workspace = true } pallet-universal-dividend = { workspace = true } -pallet-upgrade-origin = { workspace = true } -pallet-utility = { workspace = true } scale-info = { workspace = true, features = ["derive"] } serde = { workspace = true } smallvec = { workspace = true } @@ -182,5 +128,4 @@ sp-core = { workspace = true } sp-membership = { workspace = true } sp-runtime = { workspace = true } sp-staking = { workspace = true } -sp-std = { workspace = true } sp-weights = { workspace = true } diff --git a/runtime/common/src/apis.rs b/runtime/common/src/apis.rs index 7347a6ab..77ed9cae 100644 --- a/runtime/common/src/apis.rs +++ b/runtime/common/src/apis.rs @@ -101,7 +101,7 @@ macro_rules! runtime_apis { fn metadata_at_version(version: u32) -> Option { Runtime::metadata_at_version(version) } - fn metadata_versions() -> sp_std::vec::Vec { + fn metadata_versions() -> Vec { Runtime::metadata_versions() } } diff --git a/runtime/common/src/fees.rs b/runtime/common/src/fees.rs index 81860116..2ec9a708 100644 --- a/runtime/common/src/fees.rs +++ b/runtime/common/src/fees.rs @@ -36,6 +36,7 @@ /// and can be activated with the #[cfg(feature = "constant-fees")] feature. pub use frame_support::weights::{Weight, WeightToFee}; use pallet_transaction_payment::{Multiplier, MultiplierUpdate}; +use scale_info::prelude::marker::PhantomData; use sp_arithmetic::traits::{BaseArithmetic, Unsigned}; use sp_core::Get; use sp_runtime::{traits::Convert, Perquintill}; @@ -58,9 +59,9 @@ use { /// - `Runtime`: The system configuration type, providing access to block weights. /// - `Target`: A type providing the target block fullness. pub struct LengthToFeeImpl( - sp_std::marker::PhantomData, - sp_std::marker::PhantomData, - sp_std::marker::PhantomData, + PhantomData, + PhantomData, + PhantomData, ); /// Trait implementation for converting transaction length to fee. @@ -126,9 +127,9 @@ where /// - `Runtime`: The system configuration type, providing access to block weights. /// - `Target`: A type providing the target block fullness. pub struct WeightToFeeImpl( - sp_std::marker::PhantomData, - sp_std::marker::PhantomData, - sp_std::marker::PhantomData, + PhantomData, + PhantomData, + PhantomData, ); /// Trait implementation for converting transaction weight to fee. @@ -210,9 +211,9 @@ where /// - `Target`: A type providing the target block fullness. /// - `MaxMultiplier`: A type providing the maximum multiplier value. pub struct FeeMultiplier( - sp_std::marker::PhantomData, - sp_std::marker::PhantomData, - sp_std::marker::PhantomData, + PhantomData, + PhantomData, + PhantomData, ); /// Trait implementation for updating the fee multiplier. diff --git a/runtime/common/src/handlers.rs b/runtime/common/src/handlers.rs index cb8a819b..197e3574 100644 --- a/runtime/common/src/handlers.rs +++ b/runtime/common/src/handlers.rs @@ -159,9 +159,8 @@ where member_id: idty_index, }; if let Err(e) = call.dispatch_bypass_filter(frame_system::Origin::::Root.into()) { - sp_std::if_std! { - println!("faid to remove member: {:?}", e) - } + #[cfg(feature = "std")] + println!("faid to remove member: {:?}", e) } } } diff --git a/runtime/g1/Cargo.toml b/runtime/g1/Cargo.toml index a33d3a13..61b21bbb 100644 --- a/runtime/g1/Cargo.toml +++ b/runtime/g1/Cargo.toml @@ -115,7 +115,6 @@ std = [ "sp-runtime/std", "sp-session/std", "sp-staking/std", - "sp-std/std", "sp-transaction-pool/std", "sp-version/std", "substrate-wasm-builder", @@ -233,7 +232,6 @@ sp-membership = { workspace = true } sp-offchain = { workspace = true } sp-runtime = { workspace = true } sp-session = { workspace = true } -sp-std = { workspace = true } sp-transaction-pool = { workspace = true } sp-version = { workspace = true } node-primitives = { workspace = true } diff --git a/runtime/g1/src/lib.rs b/runtime/g1/src/lib.rs index ce21fbb3..c2b192a2 100644 --- a/runtime/g1/src/lib.rs +++ b/runtime/g1/src/lib.rs @@ -53,6 +53,7 @@ use pallet_session::historical as session_historical; pub use pallet_timestamp::Call as TimestampCall; use pallet_transaction_payment::FungibleAdapter; pub use pallet_universal_dividend; +use scale_info::prelude::{vec, vec::Vec}; use sp_api::impl_runtime_apis; use sp_core::OpaqueMetadata; #[cfg(any(feature = "std", test))] @@ -64,7 +65,6 @@ use sp_runtime::{ ApplyExtrinsicResult, Perquintill, }; pub use sp_runtime::{KeyTypeId, Perbill, Permill}; -use sp_std::prelude::*; #[cfg(feature = "std")] use sp_version::NativeVersion; use sp_version::RuntimeVersion; diff --git a/runtime/g1/src/weights/block_weights.rs b/runtime/g1/src/weights/block_weights.rs index 4bf4ad3b..26de13e2 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: 2024-09-09 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28 (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: 148_555, 238_933 - /// Average: 153_763 - /// Median: 151_559 - /// Std-Dev: 9618.04 + /// Min, Max: 129_468, 175_220 + /// Average: 138_503 + /// Median: 135_758 + /// Std-Dev: 7207.66 /// /// Percentiles nanoseconds: - /// 99th: 174_971 - /// 95th: 163_350 - /// 75th: 153_307 + /// 99th: 160_953 + /// 95th: 153_494 + /// 75th: 138_856 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(153_763), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(138_503), 0); } #[cfg(test)] diff --git a/runtime/g1/src/weights/extrinsic_weights.rs b/runtime/g1/src/weights/extrinsic_weights.rs index e0fc1211..ffb86ba6 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: 2024-09-09 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28 (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: 97_835, 99_775 - /// Average: 98_259 - /// Median: 98_207 - /// Std-Dev: 279.08 + /// Min, Max: 88_837, 96_248 + /// Average: 89_181 + /// Median: 89_030 + /// Std-Dev: 771.44 /// /// Percentiles nanoseconds: - /// 99th: 99_424 - /// 95th: 98_744 - /// 75th: 98_324 + /// 99th: 91_250 + /// 95th: 89_630 + /// 75th: 89_118 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(98_259), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(89_181), 0); } #[cfg(test)] diff --git a/runtime/g1/src/weights/frame_benchmarking_baseline.rs b/runtime/g1/src/weights/frame_benchmarking_baseline.rs index 68a15f11..8a8288a6 100644 --- a/runtime/g1/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/g1/src/weights/frame_benchmarking_baseline.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_benchmarking::baseline` //! -//! 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 43.0.0 +//! DATE: 2024-09-28, 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 @@ -52,8 +52,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_000 picoseconds. - Weight::from_parts(96_278, 0) + // Minimum execution time: 88_000 picoseconds. + Weight::from_parts(139_092, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -61,8 +61,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_000 picoseconds. - Weight::from_parts(96_362, 0) + // Minimum execution time: 88_000 picoseconds. + Weight::from_parts(140_655, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -70,8 +70,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_000 picoseconds. - Weight::from_parts(90_679, 0) + // Minimum execution time: 89_000 picoseconds. + Weight::from_parts(141_340, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -79,16 +79,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_000 picoseconds. - Weight::from_parts(88_954, 0) + // Minimum execution time: 89_000 picoseconds. + Weight::from_parts(140_451, 0) .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 19_783_376_000 picoseconds. - Weight::from_parts(19_834_097_000, 0) + // Minimum execution time: 19_737_124_000 picoseconds. + Weight::from_parts(19_774_281_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. @@ -96,10 +96,10 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 83_000 picoseconds. - Weight::from_parts(25_765_438, 0) + // Minimum execution time: 97_000 picoseconds. + Weight::from_parts(130_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 11_834 - .saturating_add(Weight::from_parts(31_152_477, 0).saturating_mul(i.into())) + // Standard Error: 13_189 + .saturating_add(Weight::from_parts(34_360_531, 0).saturating_mul(i.into())) } } diff --git a/runtime/g1/src/weights/frame_system.rs b/runtime/g1/src/weights/frame_system.rs index dbf73687..80308a3d 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -52,22 +52,22 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_355_000 picoseconds. - Weight::from_parts(1_492_000, 0) + // Minimum execution time: 1_813_000 picoseconds. + Weight::from_parts(1_917_000, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(248, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(256, 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: 3_949_000 picoseconds. - Weight::from_parts(4_055_000, 0) + // Minimum execution time: 4_949_000 picoseconds. + Weight::from_parts(4_989_000, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_039, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_040, 0).saturating_mul(b.into())) } /// Storage: `System::Digest` (r:1 w:1) /// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) @@ -77,8 +77,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 2_355_000 picoseconds. - Weight::from_parts(2_608_000, 0) + // Minimum execution time: 3_322_000 picoseconds. + Weight::from_parts(3_585_000, 0) .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -91,8 +91,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 78_122_127_000 picoseconds. - Weight::from_parts(78_652_086_000, 0) + // Minimum execution time: 77_755_928_000 picoseconds. + Weight::from_parts(78_851_658_000, 0) .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -104,11 +104,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_461_000 picoseconds. - Weight::from_parts(1_512_000, 0) + // Minimum execution time: 1_891_000 picoseconds. + Weight::from_parts(1_978_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 572 - .saturating_add(Weight::from_parts(564_768, 0).saturating_mul(i.into())) + // Standard Error: 516 + .saturating_add(Weight::from_parts(564_917, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -118,11 +118,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_461_000 picoseconds. - Weight::from_parts(1_550_000, 0) + // Minimum execution time: 1_851_000 picoseconds. + Weight::from_parts(1_964_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 602 - .saturating_add(Weight::from_parts(450_698, 0).saturating_mul(i.into())) + // Standard Error: 635 + .saturating_add(Weight::from_parts(453_107, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -132,11 +132,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + p * (69 ±0)` // Estimated: `76 + p * (70 ±0)` - // Minimum execution time: 2_669_000 picoseconds. - Weight::from_parts(2_748_000, 0) + // Minimum execution time: 3_325_000 picoseconds. + Weight::from_parts(3_537_000, 0) .saturating_add(Weight::from_parts(0, 76)) - // Standard Error: 770 - .saturating_add(Weight::from_parts(901_773, 0).saturating_mul(p.into())) + // Standard Error: 702 + .saturating_add(Weight::from_parts(1_072_851, 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())) @@ -147,8 +147,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_942_000 picoseconds. - Weight::from_parts(9_107_000, 0) + // Minimum execution time: 8_974_000 picoseconds. + Weight::from_parts(10_559_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,8 +162,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `22` // Estimated: `1518` - // Minimum execution time: 81_604_723_000 picoseconds. - Weight::from_parts(81_945_735_000, 0) + // Minimum execution time: 81_652_777_000 picoseconds. + Weight::from_parts(82_830_549_000, 0) .saturating_add(Weight::from_parts(0, 1518)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/g1/src/weights/pallet_authority_members.rs b/runtime/g1/src/weights/pallet_authority_members.rs index 3fd157e5..f83e6449 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -63,8 +63,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `933` // Estimated: `4398` - // Minimum execution time: 18_080_000 picoseconds. - Weight::from_parts(19_473_000, 0) + // Minimum execution time: 25_662_000 picoseconds. + Weight::from_parts(26_455_000, 0) .saturating_add(Weight::from_parts(0, 4398)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(1)) @@ -89,8 +89,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1389` // Estimated: `4854` - // Minimum execution time: 24_420_000 picoseconds. - Weight::from_parts(25_409_000, 0) + // Minimum execution time: 34_895_000 picoseconds. + Weight::from_parts(36_387_000, 0) .saturating_add(Weight::from_parts(0, 4854)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(1)) @@ -111,8 +111,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1838` // Estimated: `12728` - // Minimum execution time: 32_525_000 picoseconds. - Weight::from_parts(34_049_000, 0) + // Minimum execution time: 45_607_000 picoseconds. + Weight::from_parts(47_059_000, 0) .saturating_add(Weight::from_parts(0, 12728)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(2)) @@ -135,8 +135,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `847` // Estimated: `4312` - // Minimum execution time: 31_824_000 picoseconds. - Weight::from_parts(33_208_000, 0) + // Minimum execution time: 38_928_000 picoseconds. + Weight::from_parts(41_019_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 pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `199` // Estimated: `1684` - // Minimum execution time: 6_777_000 picoseconds. - Weight::from_parts(7_108_000, 0) + // Minimum execution time: 9_188_000 picoseconds. + Weight::from_parts(9_497_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_babe.rs b/runtime/g1/src/weights/pallet_babe.rs index caa37df0..86185992 100644 --- a/runtime/g1/src/weights/pallet_babe.rs +++ b/runtime/g1/src/weights/pallet_babe.rs @@ -24,7 +24,7 @@ use frame_support::{ Weight, }, }; -use sp_std::marker::PhantomData; +use scale_info::prelude::marker::PhantomData; /// Weight functions for `pallet_babe`. pub struct WeightInfo(PhantomData); diff --git a/runtime/g1/src/weights/pallet_balances.rs b/runtime/g1/src/weights/pallet_balances.rs index 2fc4c543..0c2f4ba2 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `63` // Estimated: `6126` - // Minimum execution time: 45_669_000 picoseconds. - Weight::from_parts(47_110_000, 0) + // Minimum execution time: 50_937_000 picoseconds. + Weight::from_parts(52_205_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 28_479_000 picoseconds. - Weight::from_parts(29_103_000, 0) + // Minimum execution time: 31_621_000 picoseconds. + Weight::from_parts(32_543_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 9_221_000 picoseconds. - Weight::from_parts(9_649_000, 0) + // Minimum execution time: 11_260_000 picoseconds. + Weight::from_parts(11_974_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 13_167_000 picoseconds. - Weight::from_parts(13_487_000, 0) + // Minimum execution time: 17_113_000 picoseconds. + Weight::from_parts(18_224_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `126` // Estimated: `8694` - // Minimum execution time: 46_991_000 picoseconds. - Weight::from_parts(48_223_000, 0) + // Minimum execution time: 53_051_000 picoseconds. + Weight::from_parts(54_448_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 35_036_000 picoseconds. - Weight::from_parts(35_934_000, 0) + // Minimum execution time: 38_410_000 picoseconds. + Weight::from_parts(39_213_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 11_657_000 picoseconds. - Weight::from_parts(12_349_000, 0) + // Minimum execution time: 14_264_000 picoseconds. + Weight::from_parts(17_888_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_127_000 picoseconds. - Weight::from_parts(4_439_000, 0) + // Minimum execution time: 5_363_000 picoseconds. + Weight::from_parts(5_692_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::Account` (r:1 w:1) @@ -145,8 +145,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `63` // Estimated: `3558` - // Minimum execution time: 31_781_000 picoseconds. - Weight::from_parts(32_980_000, 0) + // Minimum execution time: 36_395_000 picoseconds. + Weight::from_parts(37_277_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_660_000 picoseconds. - Weight::from_parts(15_338_000, 0) + // Minimum execution time: 16_496_000 picoseconds. + Weight::from_parts(16_731_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 6e7e6741..57c10010 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -61,8 +61,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `996` // Estimated: `6936` - // Minimum execution time: 31_284_000 picoseconds. - Weight::from_parts(32_655_000, 0) + // Minimum execution time: 40_358_000 picoseconds. + Weight::from_parts(41_870_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 pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `1019` // Estimated: `6959` - // Minimum execution time: 29_450_000 picoseconds. - Weight::from_parts(30_833_000, 0) + // Minimum execution time: 36_424_000 picoseconds. + Weight::from_parts(37_857_000, 0) .saturating_add(Weight::from_parts(0, 6959)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) @@ -121,8 +121,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `2259` // Estimated: `15624` - // Minimum execution time: 102_093_000 picoseconds. - Weight::from_parts(105_865_000, 0) + // Minimum execution time: 125_422_000 picoseconds. + Weight::from_parts(128_454_000, 0) .saturating_add(Weight::from_parts(0, 15624)) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(23)) @@ -138,11 +138,11 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `554 + i * (35 ±0)` // Estimated: `4018 + i * (2511 ±0)` - // Minimum execution time: 21_383_000 picoseconds. - Weight::from_parts(21_994_000, 0) + // Minimum execution time: 30_310_000 picoseconds. + Weight::from_parts(31_181_000, 0) .saturating_add(Weight::from_parts(0, 4018)) - // Standard Error: 25_845 - .saturating_add(Weight::from_parts(8_369_613, 0).saturating_mul(i.into())) + // Standard Error: 25_824 + .saturating_add(Weight::from_parts(9_275_904, 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 +155,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `138` // Estimated: `3603` - // Minimum execution time: 2_354_000 picoseconds. - Weight::from_parts(2_536_000, 0) + // Minimum execution time: 3_454_000 picoseconds. + Weight::from_parts(3_743_000, 0) .saturating_add(Weight::from_parts(0, 3603)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -166,8 +166,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `275` // Estimated: `3740` - // Minimum execution time: 3_286_000 picoseconds. - Weight::from_parts(3_576_000, 0) + // Minimum execution time: 5_312_000 picoseconds. + Weight::from_parts(5_608_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 +182,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `711` // Estimated: `6651` - // Minimum execution time: 18_069_000 picoseconds. - Weight::from_parts(18_898_000, 0) + // Minimum execution time: 26_213_000 picoseconds. + Weight::from_parts(27_502_000, 0) .saturating_add(Weight::from_parts(0, 6651)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/g1/src/weights/pallet_collective.rs b/runtime/g1/src/weights/pallet_collective.rs index 620f8f32..06df9662 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -62,13 +62,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + m * (672 ±0) + p * (3191 ±0)` // Estimated: `10019 + m * (416 ±4) + p * (4183 ±23)` - // Minimum execution time: 10_556_000 picoseconds. - Weight::from_parts(10_974_000, 0) + // Minimum execution time: 12_382_000 picoseconds. + Weight::from_parts(12_732_000, 0) .saturating_add(Weight::from_parts(0, 10019)) - // Standard Error: 9_484 - .saturating_add(Weight::from_parts(720_997, 0).saturating_mul(m.into())) - // Standard Error: 46_884 - .saturating_add(Weight::from_parts(6_279_441, 0).saturating_mul(p.into())) + // Standard Error: 10_026 + .saturating_add(Weight::from_parts(744_546, 0).saturating_mul(m.into())) + // Standard Error: 49_561 + .saturating_add(Weight::from_parts(7_099_142, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `1518 + m * (32 ±0)` - // Minimum execution time: 9_303_000 picoseconds. - Weight::from_parts(9_185_386, 0) + // Minimum execution time: 11_673_000 picoseconds. + Weight::from_parts(10_820_054, 0) .saturating_add(Weight::from_parts(0, 1518)) - // Standard Error: 30 - .saturating_add(Weight::from_parts(887, 0).saturating_mul(b.into())) - // Standard Error: 317 - .saturating_add(Weight::from_parts(10_620, 0).saturating_mul(m.into())) + // Standard Error: 34 + .saturating_add(Weight::from_parts(1_534, 0).saturating_mul(b.into())) + // Standard Error: 351 + .saturating_add(Weight::from_parts(15_212, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `3498 + m * (32 ±0)` - // Minimum execution time: 11_152_000 picoseconds. - Weight::from_parts(10_810_037, 0) + // Minimum execution time: 13_621_000 picoseconds. + Weight::from_parts(13_411_958, 0) .saturating_add(Weight::from_parts(0, 3498)) - // Standard Error: 34 - .saturating_add(Weight::from_parts(1_304, 0).saturating_mul(b.into())) - // Standard Error: 357 - .saturating_add(Weight::from_parts(17_037, 0).saturating_mul(m.into())) + // Standard Error: 37 + .saturating_add(Weight::from_parts(1_296, 0).saturating_mul(b.into())) + // Standard Error: 391 + .saturating_add(Weight::from_parts(21_066, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `24 + m * (32 ±0) + p * (55 ±0)` // Estimated: `3461 + m * (32 ±0) + p * (54 ±0)` - // Minimum execution time: 16_206_000 picoseconds. - Weight::from_parts(15_391_416, 0) + // Minimum execution time: 19_756_000 picoseconds. + Weight::from_parts(19_613_903, 0) .saturating_add(Weight::from_parts(0, 3461)) - // Standard Error: 58 - .saturating_add(Weight::from_parts(2_286, 0).saturating_mul(b.into())) - // Standard Error: 608 - .saturating_add(Weight::from_parts(15_525, 0).saturating_mul(m.into())) - // Standard Error: 3_040 - .saturating_add(Weight::from_parts(257_425, 0).saturating_mul(p.into())) + // Standard Error: 78 + .saturating_add(Weight::from_parts(2_330, 0).saturating_mul(b.into())) + // Standard Error: 819 + .saturating_add(Weight::from_parts(19_531, 0).saturating_mul(m.into())) + // Standard Error: 4_092 + .saturating_add(Weight::from_parts(298_153, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `573 + m * (64 ±0)` // Estimated: `4037 + m * (64 ±0)` - // Minimum execution time: 14_424_000 picoseconds. - Weight::from_parts(14_987_155, 0) + // Minimum execution time: 18_127_000 picoseconds. + Weight::from_parts(19_291_184, 0) .saturating_add(Weight::from_parts(0, 4037)) - // Standard Error: 550 - .saturating_add(Weight::from_parts(31_850, 0).saturating_mul(m.into())) + // Standard Error: 655 + .saturating_add(Weight::from_parts(39_248, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `117 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3591 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 18_102_000 picoseconds. - Weight::from_parts(17_152_394, 0) + // Minimum execution time: 22_740_000 picoseconds. + Weight::from_parts(21_235_980, 0) .saturating_add(Weight::from_parts(0, 3591)) - // Standard Error: 533 - .saturating_add(Weight::from_parts(26_953, 0).saturating_mul(m.into())) - // Standard Error: 2_634 - .saturating_add(Weight::from_parts(224_233, 0).saturating_mul(p.into())) + // Standard Error: 620 + .saturating_add(Weight::from_parts(32_285, 0).saturating_mul(m.into())) + // Standard Error: 3_062 + .saturating_add(Weight::from_parts(258_736, 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 pallet_collective::WeightInfo for WeightInfo { // 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: 25_914_000 picoseconds. - Weight::from_parts(25_197_687, 0) + // Minimum execution time: 32_430_000 picoseconds. + Weight::from_parts(31_069_476, 0) .saturating_add(Weight::from_parts(0, 3619)) - // Standard Error: 77 - .saturating_add(Weight::from_parts(1_695, 0).saturating_mul(b.into())) - // Standard Error: 824 - .saturating_add(Weight::from_parts(14_241, 0).saturating_mul(m.into())) - // Standard Error: 4_065 - .saturating_add(Weight::from_parts(328_499, 0).saturating_mul(p.into())) + // Standard Error: 104 + .saturating_add(Weight::from_parts(2_472, 0).saturating_mul(b.into())) + // Standard Error: 1_109 + .saturating_add(Weight::from_parts(14_064, 0).saturating_mul(m.into())) + // Standard Error: 5_473 + .saturating_add(Weight::from_parts(380_339, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `137 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3611 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 20_550_000 picoseconds. - Weight::from_parts(18_600_588, 0) + // Minimum execution time: 25_360_000 picoseconds. + Weight::from_parts(24_270_048, 0) .saturating_add(Weight::from_parts(0, 3611)) - // Standard Error: 525 - .saturating_add(Weight::from_parts(34_296, 0).saturating_mul(m.into())) - // Standard Error: 2_596 - .saturating_add(Weight::from_parts(242_677, 0).saturating_mul(p.into())) + // Standard Error: 652 + .saturating_add(Weight::from_parts(33_478, 0).saturating_mul(m.into())) + // Standard Error: 3_221 + .saturating_add(Weight::from_parts(268_958, 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 pallet_collective::WeightInfo for WeightInfo { // 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: 28_346_000 picoseconds. - Weight::from_parts(27_591_100, 0) + // Minimum execution time: 34_381_000 picoseconds. + Weight::from_parts(32_892_529, 0) .saturating_add(Weight::from_parts(0, 3639)) - // Standard Error: 100 - .saturating_add(Weight::from_parts(1_335, 0).saturating_mul(b.into())) - // Standard Error: 1_058 - .saturating_add(Weight::from_parts(15_945, 0).saturating_mul(m.into())) - // Standard Error: 5_222 - .saturating_add(Weight::from_parts(301_138, 0).saturating_mul(p.into())) + // Standard Error: 108 + .saturating_add(Weight::from_parts(2_395, 0).saturating_mul(b.into())) + // Standard Error: 1_142 + .saturating_add(Weight::from_parts(15_903, 0).saturating_mul(m.into())) + // Standard Error: 5_635 + .saturating_add(Weight::from_parts(402_980, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `189 + p * (32 ±0)` // Estimated: `1674 + p * (32 ±0)` - // Minimum execution time: 8_896_000 picoseconds. - Weight::from_parts(9_755_838, 0) + // Minimum execution time: 11_616_000 picoseconds. + Weight::from_parts(12_471_861, 0) .saturating_add(Weight::from_parts(0, 1674)) - // Standard Error: 1_560 - .saturating_add(Weight::from_parts(186_054, 0).saturating_mul(p.into())) + // Standard Error: 2_027 + .saturating_add(Weight::from_parts(154_684, 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())) diff --git a/runtime/g1/src/weights/pallet_distance.rs b/runtime/g1/src/weights/pallet_distance.rs index 4071f94c..1436bc9e 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -69,8 +69,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1140` // Estimated: `4605` - // Minimum execution time: 54_361_000 picoseconds. - Weight::from_parts(55_589_000, 0) + // Minimum execution time: 65_909_000 picoseconds. + Weight::from_parts(67_747_000, 0) .saturating_add(Weight::from_parts(0, 4605)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) @@ -97,8 +97,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1169` // Estimated: `7109` - // Minimum execution time: 58_099_000 picoseconds. - Weight::from_parts(59_972_000, 0) + // Minimum execution time: 68_501_000 picoseconds. + Weight::from_parts(71_844_000, 0) .saturating_add(Weight::from_parts(0, 7109)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(4)) @@ -120,11 +120,11 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `401 + i * (10 ±0)` // Estimated: `1886 + i * (10 ±0)` - // Minimum execution time: 12_716_000 picoseconds. - Weight::from_parts(13_320_544, 0) + // Minimum execution time: 18_151_000 picoseconds. + Weight::from_parts(20_247_312, 0) .saturating_add(Weight::from_parts(0, 1886)) - // Standard Error: 380 - .saturating_add(Weight::from_parts(113_249, 0).saturating_mul(i.into())) + // Standard Error: 66 + .saturating_add(Weight::from_parts(104_133, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into())) @@ -138,11 +138,11 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `139 + i * (10 ±0)` // Estimated: `1624 + i * (10 ±0)` - // Minimum execution time: 4_836_000 picoseconds. - Weight::from_parts(6_974_703, 0) + // Minimum execution time: 6_919_000 picoseconds. + Weight::from_parts(8_985_780, 0) .saturating_add(Weight::from_parts(0, 1624)) - // Standard Error: 93 - .saturating_add(Weight::from_parts(102_689, 0).saturating_mul(i.into())) + // Standard Error: 55 + .saturating_add(Weight::from_parts(101_965, 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())) @@ -157,8 +157,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `572` // Estimated: `6512` - // Minimum execution time: 22_082_000 picoseconds. - Weight::from_parts(22_906_000, 0) + // Minimum execution time: 29_384_000 picoseconds. + Weight::from_parts(31_096_000, 0) .saturating_add(Weight::from_parts(0, 6512)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -167,8 +167,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 83_000 picoseconds. - Weight::from_parts(88_000, 0) + // Minimum execution time: 91_000 picoseconds. + Weight::from_parts(126_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::ParentHash` (r:1 w:0) @@ -193,8 +193,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `984` // Estimated: `6924` - // Minimum execution time: 53_122_000 picoseconds. - Weight::from_parts(55_128_000, 0) + // Minimum execution time: 63_680_000 picoseconds. + Weight::from_parts(65_817_000, 0) .saturating_add(Weight::from_parts(0, 6924)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) @@ -207,19 +207,19 @@ impl pallet_distance::WeightInfo for WeightInfo { /// Proof: `Distance::PendingEvaluationRequest` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Balances::Holds` (r:1 w:1) /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) + /// Storage: `System::Account` (r:2 w:2) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) /// Storage: `Distance::EvaluationBlock` (r:0 w:1) /// Proof: `Distance::EvaluationBlock` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn do_evaluation_failure() -> Weight { // Proof Size summary in bytes: - // Measured: `412` - // Estimated: `3877` - // Minimum execution time: 24_572_000 picoseconds. - Weight::from_parts(25_995_000, 0) - .saturating_add(Weight::from_parts(0, 3877)) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(5)) + // Measured: `475` + // Estimated: `6126` + // Minimum execution time: 45_205_000 picoseconds. + Weight::from_parts(46_762_000, 0) + .saturating_add(Weight::from_parts(0, 6126)) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: `System::ParentHash` (r:1 w:0) /// Proof: `System::ParentHash` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) @@ -231,8 +231,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_378_000 picoseconds. - Weight::from_parts(2_663_000, 0) + // Minimum execution time: 4_030_000 picoseconds. + Weight::from_parts(4_294_000, 0) .saturating_add(Weight::from_parts(0, 1594)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -243,8 +243,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `133` // Estimated: `1618` - // Minimum execution time: 2_309_000 picoseconds. - Weight::from_parts(2_455_000, 0) + // Minimum execution time: 3_720_000 picoseconds. + Weight::from_parts(4_046_000, 0) .saturating_add(Weight::from_parts(0, 1618)) .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 e4516304..6aa071c0 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_duniter_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 3_066_000 picoseconds. - Weight::from_parts(3_338_000, 0) + // Minimum execution time: 4_319_000 picoseconds. + Weight::from_parts(4_586_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/g1/src/weights/pallet_grandpa.rs b/runtime/g1/src/weights/pallet_grandpa.rs index 3c6528f7..6dae5b20 100644 --- a/runtime/g1/src/weights/pallet_grandpa.rs +++ b/runtime/g1/src/weights/pallet_grandpa.rs @@ -24,7 +24,7 @@ use frame_support::{ Weight, }, }; -use sp_std::marker::PhantomData; +use scale_info::prelude::marker::PhantomData; /// Weight functions for `pallet_grandpa`. pub struct WeightInfo(PhantomData); diff --git a/runtime/g1/src/weights/pallet_identity.rs b/runtime/g1/src/weights/pallet_identity.rs index 2d8fd5a2..839efbc0 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -71,8 +71,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1099` // Estimated: `7039` - // Minimum execution time: 58_004_000 picoseconds. - Weight::from_parts(59_724_000, 0) + // Minimum execution time: 70_675_000 picoseconds. + Weight::from_parts(73_034_000, 0) .saturating_add(Weight::from_parts(0, 7039)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) @@ -89,8 +89,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `822` // Estimated: `6762` - // Minimum execution time: 27_008_000 picoseconds. - Weight::from_parts(28_475_000, 0) + // Minimum execution time: 35_097_000 picoseconds. + Weight::from_parts(36_265_000, 0) .saturating_add(Weight::from_parts(0, 6762)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) @@ -99,18 +99,20 @@ impl pallet_identity::WeightInfo for WeightInfo { /// 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`) fn change_owner_key() -> Weight { // Proof Size summary in bytes: - // Measured: `793` - // Estimated: `6733` - // Minimum execution time: 73_063_000 picoseconds. - Weight::from_parts(75_151_000, 0) - .saturating_add(Weight::from_parts(0, 6733)) - .saturating_add(T::DbWeight::get().reads(6)) + // Measured: `964` + // Estimated: `6904` + // Minimum execution time: 83_073_000 picoseconds. + Weight::from_parts(86_517_000, 0) + .saturating_add(Weight::from_parts(0, 6904)) + .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: `Identity::Identities` (r:1 w:1) @@ -127,8 +129,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `731` // Estimated: `6671` - // Minimum execution time: 63_852_000 picoseconds. - Weight::from_parts(65_930_000, 0) + // Minimum execution time: 70_008_000 picoseconds. + Weight::from_parts(71_653_000, 0) .saturating_add(Weight::from_parts(0, 6671)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -140,11 +142,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_494_000 picoseconds. - Weight::from_parts(3_797_000, 0) + // Minimum execution time: 3_952_000 picoseconds. + Weight::from_parts(4_158_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_212 - .saturating_add(Weight::from_parts(1_224_977, 0).saturating_mul(i.into())) + // Standard Error: 950 + .saturating_add(Weight::from_parts(1_204_551, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } @@ -154,8 +156,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `104` // Estimated: `3558` - // Minimum execution time: 6_118_000 picoseconds. - Weight::from_parts(6_480_000, 0) + // Minimum execution time: 7_415_000 picoseconds. + Weight::from_parts(7_948_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -170,8 +172,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `436` // Estimated: `3901` - // Minimum execution time: 50_968_000 picoseconds. - Weight::from_parts(52_470_000, 0) + // Minimum execution time: 54_824_000 picoseconds. + Weight::from_parts(55_745_000, 0) .saturating_add(Weight::from_parts(0, 3901)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -180,8 +182,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 85_000 picoseconds. - Weight::from_parts(88_000, 0) + // Minimum execution time: 110_000 picoseconds. + Weight::from_parts(133_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Identity::Identities` (r:1 w:0) @@ -190,8 +192,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `360` // Estimated: `3825` - // Minimum execution time: 3_474_000 picoseconds. - Weight::from_parts(3_639_000, 0) + // Minimum execution time: 4_839_000 picoseconds. + Weight::from_parts(5_289_000, 0) .saturating_add(Weight::from_parts(0, 3825)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -229,8 +231,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1930` // Estimated: `15295` - // Minimum execution time: 90_199_000 picoseconds. - Weight::from_parts(93_429_000, 0) + // Minimum execution time: 108_040_000 picoseconds. + Weight::from_parts(112_523_000, 0) .saturating_add(Weight::from_parts(0, 15295)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(22)) @@ -241,8 +243,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `360` // Estimated: `3825` - // Minimum execution time: 4_970_000 picoseconds. - Weight::from_parts(5_215_000, 0) + // Minimum execution time: 4_888_000 picoseconds. + Weight::from_parts(5_194_000, 0) .saturating_add(Weight::from_parts(0, 3825)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -284,8 +286,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2355` // Estimated: `18195` - // Minimum execution time: 129_041_000 picoseconds. - Weight::from_parts(134_123_000, 0) + // Minimum execution time: 155_924_000 picoseconds. + Weight::from_parts(159_186_000, 0) .saturating_add(Weight::from_parts(0, 18195)) .saturating_add(T::DbWeight::get().reads(24)) .saturating_add(T::DbWeight::get().writes(30)) @@ -328,8 +330,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2372` // Estimated: `18212` - // Minimum execution time: 127_204_000 picoseconds. - Weight::from_parts(130_888_000, 0) + // Minimum execution time: 153_164_000 picoseconds. + Weight::from_parts(157_508_000, 0) .saturating_add(Weight::from_parts(0, 18212)) .saturating_add(T::DbWeight::get().reads(25)) .saturating_add(T::DbWeight::get().writes(29)) @@ -342,8 +344,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `441` // Estimated: `6381` - // Minimum execution time: 13_127_000 picoseconds. - Weight::from_parts(14_131_000, 0) + // Minimum execution time: 16_781_000 picoseconds. + Weight::from_parts(17_373_000, 0) .saturating_add(Weight::from_parts(0, 6381)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -354,8 +356,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `3630` - // Minimum execution time: 2_588_000 picoseconds. - Weight::from_parts(2_750_000, 0) + // Minimum execution time: 3_586_000 picoseconds. + Weight::from_parts(3_936_000, 0) .saturating_add(Weight::from_parts(0, 3630)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -367,8 +369,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `363` // Estimated: `3828` - // Minimum execution time: 5_738_000 picoseconds. - Weight::from_parts(5_965_000, 0) + // Minimum execution time: 8_263_000 picoseconds. + Weight::from_parts(8_759_000, 0) .saturating_add(Weight::from_parts(0, 3828)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -393,8 +395,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `952` // Estimated: `4417` - // Minimum execution time: 29_195_000 picoseconds. - Weight::from_parts(30_629_000, 0) + // Minimum execution time: 38_427_000 picoseconds. + Weight::from_parts(39_945_000, 0) .saturating_add(Weight::from_parts(0, 4417)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(7)) diff --git a/runtime/g1/src/weights/pallet_im_online.rs b/runtime/g1/src/weights/pallet_im_online.rs index d2409bc5..02c43969 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -62,11 +62,11 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `525 + k * (32 ±0)` // Estimated: `33487 + k * (1761 ±0)` - // Minimum execution time: 48_426_000 picoseconds. - Weight::from_parts(61_674_840, 0) + // Minimum execution time: 56_656_000 picoseconds. + Weight::from_parts(68_340_368, 0) .saturating_add(Weight::from_parts(0, 33487)) - // Standard Error: 724 - .saturating_add(Weight::from_parts(43_085, 0).saturating_mul(k.into())) + // Standard Error: 459 + .saturating_add(Weight::from_parts(34_630, 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 6ea36239..739fe67c 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -51,8 +51,8 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 82_000 picoseconds. - Weight::from_parts(87_000, 0) + // Minimum execution time: 89_000 picoseconds. + Weight::from_parts(133_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Membership::MembershipsExpireOn` (r:2 w:2) @@ -87,12 +87,12 @@ impl pallet_membership::WeightInfo for WeightInfo { fn expire_memberships(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `139 + i * (992 ±0)` - // Estimated: `15059 + i * (2695 ±52)` - // Minimum execution time: 3_679_000 picoseconds. - Weight::from_parts(10_345_604, 0) + // Estimated: `15059 + i * (2695 ±1)` + // Minimum execution time: 5_469_000 picoseconds. + Weight::from_parts(14_862_527, 0) .saturating_add(Weight::from_parts(0, 15059)) - // Standard Error: 450_656 - .saturating_add(Weight::from_parts(68_591_807, 0).saturating_mul(i.into())) + // Standard Error: 644_477 + .saturating_add(Weight::from_parts(80_115_649, 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)) diff --git a/runtime/g1/src/weights/pallet_multisig.rs b/runtime/g1/src/weights/pallet_multisig.rs index 967884af..7ff5350b 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -52,8 +52,8 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_569_000 picoseconds. - Weight::from_parts(5_017_569, 0) + // Minimum execution time: 5_424_000 picoseconds. + Weight::from_parts(5_777_452, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1 .saturating_add(Weight::from_parts(320, 0).saturating_mul(z.into())) @@ -66,13 +66,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `125 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 23_630_000 picoseconds. - Weight::from_parts(23_277_185, 0) + // Minimum execution time: 27_690_000 picoseconds. + Weight::from_parts(27_849_803, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 6_033 - .saturating_add(Weight::from_parts(161_220, 0).saturating_mul(s.into())) + // Standard Error: 6_103 + .saturating_add(Weight::from_parts(130_702, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_parts(1_056, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_060, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -84,13 +84,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 13_381_000 picoseconds. - Weight::from_parts(13_484_135, 0) + // Minimum execution time: 15_572_000 picoseconds. + Weight::from_parts(15_882_913, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 4_804 - .saturating_add(Weight::from_parts(73_610, 0).saturating_mul(s.into())) + // Standard Error: 4_653 + .saturating_add(Weight::from_parts(53_568, 0).saturating_mul(s.into())) // Standard Error: 3 - .saturating_add(Weight::from_parts(1_037, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_057, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,13 +104,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `259 + s * (37 ±0)` // Estimated: `3922` - // Minimum execution time: 25_610_000 picoseconds. - Weight::from_parts(25_391_561, 0) + // Minimum execution time: 30_395_000 picoseconds. + Weight::from_parts(30_782_695, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 6_489 - .saturating_add(Weight::from_parts(176_182, 0).saturating_mul(s.into())) + // Standard Error: 6_729 + .saturating_add(Weight::from_parts(89_383, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_parts(1_086, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_061, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -121,11 +121,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `130 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 21_565_000 picoseconds. - Weight::from_parts(22_802_943, 0) + // Minimum execution time: 25_593_000 picoseconds. + Weight::from_parts(26_830_662, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 6_092 - .saturating_add(Weight::from_parts(139_233, 0).saturating_mul(s.into())) + // Standard Error: 6_016 + .saturating_add(Weight::from_parts(149_247, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,11 +136,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 11_535_000 picoseconds. - Weight::from_parts(12_260_150, 0) + // Minimum execution time: 13_839_000 picoseconds. + Weight::from_parts(14_512_232, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 3_590 - .saturating_add(Weight::from_parts(96_153, 0).saturating_mul(s.into())) + // Standard Error: 3_561 + .saturating_add(Weight::from_parts(108_424, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -151,11 +151,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `328 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 21_327_000 picoseconds. - Weight::from_parts(22_867_000, 0) + // Minimum execution time: 26_261_000 picoseconds. + Weight::from_parts(27_699_529, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 6_956 - .saturating_add(Weight::from_parts(154_487, 0).saturating_mul(s.into())) + // Standard Error: 7_715 + .saturating_add(Weight::from_parts(158_650, 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 ab58c261..1fef60ba 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `42` // Estimated: `3507` - // Minimum execution time: 18_432_000 picoseconds. - Weight::from_parts(18_959_000, 0) + // Minimum execution time: 22_993_000 picoseconds. + Weight::from_parts(23_422_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 pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `241` // Estimated: `3706` - // Minimum execution time: 25_686_000 picoseconds. - Weight::from_parts(26_751_000, 0) + // Minimum execution time: 30_691_000 picoseconds. + Weight::from_parts(32_073_000, 0) .saturating_add(Weight::from_parts(0, 3706)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -85,8 +85,8 @@ impl pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `301` // Estimated: `6126` - // Minimum execution time: 40_386_000 picoseconds. - Weight::from_parts(41_404_000, 0) + // Minimum execution time: 45_556_000 picoseconds. + Weight::from_parts(47_130_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 5bdb95cf..71708213 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -58,11 +58,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3548` - // Minimum execution time: 10_722_000 picoseconds. - Weight::from_parts(10_936_000, 0) + // Minimum execution time: 12_361_000 picoseconds. + Weight::from_parts(12_680_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_320, 0).saturating_mul(s.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_323, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -77,11 +77,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 12_500_000 picoseconds. - Weight::from_parts(12_951_000, 0) + // Minimum execution time: 15_234_000 picoseconds. + Weight::from_parts(15_561_000, 0) .saturating_add(Weight::from_parts(0, 3548)) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_320, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_319, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,11 +96,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 11_132_000 picoseconds. - Weight::from_parts(11_677_000, 0) + // Minimum execution time: 13_574_000 picoseconds. + Weight::from_parts(13_916_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_411, 0).saturating_mul(s.into())) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_401, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -114,8 +114,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3548` - // Minimum execution time: 22_232_000 picoseconds. - Weight::from_parts(24_928_000, 0) + // Minimum execution time: 23_820_000 picoseconds. + Weight::from_parts(26_783_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3548` - // Minimum execution time: 21_639_000 picoseconds. - Weight::from_parts(24_881_000, 0) + // Minimum execution time: 23_704_000 picoseconds. + Weight::from_parts(24_838_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3548` - // Minimum execution time: 20_361_000 picoseconds. - Weight::from_parts(22_222_000, 0) + // Minimum execution time: 20_991_000 picoseconds. + Weight::from_parts(22_482_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3548` - // Minimum execution time: 13_126_000 picoseconds. - Weight::from_parts(14_526_000, 0) + // Minimum execution time: 13_636_000 picoseconds. + Weight::from_parts(15_511_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3548` - // Minimum execution time: 8_944_000 picoseconds. - Weight::from_parts(10_109_000, 0) + // Minimum execution time: 10_511_000 picoseconds. + Weight::from_parts(11_283_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 6_583_000 picoseconds. - Weight::from_parts(7_614_000, 0) + // Minimum execution time: 8_689_000 picoseconds. + Weight::from_parts(10_141_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3548` - // Minimum execution time: 19_953_000 picoseconds. - Weight::from_parts(24_006_000, 0) + // Minimum execution time: 21_074_000 picoseconds. + Weight::from_parts(22_966_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 6_435_000 picoseconds. - Weight::from_parts(7_283_000, 0) + // Minimum execution time: 8_531_000 picoseconds. + Weight::from_parts(9_066_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 6_559_000 picoseconds. - Weight::from_parts(7_750_000, 0) + // Minimum execution time: 8_532_000 picoseconds. + Weight::from_parts(9_859_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + n * (179 ±0)` // Estimated: `990 + n * (2568 ±0)` - // Minimum execution time: 16_002_000 picoseconds. - Weight::from_parts(16_629_000, 0) + // Minimum execution time: 20_047_000 picoseconds. + Weight::from_parts(20_165_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 18_614 - .saturating_add(Weight::from_parts(13_558_152, 0).saturating_mul(n.into())) + // Standard Error: 18_007 + .saturating_add(Weight::from_parts(15_343_181, 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 d417067e..1050568b 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -65,8 +65,8 @@ impl pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `298` // Estimated: `3763` - // Minimum execution time: 37_437_000 picoseconds. - Weight::from_parts(39_211_000, 0) + // Minimum execution time: 45_929_000 picoseconds. + Weight::from_parts(47_776_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 pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `341 + i * (59 ±0)` // Estimated: `1827 + i * (2535 ±0)` - // Minimum execution time: 14_481_000 picoseconds. - Weight::from_parts(13_333_912, 0) + // Minimum execution time: 20_758_000 picoseconds. + Weight::from_parts(19_224_520, 0) .saturating_add(Weight::from_parts(0, 1827)) - // Standard Error: 10_466 - .saturating_add(Weight::from_parts(4_916_148, 0).saturating_mul(i.into())) + // Standard Error: 5_498 + .saturating_add(Weight::from_parts(5_750_488, 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 pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `351 + i * (59 ±0)` // Estimated: `3817 + i * (2535 ±0)` - // Minimum execution time: 18_072_000 picoseconds. - Weight::from_parts(16_093_942, 0) + // Minimum execution time: 21_726_000 picoseconds. + Weight::from_parts(19_393_776, 0) .saturating_add(Weight::from_parts(0, 3817)) - // Standard Error: 4_766 - .saturating_add(Weight::from_parts(5_227_366, 0).saturating_mul(i.into())) + // Standard Error: 8_077 + .saturating_add(Weight::from_parts(6_132_986, 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 98ef6407..74913c82 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -54,11 +54,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 10_696_000 picoseconds. - Weight::from_parts(11_630_258, 0) + // Minimum execution time: 14_107_000 picoseconds. + Weight::from_parts(15_066_872, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_384 - .saturating_add(Weight::from_parts(29_108, 0).saturating_mul(p.into())) + // Standard Error: 1_348 + .saturating_add(Weight::from_parts(23_202, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -73,13 +73,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `399 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 26_799_000 picoseconds. - Weight::from_parts(27_021_211, 0) + // Minimum execution time: 32_820_000 picoseconds. + Weight::from_parts(33_018_940, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_724 - .saturating_add(Weight::from_parts(146_260, 0).saturating_mul(a.into())) - // Standard Error: 1_781 - .saturating_add(Weight::from_parts(46_580, 0).saturating_mul(p.into())) + // Standard Error: 1_839 + .saturating_add(Weight::from_parts(149_359, 0).saturating_mul(a.into())) + // Standard Error: 1_900 + .saturating_add(Weight::from_parts(42_139, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -93,13 +93,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 18_204_000 picoseconds. - Weight::from_parts(19_113_826, 0) + // Minimum execution time: 22_480_000 picoseconds. + Weight::from_parts(22_941_444, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_814 - .saturating_add(Weight::from_parts(136_847, 0).saturating_mul(a.into())) - // Standard Error: 1_874 - .saturating_add(Weight::from_parts(10_480, 0).saturating_mul(p.into())) + // Standard Error: 1_578 + .saturating_add(Weight::from_parts(150_046, 0).saturating_mul(a.into())) + // Standard Error: 1_631 + .saturating_add(Weight::from_parts(12_486, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -113,13 +113,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 18_118_000 picoseconds. - Weight::from_parts(18_918_698, 0) + // Minimum execution time: 22_213_000 picoseconds. + Weight::from_parts(22_689_575, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_417 - .saturating_add(Weight::from_parts(134_898, 0).saturating_mul(a.into())) - // Standard Error: 1_464 - .saturating_add(Weight::from_parts(11_001, 0).saturating_mul(p.into())) + // Standard Error: 1_525 + .saturating_add(Weight::from_parts(149_745, 0).saturating_mul(a.into())) + // Standard Error: 1_575 + .saturating_add(Weight::from_parts(16_228, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -135,13 +135,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `331 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 24_083_000 picoseconds. - Weight::from_parts(24_931_976, 0) + // Minimum execution time: 29_779_000 picoseconds. + Weight::from_parts(30_195_878, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_853 - .saturating_add(Weight::from_parts(126_160, 0).saturating_mul(a.into())) - // Standard Error: 1_915 - .saturating_add(Weight::from_parts(35_841, 0).saturating_mul(p.into())) + // Standard Error: 1_849 + .saturating_add(Weight::from_parts(137_520, 0).saturating_mul(a.into())) + // Standard Error: 1_910 + .saturating_add(Weight::from_parts(43_697, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -152,11 +152,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 17_499_000 picoseconds. - Weight::from_parts(18_585_243, 0) + // Minimum execution time: 20_918_000 picoseconds. + Weight::from_parts(22_355_562, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 2_016 - .saturating_add(Weight::from_parts(39_671, 0).saturating_mul(p.into())) + // Standard Error: 1_772 + .saturating_add(Weight::from_parts(48_016, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,11 +167,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 17_581_000 picoseconds. - Weight::from_parts(18_931_192, 0) + // Minimum execution time: 21_589_000 picoseconds. + Weight::from_parts(22_684_377, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_888 - .saturating_add(Weight::from_parts(37_645, 0).saturating_mul(p.into())) + // Standard Error: 1_886 + .saturating_add(Weight::from_parts(35_794, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -182,24 +182,26 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 15_837_000 picoseconds. - Weight::from_parts(17_019_567, 0) + // Minimum execution time: 19_354_000 picoseconds. + Weight::from_parts(20_501_657, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_512 - .saturating_add(Weight::from_parts(25_168, 0).saturating_mul(p.into())) + // Standard Error: 1_393 + .saturating_add(Weight::from_parts(37_242, 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`) /// The range of component `p` is `[1, 31]`. - fn create_pure(_p: u32, ) -> Weight { + fn create_pure(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `177` // Estimated: `4698` - // Minimum execution time: 18_178_000 picoseconds. - Weight::from_parts(19_813_320, 0) + // Minimum execution time: 22_440_000 picoseconds. + Weight::from_parts(23_674_079, 0) .saturating_add(Weight::from_parts(0, 4698)) + // Standard Error: 1_490 + .saturating_add(Weight::from_parts(7_580, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -210,11 +212,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `194 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 16_136_000 picoseconds. - Weight::from_parts(17_528_445, 0) + // Minimum execution time: 20_218_000 picoseconds. + Weight::from_parts(21_163_230, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_485 - .saturating_add(Weight::from_parts(26_644, 0).saturating_mul(p.into())) + // Standard Error: 1_397 + .saturating_add(Weight::from_parts(28_501, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/g1/src/weights/pallet_scheduler.rs b/runtime/g1/src/weights/pallet_scheduler.rs index b6262067..91bd8a92 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `30` // Estimated: `1489` - // Minimum execution time: 2_040_000 picoseconds. - Weight::from_parts(2_239_000, 0) + // Minimum execution time: 3_221_000 picoseconds. + Weight::from_parts(3_410_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 pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 2_536_000 picoseconds. - Weight::from_parts(5_032_905, 0) + // Minimum execution time: 3_186_000 picoseconds. + Weight::from_parts(6_703_378, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_400 - .saturating_add(Weight::from_parts(297_551, 0).saturating_mul(s.into())) + // Standard Error: 1_917 + .saturating_add(Weight::from_parts(287_784, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -78,8 +78,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_080_000 picoseconds. - Weight::from_parts(2_209_000, 0) + // Minimum execution time: 2_896_000 picoseconds. + Weight::from_parts(3_020_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Preimage::PreimageFor` (r:1 w:1) @@ -93,11 +93,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` // Estimated: `4197809` - // Minimum execution time: 13_593_000 picoseconds. - Weight::from_parts(14_046_000, 0) + // Minimum execution time: 17_455_000 picoseconds. + Weight::from_parts(17_816_000, 0) .saturating_add(Weight::from_parts(0, 4197809)) // Standard Error: 3 - .saturating_add(Weight::from_parts(864, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(962, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -107,8 +107,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_125_000 picoseconds. - Weight::from_parts(3_370_000, 0) + // Minimum execution time: 4_236_000 picoseconds. + Weight::from_parts(4_400_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -116,24 +116,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_100_000 picoseconds. - Weight::from_parts(2_335_000, 0) + // Minimum execution time: 2_853_000 picoseconds. + Weight::from_parts(3_104_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_405_000 picoseconds. - Weight::from_parts(1_536_000, 0) + // Minimum execution time: 1_872_000 picoseconds. + Weight::from_parts(2_329_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_398_000 picoseconds. - Weight::from_parts(1_506_000, 0) + // Minimum execution time: 1_873_000 picoseconds. + Weight::from_parts(2_026_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Scheduler::Agenda` (r:1 w:1) @@ -143,11 +143,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 7_348_000 picoseconds. - Weight::from_parts(10_134_999, 0) + // Minimum execution time: 8_897_000 picoseconds. + Weight::from_parts(12_502_767, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_447 - .saturating_add(Weight::from_parts(299_230, 0).saturating_mul(s.into())) + // Standard Error: 1_951 + .saturating_add(Weight::from_parts(298_828, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,11 +162,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 11_654_000 picoseconds. - Weight::from_parts(12_471_170, 0) + // Minimum execution time: 14_007_000 picoseconds. + Weight::from_parts(14_896_806, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_375 - .saturating_add(Weight::from_parts(474_712, 0).saturating_mul(s.into())) + // Standard Error: 1_602 + .saturating_add(Weight::from_parts(457_263, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -179,11 +179,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `254 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 9_835_000 picoseconds. - Weight::from_parts(13_777_501, 0) + // Minimum execution time: 11_616_000 picoseconds. + Weight::from_parts(17_089_098, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 3_145 - .saturating_add(Weight::from_parts(336_199, 0).saturating_mul(s.into())) + // Standard Error: 4_345 + .saturating_add(Weight::from_parts(350_760, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -198,11 +198,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 13_657_000 picoseconds. - Weight::from_parts(15_121_494, 0) + // Minimum execution time: 16_395_000 picoseconds. + Weight::from_parts(19_167_295, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_930 - .saturating_add(Weight::from_parts(504_216, 0).saturating_mul(s.into())) + // Standard Error: 2_411 + .saturating_add(Weight::from_parts(490_476, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -215,11 +215,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `117` // Estimated: `13928` - // Minimum execution time: 6_649_000 picoseconds. - Weight::from_parts(7_410_613, 0) + // Minimum execution time: 8_469_000 picoseconds. + Weight::from_parts(9_181_472, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 549 - .saturating_add(Weight::from_parts(22_454, 0).saturating_mul(s.into())) + // Standard Error: 581 + .saturating_add(Weight::from_parts(27_665, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -231,8 +231,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `8927` // Estimated: `13928` - // Minimum execution time: 19_327_000 picoseconds. - Weight::from_parts(20_192_000, 0) + // Minimum execution time: 21_115_000 picoseconds. + Weight::from_parts(21_839_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 +247,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `9605` // Estimated: `13928` - // Minimum execution time: 25_946_000 picoseconds. - Weight::from_parts(26_810_000, 0) + // Minimum execution time: 28_611_000 picoseconds. + Weight::from_parts(29_620_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 +261,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `8939` // Estimated: `13928` - // Minimum execution time: 19_787_000 picoseconds. - Weight::from_parts(20_519_000, 0) + // Minimum execution time: 20_545_000 picoseconds. + Weight::from_parts(21_110_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 +277,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `9617` // Estimated: `13928` - // Minimum execution time: 23_844_000 picoseconds. - Weight::from_parts(25_391_000, 0) + // Minimum execution time: 27_773_000 picoseconds. + Weight::from_parts(28_783_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 ff5d67b8..3e589dda 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -55,8 +55,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `810` // Estimated: `11700` - // Minimum execution time: 22_370_000 picoseconds. - Weight::from_parts(23_776_000, 0) + // Minimum execution time: 28_285_000 picoseconds. + Weight::from_parts(30_211_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 pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `477` // Estimated: `3942` - // Minimum execution time: 13_672_000 picoseconds. - Weight::from_parts(14_286_000, 0) + // Minimum execution time: 17_013_000 picoseconds. + Weight::from_parts(17_708_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 d79dd5d5..04aec5f1 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -61,8 +61,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `834` // Estimated: `6774` - // Minimum execution time: 24_058_000 picoseconds. - Weight::from_parts(24_715_000, 0) + // Minimum execution time: 32_588_000 picoseconds. + Weight::from_parts(33_329_000, 0) .saturating_add(Weight::from_parts(0, 6774)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) @@ -75,8 +75,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `599` // Estimated: `4064` - // Minimum execution time: 13_567_000 picoseconds. - Weight::from_parts(14_263_000, 0) + // Minimum execution time: 17_937_000 picoseconds. + Weight::from_parts(18_612_000, 0) .saturating_add(Weight::from_parts(0, 4064)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -93,8 +93,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `644` // Estimated: `6584` - // Minimum execution time: 21_589_000 picoseconds. - Weight::from_parts(22_630_000, 0) + // Minimum execution time: 27_762_000 picoseconds. + Weight::from_parts(28_638_000, 0) .saturating_add(Weight::from_parts(0, 6584)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) @@ -119,8 +119,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `1204` // Estimated: `14569` - // Minimum execution time: 56_030_000 picoseconds. - Weight::from_parts(58_840_000, 0) + // Minimum execution time: 68_924_000 picoseconds. + Weight::from_parts(73_214_000, 0) .saturating_add(Weight::from_parts(0, 14569)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(15)) @@ -131,8 +131,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `253` // Estimated: `3718` - // Minimum execution time: 2_699_000 picoseconds. - Weight::from_parts(2_935_000, 0) + // Minimum execution time: 3_854_000 picoseconds. + Weight::from_parts(4_173_000, 0) .saturating_add(Weight::from_parts(0, 3718)) .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 95597a52..f6706d79 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 6_302_000 picoseconds. - Weight::from_parts(6_881_000, 0) + // Minimum execution time: 9_039_000 picoseconds. + Weight::from_parts(9_530_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 pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 6_687_000 picoseconds. - Weight::from_parts(7_121_000, 0) + // Minimum execution time: 9_819_000 picoseconds. + Weight::from_parts(10_161_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -76,8 +76,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 6_753_000 picoseconds. - Weight::from_parts(7_165_000, 0) + // Minimum execution time: 9_943_000 picoseconds. + Weight::from_parts(10_321_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -87,8 +87,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 5_867_000 picoseconds. - Weight::from_parts(6_139_000, 0) + // Minimum execution time: 8_325_000 picoseconds. + Weight::from_parts(8_883_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/g1/src/weights/pallet_timestamp.rs b/runtime/g1/src/weights/pallet_timestamp.rs index dd789619..96440e1d 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -57,8 +57,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `268` // Estimated: `1493` - // Minimum execution time: 7_986_000 picoseconds. - Weight::from_parts(8_328_000, 0) + // Minimum execution time: 11_710_000 picoseconds. + Weight::from_parts(12_366_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 pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `57` // Estimated: `0` - // Minimum execution time: 2_324_000 picoseconds. - Weight::from_parts(2_490_000, 0) + // Minimum execution time: 3_490_000 picoseconds. + Weight::from_parts(3_811_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/g1/src/weights/pallet_treasury.rs b/runtime/g1/src/weights/pallet_treasury.rs index c603e7aa..4dc101cb 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -55,22 +55,35 @@ impl pallet_treasury::WeightInfo for WeightInfo { Weight::from_parts(0, 0) .saturating_add(Weight::from_parts(0, 0)) } + /// Storage: `Treasury::Approvals` (r:1 w:0) + /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) fn remove_approval() -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts(0, 0)) + // Measured: `6` + // Estimated: `1887` + // Minimum execution time: 3_338_000 picoseconds. + Weight::from_parts(3_696_000, 0) + .saturating_add(Weight::from_parts(0, 1887)) + .saturating_add(T::DbWeight::get().reads(1)) } + /// Storage: `System::Account` (r:1 w:0) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `Treasury::Deactivated` (r:1 w:1) + /// Proof: `Treasury::Deactivated` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) + /// Storage: `Treasury::Approvals` (r:1 w:1) + /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) /// The range of component `p` is `[0, 99]`. - fn on_initialize_proposals(_p: u32, ) -> Weight { + fn on_initialize_proposals(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts(0, 0)) + // Measured: `82 + p * (1 ±0)` + // Estimated: `3558` + // Minimum execution time: 15_544_000 picoseconds. + Weight::from_parts(16_586_598, 0) + .saturating_add(Weight::from_parts(0, 3558)) + // Standard Error: 652 + .saturating_add(Weight::from_parts(34_361, 0).saturating_mul(p.into())) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(2)) } fn spend() -> Weight { // Proof Size summary in bytes: @@ -80,42 +93,37 @@ impl pallet_treasury::WeightInfo for WeightInfo { Weight::from_parts(0, 0) .saturating_add(Weight::from_parts(0, 0)) } - /// Storage: `Treasury::Spends` (r:1 w:1) + /// Storage: `Treasury::Spends` (r:1 w:0) /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) fn payout() -> Weight { // Proof Size summary in bytes: - // Measured: `179` - // Estimated: `6126` - // Minimum execution time: 39_478_000 picoseconds. - Weight::from_parts(41_308_000, 0) - .saturating_add(Weight::from_parts(0, 6126)) - .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(3)) + // Measured: `6` + // Estimated: `3526` + // Minimum execution time: 4_737_000 picoseconds. + Weight::from_parts(6_080_000, 0) + .saturating_add(Weight::from_parts(0, 3526)) + .saturating_add(T::DbWeight::get().reads(1)) } - /// Storage: `Treasury::Spends` (r:1 w:1) + /// Storage: `Treasury::Spends` (r:1 w:0) /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`) fn check_status() -> Weight { // Proof Size summary in bytes: - // Measured: `116` + // Measured: `6` // Estimated: `3526` - // Minimum execution time: 8_438_000 picoseconds. - Weight::from_parts(8_972_000, 0) + // Minimum execution time: 4_559_000 picoseconds. + Weight::from_parts(4_757_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) } - /// Storage: `Treasury::Spends` (r:1 w:1) + /// Storage: `Treasury::Spends` (r:1 w:0) /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`) fn void_spend() -> Weight { // Proof Size summary in bytes: - // Measured: `116` + // Measured: `6` // Estimated: `3526` - // Minimum execution time: 7_636_000 picoseconds. - Weight::from_parts(8_129_000, 0) + // Minimum execution time: 4_051_000 picoseconds. + Weight::from_parts(4_414_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/g1/src/weights/pallet_universal_dividend.rs b/runtime/g1/src/weights/pallet_universal_dividend.rs index 4dce9149..42e47744 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -58,13 +58,15 @@ impl 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: `709` // Estimated: `4174` - // Minimum execution time: 27_750_000 picoseconds. - Weight::from_parts(30_041_482, 0) + // Minimum execution time: 36_436_000 picoseconds. + Weight::from_parts(38_389_932, 0) .saturating_add(Weight::from_parts(0, 4174)) + // Standard Error: 407 + .saturating_add(Weight::from_parts(316, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,8 +78,8 @@ impl pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `156` // Estimated: `6126` - // Minimum execution time: 49_998_000 picoseconds. - Weight::from_parts(51_101_000, 0) + // Minimum execution time: 56_411_000 picoseconds. + Weight::from_parts(57_616_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 +92,8 @@ impl pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `93` // Estimated: `3558` - // Minimum execution time: 30_417_000 picoseconds. - Weight::from_parts(31_091_000, 0) + // Minimum execution time: 34_875_000 picoseconds. + Weight::from_parts(35_945_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 +105,15 @@ impl 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: 16_057_000 picoseconds. - Weight::from_parts(17_369_674, 0) + // Minimum execution time: 20_319_000 picoseconds. + Weight::from_parts(21_541_050, 0) .saturating_add(Weight::from_parts(0, 3558)) + // Standard Error: 362 + .saturating_add(Weight::from_parts(119, 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 e61e3076..d7abb94a 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -51,8 +51,8 @@ impl pallet_upgrade_origin::WeightInfo for WeightInfo pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_519_000 picoseconds. - Weight::from_parts(8_490_732, 0) + // Minimum execution time: 4_443_000 picoseconds. + Weight::from_parts(11_691_812, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_005 - .saturating_add(Weight::from_parts(2_028_203, 0).saturating_mul(c.into())) + // Standard Error: 975 + .saturating_add(Weight::from_parts(2_271_470, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_857_000 picoseconds. - Weight::from_parts(3_022_000, 0) + // Minimum execution time: 3_680_000 picoseconds. + Weight::from_parts(3_997_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -71,18 +71,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_324_000 picoseconds. - Weight::from_parts(7_157_385, 0) + // Minimum execution time: 4_464_000 picoseconds. + Weight::from_parts(7_360_289, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_161 - .saturating_add(Weight::from_parts(2_235_614, 0).saturating_mul(c.into())) + // Standard Error: 1_069 + .saturating_add(Weight::from_parts(2_442_339, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_432_000 picoseconds. - Weight::from_parts(4_807_000, 0) + // Minimum execution time: 6_074_000 picoseconds. + Weight::from_parts(6_363_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -90,10 +90,10 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_287_000 picoseconds. - Weight::from_parts(6_231_314, 0) + // Minimum execution time: 4_684_000 picoseconds. + Weight::from_parts(9_159_803, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_162 - .saturating_add(Weight::from_parts(2_048_793, 0).saturating_mul(c.into())) + // Standard Error: 935 + .saturating_add(Weight::from_parts(2_276_360, 0).saturating_mul(c.into())) } } diff --git a/runtime/g1/src/weights/paritydb_weights.rs b/runtime/g1/src/weights/paritydb_weights.rs index 8791b58e..b1427ac5 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: 2024-09-09 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28 (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: 794, 1_028_225 - /// Average: 7_925 - /// Median: 1_293 - /// Std-Dev: 81432.99 + /// Min, Max: 896, 1_118_224 + /// Average: 8_595 + /// Median: 1_325 + /// Std-Dev: 88562.05 /// /// Percentiles nanoseconds: - /// 99th: 10_134 - /// 95th: 2_504 - /// 75th: 1_456 - read: 15_850 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 10_223 + /// 95th: 2_718 + /// 75th: 1_606 + read: 17_190 * 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_979, 6_861_263 - /// Average: 53_300 - /// Median: 9_865 - /// Std-Dev: 543344.17 + /// Min, Max: 3_779, 6_930_852 + /// Average: 53_733 + /// Median: 9_966 + /// Std-Dev: 548863.87 /// /// Percentiles nanoseconds: - /// 99th: 21_280 - /// 95th: 15_281 - /// 75th: 12_305 - write: 106_600 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 24_839 + /// 95th: 14_850 + /// 75th: 11_965 + write: 107_466 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } diff --git a/runtime/gdev/Cargo.toml b/runtime/gdev/Cargo.toml index 4ed92bd0..3299b812 100644 --- a/runtime/gdev/Cargo.toml +++ b/runtime/gdev/Cargo.toml @@ -117,7 +117,6 @@ std = [ "sp-runtime/std", "sp-session/std", "sp-staking/std", - "sp-std/std", "sp-transaction-pool/std", "sp-version/std", "substrate-wasm-builder", @@ -241,7 +240,6 @@ sp-membership = { workspace = true } sp-offchain = { workspace = true } sp-runtime = { workspace = true } sp-session = { workspace = true } -sp-std = { workspace = true } sp-transaction-pool = { workspace = true } sp-version = { workspace = true } sp-weights = { workspace = true } diff --git a/runtime/gdev/src/lib.rs b/runtime/gdev/src/lib.rs index fd34a388..a2b0ec5d 100644 --- a/runtime/gdev/src/lib.rs +++ b/runtime/gdev/src/lib.rs @@ -53,6 +53,7 @@ use pallet_session::historical as session_historical; pub use pallet_timestamp::Call as TimestampCall; use pallet_transaction_payment::FungibleAdapter; pub use pallet_universal_dividend; +use scale_info::prelude::{vec, vec::Vec}; use sp_api::impl_runtime_apis; use sp_core::OpaqueMetadata; #[cfg(any(feature = "std", test))] @@ -64,7 +65,6 @@ use sp_runtime::{ ApplyExtrinsicResult, Perquintill, }; pub use sp_runtime::{KeyTypeId, Perbill, Permill}; -use sp_std::prelude::*; #[cfg(feature = "std")] use sp_version::NativeVersion; use sp_version::RuntimeVersion; diff --git a/runtime/gdev/src/weights/block_weights.rs b/runtime/gdev/src/weights/block_weights.rs index 2bf2d784..b3f70181 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: 2024-09-09 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28 (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: 147_870, 216_103 - /// Average: 153_710 - /// Median: 150_527 - /// Std-Dev: 9264.95 + /// Min, Max: 126_813, 342_923 + /// Average: 139_677 + /// Median: 137_396 + /// Std-Dev: 21189.71 /// /// Percentiles nanoseconds: - /// 99th: 184_861 - /// 95th: 169_100 - /// 75th: 152_926 + /// 99th: 174_763 + /// 95th: 144_408 + /// 75th: 138_915 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(153_710), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(139_677), 0); } #[cfg(test)] diff --git a/runtime/gdev/src/weights/extrinsic_weights.rs b/runtime/gdev/src/weights/extrinsic_weights.rs index 11ac7cb2..57f1ddea 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: 2024-09-09 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28 (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: 95_413, 96_390 - /// Average: 95_705 - /// Median: 95_636 - /// Std-Dev: 223.01 + /// Min, Max: 90_407, 91_183 + /// Average: 90_667 + /// Median: 90_647 + /// Std-Dev: 135.21 /// /// Percentiles nanoseconds: - /// 99th: 96_360 - /// 95th: 96_124 - /// 75th: 95_838 + /// 99th: 91_161 + /// 95th: 90_893 + /// 75th: 90_734 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(95_705), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(90_667), 0); } #[cfg(test)] diff --git a/runtime/gdev/src/weights/frame_benchmarking_baseline.rs b/runtime/gdev/src/weights/frame_benchmarking_baseline.rs index fbe7b5f4..931ec5c7 100644 --- a/runtime/gdev/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/gdev/src/weights/frame_benchmarking_baseline.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_benchmarking::baseline` //! -//! 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 43.0.0 +//! DATE: 2024-09-28, 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 @@ -52,8 +52,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 78_000 picoseconds. - Weight::from_parts(112_832, 0) + // Minimum execution time: 92_000 picoseconds. + Weight::from_parts(127_414, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -61,8 +61,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_000 picoseconds. - Weight::from_parts(110_505, 0) + // Minimum execution time: 85_000 picoseconds. + Weight::from_parts(131_130, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -70,8 +70,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_000 picoseconds. - Weight::from_parts(112_022, 0) + // Minimum execution time: 86_000 picoseconds. + Weight::from_parts(130_684, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -79,16 +79,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 80_000 picoseconds. - Weight::from_parts(107_798, 0) + // Minimum execution time: 93_000 picoseconds. + Weight::from_parts(130_781, 0) .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 19_709_337_000 picoseconds. - Weight::from_parts(19_760_071_000, 0) + // Minimum execution time: 20_341_231_000 picoseconds. + Weight::from_parts(20_438_091_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. @@ -96,10 +96,10 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 84_000 picoseconds. - Weight::from_parts(27_813_499, 0) + // Minimum execution time: 96_000 picoseconds. + Weight::from_parts(35_171_935, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 10_883 - .saturating_add(Weight::from_parts(31_094_839, 0).saturating_mul(i.into())) + // Standard Error: 35_251 + .saturating_add(Weight::from_parts(31_311_885, 0).saturating_mul(i.into())) } } diff --git a/runtime/gdev/src/weights/frame_system.rs b/runtime/gdev/src/weights/frame_system.rs index fced99d0..85fb962d 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -52,22 +52,22 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_434_000 picoseconds. - Weight::from_parts(1_528_000, 0) + // Minimum execution time: 1_980_000 picoseconds. + Weight::from_parts(1_732_823, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(275, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(254, 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: 3_759_000 picoseconds. - Weight::from_parts(1_120_363, 0) + // Minimum execution time: 4_961_000 picoseconds. + Weight::from_parts(5_085_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_082, 0).saturating_mul(b.into())) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_040, 0).saturating_mul(b.into())) } /// Storage: `System::Digest` (r:1 w:1) /// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) @@ -77,8 +77,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 2_216_000 picoseconds. - Weight::from_parts(2_486_000, 0) + // Minimum execution time: 3_446_000 picoseconds. + Weight::from_parts(3_637_000, 0) .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -91,8 +91,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 78_072_218_000 picoseconds. - Weight::from_parts(86_755_300_000, 0) + // Minimum execution time: 77_511_333_000 picoseconds. + Weight::from_parts(78_141_458_000, 0) .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -104,11 +104,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_409_000 picoseconds. - Weight::from_parts(1_513_000, 0) + // Minimum execution time: 1_740_000 picoseconds. + Weight::from_parts(1_870_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_006 - .saturating_add(Weight::from_parts(574_265, 0).saturating_mul(i.into())) + // Standard Error: 488 + .saturating_add(Weight::from_parts(595_938, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -118,11 +118,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_421_000 picoseconds. - Weight::from_parts(1_486_000, 0) + // Minimum execution time: 1_782_000 picoseconds. + Weight::from_parts(1_871_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 831 - .saturating_add(Weight::from_parts(453_410, 0).saturating_mul(i.into())) + // Standard Error: 570 + .saturating_add(Weight::from_parts(455_197, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -132,11 +132,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + p * (69 ±0)` // Estimated: `76 + p * (70 ±0)` - // Minimum execution time: 2_792_000 picoseconds. - Weight::from_parts(2_980_000, 0) + // Minimum execution time: 3_398_000 picoseconds. + Weight::from_parts(3_494_000, 0) .saturating_add(Weight::from_parts(0, 76)) - // Standard Error: 2_480 - .saturating_add(Weight::from_parts(919_660, 0).saturating_mul(p.into())) + // Standard Error: 749 + .saturating_add(Weight::from_parts(1_035_125, 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())) @@ -147,8 +147,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_008_000 picoseconds. - Weight::from_parts(11_022_000, 0) + // Minimum execution time: 8_618_000 picoseconds. + Weight::from_parts(10_212_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,8 +162,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `22` // Estimated: `1518` - // Minimum execution time: 82_388_107_000 picoseconds. - Weight::from_parts(83_898_987_000, 0) + // Minimum execution time: 82_296_674_000 picoseconds. + Weight::from_parts(82_804_290_000, 0) .saturating_add(Weight::from_parts(0, 1518)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/gdev/src/weights/pallet_authority_members.rs b/runtime/gdev/src/weights/pallet_authority_members.rs index 46bf859d..c054dcd6 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -63,8 +63,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `933` // Estimated: `4398` - // Minimum execution time: 17_918_000 picoseconds. - Weight::from_parts(18_513_000, 0) + // Minimum execution time: 25_789_000 picoseconds. + Weight::from_parts(26_891_000, 0) .saturating_add(Weight::from_parts(0, 4398)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(1)) @@ -89,8 +89,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1390` // Estimated: `4855` - // Minimum execution time: 24_006_000 picoseconds. - Weight::from_parts(25_000_000, 0) + // Minimum execution time: 34_142_000 picoseconds. + Weight::from_parts(35_952_000, 0) .saturating_add(Weight::from_parts(0, 4855)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(1)) @@ -111,8 +111,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1839` // Estimated: `12729` - // Minimum execution time: 32_731_000 picoseconds. - Weight::from_parts(34_093_000, 0) + // Minimum execution time: 45_148_000 picoseconds. + Weight::from_parts(46_043_000, 0) .saturating_add(Weight::from_parts(0, 12729)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(2)) @@ -135,8 +135,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `848` // Estimated: `4313` - // Minimum execution time: 31_052_000 picoseconds. - Weight::from_parts(32_171_000, 0) + // Minimum execution time: 39_618_000 picoseconds. + Weight::from_parts(42_080_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 pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `199` // Estimated: `1684` - // Minimum execution time: 6_659_000 picoseconds. - Weight::from_parts(7_014_000, 0) + // Minimum execution time: 9_955_000 picoseconds. + Weight::from_parts(10_344_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_babe.rs b/runtime/gdev/src/weights/pallet_babe.rs index caa37df0..86185992 100644 --- a/runtime/gdev/src/weights/pallet_babe.rs +++ b/runtime/gdev/src/weights/pallet_babe.rs @@ -24,7 +24,7 @@ use frame_support::{ Weight, }, }; -use sp_std::marker::PhantomData; +use scale_info::prelude::marker::PhantomData; /// Weight functions for `pallet_babe`. pub struct WeightInfo(PhantomData); diff --git a/runtime/gdev/src/weights/pallet_balances.rs b/runtime/gdev/src/weights/pallet_balances.rs index e47093a1..023fe977 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `63` // Estimated: `6126` - // Minimum execution time: 44_804_000 picoseconds. - Weight::from_parts(45_508_000, 0) + // Minimum execution time: 53_001_000 picoseconds. + Weight::from_parts(54_199_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 27_738_000 picoseconds. - Weight::from_parts(28_737_000, 0) + // Minimum execution time: 31_272_000 picoseconds. + Weight::from_parts(33_042_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 9_608_000 picoseconds. - Weight::from_parts(10_107_000, 0) + // Minimum execution time: 11_337_000 picoseconds. + Weight::from_parts(11_774_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 13_487_000 picoseconds. - Weight::from_parts(14_368_000, 0) + // Minimum execution time: 17_295_000 picoseconds. + Weight::from_parts(18_211_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `126` // Estimated: `8694` - // Minimum execution time: 47_982_000 picoseconds. - Weight::from_parts(49_034_000, 0) + // Minimum execution time: 51_846_000 picoseconds. + Weight::from_parts(53_291_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 33_308_000 picoseconds. - Weight::from_parts(34_522_000, 0) + // Minimum execution time: 39_410_000 picoseconds. + Weight::from_parts(41_330_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 11_519_000 picoseconds. - Weight::from_parts(11_987_000, 0) + // Minimum execution time: 14_981_000 picoseconds. + Weight::from_parts(15_905_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_049_000 picoseconds. - Weight::from_parts(4_249_000, 0) + // Minimum execution time: 5_622_000 picoseconds. + Weight::from_parts(5_939_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::Account` (r:1 w:1) @@ -145,8 +145,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `63` // Estimated: `3558` - // Minimum execution time: 31_125_000 picoseconds. - Weight::from_parts(32_100_000, 0) + // Minimum execution time: 37_807_000 picoseconds. + Weight::from_parts(38_486_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_791_000 picoseconds. - Weight::from_parts(15_187_000, 0) + // Minimum execution time: 16_793_000 picoseconds. + Weight::from_parts(17_644_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 fda41030..f8701d68 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -63,8 +63,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `1107` // Estimated: `7047` - // Minimum execution time: 30_360_000 picoseconds. - Weight::from_parts(31_857_000, 0) + // Minimum execution time: 39_882_000 picoseconds. + Weight::from_parts(41_659_000, 0) .saturating_add(Weight::from_parts(0, 7047)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) @@ -85,8 +85,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `1130` // Estimated: `7070` - // Minimum execution time: 30_272_000 picoseconds. - Weight::from_parts(31_347_000, 0) + // Minimum execution time: 40_022_000 picoseconds. + Weight::from_parts(41_986_000, 0) .saturating_add(Weight::from_parts(0, 7070)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) @@ -101,8 +101,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `528` // Estimated: `6468` - // Minimum execution time: 16_384_000 picoseconds. - Weight::from_parts(17_030_000, 0) + // Minimum execution time: 23_278_000 picoseconds. + Weight::from_parts(24_092_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 pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `665 + i * (35 ±0)` // Estimated: `4129 + i * (2511 ±0)` - // Minimum execution time: 25_055_000 picoseconds. - Weight::from_parts(25_713_000, 0) + // Minimum execution time: 35_508_000 picoseconds. + Weight::from_parts(36_566_000, 0) .saturating_add(Weight::from_parts(0, 4129)) - // Standard Error: 23_547 - .saturating_add(Weight::from_parts(8_607_358, 0).saturating_mul(i.into())) + // Standard Error: 26_528 + .saturating_add(Weight::from_parts(9_711_280, 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 pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `139` // Estimated: `3604` - // Minimum execution time: 2_474_000 picoseconds. - Weight::from_parts(2_617_000, 0) + // Minimum execution time: 3_467_000 picoseconds. + Weight::from_parts(3_737_000, 0) .saturating_add(Weight::from_parts(0, 3604)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -148,8 +148,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `276` // Estimated: `3741` - // Minimum execution time: 3_270_000 picoseconds. - Weight::from_parts(3_623_000, 0) + // Minimum execution time: 5_305_000 picoseconds. + Weight::from_parts(5_639_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 pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `822` // Estimated: `6762` - // Minimum execution time: 20_806_000 picoseconds. - Weight::from_parts(21_980_000, 0) + // Minimum execution time: 29_162_000 picoseconds. + Weight::from_parts(30_857_000, 0) .saturating_add(Weight::from_parts(0, 6762)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/gdev/src/weights/pallet_collective.rs b/runtime/gdev/src/weights/pallet_collective.rs index ff0931e1..448338d9 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -61,14 +61,14 @@ impl pallet_collective::WeightInfo for WeightInfo { 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: 10_645_000 picoseconds. - Weight::from_parts(10_754_000, 0) + // Estimated: `10019 + m * (416 ±5) + p * (4183 ±27)` + // Minimum execution time: 12_506_000 picoseconds. + Weight::from_parts(12_877_000, 0) .saturating_add(Weight::from_parts(0, 10019)) - // Standard Error: 9_387 - .saturating_add(Weight::from_parts(708_355, 0).saturating_mul(m.into())) - // Standard Error: 46_405 - .saturating_add(Weight::from_parts(6_104_268, 0).saturating_mul(p.into())) + // Standard Error: 10_258 + .saturating_add(Weight::from_parts(768_734, 0).saturating_mul(m.into())) + // Standard Error: 50_710 + .saturating_add(Weight::from_parts(7_165_983, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `1518 + m * (32 ±0)` - // Minimum execution time: 9_137_000 picoseconds. - Weight::from_parts(9_430_377, 0) + // Minimum execution time: 11_312_000 picoseconds. + Weight::from_parts(11_053_545, 0) .saturating_add(Weight::from_parts(0, 1518)) - // Standard Error: 39 - .saturating_add(Weight::from_parts(1_196, 0).saturating_mul(b.into())) - // Standard Error: 410 - .saturating_add(Weight::from_parts(6_404, 0).saturating_mul(m.into())) + // Standard Error: 34 + .saturating_add(Weight::from_parts(1_089, 0).saturating_mul(b.into())) + // Standard Error: 356 + .saturating_add(Weight::from_parts(12_805, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `3498 + m * (32 ±0)` - // Minimum execution time: 10_964_000 picoseconds. - Weight::from_parts(10_899_487, 0) + // Minimum execution time: 13_574_000 picoseconds. + Weight::from_parts(13_374_994, 0) .saturating_add(Weight::from_parts(0, 3498)) // Standard Error: 42 - .saturating_add(Weight::from_parts(1_071, 0).saturating_mul(b.into())) - // Standard Error: 440 - .saturating_add(Weight::from_parts(18_614, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_149, 0).saturating_mul(b.into())) + // Standard Error: 442 + .saturating_add(Weight::from_parts(19_034, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `24 + m * (32 ±0) + p * (55 ±0)` // Estimated: `3461 + m * (32 ±0) + p * (54 ±0)` - // Minimum execution time: 16_186_000 picoseconds. - Weight::from_parts(16_133_572, 0) + // Minimum execution time: 19_522_000 picoseconds. + Weight::from_parts(21_209_024, 0) .saturating_add(Weight::from_parts(0, 3461)) - // Standard Error: 69 - .saturating_add(Weight::from_parts(2_300, 0).saturating_mul(b.into())) - // Standard Error: 726 - .saturating_add(Weight::from_parts(5_398, 0).saturating_mul(m.into())) - // Standard Error: 3_631 - .saturating_add(Weight::from_parts(253_546, 0).saturating_mul(p.into())) + // Standard Error: 195 + .saturating_add(Weight::from_parts(2_357, 0).saturating_mul(b.into())) + // Standard Error: 2_039 + .saturating_add(Weight::from_parts(18_305, 0).saturating_mul(m.into())) + // Standard Error: 10_188 + .saturating_add(Weight::from_parts(233_956, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `573 + m * (64 ±0)` // Estimated: `4037 + m * (64 ±0)` - // Minimum execution time: 14_296_000 picoseconds. - Weight::from_parts(15_070_228, 0) + // Minimum execution time: 18_070_000 picoseconds. + Weight::from_parts(19_572_186, 0) .saturating_add(Weight::from_parts(0, 4037)) - // Standard Error: 529 - .saturating_add(Weight::from_parts(30_423, 0).saturating_mul(m.into())) + // Standard Error: 802 + .saturating_add(Weight::from_parts(35_411, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `117 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3591 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 17_945_000 picoseconds. - Weight::from_parts(17_004_739, 0) + // Minimum execution time: 22_453_000 picoseconds. + Weight::from_parts(21_029_526, 0) .saturating_add(Weight::from_parts(0, 3591)) - // Standard Error: 531 - .saturating_add(Weight::from_parts(27_645, 0).saturating_mul(m.into())) - // Standard Error: 2_626 - .saturating_add(Weight::from_parts(223_508, 0).saturating_mul(p.into())) + // Standard Error: 682 + .saturating_add(Weight::from_parts(31_818, 0).saturating_mul(m.into())) + // Standard Error: 3_370 + .saturating_add(Weight::from_parts(260_644, 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 pallet_collective::WeightInfo for WeightInfo { // 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: 25_663_000 picoseconds. - Weight::from_parts(24_474_787, 0) + // Minimum execution time: 31_756_000 picoseconds. + Weight::from_parts(29_026_627, 0) .saturating_add(Weight::from_parts(0, 3619)) - // Standard Error: 78 - .saturating_add(Weight::from_parts(2_040, 0).saturating_mul(b.into())) - // Standard Error: 834 - .saturating_add(Weight::from_parts(16_618, 0).saturating_mul(m.into())) - // Standard Error: 4_115 - .saturating_add(Weight::from_parts(326_657, 0).saturating_mul(p.into())) + // Standard Error: 198 + .saturating_add(Weight::from_parts(3_206, 0).saturating_mul(b.into())) + // Standard Error: 2_102 + .saturating_add(Weight::from_parts(24_848, 0).saturating_mul(m.into())) + // Standard Error: 10_371 + .saturating_add(Weight::from_parts(399_990, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `137 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3611 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 20_201_000 picoseconds. - Weight::from_parts(19_020_919, 0) + // Minimum execution time: 25_575_000 picoseconds. + Weight::from_parts(23_721_404, 0) .saturating_add(Weight::from_parts(0, 3611)) - // Standard Error: 594 - .saturating_add(Weight::from_parts(29_212, 0).saturating_mul(m.into())) - // Standard Error: 2_935 - .saturating_add(Weight::from_parts(227_266, 0).saturating_mul(p.into())) + // Standard Error: 734 + .saturating_add(Weight::from_parts(36_722, 0).saturating_mul(m.into())) + // Standard Error: 3_624 + .saturating_add(Weight::from_parts(281_541, 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 pallet_collective::WeightInfo for WeightInfo { // 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: 27_981_000 picoseconds. - Weight::from_parts(26_566_896, 0) + // Minimum execution time: 33_716_000 picoseconds. + Weight::from_parts(32_969_812, 0) .saturating_add(Weight::from_parts(0, 3639)) - // Standard Error: 81 - .saturating_add(Weight::from_parts(1_878, 0).saturating_mul(b.into())) - // Standard Error: 860 - .saturating_add(Weight::from_parts(15_707, 0).saturating_mul(m.into())) - // Standard Error: 4_244 - .saturating_add(Weight::from_parts(316_235, 0).saturating_mul(p.into())) + // Standard Error: 109 + .saturating_add(Weight::from_parts(2_264, 0).saturating_mul(b.into())) + // Standard Error: 1_152 + .saturating_add(Weight::from_parts(14_586, 0).saturating_mul(m.into())) + // Standard Error: 5_685 + .saturating_add(Weight::from_parts(405_020, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `189 + p * (32 ±0)` // Estimated: `1674 + p * (32 ±0)` - // Minimum execution time: 9_186_000 picoseconds. - Weight::from_parts(9_998_828, 0) + // Minimum execution time: 11_462_000 picoseconds. + Weight::from_parts(12_450_213, 0) .saturating_add(Weight::from_parts(0, 1674)) - // Standard Error: 1_372 - .saturating_add(Weight::from_parts(159_223, 0).saturating_mul(p.into())) + // Standard Error: 1_937 + .saturating_add(Weight::from_parts(169_519, 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())) diff --git a/runtime/gdev/src/weights/pallet_distance.rs b/runtime/gdev/src/weights/pallet_distance.rs index a60665d1..2d021a36 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -71,8 +71,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1251` // Estimated: `4716` - // Minimum execution time: 57_036_000 picoseconds. - Weight::from_parts(58_881_000, 0) + // Minimum execution time: 70_095_000 picoseconds. + Weight::from_parts(72_428_000, 0) .saturating_add(Weight::from_parts(0, 4716)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(4)) @@ -101,8 +101,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1280` // Estimated: `7220` - // Minimum execution time: 60_023_000 picoseconds. - Weight::from_parts(62_179_000, 0) + // Minimum execution time: 72_960_000 picoseconds. + Weight::from_parts(75_007_000, 0) .saturating_add(Weight::from_parts(0, 7220)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(4)) @@ -124,11 +124,11 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `402 + i * (10 ±0)` // Estimated: `1887 + i * (10 ±0)` - // Minimum execution time: 11_979_000 picoseconds. - Weight::from_parts(12_680_351, 0) + // Minimum execution time: 18_073_000 picoseconds. + Weight::from_parts(21_116_016, 0) .saturating_add(Weight::from_parts(0, 1887)) - // Standard Error: 566 - .saturating_add(Weight::from_parts(110_046, 0).saturating_mul(i.into())) + // Standard Error: 280 + .saturating_add(Weight::from_parts(104_091, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into())) @@ -142,11 +142,11 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `139 + i * (10 ±0)` // Estimated: `1624 + i * (10 ±0)` - // Minimum execution time: 5_096_000 picoseconds. - Weight::from_parts(7_865_951, 0) + // Minimum execution time: 6_891_000 picoseconds. + Weight::from_parts(7_846_688, 0) .saturating_add(Weight::from_parts(0, 1624)) - // Standard Error: 260 - .saturating_add(Weight::from_parts(103_755, 0).saturating_mul(i.into())) + // Standard Error: 625 + .saturating_add(Weight::from_parts(108_166, 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())) @@ -163,8 +163,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `683` // Estimated: `6623` - // Minimum execution time: 24_382_000 picoseconds. - Weight::from_parts(25_266_000, 0) + // Minimum execution time: 32_529_000 picoseconds. + Weight::from_parts(33_752_000, 0) .saturating_add(Weight::from_parts(0, 6623)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) @@ -173,8 +173,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 83_000 picoseconds. - Weight::from_parts(109_000, 0) + // Minimum execution time: 111_000 picoseconds. + Weight::from_parts(143_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::ParentHash` (r:1 w:0) @@ -201,8 +201,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1095` // Estimated: `7035` - // Minimum execution time: 53_732_000 picoseconds. - Weight::from_parts(57_160_000, 0) + // Minimum execution time: 66_382_000 picoseconds. + Weight::from_parts(68_312_000, 0) .saturating_add(Weight::from_parts(0, 7035)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) @@ -215,19 +215,19 @@ impl pallet_distance::WeightInfo for WeightInfo { /// Proof: `Distance::PendingEvaluationRequest` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Balances::Holds` (r:1 w:1) /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) + /// Storage: `System::Account` (r:2 w:2) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) /// Storage: `Distance::EvaluationBlock` (r:0 w:1) /// Proof: `Distance::EvaluationBlock` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn do_evaluation_failure() -> Weight { // Proof Size summary in bytes: - // Measured: `412` - // Estimated: `3877` - // Minimum execution time: 24_688_000 picoseconds. - Weight::from_parts(25_629_000, 0) - .saturating_add(Weight::from_parts(0, 3877)) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(5)) + // Measured: `475` + // Estimated: `6126` + // Minimum execution time: 42_681_000 picoseconds. + Weight::from_parts(44_083_000, 0) + .saturating_add(Weight::from_parts(0, 6126)) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: `System::ParentHash` (r:1 w:0) /// Proof: `System::ParentHash` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) @@ -239,8 +239,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_362_000 picoseconds. - Weight::from_parts(2_657_000, 0) + // Minimum execution time: 3_728_000 picoseconds. + Weight::from_parts(3_939_000, 0) .saturating_add(Weight::from_parts(0, 1594)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -251,8 +251,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `133` // Estimated: `1618` - // Minimum execution time: 2_438_000 picoseconds. - Weight::from_parts(2_544_000, 0) + // Minimum execution time: 3_650_000 picoseconds. + Weight::from_parts(3_921_000, 0) .saturating_add(Weight::from_parts(0, 1618)) .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 66a33a13..1c541f35 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_duniter_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 2_997_000 picoseconds. - Weight::from_parts(3_215_000, 0) + // Minimum execution time: 4_403_000 picoseconds. + Weight::from_parts(4_572_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gdev/src/weights/pallet_grandpa.rs b/runtime/gdev/src/weights/pallet_grandpa.rs index 3c6528f7..6dae5b20 100644 --- a/runtime/gdev/src/weights/pallet_grandpa.rs +++ b/runtime/gdev/src/weights/pallet_grandpa.rs @@ -24,7 +24,7 @@ use frame_support::{ Weight, }, }; -use sp_std::marker::PhantomData; +use scale_info::prelude::marker::PhantomData; /// Weight functions for `pallet_grandpa`. pub struct WeightInfo(PhantomData); diff --git a/runtime/gdev/src/weights/pallet_identity.rs b/runtime/gdev/src/weights/pallet_identity.rs index db8aa10e..6e2a02f9 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -73,8 +73,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1210` // Estimated: `7150` - // Minimum execution time: 63_423_000 picoseconds. - Weight::from_parts(66_084_000, 0) + // Minimum execution time: 78_735_000 picoseconds. + Weight::from_parts(81_316_000, 0) .saturating_add(Weight::from_parts(0, 7150)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) @@ -91,8 +91,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `822` // Estimated: `6762` - // Minimum execution time: 27_280_000 picoseconds. - Weight::from_parts(28_621_000, 0) + // Minimum execution time: 35_927_000 picoseconds. + Weight::from_parts(37_172_000, 0) .saturating_add(Weight::from_parts(0, 6762)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) @@ -101,18 +101,20 @@ impl pallet_identity::WeightInfo for WeightInfo { /// 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`) fn change_owner_key() -> Weight { // Proof Size summary in bytes: - // Measured: `793` - // Estimated: `6733` - // Minimum execution time: 71_041_000 picoseconds. - Weight::from_parts(73_985_000, 0) - .saturating_add(Weight::from_parts(0, 6733)) - .saturating_add(T::DbWeight::get().reads(6)) + // Measured: `964` + // Estimated: `6904` + // Minimum execution time: 84_868_000 picoseconds. + Weight::from_parts(86_664_000, 0) + .saturating_add(Weight::from_parts(0, 6904)) + .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: `Identity::Identities` (r:1 w:1) @@ -129,8 +131,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `731` // Estimated: `6671` - // Minimum execution time: 61_764_000 picoseconds. - Weight::from_parts(64_103_000, 0) + // Minimum execution time: 70_572_000 picoseconds. + Weight::from_parts(72_810_000, 0) .saturating_add(Weight::from_parts(0, 6671)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -142,11 +144,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_526_000 picoseconds. - Weight::from_parts(3_632_000, 0) + // Minimum execution time: 4_160_000 picoseconds. + Weight::from_parts(4_249_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 997 - .saturating_add(Weight::from_parts(1_192_662, 0).saturating_mul(i.into())) + // Standard Error: 1_354 + .saturating_add(Weight::from_parts(1_229_973, 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 +158,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `104` // Estimated: `3558` - // Minimum execution time: 6_075_000 picoseconds. - Weight::from_parts(6_430_000, 0) + // Minimum execution time: 7_530_000 picoseconds. + Weight::from_parts(7_911_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 +174,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `436` // Estimated: `3901` - // Minimum execution time: 49_420_000 picoseconds. - Weight::from_parts(50_636_000, 0) + // Minimum execution time: 55_190_000 picoseconds. + Weight::from_parts(56_667_000, 0) .saturating_add(Weight::from_parts(0, 3901)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -182,8 +184,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 85_000 picoseconds. - Weight::from_parts(112_000, 0) + // Minimum execution time: 93_000 picoseconds. + Weight::from_parts(122_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Identity::Identities` (r:1 w:0) @@ -192,8 +194,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `360` // Estimated: `3825` - // Minimum execution time: 3_475_000 picoseconds. - Weight::from_parts(3_806_000, 0) + // Minimum execution time: 5_155_000 picoseconds. + Weight::from_parts(5_460_000, 0) .saturating_add(Weight::from_parts(0, 3825)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -231,8 +233,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1931` // Estimated: `15296` - // Minimum execution time: 89_816_000 picoseconds. - Weight::from_parts(92_181_000, 0) + // Minimum execution time: 114_415_000 picoseconds. + Weight::from_parts(121_569_000, 0) .saturating_add(Weight::from_parts(0, 15296)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(22)) @@ -243,8 +245,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `360` // Estimated: `3825` - // Minimum execution time: 3_529_000 picoseconds. - Weight::from_parts(3_758_000, 0) + // Minimum execution time: 5_061_000 picoseconds. + Weight::from_parts(5_471_000, 0) .saturating_add(Weight::from_parts(0, 3825)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -288,8 +290,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2466` // Estimated: `18306` - // Minimum execution time: 129_430_000 picoseconds. - Weight::from_parts(134_968_000, 0) + // Minimum execution time: 161_149_000 picoseconds. + Weight::from_parts(167_574_000, 0) .saturating_add(Weight::from_parts(0, 18306)) .saturating_add(T::DbWeight::get().reads(25)) .saturating_add(T::DbWeight::get().writes(30)) @@ -334,8 +336,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2483` // Estimated: `18323` - // Minimum execution time: 128_885_000 picoseconds. - Weight::from_parts(133_428_000, 0) + // Minimum execution time: 165_227_000 picoseconds. + Weight::from_parts(171_832_000, 0) .saturating_add(Weight::from_parts(0, 18323)) .saturating_add(T::DbWeight::get().reads(26)) .saturating_add(T::DbWeight::get().writes(29)) @@ -348,8 +350,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `441` // Estimated: `6381` - // Minimum execution time: 13_544_000 picoseconds. - Weight::from_parts(14_039_000, 0) + // Minimum execution time: 17_441_000 picoseconds. + Weight::from_parts(17_881_000, 0) .saturating_add(Weight::from_parts(0, 6381)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -360,8 +362,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `3630` - // Minimum execution time: 2_549_000 picoseconds. - Weight::from_parts(2_779_000, 0) + // Minimum execution time: 3_581_000 picoseconds. + Weight::from_parts(3_891_000, 0) .saturating_add(Weight::from_parts(0, 3630)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -373,8 +375,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `362` // Estimated: `3827` - // Minimum execution time: 5_632_000 picoseconds. - Weight::from_parts(5_889_000, 0) + // Minimum execution time: 8_191_000 picoseconds. + Weight::from_parts(8_541_000, 0) .saturating_add(Weight::from_parts(0, 3827)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -399,8 +401,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `952` // Estimated: `4417` - // Minimum execution time: 28_851_000 picoseconds. - Weight::from_parts(29_752_000, 0) + // Minimum execution time: 39_346_000 picoseconds. + Weight::from_parts(41_449_000, 0) .saturating_add(Weight::from_parts(0, 4417)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(7)) diff --git a/runtime/gdev/src/weights/pallet_im_online.rs b/runtime/gdev/src/weights/pallet_im_online.rs index a51fbcd0..af6bd0f7 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -64,11 +64,11 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `636 + k * (32 ±0)` // Estimated: `33487 + k * (1761 ±0)` - // Minimum execution time: 52_758_000 picoseconds. - Weight::from_parts(57_211_995, 0) + // Minimum execution time: 58_835_000 picoseconds. + Weight::from_parts(77_663_203, 0) .saturating_add(Weight::from_parts(0, 33487)) - // Standard Error: 756 - .saturating_add(Weight::from_parts(67_987, 0).saturating_mul(k.into())) + // Standard Error: 1_184 + .saturating_add(Weight::from_parts(38_414, 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 55b24280..10caff7d 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -51,8 +51,8 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 105_000 picoseconds. - Weight::from_parts(110_000, 0) + // Minimum execution time: 128_000 picoseconds. + Weight::from_parts(167_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Membership::MembershipsExpireOn` (r:2 w:2) @@ -88,11 +88,11 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `139 + i * (993 ±0)` // Estimated: `15060 + i * (2695 ±52)` - // Minimum execution time: 3_751_000 picoseconds. - Weight::from_parts(10_320_233, 0) + // Minimum execution time: 5_447_000 picoseconds. + Weight::from_parts(15_406_379, 0) .saturating_add(Weight::from_parts(0, 15060)) - // Standard Error: 445_588 - .saturating_add(Weight::from_parts(68_138_167, 0).saturating_mul(i.into())) + // Standard Error: 672_121 + .saturating_add(Weight::from_parts(79_899_261, 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)) diff --git a/runtime/gdev/src/weights/pallet_multisig.rs b/runtime/gdev/src/weights/pallet_multisig.rs index c434cf14..a1c133e6 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -52,11 +52,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_742_000 picoseconds. - Weight::from_parts(5_230_818, 0) + // Minimum execution time: 5_392_000 picoseconds. + Weight::from_parts(5_647_933, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(356, 0).saturating_mul(z.into())) + // Standard Error: 1 + .saturating_add(Weight::from_parts(325, 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 pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `125 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 24_305_000 picoseconds. - Weight::from_parts(24_650_405, 0) + // Minimum execution time: 27_599_000 picoseconds. + Weight::from_parts(27_226_841, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 7_203 - .saturating_add(Weight::from_parts(135_908, 0).saturating_mul(s.into())) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_100, 0).saturating_mul(z.into())) + // Standard Error: 5_425 + .saturating_add(Weight::from_parts(168_113, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_068, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -84,13 +84,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 13_456_000 picoseconds. - Weight::from_parts(13_374_805, 0) + // Minimum execution time: 15_589_000 picoseconds. + Weight::from_parts(15_198_549, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 5_173 - .saturating_add(Weight::from_parts(105_381, 0).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_128, 0).saturating_mul(z.into())) + // Standard Error: 3_468 + .saturating_add(Weight::from_parts(110_118, 0).saturating_mul(s.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_074, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,13 +104,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `259 + s * (37 ±0)` // Estimated: `3922` - // Minimum execution time: 25_821_000 picoseconds. - Weight::from_parts(26_105_306, 0) + // Minimum execution time: 30_477_000 picoseconds. + Weight::from_parts(30_171_082, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 8_725 - .saturating_add(Weight::from_parts(225_024, 0).saturating_mul(s.into())) - // Standard Error: 7 - .saturating_add(Weight::from_parts(1_138, 0).saturating_mul(z.into())) + // Standard Error: 5_508 + .saturating_add(Weight::from_parts(149_890, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_067, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -121,11 +121,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `130 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 22_081_000 picoseconds. - Weight::from_parts(23_314_450, 0) + // Minimum execution time: 25_336_000 picoseconds. + Weight::from_parts(26_527_402, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 7_154 - .saturating_add(Weight::from_parts(202_452, 0).saturating_mul(s.into())) + // Standard Error: 5_763 + .saturating_add(Weight::from_parts(175_489, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,11 +136,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 11_640_000 picoseconds. - Weight::from_parts(12_492_554, 0) + // Minimum execution time: 13_850_000 picoseconds. + Weight::from_parts(14_488_301, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 4_705 - .saturating_add(Weight::from_parts(144_461, 0).saturating_mul(s.into())) + // Standard Error: 3_043 + .saturating_add(Weight::from_parts(118_437, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -151,11 +151,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `328 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 22_427_000 picoseconds. - Weight::from_parts(23_744_449, 0) + // Minimum execution time: 26_232_000 picoseconds. + Weight::from_parts(27_520_652, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 6_717 - .saturating_add(Weight::from_parts(154_906, 0).saturating_mul(s.into())) + // Standard Error: 5_473 + .saturating_add(Weight::from_parts(159_868, 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 e00018cd..f524bcb6 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `42` // Estimated: `3507` - // Minimum execution time: 18_082_000 picoseconds. - Weight::from_parts(18_740_000, 0) + // Minimum execution time: 21_872_000 picoseconds. + Weight::from_parts(22_794_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 pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `241` // Estimated: `3706` - // Minimum execution time: 25_253_000 picoseconds. - Weight::from_parts(27_174_000, 0) + // Minimum execution time: 31_153_000 picoseconds. + Weight::from_parts(32_328_000, 0) .saturating_add(Weight::from_parts(0, 3706)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -85,8 +85,8 @@ impl pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `301` // Estimated: `6126` - // Minimum execution time: 38_902_000 picoseconds. - Weight::from_parts(40_758_000, 0) + // Minimum execution time: 45_197_000 picoseconds. + Weight::from_parts(46_597_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 380af159..8f4a73e8 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -58,11 +58,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3548` - // Minimum execution time: 10_693_000 picoseconds. - Weight::from_parts(10_940_000, 0) + // Minimum execution time: 11_975_000 picoseconds. + Weight::from_parts(12_301_000, 0) .saturating_add(Weight::from_parts(0, 3548)) // Standard Error: 2 - .saturating_add(Weight::from_parts(1_412, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_320, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -77,11 +77,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 13_106_000 picoseconds. - Weight::from_parts(13_616_000, 0) + // Minimum execution time: 15_575_000 picoseconds. + Weight::from_parts(15_766_000, 0) .saturating_add(Weight::from_parts(0, 3548)) // Standard Error: 2 - .saturating_add(Weight::from_parts(1_411, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_320, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,11 +96,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 11_642_000 picoseconds. - Weight::from_parts(12_116_000, 0) + // Minimum execution time: 13_671_000 picoseconds. + Weight::from_parts(13_977_000, 0) .saturating_add(Weight::from_parts(0, 3548)) // Standard Error: 2 - .saturating_add(Weight::from_parts(1_502, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_401, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -114,8 +114,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3548` - // Minimum execution time: 25_038_000 picoseconds. - Weight::from_parts(27_875_000, 0) + // Minimum execution time: 21_830_000 picoseconds. + Weight::from_parts(23_909_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3548` - // Minimum execution time: 22_051_000 picoseconds. - Weight::from_parts(27_860_000, 0) + // Minimum execution time: 23_132_000 picoseconds. + Weight::from_parts(24_958_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3548` - // Minimum execution time: 22_108_000 picoseconds. - Weight::from_parts(25_232_000, 0) + // Minimum execution time: 20_944_000 picoseconds. + Weight::from_parts(22_633_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3548` - // Minimum execution time: 13_479_000 picoseconds. - Weight::from_parts(15_159_000, 0) + // Minimum execution time: 13_847_000 picoseconds. + Weight::from_parts(15_219_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3548` - // Minimum execution time: 10_857_000 picoseconds. - Weight::from_parts(15_139_000, 0) + // Minimum execution time: 10_973_000 picoseconds. + Weight::from_parts(11_559_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 7_755_000 picoseconds. - Weight::from_parts(9_035_000, 0) + // Minimum execution time: 8_783_000 picoseconds. + Weight::from_parts(9_087_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3548` - // Minimum execution time: 20_649_000 picoseconds. - Weight::from_parts(23_411_000, 0) + // Minimum execution time: 21_736_000 picoseconds. + Weight::from_parts(22_912_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 7_460_000 picoseconds. - Weight::from_parts(8_844_000, 0) + // Minimum execution time: 8_816_000 picoseconds. + Weight::from_parts(9_270_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 7_207_000 picoseconds. - Weight::from_parts(8_772_000, 0) + // Minimum execution time: 8_639_000 picoseconds. + Weight::from_parts(9_090_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + n * (179 ±0)` // Estimated: `990 + n * (2568 ±0)` - // Minimum execution time: 16_992_000 picoseconds. - Weight::from_parts(17_540_000, 0) + // Minimum execution time: 19_835_000 picoseconds. + Weight::from_parts(20_285_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 29_025 - .saturating_add(Weight::from_parts(14_114_882, 0).saturating_mul(n.into())) + // Standard Error: 17_437 + .saturating_add(Weight::from_parts(15_200_439, 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 246ab708..449f3548 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -65,8 +65,8 @@ impl pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `298` // Estimated: `3763` - // Minimum execution time: 37_151_000 picoseconds. - Weight::from_parts(38_610_000, 0) + // Minimum execution time: 45_548_000 picoseconds. + Weight::from_parts(46_988_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 pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `341 + i * (59 ±0)` // Estimated: `1827 + i * (2535 ±0)` - // Minimum execution time: 14_281_000 picoseconds. - Weight::from_parts(11_542_055, 0) + // Minimum execution time: 20_585_000 picoseconds. + Weight::from_parts(18_143_364, 0) .saturating_add(Weight::from_parts(0, 1827)) - // Standard Error: 6_426 - .saturating_add(Weight::from_parts(4_924_668, 0).saturating_mul(i.into())) + // Standard Error: 8_255 + .saturating_add(Weight::from_parts(5_670_675, 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 pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `351 + i * (59 ±0)` // Estimated: `3817 + i * (2535 ±0)` - // Minimum execution time: 16_338_000 picoseconds. - Weight::from_parts(14_371_410, 0) + // Minimum execution time: 22_350_000 picoseconds. + Weight::from_parts(27_706_024, 0) .saturating_add(Weight::from_parts(0, 3817)) - // Standard Error: 4_582 - .saturating_add(Weight::from_parts(5_219_500, 0).saturating_mul(i.into())) + // Standard Error: 22_084 + .saturating_add(Weight::from_parts(5_900_321, 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 2d4c52a2..ba0412d9 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -54,11 +54,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 11_509_000 picoseconds. - Weight::from_parts(12_490_678, 0) + // Minimum execution time: 13_664_000 picoseconds. + Weight::from_parts(14_671_983, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 2_440 - .saturating_add(Weight::from_parts(23_665, 0).saturating_mul(p.into())) + // Standard Error: 1_369 + .saturating_add(Weight::from_parts(27_602, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -73,13 +73,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `399 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 28_261_000 picoseconds. - Weight::from_parts(28_010_457, 0) + // Minimum execution time: 32_632_000 picoseconds. + Weight::from_parts(32_786_200, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 5_409 - .saturating_add(Weight::from_parts(161_519, 0).saturating_mul(a.into())) - // Standard Error: 5_588 - .saturating_add(Weight::from_parts(62_058, 0).saturating_mul(p.into())) + // Standard Error: 2_038 + .saturating_add(Weight::from_parts(150_050, 0).saturating_mul(a.into())) + // Standard Error: 2_106 + .saturating_add(Weight::from_parts(37_299, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -93,13 +93,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 19_039_000 picoseconds. - Weight::from_parts(19_683_829, 0) + // Minimum execution time: 22_197_000 picoseconds. + Weight::from_parts(22_952_900, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_819 - .saturating_add(Weight::from_parts(148_589, 0).saturating_mul(a.into())) - // Standard Error: 1_880 - .saturating_add(Weight::from_parts(16_760, 0).saturating_mul(p.into())) + // Standard Error: 1_897 + .saturating_add(Weight::from_parts(150_181, 0).saturating_mul(a.into())) + // Standard Error: 1_960 + .saturating_add(Weight::from_parts(9_964, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -113,13 +113,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 18_909_000 picoseconds. - Weight::from_parts(19_899_312, 0) + // Minimum execution time: 22_210_000 picoseconds. + Weight::from_parts(22_813_905, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_658 - .saturating_add(Weight::from_parts(138_727, 0).saturating_mul(a.into())) - // Standard Error: 1_713 - .saturating_add(Weight::from_parts(9_371, 0).saturating_mul(p.into())) + // Standard Error: 1_669 + .saturating_add(Weight::from_parts(148_213, 0).saturating_mul(a.into())) + // Standard Error: 1_724 + .saturating_add(Weight::from_parts(8_674, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -135,13 +135,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `331 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 25_918_000 picoseconds. - Weight::from_parts(25_965_839, 0) + // Minimum execution time: 29_935_000 picoseconds. + Weight::from_parts(29_957_912, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_846 - .saturating_add(Weight::from_parts(134_099, 0).saturating_mul(a.into())) - // Standard Error: 1_907 - .saturating_add(Weight::from_parts(45_695, 0).saturating_mul(p.into())) + // Standard Error: 1_961 + .saturating_add(Weight::from_parts(139_511, 0).saturating_mul(a.into())) + // Standard Error: 2_026 + .saturating_add(Weight::from_parts(45_281, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -152,11 +152,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 18_031_000 picoseconds. - Weight::from_parts(19_155_574, 0) + // Minimum execution time: 21_190_000 picoseconds. + Weight::from_parts(22_197_481, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 2_173 - .saturating_add(Weight::from_parts(47_932, 0).saturating_mul(p.into())) + // Standard Error: 1_507 + .saturating_add(Weight::from_parts(43_705, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,11 +167,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 18_110_000 picoseconds. - Weight::from_parts(19_541_967, 0) + // Minimum execution time: 21_324_000 picoseconds. + Weight::from_parts(22_562_771, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 6_224 - .saturating_add(Weight::from_parts(57_140, 0).saturating_mul(p.into())) + // Standard Error: 2_012 + .saturating_add(Weight::from_parts(33_822, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -182,26 +182,24 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 16_548_000 picoseconds. - Weight::from_parts(17_846_110, 0) + // Minimum execution time: 19_385_000 picoseconds. + Weight::from_parts(20_489_752, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 2_197 - .saturating_add(Weight::from_parts(31_456, 0).saturating_mul(p.into())) + // Standard Error: 1_608 + .saturating_add(Weight::from_parts(30_735, 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`) /// The range of component `p` is `[1, 31]`. - fn create_pure(p: u32, ) -> Weight { + fn create_pure(_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `177` // Estimated: `4698` - // Minimum execution time: 18_532_000 picoseconds. - Weight::from_parts(20_433_245, 0) + // Minimum execution time: 22_224_000 picoseconds. + Weight::from_parts(23_863_439, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_993 - .saturating_add(Weight::from_parts(16_198, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -212,11 +210,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `194 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 16_947_000 picoseconds. - Weight::from_parts(18_227_476, 0) + // Minimum execution time: 20_336_000 picoseconds. + Weight::from_parts(21_178_705, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_774 - .saturating_add(Weight::from_parts(40_499, 0).saturating_mul(p.into())) + // Standard Error: 1_498 + .saturating_add(Weight::from_parts(27_225, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/gdev/src/weights/pallet_quota.rs b/runtime/gdev/src/weights/pallet_quota.rs index 3e680b0d..856fd83f 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_quota::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `11288` // Estimated: `12751` - // Minimum execution time: 7_179_000 picoseconds. - Weight::from_parts(7_406_000, 0) + // Minimum execution time: 8_779_000 picoseconds. + Weight::from_parts(9_127_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 pallet_quota::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3489` - // Minimum execution time: 4_517_000 picoseconds. - Weight::from_parts(4_765_000, 0) + // Minimum execution time: 6_321_000 picoseconds. + Weight::from_parts(6_768_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 pallet_quota::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `235` // Estimated: `6126` - // Minimum execution time: 22_133_000 picoseconds. - Weight::from_parts(22_941_000, 0) + // Minimum execution time: 26_209_000 picoseconds. + Weight::from_parts(26_820_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 pallet_quota::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `235` // Estimated: `6126` - // Minimum execution time: 22_539_000 picoseconds. - Weight::from_parts(23_146_000, 0) + // Minimum execution time: 25_898_000 picoseconds. + Weight::from_parts(28_980_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 pallet_quota::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `43` // Estimated: `12751` - // Minimum execution time: 1_856_000 picoseconds. - Weight::from_parts(1_971_000, 0) + // Minimum execution time: 2_549_000 picoseconds. + Weight::from_parts(2_713_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 pallet_quota::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `260 + i * (44 ±0)` // Estimated: `12751` - // Minimum execution time: 24_314_000 picoseconds. - Weight::from_parts(36_292_778, 0) + // Minimum execution time: 31_046_000 picoseconds. + Weight::from_parts(49_497_475, 0) .saturating_add(Weight::from_parts(0, 12751)) - // Standard Error: 3_497 - .saturating_add(Weight::from_parts(1_246_478, 0).saturating_mul(i.into())) + // Standard Error: 3_317 + .saturating_add(Weight::from_parts(1_254_267, 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 ba200b7c..33f7552f 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `30` // Estimated: `1489` - // Minimum execution time: 2_286_000 picoseconds. - Weight::from_parts(2_407_000, 0) + // Minimum execution time: 3_201_000 picoseconds. + Weight::from_parts(3_463_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 pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 2_761_000 picoseconds. - Weight::from_parts(5_793_120, 0) + // Minimum execution time: 3_188_000 picoseconds. + Weight::from_parts(6_820_676, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 3_096 - .saturating_add(Weight::from_parts(287_587, 0).saturating_mul(s.into())) + // Standard Error: 1_878 + .saturating_add(Weight::from_parts(265_287, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -78,8 +78,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_180_000 picoseconds. - Weight::from_parts(2_347_000, 0) + // Minimum execution time: 2_736_000 picoseconds. + Weight::from_parts(2_952_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Preimage::PreimageFor` (r:1 w:1) @@ -93,11 +93,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` // Estimated: `4197809` - // Minimum execution time: 14_458_000 picoseconds. - Weight::from_parts(15_016_000, 0) + // Minimum execution time: 16_979_000 picoseconds. + Weight::from_parts(17_272_000, 0) .saturating_add(Weight::from_parts(0, 4197809)) // Standard Error: 3 - .saturating_add(Weight::from_parts(940, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(960, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -107,8 +107,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_388_000 picoseconds. - Weight::from_parts(3_563_000, 0) + // Minimum execution time: 4_138_000 picoseconds. + Weight::from_parts(4_467_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -116,24 +116,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_189_000 picoseconds. - Weight::from_parts(2_393_000, 0) + // Minimum execution time: 2_897_000 picoseconds. + Weight::from_parts(3_054_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_505_000 picoseconds. - Weight::from_parts(1_667_000, 0) + // Minimum execution time: 1_952_000 picoseconds. + Weight::from_parts(2_062_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_519_000 picoseconds. - Weight::from_parts(1_587_000, 0) + // Minimum execution time: 2_017_000 picoseconds. + Weight::from_parts(2_101_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Scheduler::Agenda` (r:1 w:1) @@ -143,11 +143,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 7_524_000 picoseconds. - Weight::from_parts(10_878_336, 0) + // Minimum execution time: 9_353_000 picoseconds. + Weight::from_parts(12_697_621, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 2_615 - .saturating_add(Weight::from_parts(300_219, 0).saturating_mul(s.into())) + // Standard Error: 1_812 + .saturating_add(Weight::from_parts(272_455, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,11 +162,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 12_141_000 picoseconds. - Weight::from_parts(12_939_566, 0) + // Minimum execution time: 14_047_000 picoseconds. + Weight::from_parts(14_921_174, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_639 - .saturating_add(Weight::from_parts(474_119, 0).saturating_mul(s.into())) + // Standard Error: 1_356 + .saturating_add(Weight::from_parts(424_884, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -179,11 +179,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `254 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 10_401_000 picoseconds. - Weight::from_parts(14_111_398, 0) + // Minimum execution time: 11_520_000 picoseconds. + Weight::from_parts(17_269_692, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 3_304 - .saturating_add(Weight::from_parts(356_088, 0).saturating_mul(s.into())) + // Standard Error: 4_328 + .saturating_add(Weight::from_parts(328_602, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -198,11 +198,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 14_189_000 picoseconds. - Weight::from_parts(16_140_335, 0) + // Minimum execution time: 16_478_000 picoseconds. + Weight::from_parts(19_365_746, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 2_328 - .saturating_add(Weight::from_parts(506_153, 0).saturating_mul(s.into())) + // Standard Error: 2_700 + .saturating_add(Weight::from_parts(465_656, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -215,11 +215,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `117` // Estimated: `13928` - // Minimum execution time: 7_335_000 picoseconds. - Weight::from_parts(7_881_342, 0) + // Minimum execution time: 8_744_000 picoseconds. + Weight::from_parts(9_534_739, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 985 - .saturating_add(Weight::from_parts(28_269, 0).saturating_mul(s.into())) + // Standard Error: 3_203 + .saturating_add(Weight::from_parts(24_347, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -231,8 +231,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `8927` // Estimated: `13928` - // Minimum execution time: 20_026_000 picoseconds. - Weight::from_parts(21_182_000, 0) + // Minimum execution time: 20_823_000 picoseconds. + Weight::from_parts(21_766_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 +247,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `9605` // Estimated: `13928` - // Minimum execution time: 25_423_000 picoseconds. - Weight::from_parts(26_329_000, 0) + // Minimum execution time: 27_917_000 picoseconds. + Weight::from_parts(29_069_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 +261,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `8939` // Estimated: `13928` - // Minimum execution time: 19_617_000 picoseconds. - Weight::from_parts(20_562_000, 0) + // Minimum execution time: 20_719_000 picoseconds. + Weight::from_parts(21_545_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 +277,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `9617` // Estimated: `13928` - // Minimum execution time: 25_169_000 picoseconds. - Weight::from_parts(26_261_000, 0) + // Minimum execution time: 27_162_000 picoseconds. + Weight::from_parts(28_261_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 4607dbc2..9a72bf6c 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -55,8 +55,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `811` // Estimated: `11701` - // Minimum execution time: 22_499_000 picoseconds. - Weight::from_parts(23_182_000, 0) + // Minimum execution time: 28_909_000 picoseconds. + Weight::from_parts(30_535_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 pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `478` // Estimated: `3943` - // Minimum execution time: 13_582_000 picoseconds. - Weight::from_parts(14_357_000, 0) + // Minimum execution time: 18_010_000 picoseconds. + Weight::from_parts(18_755_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 eb873f22..a72ebd8c 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -63,8 +63,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `945` // Estimated: `6885` - // Minimum execution time: 26_098_000 picoseconds. - Weight::from_parts(27_298_000, 0) + // Minimum execution time: 35_064_000 picoseconds. + Weight::from_parts(36_770_000, 0) .saturating_add(Weight::from_parts(0, 6885)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(2)) @@ -77,8 +77,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `599` // Estimated: `4064` - // Minimum execution time: 13_482_000 picoseconds. - Weight::from_parts(14_144_000, 0) + // Minimum execution time: 18_184_000 picoseconds. + Weight::from_parts(19_095_000, 0) .saturating_add(Weight::from_parts(0, 4064)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -97,8 +97,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `755` // Estimated: `6695` - // Minimum execution time: 23_723_000 picoseconds. - Weight::from_parts(24_611_000, 0) + // Minimum execution time: 32_411_000 picoseconds. + Weight::from_parts(33_316_000, 0) .saturating_add(Weight::from_parts(0, 6695)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) @@ -123,8 +123,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `1205` // Estimated: `14570` - // Minimum execution time: 55_449_000 picoseconds. - Weight::from_parts(58_159_000, 0) + // Minimum execution time: 71_744_000 picoseconds. + Weight::from_parts(75_504_000, 0) .saturating_add(Weight::from_parts(0, 14570)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(15)) @@ -135,8 +135,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `253` // Estimated: `3718` - // Minimum execution time: 2_659_000 picoseconds. - Weight::from_parts(2_835_000, 0) + // Minimum execution time: 4_055_000 picoseconds. + Weight::from_parts(4_314_000, 0) .saturating_add(Weight::from_parts(0, 3718)) .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 db2dc081..dfa111d3 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 6_502_000 picoseconds. - Weight::from_parts(6_915_000, 0) + // Minimum execution time: 8_491_000 picoseconds. + Weight::from_parts(8_889_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 pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 7_097_000 picoseconds. - Weight::from_parts(7_392_000, 0) + // Minimum execution time: 9_063_000 picoseconds. + Weight::from_parts(9_371_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -76,8 +76,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 7_386_000 picoseconds. - Weight::from_parts(7_745_000, 0) + // Minimum execution time: 9_017_000 picoseconds. + Weight::from_parts(9_306_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -87,8 +87,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 6_204_000 picoseconds. - Weight::from_parts(6_529_000, 0) + // Minimum execution time: 8_260_000 picoseconds. + Weight::from_parts(8_699_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gdev/src/weights/pallet_timestamp.rs b/runtime/gdev/src/weights/pallet_timestamp.rs index 2ece7b2c..aa9de863 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -59,8 +59,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `379` // Estimated: `1864` - // Minimum execution time: 10_846_000 picoseconds. - Weight::from_parts(11_330_000, 0) + // Minimum execution time: 15_793_000 picoseconds. + Weight::from_parts(16_426_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 pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `57` // Estimated: `0` - // Minimum execution time: 2_388_000 picoseconds. - Weight::from_parts(2_656_000, 0) + // Minimum execution time: 3_430_000 picoseconds. + Weight::from_parts(3_687_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/gdev/src/weights/pallet_treasury.rs b/runtime/gdev/src/weights/pallet_treasury.rs index afc66d08..f2e9a37d 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -55,22 +55,35 @@ impl pallet_treasury::WeightInfo for WeightInfo { Weight::from_parts(0, 0) .saturating_add(Weight::from_parts(0, 0)) } + /// Storage: `Treasury::Approvals` (r:1 w:0) + /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) fn remove_approval() -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts(0, 0)) + // Measured: `6` + // Estimated: `1887` + // Minimum execution time: 3_335_000 picoseconds. + Weight::from_parts(3_622_000, 0) + .saturating_add(Weight::from_parts(0, 1887)) + .saturating_add(T::DbWeight::get().reads(1)) } + /// Storage: `System::Account` (r:1 w:0) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `Treasury::Deactivated` (r:1 w:1) + /// Proof: `Treasury::Deactivated` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) + /// Storage: `Treasury::Approvals` (r:1 w:1) + /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) /// The range of component `p` is `[0, 99]`. - fn on_initialize_proposals(_p: u32, ) -> Weight { + fn on_initialize_proposals(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts(0, 0)) + // Measured: `82 + p * (1 ±0)` + // Estimated: `3558` + // Minimum execution time: 14_880_000 picoseconds. + Weight::from_parts(16_520_043, 0) + .saturating_add(Weight::from_parts(0, 3558)) + // Standard Error: 615 + .saturating_add(Weight::from_parts(31_130, 0).saturating_mul(p.into())) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(2)) } fn spend() -> Weight { // Proof Size summary in bytes: @@ -80,42 +93,37 @@ impl pallet_treasury::WeightInfo for WeightInfo { Weight::from_parts(0, 0) .saturating_add(Weight::from_parts(0, 0)) } - /// Storage: `Treasury::Spends` (r:1 w:1) + /// Storage: `Treasury::Spends` (r:1 w:0) /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) fn payout() -> Weight { // Proof Size summary in bytes: - // Measured: `179` - // Estimated: `6126` - // Minimum execution time: 38_769_000 picoseconds. - Weight::from_parts(39_708_000, 0) - .saturating_add(Weight::from_parts(0, 6126)) - .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(3)) + // Measured: `6` + // Estimated: `3526` + // Minimum execution time: 4_759_000 picoseconds. + Weight::from_parts(5_028_000, 0) + .saturating_add(Weight::from_parts(0, 3526)) + .saturating_add(T::DbWeight::get().reads(1)) } - /// Storage: `Treasury::Spends` (r:1 w:1) + /// Storage: `Treasury::Spends` (r:1 w:0) /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`) fn check_status() -> Weight { // Proof Size summary in bytes: - // Measured: `116` + // Measured: `6` // Estimated: `3526` - // Minimum execution time: 8_417_000 picoseconds. - Weight::from_parts(9_042_000, 0) + // Minimum execution time: 4_851_000 picoseconds. + Weight::from_parts(5_061_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) } - /// Storage: `Treasury::Spends` (r:1 w:1) + /// Storage: `Treasury::Spends` (r:1 w:0) /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`) fn void_spend() -> Weight { // Proof Size summary in bytes: - // Measured: `116` + // Measured: `6` // Estimated: `3526` - // Minimum execution time: 7_435_000 picoseconds. - Weight::from_parts(8_034_000, 0) + // Minimum execution time: 4_276_000 picoseconds. + Weight::from_parts(4_534_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/gdev/src/weights/pallet_universal_dividend.rs b/runtime/gdev/src/weights/pallet_universal_dividend.rs index de98e02f..1ad4c9b8 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -62,8 +62,8 @@ impl pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `709` // Estimated: `4174` - // Minimum execution time: 27_421_000 picoseconds. - Weight::from_parts(29_708_554, 0) + // Minimum execution time: 35_492_000 picoseconds. + Weight::from_parts(38_037_828, 0) .saturating_add(Weight::from_parts(0, 4174)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) @@ -76,8 +76,8 @@ impl pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `156` // Estimated: `6126` - // Minimum execution time: 47_917_000 picoseconds. - Weight::from_parts(49_556_000, 0) + // Minimum execution time: 55_661_000 picoseconds. + Weight::from_parts(56_889_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 pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `93` // Estimated: `3558` - // Minimum execution time: 30_263_000 picoseconds. - Weight::from_parts(30_884_000, 0) + // Minimum execution time: 34_504_000 picoseconds. + Weight::from_parts(35_206_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -107,8 +107,8 @@ impl pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `181` // Estimated: `3558` - // Minimum execution time: 16_144_000 picoseconds. - Weight::from_parts(17_346_755, 0) + // Minimum execution time: 19_995_000 picoseconds. + Weight::from_parts(21_306_537, 0) .saturating_add(Weight::from_parts(0, 3558)) .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 76fa55ed..3d266b33 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -51,8 +51,8 @@ impl pallet_upgrade_origin::WeightInfo for WeightInfo pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_361_000 picoseconds. - Weight::from_parts(3_604_000, 0) + // Minimum execution time: 4_637_000 picoseconds. + Weight::from_parts(8_567_413, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 9_890 - .saturating_add(Weight::from_parts(2_126_303, 0).saturating_mul(c.into())) + // Standard Error: 635 + .saturating_add(Weight::from_parts(2_199_216, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_967_000 picoseconds. - Weight::from_parts(3_237_000, 0) + // Minimum execution time: 3_725_000 picoseconds. + Weight::from_parts(3_870_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -71,18 +71,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_636_000 picoseconds. - Weight::from_parts(74_412_475, 0) + // Minimum execution time: 4_395_000 picoseconds. + Weight::from_parts(9_835_675, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 23_413 - .saturating_add(Weight::from_parts(2_367_946, 0).saturating_mul(c.into())) + // Standard Error: 1_660 + .saturating_add(Weight::from_parts(2_382_082, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_665_000 picoseconds. - Weight::from_parts(5_154_000, 0) + // Minimum execution time: 5_920_000 picoseconds. + Weight::from_parts(6_104_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -90,10 +90,10 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_440_000 picoseconds. - Weight::from_parts(21_622_021, 0) + // Minimum execution time: 4_459_000 picoseconds. + Weight::from_parts(9_375_208, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 12_304 - .saturating_add(Weight::from_parts(2_207_877, 0).saturating_mul(c.into())) + // Standard Error: 1_152 + .saturating_add(Weight::from_parts(2_210_099, 0).saturating_mul(c.into())) } } diff --git a/runtime/gdev/src/weights/paritydb_weights.rs b/runtime/gdev/src/weights/paritydb_weights.rs index a41becd0..acfd4222 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: 2024-09-09 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28 (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: 817, 1_099_187 - /// Average: 8_741 - /// Median: 1_696 - /// Std-Dev: 86489.2 + /// Min, Max: 824, 1_204_864 + /// Average: 8_936 + /// Median: 1_282 + /// Std-Dev: 94846.78 /// /// Percentiles nanoseconds: - /// 99th: 15_554 - /// 95th: 2_737 - /// 75th: 2_097 - read: 17_482 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 10_233 + /// 95th: 2_325 + /// 75th: 1_465 + read: 17_872 * 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_765, 7_415_709 - /// Average: 56_955 - /// Median: 10_926 - /// Std-Dev: 583595.71 + /// Min, Max: 3_779, 7_070_939 + /// Average: 54_523 + /// Median: 10_248 + /// Std-Dev: 556457.72 /// /// Percentiles nanoseconds: - /// 99th: 19_635 - /// 95th: 15_765 - /// 75th: 13_168 - write: 113_910 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 46_470 + /// 95th: 14_949 + /// 75th: 12_469 + write: 109_046 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } diff --git a/runtime/gdev/tests/common/mod.rs b/runtime/gdev/tests/common/mod.rs index 35fc931b..ae5c557d 100644 --- a/runtime/gdev/tests/common/mod.rs +++ b/runtime/gdev/tests/common/mod.rs @@ -210,6 +210,7 @@ impl ExtBuilder { ) }) .collect::>(), + non_authority_keys: Vec::new(), } .assimilate_storage(&mut t) .unwrap(); diff --git a/runtime/gdev/tests/integration_tests.rs b/runtime/gdev/tests/integration_tests.rs index 892894e5..2d6b5d15 100644 --- a/runtime/gdev/tests/integration_tests.rs +++ b/runtime/gdev/tests/integration_tests.rs @@ -26,6 +26,7 @@ use gdev_runtime::*; use pallet_identity::{RevocationPayload, REVOCATION_PAYLOAD_PREFIX}; use pallet_membership::MembershipRemovalReason; use pallet_smith_members::{SmithMeta, SmithStatus}; +use scale_info::prelude::num::NonZeroU16; use sp_core::{Encode, Pair}; use sp_keyring::AccountKeyring; use sp_runtime::MultiAddress; @@ -502,7 +503,7 @@ fn test_identity_creation_workflow() { Some(pallet_identity::IdtyValue { data: IdtyData { first_eligible_ud: pallet_universal_dividend::FirstEligibleUd(Some( - sp_std::num::NonZeroU16::new(first_eligible).unwrap() + NonZeroU16::new(first_eligible).unwrap() )) }, next_creatable_identity_on: 0u32, diff --git a/runtime/gtest/Cargo.toml b/runtime/gtest/Cargo.toml index 945a1dee..1b09c9ca 100644 --- a/runtime/gtest/Cargo.toml +++ b/runtime/gtest/Cargo.toml @@ -114,7 +114,6 @@ std = [ "sp-runtime/std", "sp-session/std", "sp-staking/std", - "sp-std/std", "sp-transaction-pool/std", "sp-version/std", "substrate-wasm-builder", @@ -231,7 +230,6 @@ sp-membership = { workspace = true } sp-offchain = { workspace = true } sp-runtime = { workspace = true } sp-session = { workspace = true } -sp-std = { workspace = true } sp-transaction-pool = { workspace = true } sp-version = { workspace = true } sp-genesis-builder = { workspace = true } diff --git a/runtime/gtest/src/lib.rs b/runtime/gtest/src/lib.rs index 8d1972f5..6be12db8 100644 --- a/runtime/gtest/src/lib.rs +++ b/runtime/gtest/src/lib.rs @@ -52,6 +52,7 @@ use pallet_session::historical as session_historical; pub use pallet_timestamp::Call as TimestampCall; use pallet_transaction_payment::FungibleAdapter; pub use pallet_universal_dividend; +use scale_info::prelude::{vec, vec::Vec}; use sp_api::impl_runtime_apis; use sp_core::OpaqueMetadata; #[cfg(any(feature = "std", test))] @@ -63,7 +64,6 @@ use sp_runtime::{ ApplyExtrinsicResult, Perquintill, }; pub use sp_runtime::{KeyTypeId, Perbill, Permill}; -use sp_std::prelude::*; #[cfg(feature = "std")] use sp_version::NativeVersion; use sp_version::RuntimeVersion; diff --git a/runtime/gtest/src/weights/block_weights.rs b/runtime/gtest/src/weights/block_weights.rs index 5ab5c5ed..6b9009a8 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: 2024-09-09 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28 (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: 147_229, 191_195 - /// Average: 156_727 - /// Median: 156_247 - /// Std-Dev: 6732.49 + /// Min, Max: 121_418, 209_960 + /// Average: 130_915 + /// Median: 128_222 + /// Std-Dev: 10702.93 /// /// Percentiles nanoseconds: - /// 99th: 184_885 - /// 95th: 168_171 - /// 75th: 157_368 + /// 99th: 171_308 + /// 95th: 145_322 + /// 75th: 129_769 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(156_727), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(130_915), 0); } #[cfg(test)] diff --git a/runtime/gtest/src/weights/extrinsic_weights.rs b/runtime/gtest/src/weights/extrinsic_weights.rs index 14b489b4..e9175389 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: 2024-09-09 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28 (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: 94_830, 96_471 - /// Average: 95_156 - /// Median: 95_089 - /// Std-Dev: 309.2 + /// Min, Max: 88_403, 89_281 + /// Average: 88_644 + /// Median: 88_628 + /// Std-Dev: 144.84 /// /// Percentiles nanoseconds: - /// 99th: 96_245 - /// 95th: 96_024 - /// 75th: 95_163 + /// 99th: 89_088 + /// 95th: 88_842 + /// 75th: 88_729 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(95_156), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(88_644), 0); } #[cfg(test)] diff --git a/runtime/gtest/src/weights/frame_benchmarking_baseline.rs b/runtime/gtest/src/weights/frame_benchmarking_baseline.rs index c1569e5b..64cf77de 100644 --- a/runtime/gtest/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/gtest/src/weights/frame_benchmarking_baseline.rs @@ -16,8 +16,8 @@ //! Autogenerated weights for `frame_benchmarking::baseline` //! -//! 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 43.0.0 +//! DATE: 2024-09-28, 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 @@ -52,8 +52,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 82_000 picoseconds. - Weight::from_parts(91_011, 0) + // Minimum execution time: 81_000 picoseconds. + Weight::from_parts(121_559, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -62,7 +62,7 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 82_000 picoseconds. - Weight::from_parts(98_088, 0) + Weight::from_parts(124_213, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -70,8 +70,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_000 picoseconds. - Weight::from_parts(89_356, 0) + // Minimum execution time: 82_000 picoseconds. + Weight::from_parts(124_074, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. @@ -79,16 +79,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 82_000 picoseconds. - Weight::from_parts(89_619, 0) + // Minimum execution time: 81_000 picoseconds. + Weight::from_parts(124_880, 0) .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 20_701_455_000 picoseconds. - Weight::from_parts(20_799_420_000, 0) + // Minimum execution time: 19_766_994_000 picoseconds. + Weight::from_parts(19_827_666_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. @@ -96,10 +96,10 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 85_000 picoseconds. - Weight::from_parts(26_672_081, 0) + // Minimum execution time: 87_000 picoseconds. + Weight::from_parts(29_169_155, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 11_590 - .saturating_add(Weight::from_parts(31_135_423, 0).saturating_mul(i.into())) + // Standard Error: 12_902 + .saturating_add(Weight::from_parts(32_049_904, 0).saturating_mul(i.into())) } } diff --git a/runtime/gtest/src/weights/frame_system.rs b/runtime/gtest/src/weights/frame_system.rs index 04deddf8..2295a11d 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -52,22 +52,22 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_358_000 picoseconds. - Weight::from_parts(1_441_000, 0) + // Minimum execution time: 1_791_000 picoseconds. + Weight::from_parts(1_950_000, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(249, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(269, 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: 3_902_000 picoseconds. - Weight::from_parts(4_101_000, 0) + // Minimum execution time: 5_043_000 picoseconds. + Weight::from_parts(5_179_000, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_038, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_097, 0).saturating_mul(b.into())) } /// Storage: `System::Digest` (r:1 w:1) /// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) @@ -77,8 +77,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 2_394_000 picoseconds. - Weight::from_parts(2_557_000, 0) + // Minimum execution time: 3_641_000 picoseconds. + Weight::from_parts(3_878_000, 0) .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -91,8 +91,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 77_565_130_000 picoseconds. - Weight::from_parts(78_056_701_000, 0) + // Minimum execution time: 78_980_269_000 picoseconds. + Weight::from_parts(82_510_139_000, 0) .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -104,11 +104,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_455_000 picoseconds. - Weight::from_parts(1_471_000, 0) + // Minimum execution time: 1_877_000 picoseconds. + Weight::from_parts(2_034_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 588 - .saturating_add(Weight::from_parts(572_376, 0).saturating_mul(i.into())) + // Standard Error: 560 + .saturating_add(Weight::from_parts(571_898, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -118,11 +118,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_343_000 picoseconds. - Weight::from_parts(1_461_000, 0) + // Minimum execution time: 1_666_000 picoseconds. + Weight::from_parts(1_825_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 679 - .saturating_add(Weight::from_parts(458_248, 0).saturating_mul(i.into())) + // Standard Error: 746 + .saturating_add(Weight::from_parts(476_340, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -132,11 +132,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + p * (69 ±0)` // Estimated: `76 + p * (70 ±0)` - // Minimum execution time: 2_621_000 picoseconds. - Weight::from_parts(2_678_000, 0) + // Minimum execution time: 3_379_000 picoseconds. + Weight::from_parts(3_563_000, 0) .saturating_add(Weight::from_parts(0, 76)) - // Standard Error: 712 - .saturating_add(Weight::from_parts(895_470, 0).saturating_mul(p.into())) + // Standard Error: 986 + .saturating_add(Weight::from_parts(1_048_114, 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())) @@ -147,8 +147,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_061_000 picoseconds. - Weight::from_parts(9_506_000, 0) + // Minimum execution time: 9_487_000 picoseconds. + Weight::from_parts(11_272_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,8 +162,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `22` // Estimated: `1518` - // Minimum execution time: 82_032_035_000 picoseconds. - Weight::from_parts(82_387_466_000, 0) + // Minimum execution time: 82_314_090_000 picoseconds. + Weight::from_parts(83_524_781_000, 0) .saturating_add(Weight::from_parts(0, 1518)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/gtest/src/weights/pallet_authority_members.rs b/runtime/gtest/src/weights/pallet_authority_members.rs index 879ace5a..dda0da79 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -63,8 +63,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `933` // Estimated: `4398` - // Minimum execution time: 18_236_000 picoseconds. - Weight::from_parts(18_899_000, 0) + // Minimum execution time: 25_506_000 picoseconds. + Weight::from_parts(26_743_000, 0) .saturating_add(Weight::from_parts(0, 4398)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(1)) @@ -89,8 +89,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1389` // Estimated: `4854` - // Minimum execution time: 24_368_000 picoseconds. - Weight::from_parts(25_347_000, 0) + // Minimum execution time: 35_040_000 picoseconds. + Weight::from_parts(36_374_000, 0) .saturating_add(Weight::from_parts(0, 4854)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(1)) @@ -111,8 +111,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `1838` // Estimated: `12728` - // Minimum execution time: 32_766_000 picoseconds. - Weight::from_parts(34_469_000, 0) + // Minimum execution time: 46_278_000 picoseconds. + Weight::from_parts(47_799_000, 0) .saturating_add(Weight::from_parts(0, 12728)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(2)) @@ -135,8 +135,8 @@ impl pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `847` // Estimated: `4312` - // Minimum execution time: 31_776_000 picoseconds. - Weight::from_parts(32_991_000, 0) + // Minimum execution time: 40_725_000 picoseconds. + Weight::from_parts(41_917_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 pallet_authority_members::WeightInfo for WeightInf // Proof Size summary in bytes: // Measured: `199` // Estimated: `1684` - // Minimum execution time: 6_636_000 picoseconds. - Weight::from_parts(7_289_000, 0) + // Minimum execution time: 9_427_000 picoseconds. + Weight::from_parts(9_727_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_babe.rs b/runtime/gtest/src/weights/pallet_babe.rs index caa37df0..86185992 100644 --- a/runtime/gtest/src/weights/pallet_babe.rs +++ b/runtime/gtest/src/weights/pallet_babe.rs @@ -24,7 +24,7 @@ use frame_support::{ Weight, }, }; -use sp_std::marker::PhantomData; +use scale_info::prelude::marker::PhantomData; /// Weight functions for `pallet_babe`. pub struct WeightInfo(PhantomData); diff --git a/runtime/gtest/src/weights/pallet_balances.rs b/runtime/gtest/src/weights/pallet_balances.rs index 7fbf5310..2aa893c8 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `63` // Estimated: `6126` - // Minimum execution time: 45_059_000 picoseconds. - Weight::from_parts(46_261_000, 0) + // Minimum execution time: 51_390_000 picoseconds. + Weight::from_parts(52_727_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 27_966_000 picoseconds. - Weight::from_parts(28_514_000, 0) + // Minimum execution time: 31_503_000 picoseconds. + Weight::from_parts(32_601_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 8_943_000 picoseconds. - Weight::from_parts(9_420_000, 0) + // Minimum execution time: 11_509_000 picoseconds. + Weight::from_parts(12_160_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 12_955_000 picoseconds. - Weight::from_parts(13_351_000, 0) + // Minimum execution time: 17_688_000 picoseconds. + Weight::from_parts(18_197_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `126` // Estimated: `8694` - // Minimum execution time: 46_451_000 picoseconds. - Weight::from_parts(47_560_000, 0) + // Minimum execution time: 52_091_000 picoseconds. + Weight::from_parts(53_858_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 34_778_000 picoseconds. - Weight::from_parts(35_554_000, 0) + // Minimum execution time: 38_751_000 picoseconds. + Weight::from_parts(40_153_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3558` - // Minimum execution time: 11_520_000 picoseconds. - Weight::from_parts(12_137_000, 0) + // Minimum execution time: 14_255_000 picoseconds. + Weight::from_parts(14_940_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_013_000 picoseconds. - Weight::from_parts(4_413_000, 0) + // Minimum execution time: 5_446_000 picoseconds. + Weight::from_parts(5_704_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::Account` (r:1 w:1) @@ -145,8 +145,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `63` // Estimated: `3558` - // Minimum execution time: 31_376_000 picoseconds. - Weight::from_parts(32_335_000, 0) + // Minimum execution time: 35_659_000 picoseconds. + Weight::from_parts(37_184_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 pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_952_000 picoseconds. - Weight::from_parts(14_477_000, 0) + // Minimum execution time: 16_492_000 picoseconds. + Weight::from_parts(16_943_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 be24c2b9..bb03d17a 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -61,8 +61,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `996` // Estimated: `6936` - // Minimum execution time: 31_134_000 picoseconds. - Weight::from_parts(32_320_000, 0) + // Minimum execution time: 39_745_000 picoseconds. + Weight::from_parts(41_542_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 pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `1019` // Estimated: `6959` - // Minimum execution time: 28_261_000 picoseconds. - Weight::from_parts(29_339_000, 0) + // Minimum execution time: 36_420_000 picoseconds. + Weight::from_parts(37_953_000, 0) .saturating_add(Weight::from_parts(0, 6959)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) @@ -121,8 +121,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `2259` // Estimated: `15624` - // Minimum execution time: 99_807_000 picoseconds. - Weight::from_parts(103_056_000, 0) + // Minimum execution time: 123_819_000 picoseconds. + Weight::from_parts(128_675_000, 0) .saturating_add(Weight::from_parts(0, 15624)) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(23)) @@ -138,11 +138,11 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `554 + i * (35 ±0)` // Estimated: `4018 + i * (2511 ±0)` - // Minimum execution time: 21_689_000 picoseconds. - Weight::from_parts(21_901_000, 0) + // Minimum execution time: 30_274_000 picoseconds. + Weight::from_parts(30_575_000, 0) .saturating_add(Weight::from_parts(0, 4018)) - // Standard Error: 25_419 - .saturating_add(Weight::from_parts(8_303_679, 0).saturating_mul(i.into())) + // Standard Error: 25_287 + .saturating_add(Weight::from_parts(9_157_343, 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 +155,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `138` // Estimated: `3603` - // Minimum execution time: 2_316_000 picoseconds. - Weight::from_parts(2_559_000, 0) + // Minimum execution time: 3_478_000 picoseconds. + Weight::from_parts(3_748_000, 0) .saturating_add(Weight::from_parts(0, 3603)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -166,8 +166,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `275` // Estimated: `3740` - // Minimum execution time: 3_394_000 picoseconds. - Weight::from_parts(4_360_000, 0) + // Minimum execution time: 5_358_000 picoseconds. + Weight::from_parts(5_665_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 +182,8 @@ impl pallet_certification::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `711` // Estimated: `6651` - // Minimum execution time: 18_369_000 picoseconds. - Weight::from_parts(19_139_000, 0) + // Minimum execution time: 26_707_000 picoseconds. + Weight::from_parts(27_498_000, 0) .saturating_add(Weight::from_parts(0, 6651)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/gtest/src/weights/pallet_collective.rs b/runtime/gtest/src/weights/pallet_collective.rs index 3118d0b3..012dd241 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -61,14 +61,14 @@ impl pallet_collective::WeightInfo for WeightInfo { 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 ±5) + p * (4183 ±27)` - // Minimum execution time: 10_623_000 picoseconds. - Weight::from_parts(10_772_000, 0) + // Estimated: `10019 + m * (416 ±4) + p * (4183 ±23)` + // Minimum execution time: 12_376_000 picoseconds. + Weight::from_parts(12_643_000, 0) .saturating_add(Weight::from_parts(0, 10019)) - // Standard Error: 9_393 - .saturating_add(Weight::from_parts(720_507, 0).saturating_mul(m.into())) - // Standard Error: 46_436 - .saturating_add(Weight::from_parts(6_129_722, 0).saturating_mul(p.into())) + // Standard Error: 9_898 + .saturating_add(Weight::from_parts(737_370, 0).saturating_mul(m.into())) + // Standard Error: 48_931 + .saturating_add(Weight::from_parts(6_976_595, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `1518 + m * (32 ±0)` - // Minimum execution time: 9_166_000 picoseconds. - Weight::from_parts(8_753_807, 0) + // Minimum execution time: 11_272_000 picoseconds. + Weight::from_parts(10_600_255, 0) .saturating_add(Weight::from_parts(0, 1518)) - // Standard Error: 32 - .saturating_add(Weight::from_parts(1_354, 0).saturating_mul(b.into())) - // Standard Error: 332 - .saturating_add(Weight::from_parts(11_380, 0).saturating_mul(m.into())) + // Standard Error: 31 + .saturating_add(Weight::from_parts(1_441, 0).saturating_mul(b.into())) + // Standard Error: 329 + .saturating_add(Weight::from_parts(15_239, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `3498 + m * (32 ±0)` - // Minimum execution time: 11_060_000 picoseconds. - Weight::from_parts(10_538_239, 0) + // Minimum execution time: 13_607_000 picoseconds. + Weight::from_parts(13_156_260, 0) .saturating_add(Weight::from_parts(0, 3498)) - // Standard Error: 35 - .saturating_add(Weight::from_parts(1_313, 0).saturating_mul(b.into())) - // Standard Error: 365 - .saturating_add(Weight::from_parts(19_644, 0).saturating_mul(m.into())) + // Standard Error: 45 + .saturating_add(Weight::from_parts(1_432, 0).saturating_mul(b.into())) + // Standard Error: 465 + .saturating_add(Weight::from_parts(20_427, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `24 + m * (32 ±0) + p * (55 ±0)` // Estimated: `3461 + m * (32 ±0) + p * (54 ±0)` - // Minimum execution time: 15_962_000 picoseconds. - Weight::from_parts(15_280_305, 0) + // Minimum execution time: 20_011_000 picoseconds. + Weight::from_parts(19_486_227, 0) .saturating_add(Weight::from_parts(0, 3461)) - // Standard Error: 61 - .saturating_add(Weight::from_parts(2_362, 0).saturating_mul(b.into())) - // Standard Error: 639 - .saturating_add(Weight::from_parts(16_454, 0).saturating_mul(m.into())) - // Standard Error: 3_193 - .saturating_add(Weight::from_parts(257_807, 0).saturating_mul(p.into())) + // Standard Error: 82 + .saturating_add(Weight::from_parts(2_598, 0).saturating_mul(b.into())) + // Standard Error: 857 + .saturating_add(Weight::from_parts(19_157, 0).saturating_mul(m.into())) + // Standard Error: 4_282 + .saturating_add(Weight::from_parts(309_826, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `573 + m * (64 ±0)` // Estimated: `4037 + m * (64 ±0)` - // Minimum execution time: 14_319_000 picoseconds. - Weight::from_parts(15_066_352, 0) + // Minimum execution time: 18_568_000 picoseconds. + Weight::from_parts(19_519_057, 0) .saturating_add(Weight::from_parts(0, 4037)) - // Standard Error: 537 - .saturating_add(Weight::from_parts(33_611, 0).saturating_mul(m.into())) + // Standard Error: 726 + .saturating_add(Weight::from_parts(38_988, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `117 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3591 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 18_332_000 picoseconds. - Weight::from_parts(17_209_367, 0) + // Minimum execution time: 22_878_000 picoseconds. + Weight::from_parts(21_767_323, 0) .saturating_add(Weight::from_parts(0, 3591)) - // Standard Error: 558 - .saturating_add(Weight::from_parts(29_438, 0).saturating_mul(m.into())) - // Standard Error: 2_757 - .saturating_add(Weight::from_parts(215_151, 0).saturating_mul(p.into())) + // Standard Error: 695 + .saturating_add(Weight::from_parts(31_045, 0).saturating_mul(m.into())) + // Standard Error: 3_433 + .saturating_add(Weight::from_parts(247_676, 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 pallet_collective::WeightInfo for WeightInfo { // 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: 26_407_000 picoseconds. - Weight::from_parts(25_379_090, 0) + // Minimum execution time: 31_879_000 picoseconds. + Weight::from_parts(30_485_161, 0) .saturating_add(Weight::from_parts(0, 3619)) - // Standard Error: 84 - .saturating_add(Weight::from_parts(1_728, 0).saturating_mul(b.into())) - // Standard Error: 888 - .saturating_add(Weight::from_parts(15_711, 0).saturating_mul(m.into())) - // Standard Error: 4_381 - .saturating_add(Weight::from_parts(311_107, 0).saturating_mul(p.into())) + // Standard Error: 106 + .saturating_add(Weight::from_parts(2_614, 0).saturating_mul(b.into())) + // Standard Error: 1_122 + .saturating_add(Weight::from_parts(16_190, 0).saturating_mul(m.into())) + // Standard Error: 5_535 + .saturating_add(Weight::from_parts(389_299, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `137 + m * (64 ±0) + p * (55 ±0)` // Estimated: `3611 + m * (64 ±0) + p * (55 ±0)` - // Minimum execution time: 20_125_000 picoseconds. - Weight::from_parts(18_875_140, 0) + // Minimum execution time: 25_821_000 picoseconds. + Weight::from_parts(24_307_321, 0) .saturating_add(Weight::from_parts(0, 3611)) - // Standard Error: 620 - .saturating_add(Weight::from_parts(30_192, 0).saturating_mul(m.into())) - // Standard Error: 3_063 - .saturating_add(Weight::from_parts(246_436, 0).saturating_mul(p.into())) + // Standard Error: 716 + .saturating_add(Weight::from_parts(36_140, 0).saturating_mul(m.into())) + // Standard Error: 3_536 + .saturating_add(Weight::from_parts(259_384, 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 pallet_collective::WeightInfo for WeightInfo { // 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: 27_440_000 picoseconds. - Weight::from_parts(26_588_541, 0) + // Minimum execution time: 34_024_000 picoseconds. + Weight::from_parts(32_357_560, 0) .saturating_add(Weight::from_parts(0, 3639)) - // Standard Error: 83 - .saturating_add(Weight::from_parts(2_023, 0).saturating_mul(b.into())) - // Standard Error: 885 - .saturating_add(Weight::from_parts(15_901, 0).saturating_mul(m.into())) - // Standard Error: 4_367 - .saturating_add(Weight::from_parts(323_647, 0).saturating_mul(p.into())) + // Standard Error: 113 + .saturating_add(Weight::from_parts(2_289, 0).saturating_mul(b.into())) + // Standard Error: 1_196 + .saturating_add(Weight::from_parts(18_044, 0).saturating_mul(m.into())) + // Standard Error: 5_903 + .saturating_add(Weight::from_parts(413_178, 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 pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `189 + p * (32 ±0)` // Estimated: `1674 + p * (32 ±0)` - // Minimum execution time: 9_187_000 picoseconds. - Weight::from_parts(10_187_548, 0) + // Minimum execution time: 11_437_000 picoseconds. + Weight::from_parts(12_439_422, 0) .saturating_add(Weight::from_parts(0, 1674)) - // Standard Error: 1_652 - .saturating_add(Weight::from_parts(151_904, 0).saturating_mul(p.into())) + // Standard Error: 2_512 + .saturating_add(Weight::from_parts(190_585, 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())) diff --git a/runtime/gtest/src/weights/pallet_distance.rs b/runtime/gtest/src/weights/pallet_distance.rs index d514c365..7146b7c7 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -69,8 +69,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1140` // Estimated: `4605` - // Minimum execution time: 52_185_000 picoseconds. - Weight::from_parts(54_248_000, 0) + // Minimum execution time: 65_498_000 picoseconds. + Weight::from_parts(66_940_000, 0) .saturating_add(Weight::from_parts(0, 4605)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) @@ -97,8 +97,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1169` // Estimated: `7109` - // Minimum execution time: 54_896_000 picoseconds. - Weight::from_parts(56_585_000, 0) + // Minimum execution time: 68_246_000 picoseconds. + Weight::from_parts(70_202_000, 0) .saturating_add(Weight::from_parts(0, 7109)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(4)) @@ -120,11 +120,11 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `401 + i * (10 ±0)` // Estimated: `1886 + i * (10 ±0)` - // Minimum execution time: 11_844_000 picoseconds. - Weight::from_parts(14_783_160, 0) + // Minimum execution time: 17_850_000 picoseconds. + Weight::from_parts(20_358_647, 0) .saturating_add(Weight::from_parts(0, 1886)) - // Standard Error: 181 - .saturating_add(Weight::from_parts(105_225, 0).saturating_mul(i.into())) + // Standard Error: 76 + .saturating_add(Weight::from_parts(110_327, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(i.into())) @@ -138,11 +138,11 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `139 + i * (10 ±0)` // Estimated: `1624 + i * (10 ±0)` - // Minimum execution time: 4_871_000 picoseconds. - Weight::from_parts(7_038_932, 0) + // Minimum execution time: 6_813_000 picoseconds. + Weight::from_parts(8_018_663, 0) .saturating_add(Weight::from_parts(0, 1624)) - // Standard Error: 317 - .saturating_add(Weight::from_parts(105_057, 0).saturating_mul(i.into())) + // Standard Error: 349 + .saturating_add(Weight::from_parts(112_557, 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())) @@ -157,8 +157,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `572` // Estimated: `6512` - // Minimum execution time: 22_046_000 picoseconds. - Weight::from_parts(22_800_000, 0) + // Minimum execution time: 30_002_000 picoseconds. + Weight::from_parts(31_121_000, 0) .saturating_add(Weight::from_parts(0, 6512)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -167,8 +167,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 83_000 picoseconds. - Weight::from_parts(88_000, 0) + // Minimum execution time: 98_000 picoseconds. + Weight::from_parts(120_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `System::ParentHash` (r:1 w:0) @@ -193,8 +193,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `984` // Estimated: `6924` - // Minimum execution time: 49_838_000 picoseconds. - Weight::from_parts(51_764_000, 0) + // Minimum execution time: 63_300_000 picoseconds. + Weight::from_parts(64_975_000, 0) .saturating_add(Weight::from_parts(0, 6924)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) @@ -207,19 +207,19 @@ impl pallet_distance::WeightInfo for WeightInfo { /// Proof: `Distance::PendingEvaluationRequest` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `Balances::Holds` (r:1 w:1) /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) + /// Storage: `System::Account` (r:2 w:2) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) /// Storage: `Distance::EvaluationBlock` (r:0 w:1) /// Proof: `Distance::EvaluationBlock` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn do_evaluation_failure() -> Weight { // Proof Size summary in bytes: - // Measured: `412` - // Estimated: `3877` - // Minimum execution time: 24_178_000 picoseconds. - Weight::from_parts(25_558_000, 0) - .saturating_add(Weight::from_parts(0, 3877)) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(5)) + // Measured: `475` + // Estimated: `6126` + // Minimum execution time: 43_343_000 picoseconds. + Weight::from_parts(44_323_000, 0) + .saturating_add(Weight::from_parts(0, 6126)) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: `System::ParentHash` (r:1 w:0) /// Proof: `System::ParentHash` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) @@ -231,8 +231,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_351_000 picoseconds. - Weight::from_parts(2_602_000, 0) + // Minimum execution time: 3_570_000 picoseconds. + Weight::from_parts(3_800_000, 0) .saturating_add(Weight::from_parts(0, 1594)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -243,8 +243,8 @@ impl pallet_distance::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `133` // Estimated: `1618` - // Minimum execution time: 2_422_000 picoseconds. - Weight::from_parts(2_699_000, 0) + // Minimum execution time: 3_621_000 picoseconds. + Weight::from_parts(3_956_000, 0) .saturating_add(Weight::from_parts(0, 1618)) .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 145f0b8d..6c9a4148 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_duniter_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `3558` - // Minimum execution time: 2_971_000 picoseconds. - Weight::from_parts(3_223_000, 0) + // Minimum execution time: 4_245_000 picoseconds. + Weight::from_parts(4_407_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gtest/src/weights/pallet_grandpa.rs b/runtime/gtest/src/weights/pallet_grandpa.rs index 3c6528f7..6dae5b20 100644 --- a/runtime/gtest/src/weights/pallet_grandpa.rs +++ b/runtime/gtest/src/weights/pallet_grandpa.rs @@ -24,7 +24,7 @@ use frame_support::{ Weight, }, }; -use sp_std::marker::PhantomData; +use scale_info::prelude::marker::PhantomData; /// Weight functions for `pallet_grandpa`. pub struct WeightInfo(PhantomData); diff --git a/runtime/gtest/src/weights/pallet_identity.rs b/runtime/gtest/src/weights/pallet_identity.rs index c9788e04..7476f614 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -71,8 +71,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1099` // Estimated: `7039` - // Minimum execution time: 56_179_000 picoseconds. - Weight::from_parts(58_673_000, 0) + // Minimum execution time: 70_942_000 picoseconds. + Weight::from_parts(73_952_000, 0) .saturating_add(Weight::from_parts(0, 7039)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) @@ -89,8 +89,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `822` // Estimated: `6762` - // Minimum execution time: 28_257_000 picoseconds. - Weight::from_parts(29_816_000, 0) + // Minimum execution time: 36_149_000 picoseconds. + Weight::from_parts(37_423_000, 0) .saturating_add(Weight::from_parts(0, 6762)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) @@ -99,18 +99,20 @@ impl pallet_identity::WeightInfo for WeightInfo { /// 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`) fn change_owner_key() -> Weight { // Proof Size summary in bytes: - // Measured: `793` - // Estimated: `6733` - // Minimum execution time: 71_115_000 picoseconds. - Weight::from_parts(73_816_000, 0) - .saturating_add(Weight::from_parts(0, 6733)) - .saturating_add(T::DbWeight::get().reads(6)) + // Measured: `984` + // Estimated: `6924` + // Minimum execution time: 84_837_000 picoseconds. + Weight::from_parts(86_771_000, 0) + .saturating_add(Weight::from_parts(0, 6924)) + .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: `Identity::Identities` (r:1 w:1) @@ -127,8 +129,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `731` // Estimated: `6671` - // Minimum execution time: 62_588_000 picoseconds. - Weight::from_parts(63_816_000, 0) + // Minimum execution time: 72_077_000 picoseconds. + Weight::from_parts(73_552_000, 0) .saturating_add(Weight::from_parts(0, 6671)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -140,11 +142,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_391_000 picoseconds. - Weight::from_parts(3_543_000, 0) + // Minimum execution time: 4_146_000 picoseconds. + Weight::from_parts(4_326_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_202 - .saturating_add(Weight::from_parts(1_239_262, 0).saturating_mul(i.into())) + // Standard Error: 1_351 + .saturating_add(Weight::from_parts(1_270_066, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } @@ -154,8 +156,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `104` // Estimated: `3558` - // Minimum execution time: 5_920_000 picoseconds. - Weight::from_parts(6_366_000, 0) + // Minimum execution time: 7_639_000 picoseconds. + Weight::from_parts(7_989_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -170,8 +172,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `436` // Estimated: `3901` - // Minimum execution time: 49_082_000 picoseconds. - Weight::from_parts(50_732_000, 0) + // Minimum execution time: 55_336_000 picoseconds. + Weight::from_parts(56_976_000, 0) .saturating_add(Weight::from_parts(0, 3901)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -180,8 +182,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 85_000 picoseconds. - Weight::from_parts(96_000, 0) + // Minimum execution time: 87_000 picoseconds. + Weight::from_parts(119_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Identity::Identities` (r:1 w:0) @@ -190,8 +192,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `360` // Estimated: `3825` - // Minimum execution time: 3_515_000 picoseconds. - Weight::from_parts(3_673_000, 0) + // Minimum execution time: 5_161_000 picoseconds. + Weight::from_parts(5_491_000, 0) .saturating_add(Weight::from_parts(0, 3825)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -229,8 +231,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1930` // Estimated: `15295` - // Minimum execution time: 88_168_000 picoseconds. - Weight::from_parts(93_506_000, 0) + // Minimum execution time: 111_529_000 picoseconds. + Weight::from_parts(115_730_000, 0) .saturating_add(Weight::from_parts(0, 15295)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(22)) @@ -241,8 +243,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `360` // Estimated: `3825` - // Minimum execution time: 3_390_000 picoseconds. - Weight::from_parts(3_530_000, 0) + // Minimum execution time: 5_161_000 picoseconds. + Weight::from_parts(5_453_000, 0) .saturating_add(Weight::from_parts(0, 3825)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -284,8 +286,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2355` // Estimated: `18195` - // Minimum execution time: 128_934_000 picoseconds. - Weight::from_parts(132_596_000, 0) + // Minimum execution time: 159_027_000 picoseconds. + Weight::from_parts(164_390_000, 0) .saturating_add(Weight::from_parts(0, 18195)) .saturating_add(T::DbWeight::get().reads(24)) .saturating_add(T::DbWeight::get().writes(30)) @@ -328,8 +330,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2372` // Estimated: `18212` - // Minimum execution time: 124_614_000 picoseconds. - Weight::from_parts(133_121_000, 0) + // Minimum execution time: 155_290_000 picoseconds. + Weight::from_parts(160_593_000, 0) .saturating_add(Weight::from_parts(0, 18212)) .saturating_add(T::DbWeight::get().reads(25)) .saturating_add(T::DbWeight::get().writes(29)) @@ -342,8 +344,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `441` // Estimated: `6381` - // Minimum execution time: 13_448_000 picoseconds. - Weight::from_parts(14_160_000, 0) + // Minimum execution time: 17_262_000 picoseconds. + Weight::from_parts(18_084_000, 0) .saturating_add(Weight::from_parts(0, 6381)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -354,8 +356,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `3630` - // Minimum execution time: 2_555_000 picoseconds. - Weight::from_parts(2_794_000, 0) + // Minimum execution time: 3_537_000 picoseconds. + Weight::from_parts(3_857_000, 0) .saturating_add(Weight::from_parts(0, 3630)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -367,8 +369,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `363` // Estimated: `3828` - // Minimum execution time: 5_568_000 picoseconds. - Weight::from_parts(5_799_000, 0) + // Minimum execution time: 7_992_000 picoseconds. + Weight::from_parts(8_540_000, 0) .saturating_add(Weight::from_parts(0, 3828)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -393,8 +395,8 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `952` // Estimated: `4417` - // Minimum execution time: 29_403_000 picoseconds. - Weight::from_parts(30_245_000, 0) + // Minimum execution time: 39_299_000 picoseconds. + Weight::from_parts(40_659_000, 0) .saturating_add(Weight::from_parts(0, 4417)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(7)) diff --git a/runtime/gtest/src/weights/pallet_im_online.rs b/runtime/gtest/src/weights/pallet_im_online.rs index b9e3b80e..419068ac 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -62,11 +62,11 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `525 + k * (32 ±0)` // Estimated: `33487 + k * (1761 ±0)` - // Minimum execution time: 47_844_000 picoseconds. - Weight::from_parts(63_260_026, 0) + // Minimum execution time: 54_766_000 picoseconds. + Weight::from_parts(60_122_996, 0) .saturating_add(Weight::from_parts(0, 33487)) - // Standard Error: 609 - .saturating_add(Weight::from_parts(37_757, 0).saturating_mul(k.into())) + // Standard Error: 983 + .saturating_add(Weight::from_parts(58_301, 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 abff3e0f..facf1350 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -52,7 +52,7 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 84_000 picoseconds. - Weight::from_parts(93_000, 0) + Weight::from_parts(118_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Membership::MembershipsExpireOn` (r:2 w:2) @@ -88,11 +88,11 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `139 + i * (992 ±0)` // Estimated: `15059 + i * (2695 ±0)` - // Minimum execution time: 3_690_000 picoseconds. - Weight::from_parts(10_459_392, 0) + // Minimum execution time: 5_415_000 picoseconds. + Weight::from_parts(15_365_773, 0) .saturating_add(Weight::from_parts(0, 15059)) - // Standard Error: 459_157 - .saturating_add(Weight::from_parts(68_566_742, 0).saturating_mul(i.into())) + // Standard Error: 670_181 + .saturating_add(Weight::from_parts(80_439_784, 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)) diff --git a/runtime/gtest/src/weights/pallet_multisig.rs b/runtime/gtest/src/weights/pallet_multisig.rs index 2fd2d870..5ffd1b05 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -52,11 +52,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_932_000 picoseconds. - Weight::from_parts(5_024_477, 0) + // Minimum execution time: 5_267_000 picoseconds. + Weight::from_parts(5_684_114, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(324, 0).saturating_mul(z.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(341, 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 pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `125 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 22_934_000 picoseconds. - Weight::from_parts(23_314_224, 0) + // Minimum execution time: 26_846_000 picoseconds. + Weight::from_parts(25_885_066, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 5_907 - .saturating_add(Weight::from_parts(129_734, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_027, 0).saturating_mul(z.into())) + // Standard Error: 12_156 + .saturating_add(Weight::from_parts(319_964, 0).saturating_mul(s.into())) + // Standard Error: 10 + .saturating_add(Weight::from_parts(1_188, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -84,13 +84,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 13_299_000 picoseconds. - Weight::from_parts(13_117_981, 0) + // Minimum execution time: 15_901_000 picoseconds. + Weight::from_parts(14_520_732, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 4_251 - .saturating_add(Weight::from_parts(92_157, 0).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_044, 0).saturating_mul(z.into())) + // Standard Error: 9_537 + .saturating_add(Weight::from_parts(215_623, 0).saturating_mul(s.into())) + // Standard Error: 7 + .saturating_add(Weight::from_parts(1_129, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,13 +104,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `259 + s * (37 ±0)` // Estimated: `3922` - // Minimum execution time: 25_337_000 picoseconds. - Weight::from_parts(24_836_435, 0) + // Minimum execution time: 30_646_000 picoseconds. + Weight::from_parts(31_247_927, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 6_121 - .saturating_add(Weight::from_parts(201_340, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_086, 0).saturating_mul(z.into())) + // Standard Error: 17_061 + .saturating_add(Weight::from_parts(55_714, 0).saturating_mul(s.into())) + // Standard Error: 14 + .saturating_add(Weight::from_parts(1_136, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -121,11 +121,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `130 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 21_255_000 picoseconds. - Weight::from_parts(22_336_214, 0) + // Minimum execution time: 24_999_000 picoseconds. + Weight::from_parts(27_208_681, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 6_468 - .saturating_add(Weight::from_parts(149_265, 0).saturating_mul(s.into())) + // Standard Error: 8_294 + .saturating_add(Weight::from_parts(258_541, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,11 +136,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `240` // Estimated: `3922` - // Minimum execution time: 11_001_000 picoseconds. - Weight::from_parts(12_082_739, 0) + // Minimum execution time: 13_782_000 picoseconds. + Weight::from_parts(15_284_765, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 3_559 - .saturating_add(Weight::from_parts(103_673, 0).saturating_mul(s.into())) + // Standard Error: 7_355 + .saturating_add(Weight::from_parts(41_174, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -151,11 +151,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `328 + s * (5 ±0)` // Estimated: `3922` - // Minimum execution time: 21_104_000 picoseconds. - Weight::from_parts(22_310_244, 0) + // Minimum execution time: 27_582_000 picoseconds. + Weight::from_parts(28_615_382, 0) .saturating_add(Weight::from_parts(0, 3922)) - // Standard Error: 18_298 - .saturating_add(Weight::from_parts(237_685, 0).saturating_mul(s.into())) + // Standard Error: 7_910 + .saturating_add(Weight::from_parts(239_904, 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 78cf7a81..4d786600 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `42` // Estimated: `3507` - // Minimum execution time: 19_027_000 picoseconds. - Weight::from_parts(20_346_000, 0) + // Minimum execution time: 21_832_000 picoseconds. + Weight::from_parts(22_728_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 pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `241` // Estimated: `3706` - // Minimum execution time: 25_356_000 picoseconds. - Weight::from_parts(26_550_000, 0) + // Minimum execution time: 30_612_000 picoseconds. + Weight::from_parts(31_998_000, 0) .saturating_add(Weight::from_parts(0, 3706)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -85,8 +85,8 @@ impl pallet_oneshot_account::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `301` // Estimated: `6126` - // Minimum execution time: 37_456_000 picoseconds. - Weight::from_parts(39_293_000, 0) + // Minimum execution time: 44_470_000 picoseconds. + Weight::from_parts(45_865_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 bbc956b7..603cb2a2 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -58,11 +58,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3548` - // Minimum execution time: 10_460_000 picoseconds. - Weight::from_parts(11_167_000, 0) + // Minimum execution time: 12_724_000 picoseconds. + Weight::from_parts(13_096_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_325, 0).saturating_mul(s.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_365, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -77,11 +77,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 12_476_000 picoseconds. - Weight::from_parts(12_852_000, 0) + // Minimum execution time: 16_258_000 picoseconds. + Weight::from_parts(16_723_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_326, 0).saturating_mul(s.into())) + // Standard Error: 6 + .saturating_add(Weight::from_parts(1_453, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -96,11 +96,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 11_377_000 picoseconds. - Weight::from_parts(11_561_000, 0) + // Minimum execution time: 14_500_000 picoseconds. + Weight::from_parts(14_812_000, 0) .saturating_add(Weight::from_parts(0, 3548)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_412, 0).saturating_mul(s.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_425, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -114,8 +114,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3548` - // Minimum execution time: 21_062_000 picoseconds. - Weight::from_parts(24_827_000, 0) + // Minimum execution time: 24_069_000 picoseconds. + Weight::from_parts(25_262_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3548` - // Minimum execution time: 21_906_000 picoseconds. - Weight::from_parts(25_042_000, 0) + // Minimum execution time: 25_719_000 picoseconds. + Weight::from_parts(27_437_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3548` - // Minimum execution time: 19_251_000 picoseconds. - Weight::from_parts(21_939_000, 0) + // Minimum execution time: 22_792_000 picoseconds. + Weight::from_parts(24_663_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3548` - // Minimum execution time: 13_768_000 picoseconds. - Weight::from_parts(15_360_000, 0) + // Minimum execution time: 14_688_000 picoseconds. + Weight::from_parts(16_328_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3548` - // Minimum execution time: 8_782_000 picoseconds. - Weight::from_parts(10_482_000, 0) + // Minimum execution time: 11_006_000 picoseconds. + Weight::from_parts(12_822_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 6_538_000 picoseconds. - Weight::from_parts(7_665_000, 0) + // Minimum execution time: 8_902_000 picoseconds. + Weight::from_parts(9_526_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3548` - // Minimum execution time: 20_025_000 picoseconds. - Weight::from_parts(23_089_000, 0) + // Minimum execution time: 22_648_000 picoseconds. + Weight::from_parts(25_051_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 6_767_000 picoseconds. - Weight::from_parts(7_382_000, 0) + // Minimum execution time: 8_677_000 picoseconds. + Weight::from_parts(10_123_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3548` - // Minimum execution time: 6_782_000 picoseconds. - Weight::from_parts(7_837_000, 0) + // Minimum execution time: 8_494_000 picoseconds. + Weight::from_parts(9_416_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 pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + n * (179 ±0)` // Estimated: `990 + n * (2568 ±0)` - // Minimum execution time: 15_958_000 picoseconds. - Weight::from_parts(16_472_000, 0) + // Minimum execution time: 19_546_000 picoseconds. + Weight::from_parts(19_980_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 18_851 - .saturating_add(Weight::from_parts(13_647_830, 0).saturating_mul(n.into())) + // Standard Error: 29_232 + .saturating_add(Weight::from_parts(15_798_569, 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 9d998243..7409013b 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -65,8 +65,8 @@ impl pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `298` // Estimated: `3763` - // Minimum execution time: 38_021_000 picoseconds. - Weight::from_parts(40_566_000, 0) + // Minimum execution time: 46_468_000 picoseconds. + Weight::from_parts(47_745_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 pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `341 + i * (59 ±0)` // Estimated: `1827 + i * (2535 ±0)` - // Minimum execution time: 14_910_000 picoseconds. - Weight::from_parts(12_760_359, 0) + // Minimum execution time: 20_912_000 picoseconds. + Weight::from_parts(19_132_019, 0) .saturating_add(Weight::from_parts(0, 1827)) - // Standard Error: 5_760 - .saturating_add(Weight::from_parts(4_885_321, 0).saturating_mul(i.into())) + // Standard Error: 4_824 + .saturating_add(Weight::from_parts(5_617_957, 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 pallet_provide_randomness::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `351 + i * (59 ±0)` // Estimated: `3817 + i * (2535 ±0)` - // Minimum execution time: 16_051_000 picoseconds. - Weight::from_parts(13_768_366, 0) + // Minimum execution time: 23_013_000 picoseconds. + Weight::from_parts(21_880_754, 0) .saturating_add(Weight::from_parts(0, 3817)) - // Standard Error: 7_517 - .saturating_add(Weight::from_parts(5_273_661, 0).saturating_mul(i.into())) + // Standard Error: 6_890 + .saturating_add(Weight::from_parts(5_931_426, 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 b6680d4a..7c673c00 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -54,11 +54,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 11_051_000 picoseconds. - Weight::from_parts(12_062_886, 0) + // Minimum execution time: 13_710_000 picoseconds. + Weight::from_parts(15_287_032, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_709 - .saturating_add(Weight::from_parts(21_723, 0).saturating_mul(p.into())) + // Standard Error: 2_710 + .saturating_add(Weight::from_parts(8_236, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -73,13 +73,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `399 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 26_863_000 picoseconds. - Weight::from_parts(27_330_570, 0) + // Minimum execution time: 32_726_000 picoseconds. + Weight::from_parts(33_365_088, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 2_065 - .saturating_add(Weight::from_parts(142_942, 0).saturating_mul(a.into())) - // Standard Error: 2_134 - .saturating_add(Weight::from_parts(41_227, 0).saturating_mul(p.into())) + // Standard Error: 2_895 + .saturating_add(Weight::from_parts(144_354, 0).saturating_mul(a.into())) + // Standard Error: 2_991 + .saturating_add(Weight::from_parts(30_152, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -93,13 +93,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 18_285_000 picoseconds. - Weight::from_parts(18_959_141, 0) + // Minimum execution time: 22_413_000 picoseconds. + Weight::from_parts(22_983_924, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_492 - .saturating_add(Weight::from_parts(140_056, 0).saturating_mul(a.into())) - // Standard Error: 1_542 - .saturating_add(Weight::from_parts(8_659, 0).saturating_mul(p.into())) + // Standard Error: 1_604 + .saturating_add(Weight::from_parts(154_154, 0).saturating_mul(a.into())) + // Standard Error: 1_657 + .saturating_add(Weight::from_parts(13_201, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -113,13 +113,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `322 + a * (68 ±0)` // Estimated: `5690` - // Minimum execution time: 18_176_000 picoseconds. - Weight::from_parts(19_248_613, 0) + // Minimum execution time: 22_094_000 picoseconds. + Weight::from_parts(22_965_053, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_370 - .saturating_add(Weight::from_parts(125_046, 0).saturating_mul(a.into())) - // Standard Error: 1_415 - .saturating_add(Weight::from_parts(2_223, 0).saturating_mul(p.into())) + // Standard Error: 1_693 + .saturating_add(Weight::from_parts(158_477, 0).saturating_mul(a.into())) + // Standard Error: 1_749 + .saturating_add(Weight::from_parts(4_097, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -135,13 +135,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `331 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5690` - // Minimum execution time: 24_309_000 picoseconds. - Weight::from_parts(24_730_038, 0) + // Minimum execution time: 29_825_000 picoseconds. + Weight::from_parts(30_033_262, 0) .saturating_add(Weight::from_parts(0, 5690)) - // Standard Error: 1_391 - .saturating_add(Weight::from_parts(122_318, 0).saturating_mul(a.into())) - // Standard Error: 1_437 - .saturating_add(Weight::from_parts(34_531, 0).saturating_mul(p.into())) + // Standard Error: 1_985 + .saturating_add(Weight::from_parts(143_475, 0).saturating_mul(a.into())) + // Standard Error: 2_051 + .saturating_add(Weight::from_parts(44_342, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -152,11 +152,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 17_384_000 picoseconds. - Weight::from_parts(18_586_886, 0) + // Minimum execution time: 21_216_000 picoseconds. + Weight::from_parts(22_204_435, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_979 - .saturating_add(Weight::from_parts(27_269, 0).saturating_mul(p.into())) + // Standard Error: 2_215 + .saturating_add(Weight::from_parts(40_720, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,11 +167,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 17_460_000 picoseconds. - Weight::from_parts(18_132_529, 0) + // Minimum execution time: 20_845_000 picoseconds. + Weight::from_parts(22_402_298, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 12_728 - .saturating_add(Weight::from_parts(99_514, 0).saturating_mul(p.into())) + // Standard Error: 2_097 + .saturating_add(Weight::from_parts(40_366, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -182,11 +182,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `157 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 15_903_000 picoseconds. - Weight::from_parts(17_085_198, 0) + // Minimum execution time: 19_314_000 picoseconds. + Weight::from_parts(20_557_819, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_511 - .saturating_add(Weight::from_parts(19_133, 0).saturating_mul(p.into())) + // Standard Error: 1_961 + .saturating_add(Weight::from_parts(24_604, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -197,11 +197,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `177` // Estimated: `4698` - // Minimum execution time: 18_494_000 picoseconds. - Weight::from_parts(19_722_825, 0) + // Minimum execution time: 21_998_000 picoseconds. + Weight::from_parts(23_614_152, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_760 - .saturating_add(Weight::from_parts(7_992, 0).saturating_mul(p.into())) + // Standard Error: 1_659 + .saturating_add(Weight::from_parts(4_360, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -212,11 +212,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `194 + p * (37 ±0)` // Estimated: `4698` - // Minimum execution time: 16_526_000 picoseconds. - Weight::from_parts(17_551_316, 0) + // Minimum execution time: 19_894_000 picoseconds. + Weight::from_parts(21_021_613, 0) .saturating_add(Weight::from_parts(0, 4698)) - // Standard Error: 1_451 - .saturating_add(Weight::from_parts(23_357, 0).saturating_mul(p.into())) + // Standard Error: 1_681 + .saturating_add(Weight::from_parts(28_650, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/gtest/src/weights/pallet_scheduler.rs b/runtime/gtest/src/weights/pallet_scheduler.rs index 0e9f78d3..dfa675aa 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `30` // Estimated: `1489` - // Minimum execution time: 2_101_000 picoseconds. - Weight::from_parts(2_251_000, 0) + // Minimum execution time: 3_463_000 picoseconds. + Weight::from_parts(3_671_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 pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 2_545_000 picoseconds. - Weight::from_parts(5_206_641, 0) + // Minimum execution time: 3_509_000 picoseconds. + Weight::from_parts(7_049_506, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_460 - .saturating_add(Weight::from_parts(290_386, 0).saturating_mul(s.into())) + // Standard Error: 1_914 + .saturating_add(Weight::from_parts(284_635, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -78,8 +78,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_068_000 picoseconds. - Weight::from_parts(2_364_000, 0) + // Minimum execution time: 2_626_000 picoseconds. + Weight::from_parts(2_866_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Preimage::PreimageFor` (r:1 w:1) @@ -93,11 +93,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` // Estimated: `4197809` - // Minimum execution time: 13_602_000 picoseconds. - Weight::from_parts(13_948_000, 0) + // Minimum execution time: 17_064_000 picoseconds. + Weight::from_parts(17_408_000, 0) .saturating_add(Weight::from_parts(0, 4197809)) // Standard Error: 3 - .saturating_add(Weight::from_parts(869, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_005, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -107,8 +107,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_227_000 picoseconds. - Weight::from_parts(3_488_000, 0) + // Minimum execution time: 4_188_000 picoseconds. + Weight::from_parts(4_405_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -116,24 +116,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_125_000 picoseconds. - Weight::from_parts(2_302_000, 0) + // Minimum execution time: 2_692_000 picoseconds. + Weight::from_parts(2_909_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_378_000 picoseconds. - Weight::from_parts(1_515_000, 0) + // Minimum execution time: 1_728_000 picoseconds. + Weight::from_parts(1_893_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_393_000 picoseconds. - Weight::from_parts(1_571_000, 0) + // Minimum execution time: 1_791_000 picoseconds. + Weight::from_parts(1_968_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Scheduler::Agenda` (r:1 w:1) @@ -143,11 +143,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 7_282_000 picoseconds. - Weight::from_parts(10_099_129, 0) + // Minimum execution time: 8_797_000 picoseconds. + Weight::from_parts(13_159_595, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_587 - .saturating_add(Weight::from_parts(303_968, 0).saturating_mul(s.into())) + // Standard Error: 3_051 + .saturating_add(Weight::from_parts(296_131, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,11 +162,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `13928` - // Minimum execution time: 11_600_000 picoseconds. - Weight::from_parts(12_266_261, 0) + // Minimum execution time: 15_562_000 picoseconds. + Weight::from_parts(16_829_049, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 1_372 - .saturating_add(Weight::from_parts(482_126, 0).saturating_mul(s.into())) + // Standard Error: 3_042 + .saturating_add(Weight::from_parts(447_743, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -179,11 +179,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `254 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 9_475_000 picoseconds. - Weight::from_parts(13_804_891, 0) + // Minimum execution time: 11_493_000 picoseconds. + Weight::from_parts(17_526_041, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 3_167 - .saturating_add(Weight::from_parts(349_319, 0).saturating_mul(s.into())) + // Standard Error: 4_961 + .saturating_add(Weight::from_parts(363_991, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -198,11 +198,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280 + s * (185 ±0)` // Estimated: `13928` - // Minimum execution time: 13_861_000 picoseconds. - Weight::from_parts(15_431_014, 0) + // Minimum execution time: 16_069_000 picoseconds. + Weight::from_parts(19_363_902, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 2_255 - .saturating_add(Weight::from_parts(508_834, 0).saturating_mul(s.into())) + // Standard Error: 3_274 + .saturating_add(Weight::from_parts(514_442, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -215,11 +215,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `117` // Estimated: `13928` - // Minimum execution time: 6_871_000 picoseconds. - Weight::from_parts(7_607_793, 0) + // Minimum execution time: 8_660_000 picoseconds. + Weight::from_parts(9_215_947, 0) .saturating_add(Weight::from_parts(0, 13928)) - // Standard Error: 529 - .saturating_add(Weight::from_parts(25_174, 0).saturating_mul(s.into())) + // Standard Error: 2_872 + .saturating_add(Weight::from_parts(46_735, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -231,8 +231,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `8927` // Estimated: `13928` - // Minimum execution time: 20_179_000 picoseconds. - Weight::from_parts(21_322_000, 0) + // Minimum execution time: 22_897_000 picoseconds. + Weight::from_parts(23_591_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 +247,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `9605` // Estimated: `13928` - // Minimum execution time: 25_059_000 picoseconds. - Weight::from_parts(26_039_000, 0) + // Minimum execution time: 30_176_000 picoseconds. + Weight::from_parts(31_277_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 +261,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `8939` // Estimated: `13928` - // Minimum execution time: 19_172_000 picoseconds. - Weight::from_parts(19_828_000, 0) + // Minimum execution time: 21_404_000 picoseconds. + Weight::from_parts(22_550_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 +277,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `9617` // Estimated: `13928` - // Minimum execution time: 24_495_000 picoseconds. - Weight::from_parts(25_403_000, 0) + // Minimum execution time: 29_187_000 picoseconds. + Weight::from_parts(30_503_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 9d75beac..a72fdfa3 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -55,8 +55,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `810` // Estimated: `11700` - // Minimum execution time: 22_759_000 picoseconds. - Weight::from_parts(23_730_000, 0) + // Minimum execution time: 29_037_000 picoseconds. + Weight::from_parts(30_485_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 pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `477` // Estimated: `3942` - // Minimum execution time: 13_825_000 picoseconds. - Weight::from_parts(14_364_000, 0) + // Minimum execution time: 17_184_000 picoseconds. + Weight::from_parts(18_010_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 1e146c72..d9f404f1 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -61,8 +61,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `834` // Estimated: `6774` - // Minimum execution time: 24_208_000 picoseconds. - Weight::from_parts(25_102_000, 0) + // Minimum execution time: 32_989_000 picoseconds. + Weight::from_parts(33_693_000, 0) .saturating_add(Weight::from_parts(0, 6774)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) @@ -75,8 +75,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `599` // Estimated: `4064` - // Minimum execution time: 13_908_000 picoseconds. - Weight::from_parts(14_465_000, 0) + // Minimum execution time: 18_137_000 picoseconds. + Weight::from_parts(18_925_000, 0) .saturating_add(Weight::from_parts(0, 4064)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -93,8 +93,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `644` // Estimated: `6584` - // Minimum execution time: 21_359_000 picoseconds. - Weight::from_parts(22_429_000, 0) + // Minimum execution time: 28_333_000 picoseconds. + Weight::from_parts(29_552_000, 0) .saturating_add(Weight::from_parts(0, 6584)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) @@ -119,8 +119,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `1204` // Estimated: `14569` - // Minimum execution time: 55_197_000 picoseconds. - Weight::from_parts(58_102_000, 0) + // Minimum execution time: 69_835_000 picoseconds. + Weight::from_parts(72_527_000, 0) .saturating_add(Weight::from_parts(0, 14569)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(15)) @@ -131,8 +131,8 @@ impl pallet_smith_members::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `253` // Estimated: `3718` - // Minimum execution time: 2_650_000 picoseconds. - Weight::from_parts(2_804_000, 0) + // Minimum execution time: 4_036_000 picoseconds. + Weight::from_parts(4_297_000, 0) .saturating_add(Weight::from_parts(0, 3718)) .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 7073d0a1..091a4492 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -53,8 +53,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 6_494_000 picoseconds. - Weight::from_parts(6_866_000, 0) + // Minimum execution time: 8_726_000 picoseconds. + Weight::from_parts(9_221_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 pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 6_708_000 picoseconds. - Weight::from_parts(7_173_000, 0) + // Minimum execution time: 9_469_000 picoseconds. + Weight::from_parts(9_748_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -76,8 +76,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 6_887_000 picoseconds. - Weight::from_parts(7_179_000, 0) + // Minimum execution time: 9_524_000 picoseconds. + Weight::from_parts(9_868_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -87,8 +87,8 @@ impl pallet_sudo::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1517` - // Minimum execution time: 5_792_000 picoseconds. - Weight::from_parts(5_944_000, 0) + // Minimum execution time: 8_336_000 picoseconds. + Weight::from_parts(8_814_000, 0) .saturating_add(Weight::from_parts(0, 1517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/gtest/src/weights/pallet_timestamp.rs b/runtime/gtest/src/weights/pallet_timestamp.rs index 15d8e621..eee39fb0 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -57,8 +57,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `268` // Estimated: `1493` - // Minimum execution time: 7_809_000 picoseconds. - Weight::from_parts(8_066_000, 0) + // Minimum execution time: 12_196_000 picoseconds. + Weight::from_parts(12_802_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 pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `57` // Estimated: `0` - // Minimum execution time: 2_397_000 picoseconds. - Weight::from_parts(2_536_000, 0) + // Minimum execution time: 3_655_000 picoseconds. + Weight::from_parts(3_893_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/gtest/src/weights/pallet_treasury.rs b/runtime/gtest/src/weights/pallet_treasury.rs index 148c736c..ef635227 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -55,22 +55,35 @@ impl pallet_treasury::WeightInfo for WeightInfo { Weight::from_parts(0, 0) .saturating_add(Weight::from_parts(0, 0)) } + /// Storage: `Treasury::Approvals` (r:1 w:0) + /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) fn remove_approval() -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts(0, 0)) + // Measured: `6` + // Estimated: `1887` + // Minimum execution time: 3_457_000 picoseconds. + Weight::from_parts(3_756_000, 0) + .saturating_add(Weight::from_parts(0, 1887)) + .saturating_add(T::DbWeight::get().reads(1)) } + /// Storage: `System::Account` (r:1 w:0) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) + /// Storage: `Treasury::Deactivated` (r:1 w:1) + /// Proof: `Treasury::Deactivated` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) + /// Storage: `Treasury::Approvals` (r:1 w:1) + /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) /// The range of component `p` is `[0, 99]`. - fn on_initialize_proposals(_p: u32, ) -> Weight { + fn on_initialize_proposals(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 0_000 picoseconds. - Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts(0, 0)) + // Measured: `82 + p * (1 ±0)` + // Estimated: `3558` + // Minimum execution time: 16_086_000 picoseconds. + Weight::from_parts(17_734_437, 0) + .saturating_add(Weight::from_parts(0, 3558)) + // Standard Error: 1_002 + .saturating_add(Weight::from_parts(20_080, 0).saturating_mul(p.into())) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(2)) } fn spend() -> Weight { // Proof Size summary in bytes: @@ -80,42 +93,37 @@ impl pallet_treasury::WeightInfo for WeightInfo { Weight::from_parts(0, 0) .saturating_add(Weight::from_parts(0, 0)) } - /// Storage: `Treasury::Spends` (r:1 w:1) + /// Storage: `Treasury::Spends` (r:1 w:0) /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(93), added: 2568, mode: `MaxEncodedLen`) fn payout() -> Weight { // Proof Size summary in bytes: - // Measured: `179` - // Estimated: `6126` - // Minimum execution time: 38_501_000 picoseconds. - Weight::from_parts(39_820_000, 0) - .saturating_add(Weight::from_parts(0, 6126)) - .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(3)) + // Measured: `6` + // Estimated: `3526` + // Minimum execution time: 4_707_000 picoseconds. + Weight::from_parts(5_449_000, 0) + .saturating_add(Weight::from_parts(0, 3526)) + .saturating_add(T::DbWeight::get().reads(1)) } - /// Storage: `Treasury::Spends` (r:1 w:1) + /// Storage: `Treasury::Spends` (r:1 w:0) /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`) fn check_status() -> Weight { // Proof Size summary in bytes: - // Measured: `116` + // Measured: `6` // Estimated: `3526` - // Minimum execution time: 8_317_000 picoseconds. - Weight::from_parts(8_696_000, 0) + // Minimum execution time: 4_567_000 picoseconds. + Weight::from_parts(4_834_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) } - /// Storage: `Treasury::Spends` (r:1 w:1) + /// Storage: `Treasury::Spends` (r:1 w:0) /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`) fn void_spend() -> Weight { // Proof Size summary in bytes: - // Measured: `116` + // Measured: `6` // Estimated: `3526` - // Minimum execution time: 7_514_000 picoseconds. - Weight::from_parts(7_968_000, 0) + // Minimum execution time: 3_928_000 picoseconds. + Weight::from_parts(4_244_000, 0) .saturating_add(Weight::from_parts(0, 3526)) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/gtest/src/weights/pallet_universal_dividend.rs b/runtime/gtest/src/weights/pallet_universal_dividend.rs index 08e13167..0ec9d472 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -58,13 +58,15 @@ impl 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: `709` // Estimated: `4174` - // Minimum execution time: 27_648_000 picoseconds. - Weight::from_parts(29_616_539, 0) + // Minimum execution time: 36_468_000 picoseconds. + Weight::from_parts(38_417_396, 0) .saturating_add(Weight::from_parts(0, 4174)) + // Standard Error: 426 + .saturating_add(Weight::from_parts(296, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,8 +78,8 @@ impl pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `156` // Estimated: `6126` - // Minimum execution time: 48_141_000 picoseconds. - Weight::from_parts(49_373_000, 0) + // Minimum execution time: 55_112_000 picoseconds. + Weight::from_parts(56_941_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 +92,8 @@ impl pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `93` // Estimated: `3558` - // Minimum execution time: 29_951_000 picoseconds. - Weight::from_parts(30_648_000, 0) + // Minimum execution time: 35_056_000 picoseconds. + Weight::from_parts(35_708_000, 0) .saturating_add(Weight::from_parts(0, 3558)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -107,8 +109,8 @@ impl pallet_universal_dividend::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `181` // Estimated: `3558` - // Minimum execution time: 15_798_000 picoseconds. - Weight::from_parts(17_182_755, 0) + // Minimum execution time: 20_041_000 picoseconds. + Weight::from_parts(21_282_567, 0) .saturating_add(Weight::from_parts(0, 3558)) .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 df08f864..4ddc86d3 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: 2024-09-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28, 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 @@ -51,8 +51,8 @@ impl pallet_upgrade_origin::WeightInfo for WeightInfo pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_550_000 picoseconds. - Weight::from_parts(8_736_275, 0) + // Minimum execution time: 4_340_000 picoseconds. + Weight::from_parts(10_881_678, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_064 - .saturating_add(Weight::from_parts(1_990_845, 0).saturating_mul(c.into())) + // Standard Error: 3_495 + .saturating_add(Weight::from_parts(2_130_340, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_829_000 picoseconds. - Weight::from_parts(3_046_000, 0) + // Minimum execution time: 3_514_000 picoseconds. + Weight::from_parts(3_752_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -71,18 +71,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_298_000 picoseconds. - Weight::from_parts(12_571_526, 0) + // Minimum execution time: 4_271_000 picoseconds. + Weight::from_parts(4_474_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_534 - .saturating_add(Weight::from_parts(2_148_306, 0).saturating_mul(c.into())) + // Standard Error: 5_044 + .saturating_add(Weight::from_parts(2_366_208, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_425_000 picoseconds. - Weight::from_parts(4_853_000, 0) + // Minimum execution time: 6_168_000 picoseconds. + Weight::from_parts(6_294_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -90,10 +90,10 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_432_000 picoseconds. - Weight::from_parts(10_068_118, 0) + // Minimum execution time: 4_775_000 picoseconds. + Weight::from_parts(2_181_970, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_362 - .saturating_add(Weight::from_parts(1_990_880, 0).saturating_mul(c.into())) + // Standard Error: 3_201 + .saturating_add(Weight::from_parts(2_208_771, 0).saturating_mul(c.into())) } } diff --git a/runtime/gtest/src/weights/paritydb_weights.rs b/runtime/gtest/src/weights/paritydb_weights.rs index a573e129..768ed41d 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: 2024-09-09 (Y/M/D) +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0 +//! DATE: 2024-09-28 (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: 790, 1_240_912 - /// Average: 9_476 - /// Median: 1_517 - /// Std-Dev: 98281.4 + /// Min, Max: 789, 1_126_624 + /// Average: 8_769 + /// Median: 1_445 + /// Std-Dev: 89219.22 /// /// Percentiles nanoseconds: - /// 99th: 7_934 - /// 95th: 2_455 - /// 75th: 1_863 - read: 18_952 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 11_009 + /// 95th: 2_958 + /// 75th: 1_818 + read: 17_538 * 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_809, 6_934_424 - /// Average: 53_946 - /// Median: 10_134 - /// Std-Dev: 549134.13 + /// Min, Max: 4_023, 6_748_346 + /// Average: 52_716 + /// Median: 10_128 + /// Std-Dev: 534378.34 /// /// Percentiles nanoseconds: - /// 99th: 31_579 - /// 95th: 15_941 - /// 75th: 11_959 - write: 107_892 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 23_199 + /// 95th: 14_827 + /// 75th: 12_323 + write: 105_432 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } diff --git a/scripts/run_all_benchmarks.sh b/scripts/run_all_benchmarks.sh index 529ad516..0587e0d3 100755 --- a/scripts/run_all_benchmarks.sh +++ b/scripts/run_all_benchmarks.sh @@ -4,5 +4,5 @@ do cargo build --release --no-default-features --features runtime-benchmarks,$chain target/release/duniter benchmark storage --chain=dev --mul=2 --weight-path=./runtime/$chain/src/weights/ --state-version=1 --database=paritydb target/release/duniter benchmark overhead --chain=dev --wasm-execution=compiled --weight-path=./runtime/$chain/src/weights/ --warmup=10 --repeat=100 - target/release/duniter benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet="*" --extrinsic="*" --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/$chain/src/weights/ + target/release/duniter benchmark pallet --genesis-builder=spec-genesis --steps=50 --repeat=20 --pallet="*" --extrinsic="*" --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/$chain/src/weights/ done