diff --git a/.gitignore b/.gitignore index 6b65f6fd48..78e9b56a99 100644 --- a/.gitignore +++ b/.gitignore @@ -58,4 +58,6 @@ zombienet /pallets/dispenser/contracts/cache /pallets/dispenser/contracts/out -/scripts/dispenser-tests/solana-signet-program/.github \ No newline at end of file +/scripts/dispenser-tests/solana-signet-program/.github + +findings/ diff --git a/Cargo.lock b/Cargo.lock index 4999750a1d..5d947d95f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,32 +110,31 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "alloy-core" -version = "0.8.15" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c618bd382f0bc2ac26a7e4bfae01c9b015ca8f21b37ca40059ae35a7e62b3dc6" +checksum = "e5cc496da53ef2eaa129dcbd05a56eee94026cc88eb40ef297ea3171ea637e56" dependencies = [ "alloy-dyn-abi", - "alloy-json-abi 0.8.15", - "alloy-primitives 0.8.15", + "alloy-json-abi 1.5.3", + "alloy-primitives 1.5.3", "alloy-rlp", - "alloy-sol-types 0.8.15", + "alloy-sol-types 1.5.3", ] [[package]] name = "alloy-dyn-abi" -version = "0.8.15" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41056bde53ae10ffbbf11618efbe1e0290859e5eab0fe9ef82ebdb62f12a866f" +checksum = "787cb8baf0e681d995c4a4d49713d56b91083930ae42d5d277a07276cafbe76f" dependencies = [ - "alloy-json-abi 0.8.15", - "alloy-primitives 0.8.15", - "alloy-sol-type-parser 0.8.26", - "alloy-sol-types 0.8.15", - "const-hex", + "alloy-json-abi 1.5.3", + "alloy-primitives 1.5.3", + "alloy-sol-type-parser 1.5.6", + "alloy-sol-types 1.5.3", "itoa", "serde", "serde_json", - "winnow 0.6.6", + "winnow 0.7.14", ] [[package]] @@ -151,12 +150,12 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "0.8.15" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c357da577dfb56998d01f574d81ad7a1958d248740a7981b205d69d65a7da404" +checksum = "dad32d0724b70717ce15a76b48f11a4438010b85a90f728f476e99d5a6b06379" dependencies = [ - "alloy-primitives 0.8.15", - "alloy-sol-type-parser 0.8.26", + "alloy-primitives 1.5.3", + "alloy-sol-type-parser 1.5.6", "serde", "serde_json", ] @@ -185,30 +184,29 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.8.15" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6259a506ab13e1d658796c31e6e39d2e2ee89243bcc505ddc613b35732e0a430" +checksum = "f1841ce147fa6cfdeb6b7751e2583b605bb8eef4238a2d3e0880b5cb3aba0e83" dependencies = [ "alloy-rlp", "bytes", "cfg-if", "const-hex", - "derive_more 1.0.0", - "foldhash", - "hashbrown 0.15.2", - "hex-literal", + "derive_more 2.1.1", + "foldhash 0.2.0", + "hashbrown 0.16.0", "indexmap 2.12.0", "itoa", "k256", "keccak-asm", "paste", "proptest", - "rand 0.8.5", + "rand 0.9.2", + "rapidhash", "ruint", "rustc-hash 2.1.0", "serde", "sha3", - "tiny-keccak", ] [[package]] @@ -237,12 +235,12 @@ dependencies = [ [[package]] name = "alloy-sol-macro" -version = "0.8.22" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f9c3c7bc1f4e334e5c5fc59ec8dac894973a71b11da09065affc6094025049" +checksum = "2c4b64c8146291f750c3f391dff2dd40cf896f7e2b253417a31e342aa7265baa" dependencies = [ - "alloy-sol-macro-expander 0.8.22", - "alloy-sol-macro-input 0.8.22", + "alloy-sol-macro-expander 1.5.6", + "alloy-sol-macro-input 1.5.6", "proc-macro-error2", "proc-macro2", "quote", @@ -270,20 +268,20 @@ dependencies = [ [[package]] name = "alloy-sol-macro-expander" -version = "0.8.22" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46ff7aa715eb2404cb87fa94390d2c5d5addd70d9617e20b2398ee6f48cb21f0" +checksum = "d9df903674682f9bae8d43fdea535ab48df2d6a8cb5104ca29c58ada22ef67b3" dependencies = [ - "alloy-sol-macro-input 0.8.22", + "alloy-sol-macro-input 1.5.6", "const-hex", "heck 0.5.0", "indexmap 2.12.0", "proc-macro-error2", "proc-macro2", "quote", + "sha3", "syn 2.0.112", - "syn-solidity 0.8.26", - "tiny-keccak", + "syn-solidity 1.5.6", ] [[package]] @@ -305,17 +303,18 @@ dependencies = [ [[package]] name = "alloy-sol-macro-input" -version = "0.8.22" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f105fa700140c0cc6e2c3377adef650c389ac57b8ead8318a2e6bd52f1ae841" +checksum = "737b8a959f527a86e07c44656db237024a32ae9b97d449f788262a547e8aa136" dependencies = [ "const-hex", "dunce", "heck 0.5.0", + "macro-string", "proc-macro2", "quote", "syn 2.0.112", - "syn-solidity 0.8.26", + "syn-solidity 1.5.6", ] [[package]] @@ -330,9 +329,9 @@ dependencies = [ [[package]] name = "alloy-sol-type-parser" -version = "0.8.26" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c13fc168b97411e04465f03e632f31ef94cad1c7c8951bf799237fd7870d535" +checksum = "b28e6e86c6d2db52654b65a5a76b4f57eae5a32a7f0aa2222d1dbdb74e2cb8e0" dependencies = [ "serde", "winnow 0.7.14", @@ -353,14 +352,13 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "0.8.15" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1174cafd6c6d810711b4e00383037bdb458efc4fe3dbafafa16567e0320c54d8" +checksum = "67a8a2c35dbb545c6945b933957556693839df252c712194bf201c9e528670a3" dependencies = [ - "alloy-json-abi 0.8.15", - "alloy-primitives 0.8.15", - "alloy-sol-macro 0.8.22", - "const-hex", + "alloy-json-abi 1.5.3", + "alloy-primitives 1.5.3", + "alloy-sol-macro 1.5.6", "serde", ] @@ -585,11 +583,12 @@ dependencies = [ "ark-std 0.5.0", "educe", "fnv", - "hashbrown 0.15.2", + "hashbrown 0.15.5", "itertools 0.13.0", "num-bigint", "num-integer", "num-traits", + "rayon", "zeroize", ] @@ -710,6 +709,7 @@ dependencies = [ "num-bigint", "num-traits", "paste", + "rayon", "zeroize", ] @@ -819,7 +819,8 @@ dependencies = [ "ark-std 0.5.0", "educe", "fnv", - "hashbrown 0.15.2", + "hashbrown 0.15.5", + "rayon", ] [[package]] @@ -836,6 +837,18 @@ dependencies = [ "scale-info", ] +[[package]] +name = "ark-scale" +version = "0.0.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "985c81a9c7b23a72f62b7b20686d5326d2a9956806f37de9ee35cb1238faf0c0" +dependencies = [ + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "parity-scale-codec", + "scale-info", +] + [[package]] name = "ark-serialize" version = "0.3.0" @@ -869,6 +882,7 @@ dependencies = [ "arrayvec 0.7.4", "digest 0.10.7", "num-bigint", + "rayon", ] [[package]] @@ -922,6 +936,7 @@ checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" dependencies = [ "num-traits", "rand 0.8.5", + "rayon", ] [[package]] @@ -952,6 +967,7 @@ dependencies = [ "ark-std 0.5.0", "digest 0.10.7", "rand_chacha 0.3.1", + "rayon", "sha2 0.10.8", "w3f-ring-proof", "zeroize", @@ -963,6 +979,16 @@ version = "6.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f840fb7195bcfc5e17ea40c26e5ce6d5b9ce5d584466e17703209657e459ae0" +[[package]] +name = "array-bytes" +version = "9.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27d55334c98d756b32dcceb60248647ab34f027690f87f9a362fd292676ee927" +dependencies = [ + "smallvec", + "thiserror 2.0.17", +] + [[package]] name = "arrayref" version = "0.3.7" @@ -1059,8 +1085,8 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" -version = "23.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -1089,19 +1115,24 @@ dependencies = [ [[package]] name = "assets-common" -version = "0.21.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.22.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-core", + "ethereum-standards", "frame-support", + "frame-system", "impl-trait-for-tuples", "pallet-asset-conversion", "pallet-assets", + "pallet-revive", + "pallet-revive-uapi", "pallet-xcm", "parachains-common", "parity-scale-codec", "scale-info", "sp-api", + "sp-core", "sp-runtime", "staging-xcm", "staging-xcm-builder", @@ -1451,7 +1482,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "binary-merkle-tree" version = "16.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "hash-db", "log", @@ -1518,18 +1549,18 @@ dependencies = [ [[package]] name = "bit-set" -version = "0.5.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ "bit-vec", ] [[package]] name = "bit-vec" -version = "0.6.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitcoin-internals" @@ -1696,7 +1727,7 @@ checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" dependencies = [ "borsh-derive", "cfg_aliases 0.2.1", - "hashbrown 0.15.2", + "hashbrown 0.15.5", ] [[package]] @@ -1712,6 +1743,18 @@ dependencies = [ "syn 2.0.112", ] +[[package]] +name = "bounded-collections" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca548b6163b872067dc5eb82fd130c56881435e30367d2073594a3d9744120dd" +dependencies = [ + "log", + "parity-scale-codec", + "scale-info", + "serde", +] + [[package]] name = "bounded-collections" version = "0.2.4" @@ -1735,8 +1778,8 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.20.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1752,8 +1795,8 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.20.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1768,8 +1811,8 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1785,8 +1828,8 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.20.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-messages", "bp-runtime", @@ -1802,8 +1845,8 @@ dependencies = [ [[package]] name = "bp-relayers" -version = "0.20.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-header-chain", "bp-messages", @@ -1820,8 +1863,8 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.20.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -1843,8 +1886,8 @@ dependencies = [ [[package]] name = "bp-test-utils" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1863,8 +1906,8 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" -version = "0.6.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.7.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-messages", "bp-runtime", @@ -1880,8 +1923,8 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.17.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.18.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "scale-info", @@ -1892,8 +1935,8 @@ dependencies = [ [[package]] name = "bridge-hub-common" -version = "0.13.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.14.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1911,8 +1954,8 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" -version = "0.22.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.23.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -1953,8 +1996,8 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.21.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.22.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-header-chain", "bp-messages", @@ -2225,6 +2268,7 @@ dependencies = [ "iana-time-zone", "js-sys", "num-traits", + "serde", "wasm-bindgen", "windows-targets 0.52.5", ] @@ -2519,12 +2563,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" -[[package]] -name = "constcat" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" - [[package]] name = "convert_case" version = "0.4.0" @@ -2537,6 +2575,15 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8" +[[package]] +name = "convert_case" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" +dependencies = [ + "unicode-segmentation", +] + [[package]] name = "core-foundation" version = "0.9.4" @@ -2841,6 +2888,19 @@ dependencies = [ "subtle 2.5.0", ] +[[package]] +name = "crypto-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "514fc341c51e110011423c9513dd1a37a12575cf134855d7ad66a8f2fb5b7ab7" +dependencies = [ + "anyhow", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", +] + [[package]] name = "crypto_secretbox" version = "0.1.1" @@ -2865,10 +2925,36 @@ dependencies = [ "cipher 0.4.4", ] +[[package]] +name = "cumulus-client-bootnodes" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "cumulus-client-network", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "futures", + "hex", + "ip_network", + "log", + "num-traits", + "parachains-common", + "parity-scale-codec", + "prost 0.12.6", + "prost-build", + "sc-network", + "sc-service", + "sp-consensus-babe", + "sp-runtime", + "tokio", +] + [[package]] name = "cumulus-client-cli" -version = "0.23.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.24.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "clap", "parity-scale-codec", @@ -2884,8 +2970,8 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.23.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.24.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2907,8 +2993,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" -version = "0.23.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.24.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2954,13 +3040,14 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.23.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.24.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core", "cumulus-relay-chain-interface", + "cumulus-relay-chain-streams", "dyn-clone", "futures", "log", @@ -2969,6 +3056,7 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-consensus-babe", + "sc-network", "schnellru", "sp-blockchain", "sp-consensus", @@ -2984,8 +3072,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" -version = "0.19.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.20.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "anyhow", "async-trait", @@ -2999,8 +3087,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" -version = "0.23.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.24.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -3022,8 +3110,8 @@ dependencies = [ [[package]] name = "cumulus-client-network" -version = "0.23.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.24.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -3036,6 +3124,7 @@ dependencies = [ "polkadot-parachain-primitives", "polkadot-primitives", "sc-client-api", + "sc-network", "sp-api", "sp-blockchain", "sp-consensus", @@ -3048,8 +3137,8 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" -version = "0.17.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.18.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3058,6 +3147,7 @@ dependencies = [ "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", + "sc-consensus-babe", "sp-crypto-hashing", "sp-inherents", "sp-runtime", @@ -3068,12 +3158,13 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" -version = "0.23.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.24.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "cumulus-primitives-core", "cumulus-relay-chain-interface", + "cumulus-relay-chain-streams", "futures", "futures-timer", "parity-scale-codec", @@ -3084,6 +3175,7 @@ dependencies = [ "rand 0.8.5", "sc-client-api", "sc-consensus", + "sc-network", "sp-api", "sp-consensus", "sp-maybe-compressed-blob", @@ -3094,9 +3186,10 @@ dependencies = [ [[package]] name = "cumulus-client-service" -version = "0.24.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.25.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ + "async-channel 1.9.0", "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", @@ -3107,8 +3200,10 @@ dependencies = [ "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", + "cumulus-relay-chain-streams", "futures", "polkadot-primitives", + "prometheus", "sc-client-api", "sc-consensus", "sc-network", @@ -3131,8 +3226,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3148,8 +3243,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -3165,9 +3260,10 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.2" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ + "array-bytes 6.2.2", "bytes", "cumulus-pallet-parachain-system-proc-macro", "cumulus-primitives-core", @@ -3177,6 +3273,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "hashbrown 0.15.5", "impl-trait-for-tuples", "log", "pallet-message-queue", @@ -3184,6 +3281,7 @@ dependencies = [ "polkadot-parachain-primitives", "polkadot-runtime-parachains", "scale-info", + "sp-consensus-babe", "sp-core", "sp-externalities", "sp-inherents", @@ -3201,7 +3299,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -3211,8 +3309,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "21.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "22.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -3224,8 +3322,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3239,8 +3337,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" -version = "0.2.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.3.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -3258,8 +3356,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.19.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.20.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3273,10 +3371,11 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "bounded-collections", + "approx", + "bounded-collections 0.2.4", "bp-xcm-bridge-hub-router", "cumulus-primitives-core", "frame-benchmarking", @@ -3298,8 +3397,8 @@ dependencies = [ [[package]] name = "cumulus-ping" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -3313,8 +3412,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.17.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.18.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "sp-api", "sp-consensus-aura", @@ -3322,8 +3421,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.18.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.19.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3334,12 +3433,13 @@ dependencies = [ "sp-runtime", "sp-trie", "staging-xcm", + "tracing", ] [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.18.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.19.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3352,8 +3452,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.12.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.13.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3362,8 +3462,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "11.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "12.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -3379,8 +3479,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" -version = "0.19.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.20.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -3389,8 +3489,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3406,18 +3506,22 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.24.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.25.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ + "async-channel 1.9.0", "async-trait", + "cumulus-client-bootnodes", "cumulus-primitives-core", "cumulus-relay-chain-interface", "futures", "futures-timer", "polkadot-cli", + "polkadot-primitives", "polkadot-service", "sc-cli", "sc-client-api", + "sc-network", "sc-sysinfo", "sc-telemetry", "sc-tracing", @@ -3430,8 +3534,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.23.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.24.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3440,6 +3544,7 @@ dependencies = [ "parity-scale-codec", "polkadot-overseer", "sc-client-api", + "sc-network", "sp-api", "sp-blockchain", "sp-state-machine", @@ -3449,11 +3554,13 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.24.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.25.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", + "async-channel 1.9.0", "async-trait", + "cumulus-client-bootnodes", "cumulus-primitives-core", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", @@ -3483,8 +3590,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.23.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.24.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3499,6 +3606,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "sc-client-api", + "sc-network", "sc-rpc-api", "sc-service", "schnellru", @@ -3521,10 +3629,24 @@ dependencies = [ "url", ] +[[package]] +name = "cumulus-relay-chain-streams" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "cumulus-relay-chain-interface", + "futures", + "polkadot-node-subsystem", + "polkadot-primitives", + "sp-api", + "sp-consensus", + "tracing", +] + [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.19.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.20.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3624,8 +3746,18 @@ version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" dependencies = [ - "darling_core", - "darling_macro", + "darling_core 0.20.11", + "darling_macro 0.20.11", +] + +[[package]] +name = "darling" +version = "0.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" +dependencies = [ + "darling_core 0.21.3", + "darling_macro 0.21.3", ] [[package]] @@ -3642,13 +3774,38 @@ dependencies = [ "syn 2.0.112", ] +[[package]] +name = "darling_core" +version = "0.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn 2.0.112", +] + [[package]] name = "darling_macro" version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ - "darling_core", + "darling_core 0.20.11", + "quote", + "syn 2.0.112", +] + +[[package]] +name = "darling_macro" +version = "0.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" +dependencies = [ + "darling_core 0.21.3", "quote", "syn 2.0.112", ] @@ -3791,7 +3948,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" dependencies = [ - "derive_more-impl", + "derive_more-impl 1.0.0", +] + +[[package]] +name = "derive_more" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" +dependencies = [ + "derive_more-impl 2.1.1", ] [[package]] @@ -3806,6 +3972,20 @@ dependencies = [ "unicode-xid", ] +[[package]] +name = "derive_more-impl" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" +dependencies = [ + "convert_case 0.10.0", + "proc-macro2", + "quote", + "rustc_version 0.4.0", + "syn 2.0.112", + "unicode-xid", +] + [[package]] name = "diff" version = "0.1.13" @@ -4145,8 +4325,18 @@ dependencies = [ ] [[package]] -name = "env_logger" -version = "0.10.2" +name = "env_filter" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" +dependencies = [ + "log", + "regex", +] + +[[package]] +name = "env_logger" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" dependencies = [ @@ -4189,16 +4379,6 @@ dependencies = [ "sha3", ] -[[package]] -name = "ethabi-decode" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52029c4087f9f01108f851d0d02df9c21feb5660a19713466724b7f95bd2d773" -dependencies = [ - "ethereum-types", - "tiny-keccak", -] - [[package]] name = "ethbloom" version = "0.14.1" @@ -4217,7 +4397,8 @@ dependencies = [ [[package]] name = "ethereum" version = "0.18.2" -source = "git+https://github.com/rust-ethereum/ethereum?rev=cf3076f07e61102eec686f6816da668f97d94f1f#cf3076f07e61102eec686f6816da668f97d94f1f" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ee371ebb7479ed3258617557ab0b3247e741075cb6b02b820d188f68da44441" dependencies = [ "bytes", "ethereum-types", @@ -4232,6 +4413,14 @@ dependencies = [ "trie-root", ] +[[package]] +name = "ethereum-standards" +version = "0.1.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "alloy-core", +] + [[package]] name = "ethereum-types" version = "0.15.1" @@ -4310,7 +4499,7 @@ dependencies = [ [[package]] name = "evm" version = "0.43.4" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2503#b3d5b09d5136f76a7e63fae94674f194542e6144" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2506#349849116745a3a1bbb52102ab2d6aad0fd3ce56" dependencies = [ "auto_impl", "environmental", @@ -4330,7 +4519,7 @@ dependencies = [ [[package]] name = "evm-core" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2503#b3d5b09d5136f76a7e63fae94674f194542e6144" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2506#349849116745a3a1bbb52102ab2d6aad0fd3ce56" dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", @@ -4341,7 +4530,7 @@ dependencies = [ [[package]] name = "evm-gasometer" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2503#b3d5b09d5136f76a7e63fae94674f194542e6144" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2506#349849116745a3a1bbb52102ab2d6aad0fd3ce56" dependencies = [ "environmental", "evm-core", @@ -4352,7 +4541,7 @@ dependencies = [ [[package]] name = "evm-runtime" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2503#b3d5b09d5136f76a7e63fae94674f194542e6144" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2506#349849116745a3a1bbb52102ab2d6aad0fd3ce56" dependencies = [ "auto_impl", "environmental", @@ -4466,7 +4655,7 @@ dependencies = [ [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "async-trait", "fp-storage", @@ -4478,7 +4667,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "async-trait", "fp-consensus", @@ -4494,7 +4683,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "async-trait", "fc-api", @@ -4515,7 +4704,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "fc-db", "fc-storage", @@ -4536,7 +4725,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "ethereum", "ethereum-types", @@ -4586,7 +4775,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "ethereum", "ethereum-types", @@ -4602,13 +4791,12 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "ethereum", "ethereum-types", "fp-rpc", "fp-storage", - "log", "parity-scale-codec", "sc-client-api", "sp-api", @@ -4720,14 +4908,20 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" -version = "0.1.3" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" + +[[package]] +name = "foldhash" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "fork-tree" version = "13.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", ] @@ -4765,7 +4959,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "hex", "impl-serde", @@ -4777,14 +4971,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface", "staging-xcm", ] [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "ethereum", "parity-scale-codec", @@ -4795,7 +4988,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "ethereum", "ethereum-types", @@ -4807,7 +5000,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "environmental", "evm", @@ -4823,7 +5016,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "ethereum", "ethereum-types", @@ -4839,7 +5032,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "frame-support", "parity-scale-codec", @@ -4851,7 +5044,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "parity-scale-codec", "serde", @@ -4865,8 +5058,8 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" -version = "40.2.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-support-procedural", @@ -4889,17 +5082,19 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "48.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "49.1.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "Inflector", - "array-bytes", + "array-bytes 6.2.2", "chrono", "clap", "comfy-table", "cumulus-client-parachain-inherent", "cumulus-primitives-proof-size-hostfunction", + "env_filter", "frame-benchmarking", + "frame-storage-access-test-runtime", "frame-support", "frame-system", "gethostname", @@ -4918,6 +5113,8 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "sc-runtime-utilities", "sc-service", "sc-sysinfo", @@ -4934,6 +5131,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", + "sp-runtime-interface", "sp-state-machine", "sp-storage", "sp-timestamp", @@ -4949,8 +5147,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" -version = "30.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "31.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -4963,13 +5161,13 @@ dependencies = [ [[package]] name = "frame-decode" -version = "0.5.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6027a409bac4fe95b4d107f965fcdbc252fc89d884a360d076b3070b6128c094" +checksum = "a7cb8796f93fa038f979a014234d632e9688a120e745f936e2635123c77537f7" dependencies = [ - "frame-metadata 17.0.0", + "frame-metadata 20.0.0", "parity-scale-codec", - "scale-decode 0.14.0", + "scale-decode", "scale-info", "scale-type-resolver", "sp-crypto-hashing", @@ -4978,7 +5176,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "16.1.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -4988,8 +5186,8 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "40.1.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5000,12 +5198,13 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", + "sp-std", ] [[package]] name = "frame-executive" -version = "40.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.2" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "aquamarine", "frame-support", @@ -5022,9 +5221,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "17.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "701bac17e9b55e0f95067c428ebcb46496587f08e8cf4ccc0fe5903bea10dbb8" +checksum = "26de808fa6461f2485dc51811aefed108850064994fb4a62b3ac21ffa62ac8df" dependencies = [ "cfg-if", "parity-scale-codec", @@ -5034,9 +5233,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "20.0.0" +version = "23.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26de808fa6461f2485dc51811aefed108850064994fb4a62b3ac21ffa62ac8df" +checksum = "9ba5be0edbdb824843a0f9c6f0906ecfc66c5316218d74457003218b24909ed0" dependencies = [ "cfg-if", "parity-scale-codec", @@ -5046,10 +5245,10 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.8.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.9.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "const-hex", "docify", "frame-support", @@ -5062,8 +5261,8 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.51.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.52.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "indicatif", @@ -5082,18 +5281,32 @@ dependencies = [ "tokio-retry", ] +[[package]] +name = "frame-storage-access-test-runtime" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "cumulus-pallet-parachain-system", + "parity-scale-codec", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-trie", + "substrate-wasm-builder", +] + [[package]] name = "frame-support" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "aquamarine", - "array-bytes", + "array-bytes 6.2.2", "binary-merkle-tree", "bitflags 1.3.2", "docify", "environmental", - "frame-metadata 20.0.0", + "frame-metadata 23.0.1", "frame-support-procedural", "impl-trait-for-tuples", "k256", @@ -5125,8 +5338,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "33.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "34.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "Inflector", "cfg-expr", @@ -5146,7 +5359,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -5158,7 +5371,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "proc-macro2", "quote", @@ -5167,8 +5380,8 @@ dependencies = [ [[package]] name = "frame-system" -version = "40.2.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.2" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cfg-if", "docify", @@ -5186,8 +5399,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "40.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -5200,8 +5413,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "36.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "parity-scale-codec", @@ -5210,8 +5423,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.46.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.47.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "parity-scale-codec", @@ -5685,14 +5898,13 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.2" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ "allocator-api2", "equivalent", - "foldhash", - "serde", + "foldhash 0.1.5", ] [[package]] @@ -5700,6 +5912,10 @@ name = "hashbrown" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +dependencies = [ + "foldhash 0.2.0", + "serde", +] [[package]] name = "hashlink" @@ -5991,7 +6207,7 @@ dependencies = [ [[package]] name = "hydra-dx-math" -version = "13.0.0" +version = "13.1.0" dependencies = [ "approx", "criterion", @@ -6013,7 +6229,7 @@ dependencies = [ [[package]] name = "hydradx" -version = "14.9.0" +version = "14.10.0" dependencies = [ "async-trait", "clap", @@ -6104,7 +6320,7 @@ dependencies = [ [[package]] name = "hydradx-adapters" -version = "1.12.1" +version = "1.13.0" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -6139,7 +6355,7 @@ dependencies = [ "pallet-referrals", "pallet-route-executor", "pallet-stableswap", - "pallet-staking 4.2.0", + "pallet-staking 4.3.0", "pallet-timestamp", "pallet-transaction-multi-payment", "pallet-uniques", @@ -6161,7 +6377,7 @@ dependencies = [ [[package]] name = "hydradx-runtime" -version = "399.0.0" +version = "400.0.0" dependencies = [ "alloy-primitives 0.7.7", "alloy-sol-types 0.7.7", @@ -6226,7 +6442,7 @@ dependencies = [ "pallet-currencies", "pallet-currencies-rpc-runtime-api", "pallet-dca", - "pallet-democracy 4.4.0", + "pallet-democracy 4.5.0", "pallet-dispatcher", "pallet-dispenser", "pallet-duster", @@ -6274,7 +6490,7 @@ dependencies = [ "pallet-session", "pallet-signet", "pallet-stableswap", - "pallet-staking 4.2.0", + "pallet-staking 4.3.0", "pallet-state-trie-migration", "pallet-timestamp", "pallet-tips", @@ -6453,7 +6669,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows-core 0.51.1", + "windows-core 0.52.0", ] [[package]] @@ -6824,9 +7040,9 @@ dependencies = [ [[package]] name = "ismp" -version = "1.2.2" +version = "2506.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c12980d899695c2e8c49ba6b768760aa1cfa2ad7ff8c158199f4707d9f2fe8" +checksum = "a8f1cd20eebb8fb65488b11ad07a5c8df192a08ff9240227fa0bf75f3ca42de6" dependencies = [ "anyhow", "derive_more 1.0.0", @@ -6837,14 +7053,15 @@ dependencies = [ "scale-info", "serde", "serde-hex-utils", + "sp-weights", "thiserror 2.0.17", ] [[package]] name = "ismp-parachain" -version = "2503.3.0" +version = "2506.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879385136c417cd125d02a5c76ca9734d0de692ea8ccebd81b72932de5ed9c14" +checksum = "3fdd4547cceef3de1bed01667fab778c79cc3f0f043c8e7212e757112c564260" dependencies = [ "hex", "hex-literal", @@ -6852,7 +7069,7 @@ dependencies = [ "log", "pallet-ismp", "parity-scale-codec", - "polkadot-sdk 2503.2.0", + "polkadot-sdk", "primitive-types 0.13.1", "scale-info", "serde", @@ -6861,9 +7078,9 @@ dependencies = [ [[package]] name = "ismp-parachain-inherent" -version = "2503.2.0" +version = "2506.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5647dd47cc6686f50fee1d9bb3efdf503a5b414ee5f6d72ff42f043fa0258273" +checksum = "8c4f02c3dbcd9be1c0cbabe6499c0758b2c784a2e374b6a8954a12ad2f67308b" dependencies = [ "anyhow", "async-trait", @@ -6873,16 +7090,16 @@ dependencies = [ "log", "pallet-ismp-runtime-api", "parity-scale-codec", - "polkadot-sdk 2503.2.0", + "polkadot-sdk", ] [[package]] name = "ismp-parachain-runtime-api" -version = "2503.2.0" +version = "2506.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2062e60cb7e3da436ce3c921a9c67d694148e30379d9f25e0b86f36623b650b3" +checksum = "af29d238eee628863bf181cb568ecb5a94b37e836081679de406e0734deefd85" dependencies = [ - "polkadot-sdk 2503.2.0", + "polkadot-sdk", ] [[package]] @@ -7947,7 +8164,7 @@ version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.15.2", + "hashbrown 0.15.5", ] [[package]] @@ -7994,6 +8211,17 @@ dependencies = [ "libc", ] +[[package]] +name = "macro-string" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.112", +] + [[package]] name = "macro_magic" version = "0.5.1" @@ -8134,24 +8362,26 @@ dependencies = [ [[package]] name = "memory-db" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe" +checksum = "7e300c54e3239a86f9c61cc63ab0f03862eb40b1c6e065dc6fd6ceaeff6da93d" dependencies = [ + "foldhash 0.1.5", "hash-db", + "hashbrown 0.15.5", ] [[package]] name = "merkleized-metadata" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc9b7ac0ce054412d9a85ff39bac27aec27483b06cef8756b57d9c29d448d081" +checksum = "b3e3e3f549d27d2dc054372f320ddf68045a833fab490563ff70d4cf1b9d91ea" dependencies = [ - "array-bytes", + "array-bytes 9.3.0", "blake3", - "frame-metadata 20.0.0", + "frame-metadata 23.0.1", "parity-scale-codec", - "scale-decode 0.13.1", + "scale-decode", "scale-info", ] @@ -8220,8 +8450,8 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "45.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "46.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "log", @@ -8239,8 +8469,8 @@ dependencies = [ [[package]] name = "mmr-rpc" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8280,7 +8510,7 @@ dependencies = [ [[package]] name = "module-evm-utility" -version = "2.21.2" +version = "2.22.0" dependencies = [ "ethereum", "evm", @@ -8624,6 +8854,15 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" +[[package]] +name = "ntapi" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" +dependencies = [ + "winapi", +] + [[package]] name = "nu-ansi-term" version = "0.46.0" @@ -8897,7 +9136,7 @@ dependencies = [ [[package]] name = "orml-benchmarking" version = "1.4.0" -source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2503#ab8a16c034cfba502d4aa32be93436e4908d793c" +source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2506#d20eee81b61c385918869e1633b91cfed49ed60b" dependencies = [ "frame-benchmarking", "frame-support", @@ -8918,7 +9157,7 @@ dependencies = [ [[package]] name = "orml-tokens" version = "1.4.0" -source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2503#ab8a16c034cfba502d4aa32be93436e4908d793c" +source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2506#d20eee81b61c385918869e1633b91cfed49ed60b" dependencies = [ "frame-support", "frame-system", @@ -8935,7 +9174,7 @@ dependencies = [ [[package]] name = "orml-traits" version = "1.4.0" -source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2503#ab8a16c034cfba502d4aa32be93436e4908d793c" +source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2506#d20eee81b61c385918869e1633b91cfed49ed60b" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -8955,7 +9194,7 @@ dependencies = [ [[package]] name = "orml-unknown-tokens" version = "1.4.0" -source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2503#ab8a16c034cfba502d4aa32be93436e4908d793c" +source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2506#d20eee81b61c385918869e1633b91cfed49ed60b" dependencies = [ "frame-support", "frame-system", @@ -8970,7 +9209,7 @@ dependencies = [ [[package]] name = "orml-utilities" version = "1.4.0" -source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2503#ab8a16c034cfba502d4aa32be93436e4908d793c" +source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2506#d20eee81b61c385918869e1633b91cfed49ed60b" dependencies = [ "frame-support", "parity-scale-codec", @@ -8985,7 +9224,7 @@ dependencies = [ [[package]] name = "orml-vesting" version = "1.4.0" -source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2503#ab8a16c034cfba502d4aa32be93436e4908d793c" +source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2506#d20eee81b61c385918869e1633b91cfed49ed60b" dependencies = [ "frame-support", "frame-system", @@ -9000,7 +9239,7 @@ dependencies = [ [[package]] name = "orml-xcm" version = "1.4.0" -source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2503#ab8a16c034cfba502d4aa32be93436e4908d793c" +source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2506#d20eee81b61c385918869e1633b91cfed49ed60b" dependencies = [ "frame-support", "frame-system", @@ -9014,7 +9253,7 @@ dependencies = [ [[package]] name = "orml-xcm-support" version = "1.4.0" -source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2503#ab8a16c034cfba502d4aa32be93436e4908d793c" +source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2506#d20eee81b61c385918869e1633b91cfed49ed60b" dependencies = [ "frame-support", "orml-traits", @@ -9028,7 +9267,7 @@ dependencies = [ [[package]] name = "orml-xtokens" version = "1.4.0" -source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2503#ab8a16c034cfba502d4aa32be93436e4908d793c" +source = "git+https://github.com/galacticcouncil/open-runtime-module-library?branch=polkadot-stable2506#d20eee81b61c385918869e1633b91cfed49ed60b" dependencies = [ "frame-support", "frame-system", @@ -9054,10 +9293,10 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-alliance" -version = "39.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "frame-benchmarking", "frame-support", "frame-system", @@ -9074,8 +9313,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "22.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "23.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9092,8 +9331,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" -version = "0.8.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.9.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9110,8 +9349,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" -version = "22.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "23.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9125,8 +9364,8 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "19.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "20.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9139,7 +9378,7 @@ dependencies = [ [[package]] name = "pallet-asset-registry" -version = "3.4.0" +version = "3.5.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9168,8 +9407,8 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" -version = "0.2.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.3.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9186,8 +9425,8 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9196,21 +9435,22 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", "sp-io", "sp-runtime", ] [[package]] name = "pallet-assets" -version = "42.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "43.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ + "ethereum-standards", "frame-benchmarking", "frame-support", "frame-system", "impl-trait-for-tuples", "log", + "pallet-revive", "parity-scale-codec", "scale-info", "sp-core", @@ -9219,8 +9459,8 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" -version = "0.7.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.8.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", "pallet-assets", @@ -9231,8 +9471,8 @@ dependencies = [ [[package]] name = "pallet-assets-holder" -version = "0.2.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.3.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9246,8 +9486,8 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -9256,8 +9496,8 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -9272,8 +9512,8 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -9287,8 +9527,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -9300,8 +9540,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9323,8 +9563,8 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "39.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "aquamarine", "docify", @@ -9344,8 +9584,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "41.1.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "42.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-benchmarking", @@ -9360,8 +9600,8 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "41.1.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "42.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -9379,10 +9619,10 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "41.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "42.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "binary-merkle-tree", "frame-benchmarking", "frame-support", @@ -9404,7 +9644,7 @@ dependencies = [ [[package]] name = "pallet-bonds" -version = "2.3.0" +version = "2.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9428,8 +9668,8 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9445,8 +9685,8 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-header-chain", "bp-runtime", @@ -9464,8 +9704,8 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" -version = "0.20.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-header-chain", "bp-messages", @@ -9483,8 +9723,8 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-header-chain", "bp-parachains", @@ -9503,8 +9743,8 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-header-chain", "bp-messages", @@ -9526,7 +9766,7 @@ dependencies = [ [[package]] name = "pallet-broadcast" -version = "1.6.0" +version = "1.7.0" dependencies = [ "frame-support", "frame-support-procedural", @@ -9546,8 +9786,8 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.19.2" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.20.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitvec", "frame-benchmarking", @@ -9564,8 +9804,8 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9582,7 +9822,7 @@ dependencies = [ [[package]] name = "pallet-circuit-breaker" -version = "1.5.1" +version = "1.6.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9611,7 +9851,7 @@ dependencies = [ [[package]] name = "pallet-claims" -version = "3.5.0" +version = "3.6.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9633,7 +9873,7 @@ dependencies = [ [[package]] name = "pallet-collator-rewards" -version = "1.2.0" +version = "1.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9657,8 +9897,8 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "21.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "22.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9676,8 +9916,8 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-benchmarking", @@ -9693,8 +9933,8 @@ dependencies = [ [[package]] name = "pallet-collective-content" -version = "0.18.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.19.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9707,8 +9947,8 @@ dependencies = [ [[package]] name = "pallet-contracts" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "environmental", "frame-benchmarking", @@ -9738,8 +9978,8 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" -version = "17.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "18.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -9770,7 +10010,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "23.0.3" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "proc-macro2", "quote", @@ -9780,7 +10020,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "14.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -9790,8 +10030,8 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9806,8 +10046,8 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" -version = "24.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "25.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9824,7 +10064,7 @@ dependencies = [ [[package]] name = "pallet-currencies" -version = "4.0.0" +version = "4.1.0" dependencies = [ "frame-support", "frame-system", @@ -9856,7 +10096,7 @@ dependencies = [ [[package]] name = "pallet-dca" -version = "1.15.0" +version = "1.16.0" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -9898,8 +10138,8 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" -version = "7.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "8.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -9913,7 +10153,7 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "4.4.0" +version = "4.5.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9933,8 +10173,8 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -9950,8 +10190,8 @@ dependencies = [ [[package]] name = "pallet-dev-mode" -version = "22.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "23.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -9965,7 +10205,7 @@ dependencies = [ [[package]] name = "pallet-dispatcher" -version = "1.5.1" +version = "1.6.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9987,7 +10227,7 @@ dependencies = [ [[package]] name = "pallet-dispenser" -version = "0.2.0" +version = "0.3.0" dependencies = [ "alloy-primitives 0.7.7", "alloy-sol-types 0.7.7", @@ -10016,9 +10256,27 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-dummy-dim" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", +] + [[package]] name = "pallet-duster" -version = "3.7.0" +version = "3.8.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10051,7 +10309,7 @@ dependencies = [ [[package]] name = "pallet-dynamic-evm-fee" -version = "1.2.0" +version = "1.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10079,7 +10337,7 @@ dependencies = [ [[package]] name = "pallet-dynamic-fees" -version = "4.1.0" +version = "4.2.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10097,17 +10355,37 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-election-provider-multi-block" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-std", +] + [[package]] name = "pallet-election-provider-multi-phase" -version = "39.2.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-support", "frame-system", "log", - "pallet-election-provider-support-benchmarking", "parity-scale-codec", "rand 0.8.5", "scale-info", @@ -10121,8 +10399,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10134,8 +10412,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "41.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "42.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -10152,7 +10430,7 @@ dependencies = [ [[package]] name = "pallet-ema-oracle" -version = "1.10.0" +version = "1.11.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10180,7 +10458,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "environmental", "ethereum", @@ -10204,7 +10482,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "environmental", @@ -10228,7 +10506,7 @@ dependencies = [ [[package]] name = "pallet-evm-accounts" -version = "1.5.0" +version = "1.6.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10260,7 +10538,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "frame-support", "frame-system", @@ -10271,7 +10549,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "fp-evm", ] @@ -10279,7 +10557,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "fp-evm", "sp-core", @@ -10288,7 +10566,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-call-permit" -version = "0.2.0" +version = "0.3.0" dependencies = [ "derive_more 0.99.20", "evm", @@ -10318,7 +10596,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "fp-evm", "frame-support", @@ -10356,7 +10634,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "fp-evm", "num", @@ -10365,7 +10643,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2503#5b38fdfd0362f7f941d14e1ab9dea39ddf9efd65" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2506#beba745d94f4e368adee4a4cddc014155fdbb5c7" dependencies = [ "fp-evm", "ripemd", @@ -10374,8 +10652,8 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-benchmarking", @@ -10410,8 +10688,8 @@ dependencies = [ [[package]] name = "pallet-glutton" -version = "26.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "27.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -10428,8 +10706,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -10450,7 +10728,7 @@ dependencies = [ [[package]] name = "pallet-hsm" -version = "1.6.0" +version = "1.7.0" dependencies = [ "ethabi", "evm", @@ -10486,23 +10764,23 @@ dependencies = [ [[package]] name = "pallet-hyperbridge" -version = "2503.2.0" +version = "2506.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d9efe49c0762062951ba9ab1097d470478966395e50807b1af713b75f91b8f1" +checksum = "0440d94f915fb973720c1396c03fd47fa692b4e1595572f6e7f15691863f2b68" dependencies = [ "anyhow", "ismp", "pallet-ismp", "parity-scale-codec", - "polkadot-sdk 2503.2.0", + "polkadot-sdk", "primitive-types 0.13.1", "scale-info", ] [[package]] name = "pallet-identity" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10517,8 +10795,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "39.1.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -10536,8 +10814,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -10551,8 +10829,8 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" -version = "28.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "29.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10562,16 +10840,18 @@ dependencies = [ [[package]] name = "pallet-ismp" -version = "2503.2.0" +version = "2506.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabcc387f76f86928bb2c7ca5d9f6f164d9acdcc8b5b05cd6a9ce53959ddc1ff" +checksum = "2e349558d26b93aa09c8155419a4751ac23a97d62ca194c46531b68ee7466033" dependencies = [ "anyhow", + "crypto-utils", "fortuples", + "impl-trait-for-tuples", "ismp", "log", "parity-scale-codec", - "polkadot-sdk 2503.2.0", + "polkadot-sdk", "scale-info", "serde", "sp-io", @@ -10579,9 +10859,9 @@ dependencies = [ [[package]] name = "pallet-ismp-rpc" -version = "2503.2.0" +version = "2506.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc184e29fa5090d3660ac0189d7a60ad90e189022b26aec0a9fc5b3a9f73f220" +checksum = "9f554fd8c35b0dfc503c89c899cbc7b766ba48b6c12ba0441923aec21909f72f" dependencies = [ "anyhow", "hash-db", @@ -10592,7 +10872,7 @@ dependencies = [ "pallet-ismp", "pallet-ismp-runtime-api", "parity-scale-codec", - "polkadot-sdk 2503.2.0", + "polkadot-sdk", "serde", "serde_json", "tower", @@ -10601,21 +10881,21 @@ dependencies = [ [[package]] name = "pallet-ismp-runtime-api" -version = "2503.2.0" +version = "2506.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f87b20e928ba113c2b8e31bc1a30d7a83ddd014701722d0ab4015e6b6d4bc22c" +checksum = "f86e41f489298d973c93efae8bc85c10b7fad9a114df8674c626418d8b5b092d" dependencies = [ "ismp", "pallet-ismp", "parity-scale-codec", - "polkadot-sdk 2503.2.0", + "polkadot-sdk", "primitive-types 0.13.1", "serde", ] [[package]] name = "pallet-lbp" -version = "4.12.0" +version = "4.13.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10641,7 +10921,7 @@ dependencies = [ [[package]] name = "pallet-liquidation" -version = "2.3.0" +version = "2.4.0" dependencies = [ "ethabi", "ethereum", @@ -10688,7 +10968,7 @@ dependencies = [ [[package]] name = "pallet-liquidity-mining" -version = "4.6.0" +version = "4.7.0" dependencies = [ "fixed", "frame-support", @@ -10714,8 +10994,8 @@ dependencies = [ [[package]] name = "pallet-lottery" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -10727,8 +11007,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -10743,8 +11023,8 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "43.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "44.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "environmental", "frame-benchmarking", @@ -10762,8 +11042,8 @@ dependencies = [ [[package]] name = "pallet-meta-tx" -version = "0.2.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.3.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-benchmarking", @@ -10780,8 +11060,8 @@ dependencies = [ [[package]] name = "pallet-migrations" -version = "10.1.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "11.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-benchmarking", @@ -10799,8 +11079,8 @@ dependencies = [ [[package]] name = "pallet-mixnet" -version = "0.16.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.17.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", "parity-scale-codec", @@ -10813,8 +11093,8 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", "parity-scale-codec", @@ -10825,8 +11105,8 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", "parity-scale-codec", @@ -10836,7 +11116,7 @@ dependencies = [ [[package]] name = "pallet-nft" -version = "7.2.0" +version = "7.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10856,24 +11136,21 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "log", "pallet-assets", "pallet-nfts", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-runtime", ] [[package]] name = "pallet-nfts" -version = "34.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "35.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10889,8 +11166,8 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "26.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "27.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "sp-api", @@ -10898,8 +11175,8 @@ dependencies = [ [[package]] name = "pallet-nis" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10908,8 +11185,8 @@ dependencies = [ [[package]] name = "pallet-node-authorization" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", "parity-scale-codec", @@ -10919,8 +11196,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "38.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "39.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -10937,8 +11214,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "38.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "39.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10947,7 +11224,7 @@ dependencies = [ "pallet-bags-list", "pallet-delegated-staking", "pallet-nomination-pools", - "pallet-staking 40.1.1", + "pallet-staking 41.0.0", "parity-scale-codec", "scale-info", "sp-runtime", @@ -10957,8 +11234,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "36.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -10967,8 +11244,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -10982,8 +11259,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10996,7 +11273,7 @@ dependencies = [ "pallet-im-online", "pallet-offences", "pallet-session", - "pallet-staking 40.1.1", + "pallet-staking 41.0.0", "parity-scale-codec", "scale-info", "sp-runtime", @@ -11005,7 +11282,7 @@ dependencies = [ [[package]] name = "pallet-omnipool" -version = "7.1.0" +version = "7.2.0" dependencies = [ "bitflags 1.3.2", "frame-benchmarking", @@ -11034,7 +11311,7 @@ dependencies = [ [[package]] name = "pallet-omnipool-liquidity-mining" -version = "3.2.0" +version = "3.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11063,9 +11340,27 @@ dependencies = [ "test-utils", ] +[[package]] +name = "pallet-origin-restriction" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-transaction-payment", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", +] + [[package]] name = "pallet-otc" -version = "2.3.0" +version = "2.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11088,7 +11383,7 @@ dependencies = [ [[package]] name = "pallet-otc-settlements" -version = "1.3.0" +version = "1.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11119,24 +11414,20 @@ dependencies = [ [[package]] name = "pallet-paged-list" -version = "0.18.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.19.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", - "frame-support", - "frame-system", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-core", - "sp-io", "sp-metadata-ir", - "sp-runtime", ] [[package]] name = "pallet-parameters" -version = "0.11.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.12.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-benchmarking", @@ -11164,10 +11455,28 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-people" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "verifiable", +] + [[package]] name = "pallet-preimage" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -11182,8 +11491,8 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11192,8 +11501,8 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.2" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -11210,22 +11519,18 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-io", - "sp-runtime", ] [[package]] name = "pallet-referenda" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "assert_matches", "frame-benchmarking", @@ -11242,7 +11547,7 @@ dependencies = [ [[package]] name = "pallet-referrals" -version = "1.4.0" +version = "1.5.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11264,7 +11569,7 @@ dependencies = [ [[package]] name = "pallet-relaychain-info" -version = "0.3.6" +version = "0.4.0" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -11278,8 +11583,8 @@ dependencies = [ [[package]] name = "pallet-remark" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -11294,13 +11599,13 @@ dependencies = [ [[package]] name = "pallet-revive" -version = "0.6.2" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.7.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "alloy-core", "derive_more 0.99.20", "environmental", - "ethabi-decode", + "ethereum-standards", "ethereum-types", "frame-benchmarking", "frame-support", @@ -11334,16 +11639,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "staging-xcm", - "staging-xcm-builder", "substrate-bn", "subxt-signer", ] [[package]] name = "pallet-revive-fixtures" -version = "0.3.2" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.4.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "anyhow", "cargo_metadata", @@ -11354,39 +11657,10 @@ dependencies = [ "toml 0.8.23", ] -[[package]] -name = "pallet-revive-mock-network" -version = "0.5.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" -dependencies = [ - "frame-support", - "frame-system", - "pallet-assets", - "pallet-balances", - "pallet-message-queue", - "pallet-revive", - "pallet-revive-uapi", - "pallet-timestamp", - "pallet-xcm", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-tracing", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-simulator", -] - [[package]] name = "pallet-revive-proc-macro" version = "0.3.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "proc-macro2", "quote", @@ -11395,8 +11669,8 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" -version = "0.4.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.5.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitflags 1.3.2", "pallet-revive-proc-macro", @@ -11407,36 +11681,36 @@ dependencies = [ [[package]] name = "pallet-root-offences" -version = "37.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "38.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", "pallet-session", - "pallet-staking 40.1.1", + "pallet-staking 41.0.0", "parity-scale-codec", "scale-info", + "sp-core", "sp-runtime", "sp-staking", ] [[package]] name = "pallet-root-testing" -version = "16.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "17.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core", "sp-io", "sp-runtime", ] [[package]] name = "pallet-route-executor" -version = "2.11.0" +version = "2.12.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11463,26 +11737,22 @@ dependencies = [ [[package]] name = "pallet-safe-mode" -version = "21.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "22.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", "pallet-balances", "pallet-proxy", "pallet-utility", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-arithmetic", - "sp-runtime", ] [[package]] name = "pallet-salary" -version = "25.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "26.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", "pallet-ranked-collective", @@ -11493,8 +11763,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "41.2.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "42.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-benchmarking", @@ -11510,8 +11780,8 @@ dependencies = [ [[package]] name = "pallet-scored-pool" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -11523,8 +11793,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "40.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -11544,14 +11814,14 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "pallet-session", - "pallet-staking 40.1.1", + "pallet-staking 41.0.0", "parity-scale-codec", "rand 0.8.5", "sp-runtime", @@ -11560,7 +11830,7 @@ dependencies = [ [[package]] name = "pallet-signet" -version = "1.1.0" +version = "1.2.0" dependencies = [ "ethereum", "frame-benchmarking", @@ -11578,8 +11848,8 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" -version = "15.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "16.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -11590,8 +11860,8 @@ dependencies = [ [[package]] name = "pallet-society" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -11607,7 +11877,7 @@ dependencies = [ [[package]] name = "pallet-stableswap" -version = "7.2.4" +version = "7.3.0" dependencies = [ "bitflags 1.3.2", "frame-benchmarking", @@ -11640,7 +11910,7 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "4.2.0" +version = "4.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11651,7 +11921,7 @@ dependencies = [ "orml-traits", "pallet-balances", "pallet-conviction-voting", - "pallet-democracy 4.4.0", + "pallet-democracy 4.5.0", "pallet-referenda", "pallet-uniques", "parity-scale-codec", @@ -11666,8 +11936,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "40.1.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11686,10 +11956,88 @@ dependencies = [ "sp-staking", ] +[[package]] +name = "pallet-staking-async" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "pallet-staking-async-rc-client", + "parity-scale-codec", + "rand 0.8.5", + "rand_chacha 0.3.1", + "scale-info", + "serde", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", +] + +[[package]] +name = "pallet-staking-async-ah-client" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-session", + "pallet-staking-async-rc-client", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-runtime", + "sp-staking", +] + +[[package]] +name = "pallet-staking-async-rc-client" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", + "sp-staking", + "staging-xcm", +] + +[[package]] +name = "pallet-staking-async-reward-fn" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "log", + "sp-arithmetic", +] + +[[package]] +name = "pallet-staking-async-runtime-api" +version = "0.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "parity-scale-codec", + "sp-api", + "sp-staking", +] + [[package]] name = "pallet-staking-reward-fn" -version = "22.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "23.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", "sp-arithmetic", @@ -11697,8 +12045,8 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "26.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "27.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "sp-api", @@ -11707,8 +12055,8 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "45.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "46.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -11723,8 +12071,8 @@ dependencies = [ [[package]] name = "pallet-statement" -version = "22.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "23.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -11740,8 +12088,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-benchmarking", @@ -11755,8 +12103,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-benchmarking", @@ -11766,7 +12114,6 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-inherents", - "sp-io", "sp-runtime", "sp-storage", "sp-timestamp", @@ -11774,8 +12121,8 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -11792,9 +12139,9 @@ dependencies = [ [[package]] name = "pallet-token-gateway" -version = "2503.2.0" +version = "2506.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e70b87827f279b29950247fe8ac45b6c36b82f8c48523b5307649a390ef73ddb" +checksum = "5dbd41aebeb53387e8deb8ee1f42fc6778221c44666996baa18a4674159747c2" dependencies = [ "alloy-primitives 0.7.7", "alloy-sol-macro 0.7.7", @@ -11805,7 +12152,7 @@ dependencies = [ "pallet-hyperbridge", "pallet-ismp", "parity-scale-codec", - "polkadot-sdk 2503.2.0", + "polkadot-sdk", "primitive-types 0.13.1", "scale-info", "token-gateway-primitives", @@ -11813,7 +12160,7 @@ dependencies = [ [[package]] name = "pallet-transaction-multi-payment" -version = "10.3.1" +version = "10.4.0" dependencies = [ "frame-support", "frame-system", @@ -11841,7 +12188,7 @@ dependencies = [ [[package]] name = "pallet-transaction-pause" -version = "1.2.0" +version = "1.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11862,8 +12209,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -11871,15 +12218,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", "sp-io", "sp-runtime", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "43.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "44.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -11894,8 +12240,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -11906,10 +12252,10 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "frame-benchmarking", "frame-support", "frame-system", @@ -11926,8 +12272,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-benchmarking", @@ -11945,13 +12291,10 @@ dependencies = [ [[package]] name = "pallet-tx-pause" -version = "21.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "22.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", - "pallet-balances", - "pallet-proxy", - "pallet-utility", "parity-scale-codec", "polkadot-sdk-frame", "scale-info", @@ -11959,8 +12302,8 @@ dependencies = [ [[package]] name = "pallet-uniques" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -11973,8 +12316,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "40.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -11989,15 +12332,14 @@ dependencies = [ [[package]] name = "pallet-verify-signature" -version = "0.3.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.4.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core", "sp-io", "sp-runtime", "sp-weights", @@ -12005,8 +12347,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -12019,8 +12361,8 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12029,10 +12371,10 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "19.2.2" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "20.1.3" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "bounded-collections", + "bounded-collections 0.2.4", "frame-benchmarking", "frame-support", "frame-system", @@ -12055,8 +12397,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "20.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "21.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-benchmarking", "frame-support", @@ -12072,8 +12414,8 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" -version = "0.16.3" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.17.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-messages", "bp-runtime", @@ -12094,8 +12436,8 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.18.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.19.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -12103,6 +12445,7 @@ dependencies = [ "frame-system", "log", "parity-scale-codec", + "polkadot-runtime-parachains", "scale-info", "sp-core", "sp-runtime", @@ -12113,7 +12456,7 @@ dependencies = [ [[package]] name = "pallet-xyk" -version = "8.1.0" +version = "8.2.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -12140,7 +12483,7 @@ dependencies = [ [[package]] name = "pallet-xyk-liquidity-mining" -version = "1.7.0" +version = "1.8.0" dependencies = [ "frame-support", "frame-system", @@ -12166,8 +12509,8 @@ dependencies = [ [[package]] name = "parachains-common" -version = "21.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "22.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -12195,8 +12538,8 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" -version = "22.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "23.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -12553,8 +12896,8 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "23.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "futures-timer", @@ -12571,8 +12914,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "23.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "futures-timer", @@ -12586,8 +12929,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "fatality", "futures", @@ -12609,8 +12952,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "fatality", @@ -12642,8 +12985,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "24.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "25.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "clap", "frame-benchmarking-cli", @@ -12666,8 +13009,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitvec", "fatality", @@ -12689,8 +13032,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "17.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "18.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "scale-info", @@ -12700,8 +13043,8 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "fatality", "futures", @@ -12722,8 +13065,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "19.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "20.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -12736,8 +13079,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "23.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "futures-timer", @@ -12757,8 +13100,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "always-assert", "async-trait", @@ -12780,8 +13123,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "parity-scale-codec", @@ -12798,8 +13141,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "bitvec", @@ -12830,8 +13173,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" -version = "0.6.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.7.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "futures", @@ -12854,8 +13197,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitvec", "futures", @@ -12873,8 +13216,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitvec", "fatality", @@ -12894,8 +13237,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "polkadot-node-subsystem", @@ -12909,8 +13252,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "futures", @@ -12931,8 +13274,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "polkadot-node-metrics", @@ -12945,8 +13288,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "futures-timer", @@ -12961,8 +13304,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "fatality", "futures", @@ -12979,8 +13322,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "futures", @@ -12996,8 +13339,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "22.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "23.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "fatality", "futures", @@ -13010,8 +13353,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitvec", "fatality", @@ -13027,11 +13370,11 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "always-assert", - "array-bytes", + "array-bytes 6.2.2", "futures", "futures-timer", "parity-scale-codec", @@ -13055,8 +13398,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "polkadot-node-subsystem", @@ -13068,8 +13411,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "19.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "20.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cpu-time", "futures", @@ -13094,8 +13437,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "polkadot-node-metrics", @@ -13109,8 +13452,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bs58", "futures", @@ -13126,8 +13469,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "23.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -13151,8 +13494,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "19.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "20.1.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitvec", "bounded-vec", @@ -13175,8 +13518,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -13184,8 +13527,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "derive_more 0.99.20", @@ -13212,8 +13555,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "fatality", "futures", @@ -13232,7 +13575,6 @@ dependencies = [ "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sc-client-api", "sc-keystore", "schnellru", "sp-application-crypto", @@ -13244,12 +13586,13 @@ dependencies = [ [[package]] name = "polkadot-omni-node-lib" -version = "0.6.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.7.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "clap", "color-print", + "cumulus-client-bootnodes", "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-aura", @@ -13285,11 +13628,15 @@ dependencies = [ "sc-consensus", "sc-consensus-manual-seal", "sc-executor", + "sc-keystore", "sc-network", + "sc-network-statement", + "sc-network-sync", "sc-offchain", "sc-rpc", "sc-runtime-utilities", "sc-service", + "sc-statement-store", "sc-sysinfo", "sc-telemetry", "sc-tracing", @@ -13304,13 +13651,13 @@ dependencies = [ "sp-consensus", "sp-consensus-aura", "sp-core", - "sp-crypto-hashing", "sp-genesis-builder", "sp-inherents", "sp-keystore", "sp-offchain", "sp-runtime", "sp-session", + "sp-statement-store", "sp-storage", "sp-timestamp", "sp-transaction-pool", @@ -13325,8 +13672,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "futures", @@ -13345,10 +13692,10 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "16.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "17.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "bounded-collections", + "bounded-collections 0.2.4", "derive_more 0.99.20", "parity-scale-codec", "polkadot-core-primitives", @@ -13361,10 +13708,11 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "18.2.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "19.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitvec", + "bounded-collections 0.2.4", "hex-literal", "log", "parity-scale-codec", @@ -13389,8 +13737,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "24.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "25.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -13422,8 +13770,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "19.1.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "20.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitvec", "frame-benchmarking", @@ -13442,7 +13790,7 @@ dependencies = [ "pallet-fast-unstake", "pallet-identity", "pallet-session", - "pallet-staking 40.1.1", + "pallet-staking 41.0.0", "pallet-staking-reward-fn", "pallet-timestamp", "pallet-transaction-payment", @@ -13472,8 +13820,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "20.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "21.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bs58", "frame-benchmarking", @@ -13484,12 +13832,13 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "19.2.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "20.0.3" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitflags 1.3.2", "bitvec", "frame-benchmarking", + "frame-election-provider-support", "frame-support", "frame-system", "impl-trait-for-tuples", @@ -13502,7 +13851,7 @@ dependencies = [ "pallet-message-queue", "pallet-mmr", "pallet-session", - "pallet-staking 40.1.1", + "pallet-staking 41.0.0", "pallet-timestamp", "parity-scale-codec", "polkadot-core-primitives", @@ -13531,17 +13880,8 @@ dependencies = [ [[package]] name = "polkadot-sdk" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775" -dependencies = [ - "sp-crypto-hashing", -] - -[[package]] -name = "polkadot-sdk" -version = "2503.2.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "2506.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "asset-test-utils", "assets-common", @@ -13623,8 +13963,10 @@ dependencies = [ "pallet-conviction-voting", "pallet-core-fellowship", "pallet-delegated-staking", - "pallet-democracy 40.1.0", + "pallet-democracy 41.0.0", "pallet-dev-mode", + "pallet-dummy-dim", + "pallet-election-provider-multi-block", "pallet-election-provider-multi-phase", "pallet-election-provider-support-benchmarking", "pallet-elections-phragmen", @@ -13653,8 +13995,10 @@ dependencies = [ "pallet-nomination-pools-runtime-api", "pallet-offences", "pallet-offences-benchmarking", + "pallet-origin-restriction", "pallet-paged-list", - "pallet-parameters 0.11.0", + "pallet-parameters 0.12.0", + "pallet-people", "pallet-preimage", "pallet-proxy", "pallet-ranked-collective", @@ -13662,7 +14006,6 @@ dependencies = [ "pallet-referenda", "pallet-remark", "pallet-revive", - "pallet-revive-mock-network", "pallet-root-offences", "pallet-root-testing", "pallet-safe-mode", @@ -13673,7 +14016,12 @@ dependencies = [ "pallet-session-benchmarking", "pallet-skip-feeless-payment", "pallet-society", - "pallet-staking 40.1.1", + "pallet-staking 41.0.0", + "pallet-staking-async", + "pallet-staking-async-ah-client", + "pallet-staking-async-rc-client", + "pallet-staking-async-reward-fn", + "pallet-staking-async-runtime-api", "pallet-staking-reward-fn", "pallet-staking-runtime-api", "pallet-state-trie-migration", @@ -13771,8 +14119,8 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" -version = "0.9.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.10.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-benchmarking", @@ -13806,8 +14154,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "24.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "25.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "frame-benchmarking", @@ -13914,15 +14262,13 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "23.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "arrayvec 0.7.4", "bitvec", "fatality", "futures", "futures-timer", - "indexmap 2.12.0", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -13930,34 +14276,20 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sp-keystore", - "sp-staking", "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "19.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "20.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "polkadot-primitives", "tracing-gum", ] -[[package]] -name = "polkavm" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd044ab1d3b11567ab6b98ca71259a992b4034220d5972988a0e96518e5d343d" -dependencies = [ - "libc", - "log", - "polkavm-assembler 0.18.0", - "polkavm-common 0.18.0", - "polkavm-linux-raw 0.18.0", -] - [[package]] name = "polkavm" version = "0.21.0" @@ -13972,12 +14304,16 @@ dependencies = [ ] [[package]] -name = "polkavm-assembler" -version = "0.18.0" +name = "polkavm" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaad38dc420bfed79e6f731471c973ce5ff5e47ab403e63cf40358fef8a6368f" +checksum = "f2a01db119bb3a86572c0641ba6e7c9786fbd2ac89c25b43b688c4e353787526" dependencies = [ + "libc", "log", + "polkavm-assembler 0.24.0", + "polkavm-common 0.24.0", + "polkavm-linux-raw 0.24.0", ] [[package]] @@ -13990,13 +14326,12 @@ dependencies = [ ] [[package]] -name = "polkavm-common" -version = "0.18.0" +name = "polkavm-assembler" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31ff33982a807d8567645d4784b9b5d7ab87bcb494f534a57cadd9012688e102" +checksum = "eea6105f3f344abe0bf0151d67b3de6f5d24353f2393355ecf3f5f6e06d7fd0b" dependencies = [ "log", - "polkavm-assembler 0.18.0", ] [[package]] @@ -14011,12 +14346,13 @@ dependencies = [ ] [[package]] -name = "polkavm-derive" -version = "0.18.0" +name = "polkavm-common" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2eb703f3b6404c13228402e98a5eae063fd16b8f58afe334073ec105ee4117e" +checksum = "d91ed9e5af472f729fcf3b3c1cf17508ddbb3505259dd6e2ee0fb5a29e105d22" dependencies = [ - "polkavm-derive-impl-macro 0.18.0", + "log", + "polkavm-assembler 0.24.0", ] [[package]] @@ -14029,15 +14365,12 @@ dependencies = [ ] [[package]] -name = "polkavm-derive-impl" -version = "0.18.1" +name = "polkavm-derive" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f2116a92e6e96220a398930f4c8a6cda1264206f3e2034fc9982bfd93f261f7" +checksum = "176144f8661117ea95fa7cf868c9a62d6b143e8a2ebcb7582464c3faade8669a" dependencies = [ - "polkavm-common 0.18.0", - "proc-macro2", - "quote", - "syn 2.0.112", + "polkavm-derive-impl-macro 0.24.0", ] [[package]] @@ -14053,12 +14386,14 @@ dependencies = [ ] [[package]] -name = "polkavm-derive-impl-macro" -version = "0.18.0" +name = "polkavm-derive-impl" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c16669ddc7433e34c1007d31080b80901e3e8e523cb9d4b441c3910cf9294b" +checksum = "c5a21844afdfcc10c92b9ef288ccb926211af27478d1730fcd55e4aec710179d" dependencies = [ - "polkavm-derive-impl 0.18.1", + "polkavm-common 0.24.0", + "proc-macro2", + "quote", "syn 2.0.112", ] @@ -14072,49 +14407,59 @@ dependencies = [ "syn 2.0.112", ] +[[package]] +name = "polkavm-derive-impl-macro" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba0ef0f17ad81413ea1ca5b1b67553aedf5650c88269b673d3ba015c83bc2651" +dependencies = [ + "polkavm-derive-impl 0.24.0", + "syn 2.0.112", +] + [[package]] name = "polkavm-linker" -version = "0.18.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9bfe793b094d9ea5c99b7c43ba46e277b0f8f48f4bbfdbabf8d3ebf701a4bd3" +checksum = "23bc764986c4a63f9ab9890c3f4eb9b4c13b6ff80d79685bd48ade147234aab4" dependencies = [ "dirs", "gimli 0.31.1", "hashbrown 0.14.5", "log", "object 0.36.7", - "polkavm-common 0.18.0", + "polkavm-common 0.21.0", "regalloc2 0.9.3", "rustc-demangle", ] [[package]] name = "polkavm-linker" -version = "0.21.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bc764986c4a63f9ab9890c3f4eb9b4c13b6ff80d79685bd48ade147234aab4" +checksum = "06c95a521a1331024ebe5823ffdfba9ea6df40b934b0804049d5171887579806" dependencies = [ "dirs", "gimli 0.31.1", "hashbrown 0.14.5", "log", "object 0.36.7", - "polkavm-common 0.21.0", + "polkavm-common 0.24.0", "regalloc2 0.9.3", "rustc-demangle", ] [[package]] name = "polkavm-linux-raw" -version = "0.18.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23eff02c070c70f31878a3d915e88a914ecf3e153741e2fb572dde28cce20fde" +checksum = "be6cd1d48c5e7814d287a3e12a339386a5dfa2f3ac72f932335f4cf56467f1b3" [[package]] name = "polkavm-linux-raw" -version = "0.21.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be6cd1d48c5e7814d287a3e12a339386a5dfa2f3ac72f932335f4cf56467f1b3" +checksum = "4ec0b13e26ec7234dba213ca17118c70c562809bdce0eefe84f92613d5c8da26" [[package]] name = "polling" @@ -14199,7 +14544,7 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "precompile-utils" -version = "0.2.0" +version = "0.3.0" dependencies = [ "affix", "derive_more 0.99.20", @@ -14489,9 +14834,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" +checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" dependencies = [ "bit-set", "bit-vec", @@ -14720,7 +15065,6 @@ dependencies = [ "libc", "rand_chacha 0.3.1", "rand_core 0.6.4", - "serde", ] [[package]] @@ -14731,6 +15075,7 @@ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", + "serde", ] [[package]] @@ -14769,6 +15114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" dependencies = [ "getrandom 0.3.4", + "serde", ] [[package]] @@ -14808,6 +15154,15 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rapidhash" +version = "4.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84816e4c99c467e92cf984ee6328caa976dfecd33a673544489d79ca2caaefe5" +dependencies = [ + "rustversion", +] + [[package]] name = "raw-cpuid" version = "11.1.0" @@ -15088,8 +15443,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "23.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "binary-merkle-tree", "bitvec", @@ -15113,7 +15468,7 @@ dependencies = [ "pallet-bounties", "pallet-child-bounties", "pallet-conviction-voting", - "pallet-democracy 40.1.0", + "pallet-democracy 41.0.0", "pallet-elections-phragmen", "pallet-grandpa", "pallet-identity", @@ -15124,7 +15479,7 @@ dependencies = [ "pallet-multisig", "pallet-nis", "pallet-offences", - "pallet-parameters 0.11.0", + "pallet-parameters 0.12.0", "pallet-preimage", "pallet-proxy", "pallet-ranked-collective", @@ -15134,7 +15489,7 @@ dependencies = [ "pallet-scheduler", "pallet-session", "pallet-society", - "pallet-staking 40.1.1", + "pallet-staking 41.0.0", "pallet-state-trie-migration", "pallet-sudo", "pallet-timestamp", @@ -15186,8 +15541,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "20.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "21.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "polkadot-primitives", @@ -15257,9 +15612,9 @@ dependencies = [ [[package]] name = "ruint" -version = "1.12.4" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5ef8fb1dd8de3870cb8400d51b4c2023854bbafd5431a3ac7e7317243e22d2f" +checksum = "9ecb38f82477f20c5c3d62ef52d7c4e536e38ea9b73fb570a20c5cae0e14bcf6" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", @@ -15274,6 +15629,7 @@ dependencies = [ "primitive-types 0.12.2", "proptest", "rand 0.8.5", + "rand 0.9.2", "rlp 0.5.2", "ruint-macro", "serde", @@ -15289,7 +15645,7 @@ checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" [[package]] name = "runtime-integration-tests" -version = "1.71.0" +version = "1.72.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -15370,7 +15726,7 @@ dependencies = [ "pallet-scheduler", "pallet-session", "pallet-stableswap", - "pallet-staking 4.2.0", + "pallet-staking 4.3.0", "pallet-timestamp", "pallet-transaction-multi-payment", "pallet-transaction-pause", @@ -15436,7 +15792,7 @@ dependencies = [ "pallet-asset-registry", "pallet-omnipool", "pallet-stableswap", - "pallet-staking 4.2.0", + "pallet-staking 4.3.0", "primitives", "scraper", "serde", @@ -15751,8 +16107,8 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "31.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "32.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", "sp-core", @@ -15762,8 +16118,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.50.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.51.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "futures", @@ -15778,6 +16134,8 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-types", + "serde", + "serde_json", "sp-api", "sp-authority-discovery", "sp-blockchain", @@ -15786,12 +16144,13 @@ dependencies = [ "sp-runtime", "substrate-prometheus-endpoint", "thiserror 1.0.69", + "tokio", ] [[package]] name = "sc-basic-authorship" -version = "0.49.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.50.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "log", @@ -15811,8 +16170,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.44.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.45.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "sp-api", @@ -15826,10 +16185,10 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "43.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "44.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "clap", "docify", "memmap2 0.9.4", @@ -15854,7 +16213,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -15864,10 +16223,10 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.52.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.53.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "chrono", "clap", "fdlimit", @@ -15906,8 +16265,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "fnv", "futures", @@ -15932,8 +16291,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.46.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.47.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "hash-db", "kvdb", @@ -15954,12 +16313,14 @@ dependencies = [ "sp-runtime", "sp-state-machine", "sp-trie", + "substrate-prometheus-endpoint", + "sysinfo", ] [[package]] name = "sc-consensus" -version = "0.49.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.50.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "futures", @@ -15981,8 +16342,8 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.50.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.51.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "futures", @@ -16010,8 +16371,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.50.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.51.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "fork-tree", @@ -16046,8 +16407,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.50.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.51.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "jsonrpsee", @@ -16068,10 +16429,10 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" -version = "29.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "30.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", "futures", @@ -16102,8 +16463,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "29.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "30.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "jsonrpsee", @@ -16122,8 +16483,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.49.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.50.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "fork-tree", "parity-scale-codec", @@ -16135,11 +16496,11 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.35.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.36.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "ahash", - "array-bytes", + "array-bytes 6.2.2", "async-trait", "dyn-clone", "finality-grandpa", @@ -16179,8 +16540,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.35.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.36.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "finality-grandpa", "futures", @@ -16199,8 +16560,8 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.51.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.52.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "assert_matches", "async-trait", @@ -16234,8 +16595,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.49.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.50.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "futures", @@ -16257,8 +16618,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.42.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.43.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -16280,10 +16641,10 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.38.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.39.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "polkavm 0.18.0", + "polkavm 0.24.0", "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface", @@ -16293,19 +16654,19 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" -version = "0.35.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.36.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", - "polkavm 0.18.0", + "polkavm 0.24.0", "sc-executor-common", "sp-wasm-interface", ] [[package]] name = "sc-executor-wasmtime" -version = "0.38.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.39.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "anyhow", "log", @@ -16320,8 +16681,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.49.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.50.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "console", "futures", @@ -16336,10 +16697,10 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "35.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "36.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "parking_lot 0.12.3", "serde_json", "sp-application-crypto", @@ -16350,10 +16711,10 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "arrayvec 0.7.4", "blake2 0.10.6", "bytes", @@ -16378,10 +16739,10 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.50.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.51.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", "asynchronous-codec 0.6.2", @@ -16428,8 +16789,8 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.48.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.49.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -16438,8 +16799,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.50.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.51.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "ahash", "futures", @@ -16457,10 +16818,10 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.49.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.50.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "async-channel 1.9.0", "futures", "log", @@ -16476,12 +16837,33 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "sc-network-statement" +version = "0.33.2" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "futures", + "log", + "parity-scale-codec", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-network-types", + "sp-consensus", + "sp-runtime", + "sp-statement-store", + "substrate-prometheus-endpoint", + "tokio", +] + [[package]] name = "sc-network-sync" -version = "0.49.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.50.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", "fork-tree", @@ -16513,10 +16895,10 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.49.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.50.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "futures", "log", "parity-scale-codec", @@ -16532,8 +16914,8 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.16.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.17.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bs58", "bytes", @@ -16545,14 +16927,16 @@ dependencies = [ "multiaddr 0.18.2", "multihash 0.19.1", "rand 0.8.5", + "serde", + "serde_with", "thiserror 1.0.69", "zeroize", ] [[package]] name = "sc-offchain" -version = "45.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "46.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bytes", "fnv", @@ -16586,7 +16970,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -16594,8 +16978,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "45.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "46.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "jsonrpsee", @@ -16626,8 +17010,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.49.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.50.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16646,8 +17030,8 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "22.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "23.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -16670,10 +17054,10 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.50.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.51.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "futures", "futures-util", "hex", @@ -16703,8 +17087,8 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" -version = "0.2.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.3.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "sc-executor", @@ -16718,8 +17102,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.51.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.52.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "directories", @@ -16782,8 +17166,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.38.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.39.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", "parity-scale-codec", @@ -16791,10 +17175,30 @@ dependencies = [ "sp-core", ] +[[package]] +name = "sc-statement-store" +version = "22.3.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" +dependencies = [ + "log", + "parity-db", + "parking_lot 0.12.3", + "sc-client-api", + "sc-keystore", + "sc-network-statement", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-statement-store", + "substrate-prometheus-endpoint", + "tokio", +] + [[package]] name = "sc-storage-monitor" -version = "0.24.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.25.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "clap", "fs4", @@ -16806,8 +17210,8 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.50.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.51.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16825,8 +17229,8 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "42.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "43.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "derive_more 0.99.20", "futures", @@ -16845,8 +17249,8 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "28.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "29.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "chrono", "futures", @@ -16864,11 +17268,12 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.2" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "chrono", "console", + "frame-metadata 23.0.1", "is-terminal", "libc", "log", @@ -16884,6 +17289,7 @@ dependencies = [ "sp-rpc", "sp-runtime", "sp-tracing", + "sp-trie", "thiserror 1.0.69", "tracing", "tracing-log", @@ -16893,7 +17299,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -16903,8 +17309,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.1.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "futures", @@ -16912,7 +17318,6 @@ dependencies = [ "indexmap 2.12.0", "itertools 0.11.0", "linked-hash-map", - "log", "parity-scale-codec", "parking_lot 0.12.3", "sc-client-api", @@ -16935,8 +17340,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "futures", @@ -16952,8 +17357,8 @@ dependencies = [ [[package]] name = "sc-utils" -version = "18.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "19.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-channel 1.9.0", "futures", @@ -16966,9 +17371,9 @@ dependencies = [ [[package]] name = "scale-bits" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +checksum = "27243ab0d2d6235072b017839c5f0cd1a3b1ce45c0f7a715363b0c7d36c76c94" dependencies = [ "parity-scale-codec", "scale-info", @@ -16978,39 +17383,26 @@ dependencies = [ [[package]] name = "scale-decode" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" -dependencies = [ - "derive_more 0.99.20", - "parity-scale-codec", - "scale-bits", - "scale-type-resolver", - "smallvec", -] - -[[package]] -name = "scale-decode" -version = "0.14.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ae9cc099ae85ff28820210732b00f019546f36f33225f509fe25d5816864a0" +checksum = "8d6ed61699ad4d54101ab5a817169259b5b0efc08152f8632e61482d8a27ca3d" dependencies = [ - "derive_more 1.0.0", "parity-scale-codec", "primitive-types 0.13.1", "scale-bits", "scale-decode-derive", "scale-type-resolver", "smallvec", + "thiserror 2.0.17", ] [[package]] name = "scale-decode-derive" -version = "0.14.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648" +checksum = "65cb245f7fdb489e7ba43a616cbd34427fe3ba6fe0edc1d0d250085e6c84f3ec" dependencies = [ - "darling", + "darling 0.20.11", "proc-macro2", "quote", "syn 2.0.112", @@ -17018,26 +17410,26 @@ dependencies = [ [[package]] name = "scale-encode" -version = "0.8.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9271284d05d0749c40771c46180ce89905fd95aa72a2a2fddb4b7c0aa424db" +checksum = "f2a976d73564a59e482b74fd5d95f7518b79ca8c8ca5865398a4d629dd15ee50" dependencies = [ - "derive_more 1.0.0", "parity-scale-codec", "primitive-types 0.13.1", "scale-bits", "scale-encode-derive", "scale-type-resolver", "smallvec", + "thiserror 2.0.17", ] [[package]] name = "scale-encode-derive" -version = "0.8.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137" +checksum = "17020f2d59baabf2ddcdc20a4e567f8210baf089b8a8d4785f5fd5e716f92038" dependencies = [ - "darling", + "darling 0.20.11", "proc-macro-crate 3.1.0", "proc-macro2", "quote", @@ -17082,34 +17474,33 @@ dependencies = [ [[package]] name = "scale-typegen" -version = "0.9.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc4c70c7fea2eef1740f0081d3fe385d8bee1eef11e9272d3bec7dc8e5438e0" +checksum = "05c61b6b706a3eaad63b506ab50a1d2319f817ae01cf753adcc3f055f9f0fcd6" dependencies = [ "proc-macro2", "quote", "scale-info", "syn 2.0.112", - "thiserror 1.0.69", + "thiserror 2.0.17", ] [[package]] name = "scale-value" -version = "0.17.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5e0ef2a0ee1e02a69ada37feb87ea1616ce9808aca072befe2d3131bf28576e" +checksum = "884aab179aba344c67ddcd1d7dd8e3f8fee202f2e570d97ec34ec8688442a5b3" dependencies = [ "base58", "blake2 0.10.6", - "derive_more 1.0.0", "either", "parity-scale-codec", "scale-bits", - "scale-decode 0.14.0", + "scale-decode", "scale-encode", - "scale-info", "scale-type-resolver", "serde", + "thiserror 2.0.17", "yap", ] @@ -17144,6 +17535,7 @@ dependencies = [ "curve25519-dalek-ng", "merlin", "rand_core 0.6.4", + "serde_bytes", "sha2 0.9.9", "subtle-ng", "zeroize", @@ -17182,7 +17574,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scraper" -version = "1.5.0" +version = "1.5.1" dependencies = [ "clap", "fp-rpc", @@ -17491,6 +17883,34 @@ dependencies = [ "serde_core", ] +[[package]] +name = "serde_with" +version = "3.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c522100790450cf78eeac1507263d0a350d4d5b30df0c8e1fe051a10c22b376e" +dependencies = [ + "base64 0.22.1", + "chrono", + "hex", + "serde", + "serde_derive", + "serde_json", + "serde_with_macros", + "time", +] + +[[package]] +name = "serde_with_macros" +version = "3.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "327ada00f7d64abaac1e55a6911e90cf665aa051b9a561c7006c157f4633135e" +dependencies = [ + "darling 0.21.3", + "proc-macro2", + "quote", + "syn 2.0.112", +] + [[package]] name = "serdect" version = "0.2.0" @@ -17692,8 +18112,8 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "17.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "18.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "enumn", "parity-scale-codec", @@ -17955,11 +18375,10 @@ dependencies = [ [[package]] name = "snowbridge-core" -version = "0.13.2" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.14.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bp-relayers", - "ethabi-decode", "frame-support", "frame-system", "hex-literal", @@ -18041,8 +18460,8 @@ dependencies = [ [[package]] name = "sp-api" -version = "36.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "hash-db", @@ -18063,8 +18482,8 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "22.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "23.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "Inflector", "blake2 0.10.6", @@ -18077,8 +18496,8 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "40.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "scale-info", @@ -18089,8 +18508,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "26.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "27.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "integer-sqrt", @@ -18103,8 +18522,8 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "36.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "scale-info", @@ -18115,8 +18534,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "36.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "sp-api", "sp-inherents", @@ -18125,8 +18544,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "futures", "parity-scale-codec", @@ -18146,8 +18565,8 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.42.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.43.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "futures", @@ -18160,8 +18579,8 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.42.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.43.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "parity-scale-codec", @@ -18176,8 +18595,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.42.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.43.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "parity-scale-codec", @@ -18194,8 +18613,8 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "24.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "25.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "scale-info", @@ -18214,8 +18633,8 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "23.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "finality-grandpa", "log", @@ -18231,8 +18650,8 @@ dependencies = [ [[package]] name = "sp-consensus-pow" -version = "0.42.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.43.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "sp-api", @@ -18242,8 +18661,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.42.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.43.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "scale-info", @@ -18253,16 +18672,16 @@ dependencies = [ [[package]] name = "sp-core" -version = "36.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "ark-vrf", - "array-bytes", + "array-bytes 6.2.2", "bitflags 1.3.2", "blake2 0.10.6", - "bounded-collections", + "bounded-collections 0.2.4", "bs58", - "dyn-clonable", + "dyn-clone", "ed25519-zebra", "futures", "hash-db", @@ -18284,6 +18703,7 @@ dependencies = [ "secp256k1 0.28.2", "secrecy 0.8.0", "serde", + "sha2 0.10.8", "sp-crypto-hashing", "sp-debug-derive", "sp-externalities", @@ -18301,15 +18721,15 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "16.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "sp-crypto-hashing", ] [[package]] name = "sp-crypto-ec-utils" -version = "0.15.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.16.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -18322,14 +18742,14 @@ dependencies = [ "ark-ed-on-bls12-377-ext", "ark-ed-on-bls12-381-bandersnatch 0.4.0", "ark-ed-on-bls12-381-bandersnatch-ext", - "ark-scale", + "ark-scale 0.0.12", "sp-runtime-interface", ] [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "blake2b_simd", "byteorder", @@ -18342,7 +18762,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "quote", "sp-crypto-hashing", @@ -18352,7 +18772,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -18361,7 +18781,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "proc-macro2", "quote", @@ -18371,7 +18791,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.30.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "environmental", "parity-scale-codec", @@ -18380,8 +18800,8 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.17.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.18.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "scale-info", @@ -18392,8 +18812,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "36.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -18405,8 +18825,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "40.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "41.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bytes", "docify", @@ -18414,7 +18834,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.18.0", + "polkavm-derive 0.24.0", "rustversion", "secp256k1 0.28.2", "sp-core", @@ -18431,8 +18851,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "41.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "42.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "sp-core", "sp-runtime", @@ -18441,8 +18861,8 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.42.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.43.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -18453,7 +18873,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -18461,18 +18881,18 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.10.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.11.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "frame-metadata 20.0.0", + "frame-metadata 23.0.1", "parity-scale-codec", "scale-info", ] [[package]] name = "sp-mixnet" -version = "0.14.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.15.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "scale-info", @@ -18482,8 +18902,8 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "36.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "log", "parity-scale-codec", @@ -18499,8 +18919,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "36.2.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "scale-info", @@ -18512,8 +18932,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "36.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "sp-api", "sp-core", @@ -18523,7 +18943,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.2" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "backtrace", "regex", @@ -18531,8 +18951,8 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "34.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "35.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -18541,8 +18961,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "41.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "42.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "binary-merkle-tree", "docify", @@ -18570,13 +18990,13 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "29.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "30.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.18.0", + "polkavm-derive 0.24.0", "primitive-types 0.13.1", "sp-externalities", "sp-runtime-interface-proc-macro", @@ -18589,8 +19009,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "18.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "19.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "Inflector", "expander", @@ -18602,8 +19022,8 @@ dependencies = [ [[package]] name = "sp-session" -version = "38.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "39.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "scale-info", @@ -18616,8 +19036,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "38.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "39.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -18629,8 +19049,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.45.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.46.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "hash-db", "log", @@ -18649,8 +19069,8 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "20.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "21.2.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -18674,12 +19094,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" [[package]] name = "sp-storage" version = "22.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "impl-serde", "parity-scale-codec", @@ -18690,8 +19110,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "36.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "parity-scale-codec", @@ -18703,7 +19123,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "tracing", @@ -18713,8 +19133,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "36.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "sp-api", "sp-runtime", @@ -18722,8 +19142,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "36.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "37.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "parity-scale-codec", @@ -18736,11 +19156,13 @@ dependencies = [ [[package]] name = "sp-trie" -version = "39.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "ahash", + "foldhash 0.1.5", "hash-db", + "hashbrown 0.15.5", "memory-db", "nohash-hasher", "parity-scale-codec", @@ -18750,6 +19172,7 @@ dependencies = [ "schnellru", "sp-core", "sp-externalities", + "substrate-prometheus-endpoint", "thiserror 1.0.69", "tracing", "trie-db", @@ -18758,8 +19181,8 @@ dependencies = [ [[package]] name = "sp-version" -version = "39.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "40.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "impl-serde", "parity-scale-codec", @@ -18776,7 +19199,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "15.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -18787,8 +19210,8 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "21.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "22.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -18799,10 +19222,10 @@ dependencies = [ [[package]] name = "sp-weights" -version = "31.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "32.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "bounded-collections", + "bounded-collections 0.2.4", "parity-scale-codec", "scale-info", "serde", @@ -18876,8 +19299,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-chain-spec-builder" -version = "11.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "12.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "clap", "docify", @@ -18889,8 +19312,8 @@ dependencies = [ [[package]] name = "staging-node-inspect" -version = "0.28.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.29.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "clap", "parity-scale-codec", @@ -18907,8 +19330,8 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.20.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.21.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -18920,11 +19343,11 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "16.2.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "17.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", - "bounded-collections", + "array-bytes 6.2.2", + "bounded-collections 0.2.4", "derive-where", "environmental", "frame-support", @@ -18941,8 +19364,8 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "20.1.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "21.1.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "environmental", "frame-support", @@ -18965,8 +19388,8 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "19.1.4" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "20.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "environmental", "frame-benchmarking", @@ -19081,7 +19504,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -19106,12 +19529,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" [[package]] name = "substrate-frame-rpc-system" -version = "44.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "45.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -19130,8 +19553,8 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.17.3" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.17.6" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "http-body-util", "hyper 1.5.1", @@ -19144,8 +19567,8 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.49.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.50.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "async-trait", "jsonrpsee", @@ -19157,15 +19580,15 @@ dependencies = [ [[package]] name = "substrate-state-machine" -version = "2503.2.0" +version = "2506.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2ff40ca1a734dd79060eb4fe83eeed30d6b68bce111a8384f23895858363fa1" +checksum = "8907449b7f7a5e01ff089d81979a4ff979a8882952e749a36d6cc3ed6f207438" dependencies = [ "hash-db", "ismp", "pallet-ismp", "parity-scale-codec", - "polkadot-sdk 2503.2.0", + "polkadot-sdk", "primitive-types 0.13.1", "scale-info", "serde", @@ -19174,8 +19597,8 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "43.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "44.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -19191,20 +19614,20 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "26.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "27.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "build-helper", "cargo_metadata", "console", "filetime", - "frame-metadata 20.0.0", + "frame-metadata 23.0.1", "jobserver", "merkleized-metadata", "parity-scale-codec", "parity-wasm", - "polkavm-linker 0.18.0", + "polkavm-linker 0.24.0", "sc-executor", "shlex", "sp-core", @@ -19239,33 +19662,32 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] name = "subxt" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c17d7ec2359d33133b63c97e28c8b7cd3f0a5bc6ce567ae3aef9d9e85be3433" +checksum = "03459d84546def5e1d0d22b162754609f18e031522b0319b53306f5829de9c09" dependencies = [ "async-trait", "derive-where", "either", - "frame-metadata 17.0.0", + "frame-metadata 20.0.0", "futures", "hex", - "impl-serde", - "jsonrpsee", "parity-scale-codec", - "polkadot-sdk 0.7.0", "primitive-types 0.13.1", "scale-bits", - "scale-decode 0.14.0", + "scale-decode", "scale-encode", "scale-info", "scale-value", "serde", "serde_json", + "sp-crypto-hashing", "subxt-core", "subxt-lightclient", "subxt-macro", "subxt-metadata", - "thiserror 1.0.69", + "subxt-rpcs", + "thiserror 2.0.17", "tokio", "tokio-util", "tracing", @@ -19275,9 +19697,9 @@ dependencies = [ [[package]] name = "subxt-codegen" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6550ef451c77db6e3bc7c56fb6fe1dca9398a2c8fc774b127f6a396a769b9c5b" +checksum = "324c52c09919fec8c22a4b572a466878322e99fe14a9e3d50d6c3700a226ec25" dependencies = [ "heck 0.5.0", "parity-scale-codec", @@ -19287,50 +19709,51 @@ dependencies = [ "scale-typegen", "subxt-metadata", "syn 2.0.112", - "thiserror 1.0.69", + "thiserror 2.0.17", ] [[package]] name = "subxt-core" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7a1bc6c9c1724971636a66e3225a7253cdb35bb6efb81524a6c71c04f08c59" +checksum = "66ef00be9d64885ec94e478a58e4e39d222024b20013ae7df4fc6ece545391aa" dependencies = [ "base58", "blake2 0.10.6", "derive-where", "frame-decode", - "frame-metadata 17.0.0", + "frame-metadata 20.0.0", "hashbrown 0.14.5", "hex", "impl-serde", "keccak-hash", "parity-scale-codec", - "polkadot-sdk 0.7.0", "primitive-types 0.13.1", "scale-bits", - "scale-decode 0.14.0", + "scale-decode", "scale-encode", "scale-info", "scale-value", "serde", "serde_json", + "sp-crypto-hashing", "subxt-metadata", + "thiserror 2.0.17", "tracing", ] [[package]] name = "subxt-lightclient" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ebc9131da4d0ba1f7814495b8cc79698798ccd52cacd7bcefe451e415bd945" +checksum = "ce07c2515b2e63b85ec3043fe4461b287af0615d4832c2fe6e81ba780b906bc0" dependencies = [ "futures", "futures-util", "serde", "serde_json", "smoldot-light 0.16.2", - "thiserror 1.0.69", + "thiserror 2.0.17", "tokio", "tokio-stream", "tracing", @@ -19338,11 +19761,11 @@ dependencies = [ [[package]] name = "subxt-macro" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7819c5e09aae0319981ee853869f2fcd1fac4db8babd0d004c17161297aadc05" +checksum = "7c2c8da275a620dd676381d72395dfea91f0a6cd849665b4f1d0919371850701" dependencies = [ - "darling", + "darling 0.20.11", "parity-scale-codec", "proc-macro-error2", "quote", @@ -19354,23 +19777,47 @@ dependencies = [ [[package]] name = "subxt-metadata" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aacd4e7484fef58deaa2dcb32d94753a864b208a668c0dd0c28be1d8abeeadb2" +checksum = "fff4591673600c4388e21305788282414d26c791b4dee21b7cb0b19c10076f98" dependencies = [ "frame-decode", - "frame-metadata 17.0.0", + "frame-metadata 20.0.0", "hashbrown 0.14.5", "parity-scale-codec", - "polkadot-sdk 0.7.0", "scale-info", + "sp-crypto-hashing", + "thiserror 2.0.17", +] + +[[package]] +name = "subxt-rpcs" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ba7494d250d65dc3439365ac5e8e0fbb9c3992e6e84b7aa01d69e082249b8b8" +dependencies = [ + "derive-where", + "frame-metadata 20.0.0", + "futures", + "hex", + "impl-serde", + "jsonrpsee", + "parity-scale-codec", + "primitive-types 0.13.1", + "serde", + "serde_json", + "subxt-core", + "subxt-lightclient", + "thiserror 2.0.17", + "tracing", + "url", ] [[package]] name = "subxt-signer" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d680352d04665b1e4eb6f9d2a54b800c4d8e1b20478e69be1b7d975b08d9fc34" +checksum = "4a2370298a210ed1df26152db7209a85e0ed8cfbce035309c3b37f7b61755377" dependencies = [ "base64 0.22.1", "bip32", @@ -19382,7 +19829,6 @@ dependencies = [ "keccak-hash", "parity-scale-codec", "pbkdf2", - "polkadot-sdk 0.7.0", "regex", "schnorrkel 0.11.4", "scrypt", @@ -19391,19 +19837,21 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.8", + "sp-crypto-hashing", "subxt-core", + "thiserror 2.0.17", "zeroize", ] [[package]] name = "subxt-utils-fetchmetadata" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3c53bc3eeaacc143a2f29ace4082edd2edaccab37b69ad20befba9fb00fdb3d" +checksum = "fc868b55fe2303788dc7703457af390111940c3da4714b510983284501780ed5" dependencies = [ "hex", "parity-scale-codec", - "thiserror 1.0.69", + "thiserror 2.0.17", ] [[package]] @@ -19442,9 +19890,9 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "0.8.26" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab4e6eed052a117409a1a744c8bda9c3ea6934597cf7419f791cb7d590871c4c" +checksum = "f8658017776544996edc21c8c7cc8bb4f13db60955382f4bac25dc6303b38438" dependencies = [ "paste", "proc-macro2", @@ -19475,6 +19923,21 @@ dependencies = [ "syn 2.0.112", ] +[[package]] +name = "sysinfo" +version = "0.30.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3" +dependencies = [ + "cfg-if", + "core-foundation-sys", + "libc", + "ntapi", + "once_cell", + "rayon", + "windows 0.52.0", +] + [[package]] name = "system-configuration" version = "0.5.1" @@ -19581,7 +20044,7 @@ dependencies = [ [[package]] name = "test-utils" -version = "1.1.3" +version = "1.2.0" dependencies = [ "frame-system", "pretty_assertions", @@ -19589,8 +20052,8 @@ dependencies = [ [[package]] name = "testnet-parachains-constants" -version = "13.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "14.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -19785,9 +20248,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token-gateway-primitives" -version = "2503.2.0" +version = "2506.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d9613c02e46da5e603616c11a02c8d53f0b7068f021343b4b0b012cb5d4b3a5" +checksum = "f08e9f5798dc9b2d051ebd70ccc80f3f6c852966650e3383a5e597900984af44" dependencies = [ "alloy-primitives 0.7.7", "alloy-sol-macro 0.7.7", @@ -19797,7 +20260,7 @@ dependencies = [ "log", "pallet-ismp", "parity-scale-codec", - "polkadot-sdk 2503.2.0", + "polkadot-sdk", "primitive-types 0.13.1", "scale-info", ] @@ -20102,8 +20565,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "19.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "20.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "coarsetime", "polkadot-primitives", @@ -20114,7 +20577,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "expander", "proc-macro-crate 3.1.0", @@ -20417,6 +20880,23 @@ version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" +[[package]] +name = "verifiable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "225eaa083192400abfe78838e3089c539a361e0dd9b6884f61b5c6237676ec01" +dependencies = [ + "ark-scale 0.0.13", + "ark-serialize 0.5.0", + "ark-vrf", + "bounded-collections 0.1.9", + "derive-where", + "parity-scale-codec", + "scale-info", + "schnorrkel 0.10.2", + "spin 0.9.8", +] + [[package]] name = "version_check" version = "0.9.4" @@ -20431,9 +20911,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.3" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" +checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32" dependencies = [ "ark-bls12-377", "ark-bls12-381 0.4.0", @@ -20442,14 +20922,12 @@ dependencies = [ "ark-serialize 0.4.2", "ark-serialize-derive 0.4.2", "arrayref", - "constcat", "digest 0.10.7", "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.8", "sha3", - "thiserror 1.0.69", "zeroize", ] @@ -20465,6 +20943,7 @@ dependencies = [ "ark-serialize 0.5.0", "ark-std 0.5.0", "merlin", + "rayon", ] [[package]] @@ -20480,6 +20959,7 @@ dependencies = [ "ark-std 0.5.0", "getrandom_or_panic", "rand_core 0.6.4", + "rayon", "w3f-pcs", ] @@ -20495,6 +20975,7 @@ dependencies = [ "ark-serialize 0.5.0", "ark-std 0.5.0", "ark-transcript", + "rayon", "w3f-pcs", "w3f-plonk-common", ] @@ -21009,8 +21490,8 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" -version = "23.0.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "24.0.1" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "binary-merkle-tree", "bitvec", @@ -21037,12 +21518,10 @@ dependencies = [ "pallet-delegated-staking", "pallet-election-provider-multi-phase", "pallet-election-provider-support-benchmarking", - "pallet-elections-phragmen", "pallet-fast-unstake", "pallet-grandpa", "pallet-identity", "pallet-indices", - "pallet-membership", "pallet-message-queue", "pallet-meta-tx", "pallet-migrations", @@ -21053,7 +21532,7 @@ dependencies = [ "pallet-nomination-pools-runtime-api", "pallet-offences", "pallet-offences-benchmarking", - "pallet-parameters 0.11.0", + "pallet-parameters 0.12.0", "pallet-preimage", "pallet-proxy", "pallet-recovery", @@ -21062,10 +21541,10 @@ dependencies = [ "pallet-scheduler", "pallet-session", "pallet-session-benchmarking", - "pallet-society", - "pallet-staking 40.1.1", + "pallet-staking 41.0.0", + "pallet-staking-async-ah-client", + "pallet-staking-async-rc-client", "pallet-staking-runtime-api", - "pallet-state-trie-migration", "pallet-sudo", "pallet-timestamp", "pallet-transaction-payment", @@ -21118,8 +21597,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "20.0.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "21.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "polkadot-primitives", @@ -21189,6 +21668,16 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" +dependencies = [ + "windows-core 0.52.0", + "windows-targets 0.52.5", +] + [[package]] name = "windows" version = "0.61.3" @@ -21220,6 +21709,15 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.5", +] + [[package]] name = "windows-core" version = "0.61.2" @@ -21706,10 +22204,10 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.19.3" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.20.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ - "array-bytes", + "array-bytes 6.2.2", "cumulus-pallet-parachain-system", "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", @@ -21741,7 +22239,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "11.0.2" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "Inflector", "proc-macro2", @@ -21751,8 +22249,8 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" -version = "0.7.1" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "0.8.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "parity-scale-codec", @@ -21765,8 +22263,8 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "20.1.0" -source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2503-11-patch2#cf52c210c6c5ce2dfb8127572cab12053e6cb37c" +version = "21.0.0" +source = "git+https://github.com/galacticcouncil/polkadot-sdk?branch=polkadot-stable2506-7-patch#c04b9dac49b7003102cb70defde3ae064ea464bb" dependencies = [ "frame-support", "frame-system", @@ -21838,9 +22336,9 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" [[package]] name = "yap" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff4524214bc4629eba08d78ceb1d6507070cc0bcbbed23af74e19e6e924a24cf" +checksum = "bfe269e7b803a5e8e20cbd97860e136529cd83bf2c9c6d37b142467e7e1f051f" [[package]] name = "yasna" diff --git a/Cargo.toml b/Cargo.toml index 5c331630b4..77d6fcc2fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -175,726 +175,724 @@ pallet-evm-precompile-flash-loan = { path = "precompiles/flash-loan", default-fe precompile-utils = { path = "precompiles/utils", default-features = false } # Frame -frame-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -frame-executive = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -frame-remote-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -frame-support = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false, features = ["tuples-96"] } -frame-support-procedural = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false, features = ["tuples-96"] } -frame-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -frame-system-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -frame-try-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -frame-metadata-hash-extension = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-arithmetic = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-authority-discovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-block-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-genesis-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-blockchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-consensus-babe = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-consensus-beefy = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-inherents = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-io = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-npos-elections = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-runtime-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-runtime-interface-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-staking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-std = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-storage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-state-machine = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-trie = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-version = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-weights = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-crypto-hashing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-crypto-ec-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sp-wasm-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } - -sc-basic-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-chain-spec = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-client-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-client-db = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-consensus-grandpa = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-executor = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-network-sync = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-network-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-rpc-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-telemetry = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-transaction-pool-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -sc-sysinfo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } +frame-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +frame-executive = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +frame-remote-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +frame-support = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false, features = ["tuples-96"] } +frame-support-procedural = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false, features = ["tuples-96"] } +frame-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +frame-system-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +frame-try-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +frame-metadata-hash-extension = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-arithmetic = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-authority-discovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-block-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-genesis-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-blockchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-consensus-babe = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-consensus-beefy = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-inherents = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-io = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-npos-elections = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-runtime-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-runtime-interface-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-staking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-std = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-storage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-state-machine = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-trie = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-version = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-weights = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-crypto-hashing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-crypto-ec-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sp-wasm-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } + +sc-basic-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-chain-spec = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-client-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-client-db = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-consensus-grandpa = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-executor = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-network-sync = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-network-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-rpc-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-telemetry = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-transaction-pool-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +sc-sysinfo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } # Substrate Pallets -pallet-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-balances = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-bags-list = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-collective = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-conviction-voting = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-identity = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-migrations = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-multisig = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-preimage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-proxy = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-referenda = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-scheduler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-sudo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-tips = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-transaction-payment = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-treasury = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-uniques = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-im-online = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-message-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-state-trie-migration = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-whitelist = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } - -substrate-build-script-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -substrate-frame-rpc-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -substrate-prometheus-endpoint = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -substrate-rpc-client = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -substrate-wasm-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -substrate-state-trie-migration-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } +pallet-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-balances = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-bags-list = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-collective = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-conviction-voting = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-identity = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-migrations = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-multisig = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-preimage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-proxy = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-referenda = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-scheduler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-sudo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-tips = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-transaction-payment = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-treasury = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-uniques = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-im-online = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-message-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-state-trie-migration = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-whitelist = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } + +substrate-build-script-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +substrate-frame-rpc-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +substrate-prometheus-endpoint = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +substrate-rpc-client = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +substrate-wasm-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +substrate-state-trie-migration-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } #TODO: We use our custom ORML as it contains the fix of bug for reducible_balance check, for Preserve mode. Once the official ORML pushes a new version with the fix, we can use that again # ORML dependencies -orml-benchmarking = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503", default-features = false } -orml-currencies = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503", default-features = false } -orml-tokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503", default-features = false } -orml-traits = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503", default-features = false } -orml-utilities = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503", default-features = false } -orml-vesting = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503", default-features = false } +orml-benchmarking = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506", default-features = false } +orml-currencies = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506", default-features = false } +orml-tokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506", default-features = false } +orml-traits = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506", default-features = false } +orml-utilities = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506", default-features = false } +orml-vesting = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506", default-features = false } # orml XCM support -orml-unknown-tokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503", default-features = false } -orml-xcm = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503", default-features = false } -orml-xcm-support = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503", default-features = false } -orml-xtokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503", default-features = false } +orml-unknown-tokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506", default-features = false } +orml-xcm = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506", default-features = false } +orml-xcm-support = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506", default-features = false } +orml-xtokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506", default-features = false } # Cumulus dependencies -cumulus-client-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-client-collator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-client-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-client-consensus-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-client-consensus-proposer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-client-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-client-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-pallet-aura-ext = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-pallet-weight-reclaim = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-primitives-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-primitives-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-primitives-parachain-inherent = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-primitives-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-relay-chain-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-relay-chain-minimal-node = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -cumulus-test-relay-sproof-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-collator-selection = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -staging-parachain-info = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -xcm-emulator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -xcm-runtime-apis = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -parachains-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } +cumulus-client-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-client-collator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-client-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-client-consensus-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-client-consensus-proposer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-client-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-client-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-pallet-aura-ext = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-pallet-weight-reclaim = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-primitives-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-primitives-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-primitives-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-relay-chain-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-relay-chain-minimal-node = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +cumulus-test-relay-sproof-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-collator-selection = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +staging-parachain-info = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +xcm-emulator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +xcm-runtime-apis = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +parachains-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } # Frontier -fc-consensus = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -fc-db = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -fc-mapping-sync = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -fc-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false, features = ["rpc-binary-search-estimate"] } -fc-rpc-core = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } - -fp-consensus = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -fp-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -fp-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -fp-self-contained = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -fp-storage = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } - -pallet-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -pallet-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -pallet-evm-precompile-blake2 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2503", default-features = false } -evm = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2503", default-features = false } -evm-gasometer = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2503", default-features = false } -evm-runtime = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2503", default-features = false } +fc-consensus = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +fc-db = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +fc-mapping-sync = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +fc-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false, features = ["rpc-binary-search-estimate"] } +fc-rpc-core = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } + +fp-consensus = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +fp-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +fp-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +fp-self-contained = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +fp-storage = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } + +pallet-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +pallet-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +pallet-evm-precompile-blake2 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2506", default-features = false } +evm = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2506", default-features = false } +evm-gasometer = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2506", default-features = false } +evm-runtime = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2506", default-features = false } # EVM from acala module-evm-utility-macro = { path = "runtime/hydradx/src/evm/evm-utility/macro", default-features = false } - -ethereum = { git = "https://github.com/rust-ethereum/ethereum", rev = "cf3076f07e61102eec686f6816da668f97d94f1f", default-features = false, features = [ +ethereum = { version = "0.18.2", default-features = false, features = [ "with-scale", ] } ethereum-types = { version = "0.15.1", default-features = false } # Polkadot dependencies -pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -pallet-xcm-benchmarks = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -polkadot-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-core-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false, features = [ +pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +pallet-xcm-benchmarks = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +polkadot-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-core-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false, features = [ "wasm-api", ] } -polkadot-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -polkadot-runtime-parachains = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -polkadot-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -polkadot-xcm = { package = "staging-xcm", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -xcm = { package = "staging-xcm", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } - -polkadot-client = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-core-pvf = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-network-protocol = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-subsystem = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-subsystem-util = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-overseer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-runtime-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2", default-features = false } -polkadot-statement-table = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -rococo-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -westend-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } - -cumulus-client-pov-recovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-rpc-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +polkadot-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +polkadot-runtime-parachains = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +polkadot-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +polkadot-xcm = { package = "staging-xcm", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +xcm = { package = "staging-xcm", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } + +polkadot-client = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-core-pvf = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-network-protocol = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-subsystem = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-subsystem-util = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-overseer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-runtime-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch", default-features = false } +polkadot-statement-table = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +rococo-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +westend-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } + +cumulus-client-pov-recovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } # Hyperbridge -pallet-hyperbridge = { version = "2503.2.0", default-features = false } -pallet-token-gateway = { version = "2503.2.0", default-features = false } +pallet-hyperbridge = { version = "2506.1.1", default-features = false } +pallet-token-gateway = { version = "2506.1.0", default-features = false } -pallet-ismp = { version = "2503.2.0", default-features = false } -pallet-ismp-runtime-api = { version = "2503.2.0", default-features = false } +pallet-ismp = { version = "2506.1.0", default-features = false } +pallet-ismp-runtime-api = { version = "2506.1.0", default-features = false } -ismp = { version = "1.2.2", default-features = false } -ismp-parachain = { version = "2503.2.0", default-features = false } -ismp-parachain-runtime-api = { version = "2503.2.0", default-features = false } +ismp = { version = "2506.1.0", default-features = false } +ismp-parachain = { version = "2506.3.0", default-features = false } +ismp-parachain-runtime-api = { version = "2506.0.0", default-features = false } -pallet-ismp-rpc = { version = "2503.2.0" } -ismp-parachain-inherent = { version = "2503.2.0" } +pallet-ismp-rpc = { version = "2506.1.0" } +ismp-parachain-inherent = { version = "2506.1.0" } [patch."https://github.com/moonbeam-foundation/open-runtime-module-library"] # ORML dependencies -orml-benchmarking = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503" } -orml-tokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503" } -orml-traits = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503" } -orml-utilities = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503" } -orml-vesting = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503" } -orml-unknown-tokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503" } -orml-xcm = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503" } -orml-xcm-support = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503" } -orml-xtokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503" } +orml-benchmarking = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506" } +orml-tokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506" } +orml-traits = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506" } +orml-utilities = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506" } +orml-vesting = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506" } +orml-unknown-tokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506" } +orml-xcm = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506" } +orml-xcm-support = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506" } +orml-xtokens = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506" } [patch."https://github.com/moonbeam-foundation/polkadot-sdk"] -frame-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-benchmarking-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-executive = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-remote-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-support = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-support-procedural = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-system-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-system-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-try-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-metadata-hash-extension = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-arithmetic = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-authority-discovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-block-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-genesis-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-blockchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-consensus-babe = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-inherents = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-io = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-npos-elections = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-runtime-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-runtime-interface-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-wasm-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-panic-handler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-database = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-staking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-std = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-storage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-trie = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-version = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-basic-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-chain-spec = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-client-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-client-db = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-consensus-grandpa = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-executor = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-network-sync = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-network-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-rpc-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-telemetry = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-transaction-pool-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-sysinfo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-state-machine = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-weights = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-crypto-hashing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +frame-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-benchmarking-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-executive = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-remote-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-support = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-support-procedural = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-system-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-system-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-try-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-metadata-hash-extension = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-arithmetic = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-authority-discovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-block-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-genesis-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-blockchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-consensus-babe = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-inherents = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-io = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-npos-elections = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-runtime-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-runtime-interface-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-wasm-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-panic-handler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-database = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-staking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-std = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-storage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-trie = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-version = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-basic-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-chain-spec = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-client-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-client-db = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-consensus-grandpa = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-executor = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-network-sync = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-network-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-rpc-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-telemetry = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-transaction-pool-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-sysinfo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-state-machine = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-weights = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-crypto-hashing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } # Substrate Pallets -pallet-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-balances = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-collective = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-elections-phragmen = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-identity = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-multisig = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-preimage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-proxy = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-scheduler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-sudo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-tips = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-transaction-payment = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-transaction-payment-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-treasury = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-uniques = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-im-online = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-message-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-state-trie-migration = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } - -substrate-build-script-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-frame-rpc-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-prometheus-endpoint = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-rpc-client = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-wasm-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-state-trie-migration-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +pallet-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-balances = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-collective = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-elections-phragmen = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-identity = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-multisig = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-preimage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-proxy = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-scheduler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-sudo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-tips = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-transaction-payment = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-transaction-payment-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-treasury = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-uniques = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-im-online = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-message-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-state-trie-migration = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } + +substrate-build-script-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-frame-rpc-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-prometheus-endpoint = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-rpc-client = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-wasm-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-state-trie-migration-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } # Cumulus dependencies -cumulus-client-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-collator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-consensus-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-consensus-proposer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-aura-ext = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-parachain-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-minimal-node = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-collator-selection = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -staging-parachain-info = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-emulator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -parachains-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-runtime-apis = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +cumulus-client-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-collator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-consensus-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-consensus-proposer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-aura-ext = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-parachain-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-minimal-node = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-collator-selection = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +staging-parachain-info = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-emulator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +parachains-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-runtime-apis = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } # Polkadot dependencies -pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-xcm-benchmarks = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-core-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-runtime-parachains = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm = { package = "staging-xcm", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } - -polkadot-node-core-pvf = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-network-protocol = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-subsystem = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-subsystem-util = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-overseer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-runtime-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-statement-table = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -rococo-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -westend-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } - -cumulus-client-pov-recovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-rpc-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-xcm-benchmarks = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-core-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-runtime-parachains = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm = { package = "staging-xcm", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } + +polkadot-node-core-pvf = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-network-protocol = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-subsystem = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-subsystem-util = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-overseer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-runtime-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-statement-table = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +rococo-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +westend-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } + +cumulus-client-pov-recovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } [patch."https://github.com/paritytech/polkadot-sdk"] -polkadot-sdk = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-benchmarking-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-executive = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-remote-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-support = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-support-procedural = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-system-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-system-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-try-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-metadata-hash-extension = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-arithmetic = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-authority-discovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-block-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-genesis-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-blockchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-consensus-babe = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-inherents = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-io = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-npos-elections = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-runtime-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-runtime-interface-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-wasm-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-panic-handler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-database = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-staking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-std = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-storage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-trie = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-version = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-basic-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-chain-spec = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-client-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-client-db = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-consensus-grandpa = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-executor = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-network-sync = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-network-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-rpc-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-telemetry = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-transaction-pool-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-sysinfo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-state-machine = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-weights = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-crypto-hashing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +polkadot-sdk = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-benchmarking-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-executive = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-remote-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-support = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-support-procedural = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-system-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-system-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-try-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-metadata-hash-extension = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-arithmetic = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-authority-discovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-block-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-genesis-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-blockchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-consensus-babe = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-inherents = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-io = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-npos-elections = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-runtime-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-runtime-interface-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-wasm-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-panic-handler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-database = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-staking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-std = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-storage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-trie = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-version = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-basic-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-chain-spec = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-client-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-client-db = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-consensus-grandpa = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-executor = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-network-sync = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-network-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-rpc-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-telemetry = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-transaction-pool-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-sysinfo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-state-machine = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-weights = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-crypto-hashing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } # Substrate Pallets -pallet-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-balances = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-collective = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-elections-phragmen = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-identity = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-multisig = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-preimage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-proxy = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-scheduler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-sudo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-tips = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-transaction-payment = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-transaction-payment-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-treasury = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-uniques = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-im-online = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-message-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-state-trie-migration = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } - -substrate-build-script-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-frame-rpc-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-prometheus-endpoint = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-rpc-client = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-wasm-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-state-trie-migration-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +pallet-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-balances = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-collective = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-elections-phragmen = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-identity = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-multisig = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-preimage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-proxy = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-scheduler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-sudo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-tips = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-transaction-payment = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-transaction-payment-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-treasury = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-uniques = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-im-online = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-message-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-state-trie-migration = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } + +substrate-build-script-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-frame-rpc-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-prometheus-endpoint = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-rpc-client = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-wasm-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-state-trie-migration-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } # Cumulus dependencies -cumulus-client-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-collator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-consensus-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-consensus-proposer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-aura-ext = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-parachain-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-minimal-node = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-collator-selection = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -staging-parachain-info = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-emulator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -parachains-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-runtime-apis = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +cumulus-client-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-collator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-consensus-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-consensus-proposer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-aura-ext = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-parachain-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-minimal-node = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-collator-selection = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +staging-parachain-info = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-emulator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +parachains-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-runtime-apis = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } # Polkadot dependencies -pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-xcm-benchmarks = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-core-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-runtime-parachains = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm = { package = "staging-xcm", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } - -polkadot-node-core-pvf = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-network-protocol = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-subsystem = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-subsystem-util = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-overseer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-runtime-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-statement-table = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -rococo-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -westend-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } - -cumulus-client-pov-recovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-rpc-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-xcm-benchmarks = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-core-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-runtime-parachains = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm = { package = "staging-xcm", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } + +polkadot-node-core-pvf = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-network-protocol = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-subsystem = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-subsystem-util = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-overseer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-runtime-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-statement-table = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +rococo-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +westend-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } + +cumulus-client-pov-recovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } [patch.crates-io] -polkadot-sdk = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-consensus-epochs = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-benchmarking-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-executive = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-remote-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-support = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-support-procedural = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-system-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-system-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-try-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -frame-metadata-hash-extension = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-arithmetic = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-authority-discovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-block-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-genesis-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-blockchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-consensus-babe = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-inherents = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-io = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-npos-elections = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-runtime-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-runtime-interface-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-wasm-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-panic-handler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-database = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-staking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-std = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-storage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-trie = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-version = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-basic-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-chain-spec = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-client-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-client-db = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-consensus-grandpa = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-executor = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-network-sync = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-network-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-rpc-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-telemetry = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-transaction-pool-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-sysinfo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sc-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-state-machine = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-weights = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -sp-crypto-hashing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +polkadot-sdk = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-consensus-epochs = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-benchmarking-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-executive = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-remote-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-support = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-support-procedural = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-system-benchmarking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-system-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-try-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +frame-metadata-hash-extension = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-arithmetic = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-authority-discovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-block-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-genesis-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-blockchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-consensus-babe = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-externalities = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-inherents = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-io = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-npos-elections = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-offchain = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-runtime-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-runtime-interface-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-wasm-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-panic-handler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-database = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-staking = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-std = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-storage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-trie = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-version = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-basic-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-chain-spec = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-client-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-client-db = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-consensus = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-consensus-grandpa = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-executor = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-keystore = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-network-sync = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-network-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-rpc-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-telemetry = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-tracing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-transaction-pool = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-transaction-pool-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-sysinfo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sc-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-state-machine = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-weights = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +sp-crypto-hashing = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } # Substrate Pallets -pallet-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-balances = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-collective = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-elections-phragmen = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-identity = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-multisig = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-preimage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-proxy = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-scheduler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-sudo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-tips = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-transaction-payment = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-transaction-payment-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-treasury = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-uniques = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-im-online = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-message-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-state-trie-migration = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } - -substrate-build-script-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-frame-rpc-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-prometheus-endpoint = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-rpc-client = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-wasm-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -substrate-state-trie-migration-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +pallet-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-authorship = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-balances = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-collective = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-elections-phragmen = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-identity = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-multisig = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-preimage = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-proxy = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-scheduler = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-session = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-sudo = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-tips = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-transaction-payment = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-transaction-payment-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-treasury = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-uniques = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-im-online = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-message-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-state-trie-migration = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } + +substrate-build-script-utils = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-frame-rpc-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-prometheus-endpoint = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-rpc-client = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-wasm-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +substrate-state-trie-migration-rpc = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } # Cumulus dependencies -cumulus-client-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-collator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-consensus-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-consensus-proposer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-client-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-aura-ext = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-parachain-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-minimal-node = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-collator-selection = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -staging-parachain-info = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-emulator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -parachains-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-runtime-apis = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +cumulus-client-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-collator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-consensus-aura = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-consensus-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-consensus-proposer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-network = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-client-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-aura-ext = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-parachain-system = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-core = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-timestamp = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-utility = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-minimal-node = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-collator-selection = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +staging-parachain-info = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-emulator = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +parachains-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-runtime-apis = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } # Polkadot dependencies -pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -pallet-xcm-benchmarks = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-core-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-runtime-parachains = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm = { package = "staging-xcm", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } - -polkadot-node-core-pvf = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-network-protocol = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-subsystem = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-node-subsystem-util = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-overseer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-runtime-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -polkadot-statement-table = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -rococo-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -westend-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } - -cumulus-client-pov-recovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } -cumulus-relay-chain-rpc-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2503-11-patch2" } +pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +pallet-xcm-benchmarks = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-cli = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-core-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-runtime-parachains = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-service = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm = { package = "staging-xcm", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } + +polkadot-node-core-pvf = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-network-protocol = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-primitives = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-subsystem = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-node-subsystem-util = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-overseer = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-runtime-common = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +polkadot-statement-table = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +rococo-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +westend-runtime = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } + +cumulus-client-pov-recovery = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/galacticcouncil/polkadot-sdk", branch = "polkadot-stable2506-7-patch" } [patch."https://github.com/bifrost-io/open-runtime-module-library"] -orml-xcm-support = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503" } -orml-traits = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2503" } - +orml-xcm-support = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506" } +orml-traits = { git = "https://github.com/galacticcouncil/open-runtime-module-library", branch = "polkadot-stable2506" } diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 18fc4a6208..78d6ec08cb 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime-integration-tests" -version = "1.71.0" +version = "1.72.0" description = "Integration tests" authors = ["GalacticCouncil"] edition = "2021" diff --git a/integration-tests/src/cross_chain_transfer.rs b/integration-tests/src/cross_chain_transfer.rs index 881a138d0d..68feeec5e1 100644 --- a/integration-tests/src/cross_chain_transfer.rs +++ b/integration-tests/src/cross_chain_transfer.rs @@ -941,7 +941,7 @@ fn xcm_for_deposit_reserve_asset_to_hydra( }, ]); // use local weight for remote message and hope for the best. - let remote_weight = Weigher::weight(&mut remote_message).expect("weighing should not fail"); + let remote_weight = Weigher::weight(&mut remote_message, Weight::MAX).expect("weighing should not fail"); Limited(remote_weight) }; @@ -1178,7 +1178,7 @@ fn xcm_transfer_reserve_asset_and_deposit_asset_to_hydra 0, "treasury should have received fees"); diff --git a/integration-tests/src/global_withdraw_limit.rs b/integration-tests/src/global_withdraw_limit.rs index d4e2c914fc..add4b250a6 100644 --- a/integration-tests/src/global_withdraw_limit.rs +++ b/integration-tests/src/global_withdraw_limit.rs @@ -124,7 +124,13 @@ fn polkadot_xcm_execute_should_fail_when_lockdown_active_and_asset_is_egress() { let res = call.dispatch(hydradx_runtime::RuntimeOrigin::signed(ALICE.into())); assert_eq!( res.map_err(|e| e.error), - Err(pallet_xcm::Error::::LocalExecutionIncomplete.into()) + Err( + pallet_xcm::Error::::LocalExecutionIncompleteWithError { + index: 0, + error: pallet_xcm::ExecutionError::FailedToTransactAsset, + } + .into() + ) ); // Assert invariants @@ -430,7 +436,10 @@ fn xcm_transfer_assets_blocked_during_lockdown() { // Act & Assert assert_noop!( call.dispatch(hydradx_runtime::RuntimeOrigin::signed(ALICE.into())), - pallet_xcm::Error::::LocalExecutionIncomplete + pallet_xcm::Error::::LocalExecutionIncompleteWithError { + index: 0, + error: pallet_xcm::ExecutionError::FailedToTransactAsset, + } ); }); } @@ -458,7 +467,10 @@ fn lockdown_expiry_allows_egress() { assert_noop!( call.clone() .dispatch(hydradx_runtime::RuntimeOrigin::signed(ALICE.into())), - pallet_xcm::Error::::LocalExecutionIncomplete + pallet_xcm::Error::::LocalExecutionIncompleteWithError { + index: 0, + error: pallet_xcm::ExecutionError::FailedToTransactAsset, + } ); // Advance time past lockdown diff --git a/integration-tests/src/polkadot_test_net.rs b/integration-tests/src/polkadot_test_net.rs index f24e912ff3..5bfcb44b73 100644 --- a/integration-tests/src/polkadot_test_net.rs +++ b/integration-tests/src/polkadot_test_net.rs @@ -823,6 +823,8 @@ pub fn go_to_block(number: BlockNumber) { relay_chain_state: proof, downward_messages: Default::default(), horizontal_messages: Default::default(), + collator_peer_id: None, + relay_parent_descendants: Default::default(), } )); diff --git a/math/Cargo.toml b/math/Cargo.toml index e370fc9616..e78d6b60ee 100644 --- a/math/Cargo.toml +++ b/math/Cargo.toml @@ -6,7 +6,7 @@ license = 'Apache-2.0' name = "hydra-dx-math" description = "A collection of utilities to make performing liquidity pool calculations more convenient." repository = 'https://github.com/galacticcouncil/hydradx-math' -version = "13.0.0" +version = "13.1.0" [dependencies] primitive-types = { workspace = true } diff --git a/math/src/omnipool/tests.rs b/math/src/omnipool/tests.rs index 328563e4eb..07e8957408 100644 --- a/math/src/omnipool/tests.rs +++ b/math/src/omnipool/tests.rs @@ -1438,10 +1438,7 @@ fn sell_with_slip_invariant_holds() { assert_eq!( delta_hub_in - total_protocol_fee, d_net, - "Invariant: delta_hub_in({}) - protocol_fee({}) should equal D_net({})", - delta_hub_in, - total_protocol_fee, - d_net + "Invariant: delta_hub_in({delta_hub_in}) - protocol_fee({total_protocol_fee}) should equal D_net({d_net})", ); } @@ -1627,19 +1624,11 @@ fn buy_sell_roundtrip_with_slip() { // Round-trip: cost should be approximately equal to original sell_amount // With zero fees, the only difference is rounding (a few units at most) - let diff = if cost_to_buy > sell_amount { - cost_to_buy - sell_amount - } else { - sell_amount - cost_to_buy - }; + let diff = cost_to_buy.abs_diff(sell_amount); // Allow tolerance for multi-step Permill rounding (quadratic inversion + forward check) assert!( diff <= UNIT / 10, - "Round-trip should be approximately equal: sold {} got {} cost_to_buy_back {} diff {}", - sell_amount, - tokens_received, - cost_to_buy, - diff + "Round-trip should be approximately equal: sold {sell_amount} got {tokens_received} cost_to_buy_back {cost_to_buy} diff {diff}", ); } @@ -1696,11 +1685,7 @@ fn buy_inversion_linear_only() { // Forward sell should give approximately the desired output. // Integer truncation across 5+ steps (quadratic, slip fees, AMM) can compound, // so the forward result may be off by a few units in either direction. - let diff = if *forward.asset_out.delta_reserve >= amount_to_buy { - *forward.asset_out.delta_reserve - amount_to_buy - } else { - amount_to_buy - *forward.asset_out.delta_reserve - }; + let diff = (*forward.asset_out.delta_reserve).abs_diff(amount_to_buy); assert!( diff <= UNIT / 1000, "Forward check: sell {} should give ≈ {} got {} diff {}", @@ -1763,11 +1748,7 @@ fn buy_inversion_quadratic() { .unwrap(); // Forward sell should give approximately the desired output. - let diff = if *forward.asset_out.delta_reserve >= amount_to_buy { - *forward.asset_out.delta_reserve - amount_to_buy - } else { - amount_to_buy - *forward.asset_out.delta_reserve - }; + let diff = (*forward.asset_out.delta_reserve).abs_diff(amount_to_buy); assert!( diff <= UNIT / 1000, "Forward check: sell {} should give ≈ {} got {} diff {}", @@ -1872,19 +1853,11 @@ fn sell_hub_buy_hub_roundtrip_with_slip() { let total_hub_cost = *buy_result.asset.delta_hub_reserve; // Round-trip: cost should be approximately equal to original hub_amount - let diff = if total_hub_cost > hub_amount { - total_hub_cost - hub_amount - } else { - hub_amount - total_hub_cost - }; + let diff = total_hub_cost.abs_diff(hub_amount); assert!( diff <= UNIT / 1000, - "Hub round-trip should be approximately equal: sold {} got tokens {} cost_back {} diff {}", - hub_amount, - tokens_received, - total_hub_cost, - diff + "Hub round-trip should be approximately equal: sold {hub_amount} got tokens {tokens_received} cost_back {total_hub_cost} diff {diff}", ); } @@ -1899,19 +1872,10 @@ fn assert_within_one(rust_val: u128, python_val: u128, label: &str) { /// Helper to assert within specified tolerance fn assert_within_tolerance(rust_val: u128, python_val: u128, tolerance: u128, label: &str) { - let diff = if rust_val >= python_val { - rust_val - python_val - } else { - python_val - rust_val - }; + let diff = rust_val.abs_diff(python_val); assert!( diff <= tolerance, - "Cross-validation mismatch for {}: rust={} python={} diff={} (tolerance=±{})", - label, - rust_val, - python_val, - diff, - tolerance + "Cross-validation mismatch for {label}: rust={rust_val} python={python_val} diff={diff} (tolerance=±{tolerance})", ); } @@ -2057,11 +2021,7 @@ fn cross_validate_scenario3_buy_dot_with_hdx() { // Buy inversion has multi-step rounding → allow wider tolerance (UNIT/1000 = 10^9) let tolerance: u128 = UNIT / 1000; - let diff_sell = if *result.asset_in.delta_reserve >= py_sell_quantity { - *result.asset_in.delta_reserve - py_sell_quantity - } else { - py_sell_quantity - *result.asset_in.delta_reserve - }; + let diff_sell = (*result.asset_in.delta_reserve).abs_diff(py_sell_quantity); assert!( diff_sell <= tolerance, "sell_quantity: rust={} python={} diff={}", @@ -2070,11 +2030,7 @@ fn cross_validate_scenario3_buy_dot_with_hdx() { diff_sell ); - let diff_hub = if *result.asset_in.delta_hub_reserve >= py_delta_hub_in { - *result.asset_in.delta_hub_reserve - py_delta_hub_in - } else { - py_delta_hub_in - *result.asset_in.delta_hub_reserve - }; + let diff_hub = (*result.asset_in.delta_hub_reserve).abs_diff(py_delta_hub_in); assert!( diff_hub <= tolerance, "delta_hub_in: rust={} python={} diff={}", @@ -2083,11 +2039,7 @@ fn cross_validate_scenario3_buy_dot_with_hdx() { diff_hub ); - let diff_dnet = if *result.asset_out.delta_hub_reserve >= py_d_net { - *result.asset_out.delta_hub_reserve - py_d_net - } else { - py_d_net - *result.asset_out.delta_hub_reserve - }; + let diff_dnet = (*result.asset_out.delta_hub_reserve).abs_diff(py_d_net); assert!( diff_dnet <= tolerance, "D_net: rust={} python={} diff={}", @@ -2109,11 +2061,7 @@ fn cross_validate_scenario3_buy_dot_with_hdx() { .unwrap(); // Forward check: allow small rounding tolerance (multi-step integer truncation) - let fwd_diff = if *forward.asset_out.delta_reserve >= 1000 * UNIT { - *forward.asset_out.delta_reserve - 1000 * UNIT - } else { - 1000 * UNIT - *forward.asset_out.delta_reserve - }; + let fwd_diff = (*forward.asset_out.delta_reserve).abs_diff(1000 * UNIT); assert!( fwd_diff <= UNIT / 1000, "Forward check: sell {} should give ≈ 1000 DOT, got {} diff {}", @@ -2344,9 +2292,7 @@ fn cross_validate_scenario6_buy_hub_with_prior_delta() { let cost_fresh = *r2_fresh.asset.delta_hub_reserve; assert!( cost_with_delta > cost_fresh, - "Prior positive delta should increase hub buy cost: {} > {}", - cost_with_delta, - cost_fresh + "Prior positive delta should increase hub buy cost: {cost_with_delta} > {cost_fresh}", ); } @@ -2485,11 +2431,7 @@ fn cross_validate_scenario8_buy_after_prior_sell() { ) .unwrap(); - let fwd_diff = if *forward.asset_out.delta_reserve >= 500 * UNIT { - *forward.asset_out.delta_reserve - 500 * UNIT - } else { - 500 * UNIT - *forward.asset_out.delta_reserve - }; + let fwd_diff = (*forward.asset_out.delta_reserve).abs_diff(500 * UNIT); assert!( fwd_diff <= UNIT / 1000, "Forward check: sell {} should give ≈500 DOT, got {} diff {}", @@ -2607,11 +2549,7 @@ fn cross_validate_scenario9_buy_opposing_flow() { ) .unwrap(); - let fwd_diff = if *forward.asset_out.delta_reserve >= 5_000 * UNIT { - *forward.asset_out.delta_reserve - 5_000 * UNIT - } else { - 5_000 * UNIT - *forward.asset_out.delta_reserve - }; + let fwd_diff = (*forward.asset_out.delta_reserve).abs_diff(5_000 * UNIT); assert!( fwd_diff <= UNIT / 1000, "Forward check: sell {} DOT should give ≈5000 HDX, got {} diff {}", @@ -3016,7 +2954,7 @@ fn multi_trade_sequence_order_a() { // Protocol fees are burned (removed from system) so hub_reserve = Q0 + delta is only // approximate — the delta reflects D_net (what actually entered the pool), not the full // delta_hub_reserve_in. The relationship is exact per construction. - assert_eq!(hub, expected, "{} hub_reserve vs Q0+delta mismatch", name); + assert_eq!(hub, expected, "{name} hub_reserve vs Q0+delta mismatch"); }; check_hub_delta("HDX", result.hdx_hub, 10_000_000 * UNIT, result.hdx_delta); check_hub_delta("DOT", result.dot_hub, 5_000_000 * UNIT, result.dot_delta); @@ -3037,7 +2975,7 @@ fn multi_trade_sequence_order_b() { // Hub-delta invariants let check_hub_delta = |name: &str, hub: Balance, q0: Balance, delta: SignedBalance| { let expected = delta.add_to_unsigned(q0).expect("delta + q0 should not underflow"); - assert_eq!(hub, expected, "{} hub_reserve vs Q0+delta mismatch", name); + assert_eq!(hub, expected, "{name} hub_reserve vs Q0+delta mismatch"); }; check_hub_delta("HDX", result.hdx_hub, 10_000_000 * UNIT, result.hdx_delta); check_hub_delta("DOT", result.dot_hub, 5_000_000 * UNIT, result.dot_delta); diff --git a/node/Cargo.toml b/node/Cargo.toml index 15bd892c0e..9f38ac18f5 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydradx" -version = "14.9.0" +version = "14.10.0" description = "Hydration node" authors = ["GalacticCouncil"] edition = "2021" diff --git a/node/src/command.rs b/node/src/command.rs index 1fa6950cce..f69bf4644b 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -118,7 +118,7 @@ impl SubstrateCli for RelayChainCli { } } -#[allow(clippy::borrowed_box)] +#[allow(clippy::borrowed_box, clippy::result_large_err)] fn extract_genesis_wasm(chain_spec: &Box) -> Result> { let mut storage = chain_spec.build_storage()?; @@ -129,6 +129,7 @@ fn extract_genesis_wasm(chain_spec: &Box) -> Result sc_cli::Result<()> { let cli = Cli::from_args(); @@ -214,7 +215,7 @@ pub fn run() -> sc_cli::Result<()> { let db = partials.backend.expose_db(); let storage = partials.backend.expose_storage(); - cmd.run(config, partials.client, db, storage) + cmd.run(config, partials.client, db, storage, None) }), BenchmarkCmd::Overhead(_) | BenchmarkCmd::Extrinsic(_) => { Err("Unsupported benchmarking command".into()) @@ -326,9 +327,9 @@ pub fn run() -> sc_cli::Result<()> { let collator_options = cli.run.base.collator_options(); - info!("Parachain id: {:?}", para_id); - info!("Parachain Account: {}", parachain_account); - info!("Parachain genesis state: {}", genesis_state); + info!("Parachain id: {para_id:?}"); + info!("Parachain Account: {parachain_account}"); + info!("Parachain genesis state: {genesis_state}"); info!( "Is collating: {}", if config.role.is_authority() { "yes" } else { "no" } diff --git a/node/src/main.rs b/node/src/main.rs index 5534d78e16..c0efd1b715 100644 --- a/node/src/main.rs +++ b/node/src/main.rs @@ -28,6 +28,7 @@ mod command; mod liquidation_worker; mod rpc; +#[allow(clippy::result_large_err)] fn main() -> sc_cli::Result<()> { command::run() } diff --git a/node/src/rpc.rs b/node/src/rpc.rs index a8e13760c2..c489893fec 100644 --- a/node/src/rpc.rs +++ b/node/src/rpc.rs @@ -214,6 +214,8 @@ where relay_chain_state, downward_messages: Default::default(), horizontal_messages: Default::default(), + collator_peer_id: None, + relay_parent_descendants: Default::default(), }; Ok((timestamp, parachain_inherent_data)) }; diff --git a/node/src/service.rs b/node/src/service.rs index 5e61fdc084..6ce5aa50dc 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -285,7 +285,7 @@ async fn start_node_impl( let backend = params.backend.clone(); let mut task_manager = params.task_manager; - let (relay_chain_interface, collator_key) = build_relay_chain_interface( + let (relay_chain_interface, collator_key, _, _) = build_relay_chain_interface( polkadot_config, ¶chain_config, telemetry_worker_handle, @@ -311,6 +311,7 @@ async fn start_node_impl( import_queue: params.import_queue, net_config, sybil_resistance_level: CollatorSybilResistance::Resistant, // because of Aura + metrics: sc_network::service::NotificationMetrics::new(prometheus_registry.as_ref()), }) .await?; @@ -480,6 +481,7 @@ async fn start_node_impl( relay_chain_slot_duration, recovery_handle: Box::new(overseer_handle.clone()), sync_service: sync_service.clone(), + prometheus_registry: prometheus_registry.as_ref(), })?; if validator { diff --git a/pallets/asset-registry/Cargo.toml b/pallets/asset-registry/Cargo.toml index 9751d4daa9..e9a7e79654 100644 --- a/pallets/asset-registry/Cargo.toml +++ b/pallets/asset-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-asset-registry" -version = "3.4.0" +version = "3.5.0" description = "Pallet for asset registry management" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/asset-registry/src/lib.rs b/pallets/asset-registry/src/lib.rs index 1d3425397e..b34679db8e 100644 --- a/pallets/asset-registry/src/lib.rs +++ b/pallets/asset-registry/src/lib.rs @@ -76,8 +76,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// The origin which can work with asset-registry. type RegistryOrigin: EnsureOrigin; diff --git a/pallets/asset-registry/src/migration.rs b/pallets/asset-registry/src/migration.rs index 6b0c6ae1ea..dbd47e2024 100644 --- a/pallets/asset-registry/src/migration.rs +++ b/pallets/asset-registry/src/migration.rs @@ -168,7 +168,7 @@ pub mod v2 { Assets::::insert(k, v); log::info!( target: "runtime::asset-registry", - "Migrated asset: {:?}", k + "Migrated asset: {k:?}" ); } @@ -189,7 +189,7 @@ pub mod v2 { log::info!( target: "runtime::asset-registry", - "Migrated asset's location: {:?}", k + "Migrated asset's location: {k:?}" ); } diff --git a/pallets/asset-registry/src/tests/mock.rs b/pallets/asset-registry/src/tests/mock.rs index 88bc8b1511..90e9bb8bcf 100644 --- a/pallets/asset-registry/src/tests/mock.rs +++ b/pallets/asset-registry/src/tests/mock.rs @@ -109,7 +109,6 @@ impl From for Location { } impl pallet_asset_registry::Config for Test { - type RuntimeEvent = RuntimeEvent; type Currency = Tokens; type RegistryOrigin = frame_system::EnsureRoot; type UpdateOrigin = frame_system::EnsureSigned; @@ -130,7 +129,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; diff --git a/pallets/bonds/Cargo.toml b/pallets/bonds/Cargo.toml index 0ad6332bd5..51b55065f6 100644 --- a/pallets/bonds/Cargo.toml +++ b/pallets/bonds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-bonds" -version = "2.3.0" +version = "2.4.0" authors = ['GalacticCouncil'] edition = "2021" license = "Apache-2.0" diff --git a/pallets/bonds/src/lib.rs b/pallets/bonds/src/lib.rs index f12b1c6d0a..8388e5fe37 100644 --- a/pallets/bonds/src/lib.rs +++ b/pallets/bonds/src/lib.rs @@ -84,9 +84,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Balance type. type Balance: Parameter + Member diff --git a/pallets/bonds/src/tests/mock.rs b/pallets/bonds/src/tests/mock.rs index ddd84f3cbf..87c812ca28 100644 --- a/pallets/bonds/src/tests/mock.rs +++ b/pallets/bonds/src/tests/mock.rs @@ -103,7 +103,6 @@ impl Contains for AssetTypeWhitelist { } impl pallet_bonds::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Currency = Tokens; type AssetRegistry = DummyRegistry; @@ -151,7 +150,6 @@ impl frame_system::Config for Test { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; diff --git a/pallets/broadcast/Cargo.toml b/pallets/broadcast/Cargo.toml index b932ac6323..2ee0b1366e 100644 --- a/pallets/broadcast/Cargo.toml +++ b/pallets/broadcast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-broadcast" -version = "1.6.0" +version = "1.7.0" authors = ["GalacticCouncil"] edition = "2021" license = "Apache 2.0" diff --git a/pallets/broadcast/src/lib.rs b/pallets/broadcast/src/lib.rs index 7ca372e752..44f059e608 100644 --- a/pallets/broadcast/src/lib.rs +++ b/pallets/broadcast/src/lib.rs @@ -53,9 +53,7 @@ pub mod pallet { pub struct Pallet(_); #[pallet::config] - pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - } + pub trait Config: frame_system::Config {} #[pallet::storage] /// Next available incremental ID diff --git a/pallets/broadcast/src/tests/mock.rs b/pallets/broadcast/src/tests/mock.rs index aba345231a..95e61cfa20 100644 --- a/pallets/broadcast/src/tests/mock.rs +++ b/pallets/broadcast/src/tests/mock.rs @@ -47,9 +47,7 @@ construct_runtime!( } ); -impl crate::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl crate::Config for Test {} impl frame_system::Config for Test { type BaseCallFilter = Everything; diff --git a/pallets/circuit-breaker/Cargo.toml b/pallets/circuit-breaker/Cargo.toml index 9e709616fa..3cb59256be 100644 --- a/pallets/circuit-breaker/Cargo.toml +++ b/pallets/circuit-breaker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-circuit-breaker" -version = "1.5.1" +version = "1.6.0" authors = ["GalacticCouncil "] edition = "2021" license = "Apache-2.0" diff --git a/pallets/circuit-breaker/src/lib.rs b/pallets/circuit-breaker/src/lib.rs index f5402564e1..a41a187618 100644 --- a/pallets/circuit-breaker/src/lib.rs +++ b/pallets/circuit-breaker/src/lib.rs @@ -17,6 +17,7 @@ #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::manual_inspect)] +#![allow(clippy::useless_conversion)] use codec::{Decode, Encode}; use frame_support::traits::{Contains, EnsureOrigin, Time}; @@ -192,9 +193,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Identifier for the class of asset. type AssetId: Member + Parameter diff --git a/pallets/circuit-breaker/src/tests/mock.rs b/pallets/circuit-breaker/src/tests/mock.rs index 69d0c1d1e5..32d790a359 100644 --- a/pallets/circuit-breaker/src/tests/mock.rs +++ b/pallets/circuit-breaker/src/tests/mock.rs @@ -126,7 +126,6 @@ parameter_types! { pub type Amount = i128; impl pallet_currencies::Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = MockErc20Currency; @@ -184,7 +183,6 @@ parameter_types! { } impl pallet_circuit_breaker::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Balance = Balance; type AuthorityOrigin = EnsureRoot; @@ -266,7 +264,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; @@ -297,7 +294,6 @@ parameter_types! { } impl pallet_omnipool::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type PositionItemId = u32; type Currency = Tokens; @@ -323,9 +319,7 @@ impl pallet_omnipool::Config for Test { type HubDestination = TreasuryAccount; } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} pub struct CircuitBreakerHooks(PhantomData); diff --git a/pallets/claims/Cargo.toml b/pallets/claims/Cargo.toml index 569929b060..887096257b 100644 --- a/pallets/claims/Cargo.toml +++ b/pallets/claims/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-claims" -version = "3.5.0" +version = "3.6.0" description = "HydraDX Claims Module" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/claims/src/lib.rs b/pallets/claims/src/lib.rs index d21de4e3c1..ec99cd986b 100644 --- a/pallets/claims/src/lib.rs +++ b/pallets/claims/src/lib.rs @@ -18,6 +18,7 @@ #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::unused_unit)] #![allow(clippy::manual_inspect)] +#![allow(clippy::useless_conversion)] use codec::{Decode, DecodeWithMemTracking, Encode}; use frame_support::weights::Weight; @@ -71,8 +72,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - type Prefix: Get<&'static [u8]>; type WeightInfo: WeightInfo; diff --git a/pallets/claims/src/mock.rs b/pallets/claims/src/mock.rs index a053254440..df5e70a90a 100644 --- a/pallets/claims/src/mock.rs +++ b/pallets/claims/src/mock.rs @@ -103,7 +103,6 @@ parameter_types! { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type Currency = Balances; type Prefix = Prefix; type WeightInfo = (); diff --git a/pallets/collator-rewards/Cargo.toml b/pallets/collator-rewards/Cargo.toml index e9cee50558..bc3e5e009a 100644 --- a/pallets/collator-rewards/Cargo.toml +++ b/pallets/collator-rewards/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-collator-rewards" -version = "1.2.0" +version = "1.3.0" description = "Pallet for collator rewards" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/collator-rewards/src/lib.rs b/pallets/collator-rewards/src/lib.rs index 7c9b8cf607..f0654102da 100644 --- a/pallets/collator-rewards/src/lib.rs +++ b/pallets/collator-rewards/src/lib.rs @@ -59,8 +59,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Balance type type Balance: Parameter + Member @@ -126,7 +124,7 @@ impl SessionManager for Pallet { match maybe_collators_b { Ok(collators_b) => Collators::::insert(index, collators_b), Err(_) => { - log::warn!(target: "runtime::collator-rewards", "Error reward collators: too many collators {:?}", collators); + log::warn!(target: "runtime::collator-rewards", "Error reward collators: too many collators {collators:?}"); return None; } } @@ -157,7 +155,7 @@ impl SessionManager for Pallet { amount, currency, }), - Err(err) => log::warn!(target: "runtime::collator-rewards", "Error reward collators: {:?}", err), + Err(err) => log::warn!(target: "runtime::collator-rewards", "Error reward collators: {err:?}"), } } } diff --git a/pallets/collator-rewards/src/mock.rs b/pallets/collator-rewards/src/mock.rs index 15e75d45c5..3f10ced65b 100644 --- a/pallets/collator-rewards/src/mock.rs +++ b/pallets/collator-rewards/src/mock.rs @@ -93,7 +93,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -152,7 +151,6 @@ impl SessionManager for MockSessionManager { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type CurrencyId = AssetId; type Currency = Tokens; diff --git a/pallets/currencies/Cargo.toml b/pallets/currencies/Cargo.toml index 32e4bf1411..77c11cc13c 100644 --- a/pallets/currencies/Cargo.toml +++ b/pallets/currencies/Cargo.toml @@ -3,7 +3,7 @@ name = "pallet-currencies" description = "Provide `MultiCurrency` implementation using `pallet-balances` and `orml-tokens` module." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/currencies" license = "Apache-2.0" -version = "4.0.0" +version = "4.1.0" authors = ["Laminar Developers "] edition = "2021" diff --git a/pallets/currencies/src/lib.rs b/pallets/currencies/src/lib.rs index 0a461223a1..ab0fd483fa 100644 --- a/pallets/currencies/src/lib.rs +++ b/pallets/currencies/src/lib.rs @@ -96,8 +96,6 @@ pub mod module { where >::CurrencyId: codec::DecodeWithMemTracking, { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - type MultiCurrency: TransferAll + MultiCurrencyExtended + MultiLockableCurrency diff --git a/pallets/currencies/src/mock.rs b/pallets/currencies/src/mock.rs index 92c39963b7..f37c525159 100644 --- a/pallets/currencies/src/mock.rs +++ b/pallets/currencies/src/mock.rs @@ -83,7 +83,6 @@ parameter_types! { pub type ReserveIdentifier = [u8; 8]; impl orml_tokens::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i64; type CurrencyId = CurrencyId; @@ -106,7 +105,6 @@ parameter_types! { } impl Config for Runtime { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = AdaptedBasicCurrency; type Erc20Currency = MockErc20Currency; diff --git a/pallets/dca/Cargo.toml b/pallets/dca/Cargo.toml index d27a08ac7c..46b978bf41 100644 --- a/pallets/dca/Cargo.toml +++ b/pallets/dca/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-dca' -version = "1.15.0" +version = "1.16.0" description = 'A pallet to manage DCA scheduling' authors = ['GalacticCouncil'] edition = '2021' diff --git a/pallets/dca/src/lib.rs b/pallets/dca/src/lib.rs index 27913f013f..34e71afc52 100644 --- a/pallets/dca/src/lib.rs +++ b/pallets/dca/src/lib.rs @@ -227,9 +227,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + pallet_broadcast::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Asset id type type AssetId: Parameter + Member + Copy + MaybeSerializeDeserialize + MaxEncodedLen; @@ -1340,10 +1337,7 @@ impl Pallet { .unwrap_or_else(|| T::MaxNumberOfRetriesOnError::get() as u64); let Some(gas_increment) = MAX_EXTRA_GAS.checked_div(max_retries) else { - log::error!( - "Gas increment calculation overflowed for schedule_id: {:?}", - schedule_id - ); + log::error!("Gas increment calculation overflowed for schedule_id: {schedule_id:?}",); return; }; diff --git a/pallets/dca/src/migrations.rs b/pallets/dca/src/migrations.rs index 8a9aeb63e2..a4a4b969a7 100644 --- a/pallets/dca/src/migrations.rs +++ b/pallets/dca/src/migrations.rs @@ -38,7 +38,7 @@ impl OnRuntimeUpgrade for MultiplySchedulesPeriodBy2 { // Increase on-chain StorageVersion StorageVersion::new(2).put::>(); - log::info!("MultiplySchedulesPeriodBy2 processed schedules: {:?}", writes); + log::info!("MultiplySchedulesPeriodBy2 processed schedules: {writes:?}"); T::DbWeight::get().reads_writes(reads, writes) } } diff --git a/pallets/dca/src/tests/mock.rs b/pallets/dca/src/tests/mock.rs index 887d8d968b..26feba97f7 100644 --- a/pallets/dca/src/tests/mock.rs +++ b/pallets/dca/src/tests/mock.rs @@ -149,7 +149,6 @@ impl SortedMembers for BifrostAcc { } } impl pallet_ema_oracle::Config for Test { - type RuntimeEvent = RuntimeEvent; type AuthorityOrigin = EnsureRoot; type BlockNumberProvider = MockBlockNumberProvider; type SupportedPeriods = SupportedPeriods; @@ -218,7 +217,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -255,7 +253,6 @@ parameter_types! { } impl pallet_omnipool::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type PositionItemId = u32; type Currency = Currencies; @@ -355,7 +352,6 @@ impl pallet_balances::Config for Test { } impl pallet_currencies::Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = MockErc20Currency; @@ -376,14 +372,11 @@ parameter_types! { } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} type Pools = (OmniPool, Xyk); impl pallet_route_executor::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Balance = Balance; type NativeAssetId = NativeCurrencyId; @@ -689,7 +682,6 @@ impl RandomnessProvider for RandomnessProviderMock { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Currencies = Currencies; type RandomnessProvider = RandomnessProviderMock; diff --git a/pallets/dca/src/tests/on_initialize.rs b/pallets/dca/src/tests/on_initialize.rs index 992aa75f7a..f1417fdb72 100644 --- a/pallets/dca/src/tests/on_initialize.rs +++ b/pallets/dca/src/tests/on_initialize.rs @@ -2748,9 +2748,7 @@ fn dca_should_include_extra_gas_in_fee_calculation_on_retry() { assert!( fee_with_extra_gas > fee_without_extra_gas, - "Fee with extra gas ({}) should be higher than base fee ({})", - fee_with_extra_gas, - fee_without_extra_gas + "Fee with extra gas ({fee_with_extra_gas}) should be higher than base fee ({fee_without_extra_gas})", ); // Act diff --git a/pallets/dca/src/tests/terminate.rs b/pallets/dca/src/tests/terminate.rs index 33a5fc515a..b11fab0937 100644 --- a/pallets/dca/src/tests/terminate.rs +++ b/pallets/dca/src/tests/terminate.rs @@ -466,9 +466,7 @@ fn arrange_unsorted_schedule_ids_per_block_600() -> (u64, ScheduleId, ScheduleId DCA::schedule_ids_per_block(block_600).to_vec(), vec![schedule_id_1, schedule_id_0] ); - assert!(DCA::schedule_ids_per_block(block_600) - .iter() - .any(|id| *id == schedule_id_1)); + assert!(DCA::schedule_ids_per_block(block_600).contains(&schedule_id_1)); (block_600, schedule_id_0, schedule_id_1) } diff --git a/pallets/democracy/Cargo.toml b/pallets/democracy/Cargo.toml index c90b5920b5..5ee10de73a 100644 --- a/pallets/democracy/Cargo.toml +++ b/pallets/democracy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-democracy" -version = "4.4.0" +version = "4.5.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" diff --git a/pallets/democracy/src/benchmarking.rs b/pallets/democracy/src/benchmarking.rs index ecfd1b6930..697a093a88 100644 --- a/pallets/democracy/src/benchmarking.rs +++ b/pallets/democracy/src/benchmarking.rs @@ -73,11 +73,11 @@ fn account_vote(b: BalanceOf) -> AccountVote> { AccountVote::Standard { vote: v, balance: b } } -fn assert_last_event(generic_event: ::RuntimeEvent) { +fn assert_last_event(generic_event: ::RuntimeEvent) { frame_system::Pallet::::assert_last_event(generic_event.into()); } -fn assert_has_event(generic_event: ::RuntimeEvent) { +fn assert_has_event(generic_event: ::RuntimeEvent) { frame_system::Pallet::::assert_has_event(generic_event.into()); } diff --git a/pallets/democracy/src/lib.rs b/pallets/democracy/src/lib.rs index e7addb85e5..ac04cb5026 100644 --- a/pallets/democracy/src/lib.rs +++ b/pallets/democracy/src/lib.rs @@ -153,6 +153,7 @@ #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::type_complexity)] #![allow(clippy::manual_inspect)] +#![allow(clippy::useless_conversion)] use codec::{Decode, Encode}; use frame_support::{ @@ -223,8 +224,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + Sized { type WeightInfo: WeightInfo; - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// The Scheduler. type Scheduler: ScheduleNamed, CallOf, Self::PalletsOrigin, Hasher = Self::Hashing>; @@ -787,10 +786,8 @@ pub mod pallet { // - `InstantAllowed` is `true` and `origin` is `InstantOrigin`. let maybe_ensure_instant = if voting_period < T::FastTrackVotingPeriod::get() { Some(origin) - } else if let Err(origin) = T::FastTrackOrigin::try_origin(origin) { - Some(origin) } else { - None + T::FastTrackOrigin::try_origin(origin).err() }; if let Some(ensure_instant) = maybe_ensure_instant { T::InstantOrigin::ensure_origin(ensure_instant)?; @@ -1763,8 +1760,7 @@ impl Pallet { // runtime upgrade the formula should be adjusted but the bound should still be sensible. >::mutate(|ref_index| { while *ref_index < last - && Self::referendum_info(*ref_index) - .map_or(true, |info| matches!(info, ReferendumInfo::Finished { .. })) + && Self::referendum_info(*ref_index).is_none_or(|info| matches!(info, ReferendumInfo::Finished { .. })) { *ref_index += 1 } diff --git a/pallets/democracy/src/migrations/unlock_and_unreserve_all_funds.rs b/pallets/democracy/src/migrations/unlock_and_unreserve_all_funds.rs index fc2c52f43e..f8e0187bdc 100644 --- a/pallets/democracy/src/migrations/unlock_and_unreserve_all_funds.rs +++ b/pallets/democracy/src/migrations/unlock_and_unreserve_all_funds.rs @@ -204,11 +204,10 @@ where let total_stake_to_unlock = account_locks.clone().into_values().sum::>(); log::info!(target: LOG_TARGET, "Total accounts: {:?}", all_accounts.len()); - log::info!(target: LOG_TARGET, "Total stake to unlock: {:?}", total_stake_to_unlock); + log::info!(target: LOG_TARGET, "Total stake to unlock: {total_stake_to_unlock:?}"); log::info!( target: LOG_TARGET, - "Total deposit to unreserve: {:?}", - total_deposits_to_unreserve + "Total deposit to unreserve: {total_deposits_to_unreserve:?}", ); log::info!( target: LOG_TARGET, @@ -276,11 +275,7 @@ where let expected_reserved_after = actual_reserved_before.saturating_sub(expected_amount_deducted); assert!( actual_reserved_after == expected_reserved_after, - "Reserved balance for {:?} is incorrect. actual before: {:?}, actual after, {:?}, expected deducted: {:?}", - account, - actual_reserved_before, - actual_reserved_after, - expected_amount_deducted, + "Reserved balance for {account:?} is incorrect. actual before: {actual_reserved_before:?}, actual after, {actual_reserved_after:?}, expected deducted: {expected_amount_deducted:?}", ); } @@ -355,7 +350,7 @@ mod test { // Run the migration. let bytes = UnlockAndUnreserveAllFunds::::pre_upgrade() - .unwrap_or_else(|e| panic!("pre_upgrade failed: {:?}", e)); + .unwrap_or_else(|e| panic!("pre_upgrade failed: {e:?}")); UnlockAndUnreserveAllFunds::::on_runtime_upgrade(); assert_ok!(UnlockAndUnreserveAllFunds::::post_upgrade(bytes)); @@ -399,7 +394,7 @@ mod test { // Run the migration. let bytes = UnlockAndUnreserveAllFunds::::pre_upgrade() - .unwrap_or_else(|e| panic!("pre_upgrade failed: {:?}", e)); + .unwrap_or_else(|e| panic!("pre_upgrade failed: {e:?}")); UnlockAndUnreserveAllFunds::::on_runtime_upgrade(); assert_ok!(UnlockAndUnreserveAllFunds::::post_upgrade(bytes)); diff --git a/pallets/democracy/src/migrations/v1.rs b/pallets/democracy/src/migrations/v1.rs index bf10ed7e4e..2f44eef762 100644 --- a/pallets/democracy/src/migrations/v1.rs +++ b/pallets/democracy/src/migrations/v1.rs @@ -70,11 +70,11 @@ pub mod v1 { ); let props_count = v0::PublicProps::::get().len(); - log::info!(target: TARGET, "{} public proposals will be migrated.", props_count,); + log::info!(target: TARGET, "{props_count} public proposals will be migrated.",); ensure!(props_count <= T::MaxProposals::get() as usize, Error::::TooMany); let referenda_count = v0::ReferendumInfoOf::::iter().count(); - log::info!(target: TARGET, "{} referenda will be migrated.", referenda_count); + log::info!(target: TARGET, "{referenda_count} referenda will be migrated."); Ok((props_count as u32, referenda_count as u32).encode()) } @@ -146,9 +146,7 @@ pub mod v1 { log::info!( target: TARGET, - "{} public proposals migrated, {} referenda migrated", - new_props_count, - new_ref_count, + "{new_props_count} public proposals migrated, {new_ref_count} referenda migrated", ); Ok(()) } diff --git a/pallets/democracy/src/tests.rs b/pallets/democracy/src/tests.rs index 356436ed39..b259a41938 100644 --- a/pallets/democracy/src/tests.rs +++ b/pallets/democracy/src/tests.rs @@ -189,7 +189,6 @@ impl SortedMembers for OneToFive { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type Currency = pallet_balances::Pallet; type EnactmentPeriod = ConstU64<2>; type LaunchPeriod = ConstU64<2>; diff --git a/pallets/dispatcher/Cargo.toml b/pallets/dispatcher/Cargo.toml index 1ad66f9cee..d78ecd64fa 100644 --- a/pallets/dispatcher/Cargo.toml +++ b/pallets/dispatcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-dispatcher" -version = "1.5.1" +version = "1.6.0" authors = ['GalacticCouncil'] edition = "2021" license = "Apache-2.0" diff --git a/pallets/dispatcher/src/lib.rs b/pallets/dispatcher/src/lib.rs index a5f7ea5fb2..8b20c95ffb 100644 --- a/pallets/dispatcher/src/lib.rs +++ b/pallets/dispatcher/src/lib.rs @@ -27,6 +27,7 @@ #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::manual_inspect)] +#![allow(clippy::useless_conversion)] #[cfg(test)] pub mod mock; @@ -68,9 +69,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// The overarching call type. type RuntimeCall: IsType<::RuntimeCall> + Dispatchable diff --git a/pallets/dispatcher/src/mock.rs b/pallets/dispatcher/src/mock.rs index 94c2d66659..89c793183b 100644 --- a/pallets/dispatcher/src/mock.rs +++ b/pallets/dispatcher/src/mock.rs @@ -114,7 +114,6 @@ impl MaybeEvmCall for EvmCallIdentifier { impl dispatcher::Config for Test { type RuntimeCall = RuntimeCall; - type RuntimeEvent = RuntimeEvent; type TreasuryManagerOrigin = EnsureRoot; type AaveManagerOrigin = EnsureRoot; type TreasuryAccount = TreasuryAccount; @@ -164,7 +163,6 @@ impl system::Config for Test { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; diff --git a/pallets/dispenser/Cargo.toml b/pallets/dispenser/Cargo.toml index 7e38ce21a0..48fe2c55d1 100644 --- a/pallets/dispenser/Cargo.toml +++ b/pallets/dispenser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-dispenser" -version = "0.2.0" +version = "0.3.0" edition = "2021" [package.metadata.docs.rs] @@ -28,6 +28,7 @@ pallet-currencies = { workspace = true, default-features = false } frame-benchmarking = { workspace = true, optional = true } log = { version = "0.4", default-features = false } pallet-asset-registry = { workspace = true } +borsh = { version = "1.5", default-features = false, features = ["derive", "hashbrown"] } [dev-dependencies] pallet-balances = { workspace = true, features = ["std"] } @@ -58,7 +59,6 @@ std = [ "pallet-currencies/std", "pallet-signet/std", "hex/std", - ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", @@ -66,9 +66,3 @@ runtime-benchmarks = [ "frame-system/runtime-benchmarks", ] try-runtime = ["frame-support/try-runtime"] - -[target.'cfg(not(feature = "std"))'.dependencies] -borsh = { version = "1.5", default-features = false, features = ["derive", "hashbrown"] } - -[target.'cfg(feature = "std")'.dependencies] -borsh = { version = "1.5", default-features = false, features = ["derive", "std"] } diff --git a/pallets/dispenser/src/lib.rs b/pallets/dispenser/src/lib.rs index 242f24b20c..07be3e2e06 100644 --- a/pallets/dispenser/src/lib.rs +++ b/pallets/dispenser/src/lib.rs @@ -77,8 +77,6 @@ pub mod pallet { /// Pallet configuration trait. #[pallet::config] pub trait Config: frame_system::Config + pallet_signet::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Multi-asset fungible currency implementation used for fees and faucet tokens. type Currency: Mutate; diff --git a/pallets/dispenser/src/tests/mod.rs b/pallets/dispenser/src/tests/mod.rs index 1750244f13..28203b3f52 100644 --- a/pallets/dispenser/src/tests/mod.rs +++ b/pallets/dispenser/src/tests/mod.rs @@ -111,7 +111,6 @@ parameter_types! { } impl pallet_currencies::Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = MockErc20Currency; @@ -124,7 +123,6 @@ impl pallet_currencies::Config for Test { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; @@ -148,7 +146,6 @@ parameter_types! { } impl pallet_signet::Config for Test { - type RuntimeEvent = RuntimeEvent; type Currency = Balances; type PalletId = SignetPalletId; type MaxChainIdLength = MaxChainIdLength; @@ -177,7 +174,6 @@ impl frame_support::traits::Get for SigEthFaucetMpcRoot } impl pallet_dispenser::Config for Test { - type RuntimeEvent = RuntimeEvent; type PalletId = DispenserPalletId; type Currency = FungibleCurrencies; type MinimumRequestAmount = SigEthFaucetMinRequest; diff --git a/pallets/duster/Cargo.toml b/pallets/duster/Cargo.toml index d12597e4a2..68d698344a 100644 --- a/pallets/duster/Cargo.toml +++ b/pallets/duster/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-duster" -version = "3.7.0" +version = "3.8.0" description = "Account duster" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/duster/src/lib.rs b/pallets/duster/src/lib.rs index 0dd4fd4410..9db870cb20 100644 --- a/pallets/duster/src/lib.rs +++ b/pallets/duster/src/lib.rs @@ -19,6 +19,7 @@ #![allow(clippy::unused_unit)] #![allow(clippy::upper_case_acronyms)] #![allow(clippy::manual_inspect)] +#![allow(clippy::useless_conversion)] #[cfg(test)] mod mock; @@ -79,8 +80,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Asset type type AssetId: Parameter + Member + Copy + MaybeSerializeDeserialize + Ord; diff --git a/pallets/duster/src/migration.rs b/pallets/duster/src/migration.rs index 9166ed14a1..6277f227ff 100644 --- a/pallets/duster/src/migration.rs +++ b/pallets/duster/src/migration.rs @@ -126,8 +126,7 @@ pub mod v2 { log::info!( target: "runtime::duster", - "Migrating {} accounts from AccountBlacklist to AccountWhitelist", - migrated_count + "Migrating {migrated_count} accounts from AccountBlacklist to AccountWhitelist", ); // Remove all entries from the old storage @@ -136,9 +135,7 @@ pub mod v2 { log::info!( target: "runtime::duster", - "Migration completed: {} accounts migrated, {} old entries removed", - migrated_count, - removed_keys + "Migration completed: {migrated_count} accounts migrated, {removed_keys} old entries removed", ); T::DbWeight::get().reads_writes(reads, writes) @@ -157,8 +154,7 @@ pub mod v2 { let whitelist_count = crate::AccountWhitelist::::iter().count(); log::info!( target: "runtime::duster", - "Duster v2 migration: POST checks successful! AccountWhitelist has {} entries", - whitelist_count + "Duster v2 migration: POST checks successful! AccountWhitelist has {whitelist_count} entries", ); Ok(()) } diff --git a/pallets/duster/src/mock.rs b/pallets/duster/src/mock.rs index 5930d8d3ba..d725366968 100644 --- a/pallets/duster/src/mock.rs +++ b/pallets/duster/src/mock.rs @@ -145,7 +145,6 @@ impl frame_support::traits::Get> for TestExtendedWhitelist { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type MultiCurrency = FungibleCurrencies; type ExistentialDeposit = MinDeposits; @@ -200,7 +199,6 @@ impl Erc20OnDust for ATokenDusterMock { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -214,7 +212,6 @@ impl orml_tokens::Config for Test { } impl pallet_currencies::Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = MockErc20Currency; diff --git a/pallets/dynamic-evm-fee/Cargo.toml b/pallets/dynamic-evm-fee/Cargo.toml index ffe7275a0f..e46b8c968e 100644 --- a/pallets/dynamic-evm-fee/Cargo.toml +++ b/pallets/dynamic-evm-fee/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-dynamic-evm-fee" -version = "1.2.0" +version = "1.3.0" description = "Storing and mutating the dynamic fee for EVM transactions." authors = ["GalacticCoucil"] edition = "2021" diff --git a/pallets/dynamic-evm-fee/src/lib.rs b/pallets/dynamic-evm-fee/src/lib.rs index 8b614d2142..43265b68fd 100644 --- a/pallets/dynamic-evm-fee/src/lib.rs +++ b/pallets/dynamic-evm-fee/src/lib.rs @@ -153,7 +153,7 @@ pub mod pallet { let Some(price_diff) = FixedU128::checked_from_rational(eth_hdx_price.into_inner(), ETH_HDX_REFERENCE_PRICE.into_inner()) else { - log::warn!(target: "runtime::dynamic-evm-fee", "Could not get rational of eth-hdx price, current price: {}, reference price: {}", eth_hdx_price, ETH_HDX_REFERENCE_PRICE); + log::warn!(target: "runtime::dynamic-evm-fee", "Could not get rational of eth-hdx price, current price: {eth_hdx_price}, reference price: {ETH_HDX_REFERENCE_PRICE}"); return; }; diff --git a/pallets/dynamic-evm-fee/src/tests/mock.rs b/pallets/dynamic-evm-fee/src/tests/mock.rs index 5f9e23393d..09410deb6d 100644 --- a/pallets/dynamic-evm-fee/src/tests/mock.rs +++ b/pallets/dynamic-evm-fee/src/tests/mock.rs @@ -220,7 +220,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -234,7 +233,6 @@ impl orml_tokens::Config for Test { } impl pallet_currencies::Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = MockErc20Currency; diff --git a/pallets/dynamic-fees/Cargo.toml b/pallets/dynamic-fees/Cargo.toml index c27fcf5518..41c73aedf9 100644 --- a/pallets/dynamic-fees/Cargo.toml +++ b/pallets/dynamic-fees/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-dynamic-fees" -version = "4.1.0" +version = "4.2.0" description = "A pallet to provide support for dynamic fees" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/dynamic-fees/src/lib.rs b/pallets/dynamic-fees/src/lib.rs index 04642f58b2..0290a81f3b 100644 --- a/pallets/dynamic-fees/src/lib.rs +++ b/pallets/dynamic-fees/src/lib.rs @@ -110,8 +110,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Provider for the current block number. type BlockNumberProvider: BlockNumberProvider>; @@ -285,7 +283,7 @@ where /// # Returns /// A tuple of (asset_fee, protocol_fee) fn update_fee(asset_id: T::AssetId, asset_liquidity: Balance, store: bool) -> (T::Fee, T::Fee) { - log::trace!(target: "dynamic-fees", "update_fee for asset_id: {:?}", asset_id); + log::trace!(target: "dynamic-fees", "update_fee for asset_id: {asset_id:?}"); let block_number = T::BlockNumberProvider::current_block_number(); let asset_config = Self::asset_fee_config(asset_id); @@ -295,7 +293,7 @@ where asset_fee, protocol_fee, }) => { - log::trace!(target: "dynamic-fees", "using fixed fees: {:?} {:?}", asset_fee, protocol_fee); + log::trace!(target: "dynamic-fees", "using fixed fees: {asset_fee:?} {protocol_fee:?}"); (asset_fee, protocol_fee) } Some(AssetFeeConfig::Dynamic { @@ -365,8 +363,8 @@ where return (current_fee_entry.asset_fee, current_fee_entry.protocol_fee); }; - log::trace!(target: "dynamic-fees", "block number: {:?}", block_number); - log::trace!(target: "dynamic-fees", "delta blocks: {:?}", delta_blocks); + log::trace!(target: "dynamic-fees", "block number: {block_number:?}"); + log::trace!(target: "dynamic-fees", "delta blocks: {delta_blocks:?}"); log::trace!(target: "dynamic-fees", "oracle entry: in {:?}, out {:?}, liquidity: {:?}", raw_entry.amount_in(), raw_entry.amount_out(), raw_entry.liquidity()); let period = T::RawOracle::period() as u128; @@ -376,7 +374,7 @@ where return (current_fee_entry.asset_fee, current_fee_entry.protocol_fee); } let decay_factor = FixedU128::from_rational(4u128, period); - log::trace!(target: "dynamic-fees", "decay factor: {:?}", decay_factor); + log::trace!(target: "dynamic-fees", "decay factor: {decay_factor:?}"); let fee_updated_at: u128 = current_fee_entry.timestamp.saturated_into(); if !fee_updated_at.is_zero() { @@ -423,7 +421,7 @@ where }, ); } - log::trace!(target: "dynamic-fees", "new fees: {:?} {:?}", asset_fee, protocol_fee); + log::trace!(target: "dynamic-fees", "new fees: {asset_fee:?} {protocol_fee:?}"); (asset_fee, protocol_fee) } } diff --git a/pallets/dynamic-fees/src/tests/mock.rs b/pallets/dynamic-fees/src/tests/mock.rs index bb5bb7dec8..223a289876 100644 --- a/pallets/dynamic-fees/src/tests/mock.rs +++ b/pallets/dynamic-fees/src/tests/mock.rs @@ -110,7 +110,6 @@ parameter_types! { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type Fee = Fee; type AssetId = AssetId; type BlockNumberProvider = System; diff --git a/pallets/ema-oracle/Cargo.toml b/pallets/ema-oracle/Cargo.toml index c5eb2cd456..3c0b3077bd 100644 --- a/pallets/ema-oracle/Cargo.toml +++ b/pallets/ema-oracle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-ema-oracle" -version = "1.10.0" +version = "1.11.0" description = "Exponential moving average oracle for AMM pools" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/ema-oracle/src/lib.rs b/pallets/ema-oracle/src/lib.rs index 1cd06662f6..a8d2a2ca99 100644 --- a/pallets/ema-oracle/src/lib.rs +++ b/pallets/ema-oracle/src/lib.rs @@ -65,6 +65,7 @@ //! prices you should use a spot price or similar. #![cfg_attr(not(feature = "std"), no_std)] +#![allow(clippy::useless_conversion)] #![allow(clippy::manual_inspect)] use frame_support::pallet_prelude::*; @@ -128,8 +129,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Weight information for the extrinsics. type WeightInfo: WeightInfo; diff --git a/pallets/ema-oracle/src/migrations/v1.rs b/pallets/ema-oracle/src/migrations/v1.rs index 5da5931f0c..a4ffddbb1c 100644 --- a/pallets/ema-oracle/src/migrations/v1.rs +++ b/pallets/ema-oracle/src/migrations/v1.rs @@ -88,7 +88,7 @@ impl UncheckedOnRuntimeUpgrade for unvers Oracles::::insert(k, v); } - log::info!(target: "runtime::ema-oracle", "ema-oracle oracle entries migration finished, migrated: {:?} entries", reads); + log::info!(target: "runtime::ema-oracle", "ema-oracle oracle entries migration finished, migrated: {reads:?} entries"); //NOTE: each read item was also wrote into storage so reads == writes T::DbWeight::get().reads_writes(reads, reads) } diff --git a/pallets/ema-oracle/src/tests/mock.rs b/pallets/ema-oracle/src/tests/mock.rs index 5c6423151c..4ce879726c 100644 --- a/pallets/ema-oracle/src/tests/mock.rs +++ b/pallets/ema-oracle/src/tests/mock.rs @@ -145,7 +145,6 @@ impl SortedMembers for BifrostAcc { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AuthorityOrigin = EnsureRoot; type BlockNumberProvider = System; type SupportedPeriods = SupportedPeriods; diff --git a/pallets/evm-accounts/Cargo.toml b/pallets/evm-accounts/Cargo.toml index a7f0785121..d06c7fd27d 100644 --- a/pallets/evm-accounts/Cargo.toml +++ b/pallets/evm-accounts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-evm-accounts" -version = "1.5.0" +version = "1.6.0" authors = ["GalacticCouncil"] edition = "2021" license = "Apache-2.0" diff --git a/pallets/evm-accounts/src/lib.rs b/pallets/evm-accounts/src/lib.rs index 8076a357f7..acbf140767 100644 --- a/pallets/evm-accounts/src/lib.rs +++ b/pallets/evm-accounts/src/lib.rs @@ -105,9 +105,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// EVM nonce provider. type EvmNonceProvider: EvmNonceProvider; diff --git a/pallets/evm-accounts/src/mock.rs b/pallets/evm-accounts/src/mock.rs index a4f1e36078..bbd7ae9c6c 100644 --- a/pallets/evm-accounts/src/mock.rs +++ b/pallets/evm-accounts/src/mock.rs @@ -92,7 +92,6 @@ impl AccountFeeCurrency for FeeCurrencyMock { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type FeeMultiplier = sp_core::ConstU32<10>; type EvmNonceProvider = EvmNonceProviderMock; type ControllerOrigin = EnsureRoot; @@ -168,7 +167,6 @@ impl pallet_balances::Config for Test { } impl pallet_currencies::Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = MockErc20Currency; @@ -181,7 +179,6 @@ impl pallet_currencies::Config for Test { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; @@ -203,7 +200,6 @@ parameter_types! { } impl pallet_asset_registry::Config for Test { - type RuntimeEvent = RuntimeEvent; type RegistryOrigin = EnsureRoot; type Currency = Tokens; type UpdateOrigin = EnsureSigned; diff --git a/pallets/hsm/Cargo.toml b/pallets/hsm/Cargo.toml index e6d519551b..40d41754ab 100644 --- a/pallets/hsm/Cargo.toml +++ b/pallets/hsm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-hsm" -version = "1.6.0" +version = "1.7.0" edition = "2021" description = "Hollar stability module" authors = ["GalacticCouncil"] diff --git a/pallets/hsm/src/lib.rs b/pallets/hsm/src/lib.rs index e35eb6dab6..129498c598 100644 --- a/pallets/hsm/src/lib.rs +++ b/pallets/hsm/src/lib.rs @@ -130,9 +130,6 @@ pub mod pallet { where ::AccountId: AsRef<[u8; 32]> + IsType, { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Asset ID of Hollar #[pallet::constant] type HollarId: Get; @@ -384,7 +381,7 @@ pub mod pallet { if let Ok(_guard) = lock.try_lock() { log::debug!( target: "hsm::offchain_worker", - "Processing arbitrage opportunities at block: {:?}", block_number + "Processing arbitrage opportunities at block: {block_number:?}" ); if let Some(call) = Self::process_arbitrage_opportunities(block_number) { @@ -392,7 +389,7 @@ pub mod pallet { if let Err(e) = SubmitTransaction::>::submit_transaction(xt) { log::error!( target: "hsm::offchain_worker", - "Failed to submit arbitrage transaction: {:?}", e + "Failed to submit arbitrage transaction: {e:?}" ); } } @@ -1103,7 +1100,7 @@ where let (final_hollar_amount, final_collateral_amount) = calculate_final_amounts((sim_hollar_amount, sim_collateral_amount), buy_price)?; - log::trace!(target: "hsm", "Hollar amount {:?}, buyback limit {:?}", final_hollar_amount, buyback_limit); + log::trace!(target: "hsm", "Hollar amount {final_hollar_amount:?}, buyback limit {buyback_limit:?}"); // Check if the requested amount exceeds the buyback limit ensure!( HollarAmountReceived::::get(collateral_asset).saturating_add(final_hollar_amount) <= buyback_limit, @@ -1174,7 +1171,7 @@ where let peg = Self::get_asset_peg(collateral_asset, collateral_info.pool_id, &pool_state)?; let purchase_price = hydra_dx_math::hsm::calculate_purchase_price(peg, collateral_info.purchase_fee); - log::trace!(target: "hsm", "Peg: {:?}, Purchase price {:?}", peg, purchase_price); + log::trace!(target: "hsm", "Peg: {peg:?}, Purchase price {purchase_price:?}"); let (hollar_amount, collateral_amount) = calculate_amounts(purchase_price)?; @@ -1681,7 +1678,7 @@ where let initial_acc_balance = ::Currency::balance(collateral_asset_id, &flash_loan_account); let hollar_balance = ::Currency::balance(T::HollarId::get(), &flash_loan_account); - log::trace!(target: "hsm", "Hollar balance in flash loan account: {:?}", hollar_balance); + log::trace!(target: "hsm", "Hollar balance in flash loan account: {hollar_balance:?}"); if direction == ARBITRAGE_DIRECTION_SELL { // Sell hollar to HSM for collateral @@ -1723,7 +1720,7 @@ where let final_acc_balance = ::Currency::balance(collateral_asset_id, &flash_loan_account); let remaining = final_acc_balance.saturating_sub(initial_acc_balance); if remaining > 0 { - log::trace!(target: "hsm", "Collateral remaining : {:?}", remaining); + log::trace!(target: "hsm", "Collateral remaining : {remaining:?}"); // In case there is some collateral left after the buy, // we transfer it to the HSM account ::Currency::transfer( @@ -1763,7 +1760,7 @@ where let remaining = final_balance.saturating_sub(initial_balance); if remaining > 0 { - log::trace!(target: "hsm", "Collateral remaining : {:?}", remaining); + log::trace!(target: "hsm", "Collateral remaining : {remaining:?}"); ::Currency::transfer( collateral_asset_id, &flash_loan_account, @@ -1844,8 +1841,8 @@ where let level: u128 = U256::from_big_endian(&call_result.value[32..64]) .try_into() .unwrap_or(0); - log::trace!(target: "hsm", "Bucket capacity: {:?}", capacity); - log::trace!(target: "hsm", "Bucket level: {:?}", level); + log::trace!(target: "hsm", "Bucket capacity: {capacity:?}"); + log::trace!(target: "hsm", "Bucket level: {level:?}"); capacity.saturating_sub(level) } } diff --git a/pallets/hsm/src/tests/mock.rs b/pallets/hsm/src/tests/mock.rs index 68f39bd2ea..bbeb7ddd24 100644 --- a/pallets/hsm/src/tests/mock.rs +++ b/pallets/hsm/src/tests/mock.rs @@ -138,9 +138,7 @@ impl frame_system::Config for Test { type ExtensionsWeightInfo = (); } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} parameter_type_with_key! { pub ExistentialDeposits: |_currency_id: AssetId| -> Balance { @@ -149,7 +147,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; @@ -164,7 +161,6 @@ impl orml_tokens::Config for Test { // Mock Stableswap implementation impl pallet_stableswap::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Currency = Tokens; type ShareAccountId = DummyAccountIdConstructor; @@ -578,7 +574,6 @@ impl BoundErc20 for GhoContractAddress { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AuthorityOrigin = EnsureRoot; type HollarId = HollarId; type PalletId = PalletId; diff --git a/pallets/hsm/src/tests/trading.rs b/pallets/hsm/src/tests/trading.rs index e44d01fe95..e4c57e3971 100644 --- a/pallets/hsm/src/tests/trading.rs +++ b/pallets/hsm/src/tests/trading.rs @@ -124,8 +124,7 @@ fn selling_collateral_for_hollar_equals_buying_hollar_with_collateral() { // Compare: collateral_amount should equal collateral_for_buy assert_eq!( collateral_amount, collateral_for_buy, - "Selling {} DAI for Hollar should equal buying {} Hollar with DAI", - collateral_amount, hollar_from_sell + "Selling {collateral_amount} DAI for Hollar should equal buying {hollar_from_sell} Hollar with DAI", ); }); } @@ -185,8 +184,7 @@ fn selling_hollar_for_collateral_equals_buying_collateral_with_hollar() { // Compare: hollar_amount should equal hollar_for_buy assert_eq!( hollar_amount, hollar_for_buy, - "Selling {} Hollar for DAI should equal buying {} DAI with Hollar", - hollar_amount, collateral_from_sell + "Selling {hollar_amount} Hollar for DAI should equal buying {collateral_from_sell} DAI with Hollar", ); }); } diff --git a/pallets/lbp/Cargo.toml b/pallets/lbp/Cargo.toml index 135fc3ee65..ac26e80037 100644 --- a/pallets/lbp/Cargo.toml +++ b/pallets/lbp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-lbp" -version = "4.12.0" +version = "4.13.0" description = "HydraDX Liquidity Bootstrapping Pool Pallet" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/lbp/src/lib.rs b/pallets/lbp/src/lib.rs index 4aebc77d3f..5dc5a340e2 100644 --- a/pallets/lbp/src/lib.rs +++ b/pallets/lbp/src/lib.rs @@ -189,8 +189,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + pallet_broadcast::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Multi currency for transfer of currencies type MultiCurrency: MultiCurrencyExtended + MultiLockableCurrency; diff --git a/pallets/lbp/src/mock.rs b/pallets/lbp/src/mock.rs index 7404bb87cb..01ff7c6098 100644 --- a/pallets/lbp/src/mock.rs +++ b/pallets/lbp/src/mock.rs @@ -124,7 +124,6 @@ parameter_types! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -172,12 +171,9 @@ impl LockedBalance for MultiLockedBalance { } } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} impl Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Currency; type LockedBalance = MultiLockedBalance; type CreatePoolOrigin = frame_system::EnsureRoot; diff --git a/pallets/liquidation/Cargo.toml b/pallets/liquidation/Cargo.toml index ffd67f84f0..09ad4065b8 100644 --- a/pallets/liquidation/Cargo.toml +++ b/pallets/liquidation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-liquidation" -version = "2.3.0" +version = "2.4.0" description = "A pallet for money market liquidations" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/liquidation/src/lib.rs b/pallets/liquidation/src/lib.rs index dcf7ef0b3f..ee00a98c52 100644 --- a/pallets/liquidation/src/lib.rs +++ b/pallets/liquidation/src/lib.rs @@ -91,9 +91,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Multi currency. type Currency: Mutate; @@ -247,7 +244,7 @@ pub mod pallet { debt_to_cover: Balance, route: Route, ) -> DispatchResult { - log::trace!(target: "liquidation","liquidating debt asset: {:?} for amount: {:?}", debt_asset, debt_to_cover); + log::trace!(target: "liquidation","liquidating debt asset: {debt_asset:?} for amount: {debt_to_cover:?}"); if debt_asset == T::HollarId::get() { let (flash_minter, loan_receiver) = T::FlashMinter::get().ok_or(Error::::FlashMinterNotSet)?; @@ -368,7 +365,7 @@ impl Pallet { .defensive_ok_or(ArithmeticError::Underflow)?; log::trace!(target: "liquidation", - "Collateral earned: {:?} for asset: {:?}", collateral_earned, collateral_asset); + "Collateral earned: {collateral_earned:?} for asset: {collateral_asset:?}"); T::Router::sell( RawOrigin::Signed(liquidator_account.clone()).into(), @@ -390,7 +387,7 @@ impl Pallet { .ok_or(Error::::NotProfitable)?; log::trace!(target: "liquidation", - "Profit: {:?} for asset: {:?}", profit, debt_asset); + "Profit: {profit:?} for asset: {debt_asset:?}"); ::Currency::transfer( debt_asset, @@ -413,7 +410,7 @@ impl Pallet { /// Liquidates an existing money market position. pub fn liquidate_position(liquidator: EvmAddress, loan_amount: Balance, data: &[u8]) -> DispatchResult { let (collateral_asset_id, debt_asset_id, user, route) = Self::decode_liquidation_data(data)?; - log::trace!(target: "liquidation", "collateral_asset_id: {}, debt_asset_id: {}, user: {:?}, route: {:?}", collateral_asset_id, debt_asset_id, user, route); + log::trace!(target: "liquidation", "collateral_asset_id: {collateral_asset_id}, debt_asset_id: {debt_asset_id}, user: {user:?}, route: {route:?}"); Self::liquidate_position_internal(liquidator, collateral_asset_id, debt_asset_id, loan_amount, user, route) } diff --git a/pallets/liquidation/src/tests/mock.rs b/pallets/liquidation/src/tests/mock.rs index f1b5a6b776..3e930cb505 100644 --- a/pallets/liquidation/src/tests/mock.rs +++ b/pallets/liquidation/src/tests/mock.rs @@ -223,7 +223,6 @@ impl pallet_evm::GasWeightMapping for DummyGasWeightMapping { } } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type Currency = FungibleCurrencies; type Evm = EvmMock; type Router = Router; @@ -268,7 +267,6 @@ impl PriceOracle for PriceProviderMock { } impl pallet_route_executor::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Balance = Balance; type NativeAssetId = HDXAssetId; @@ -281,9 +279,7 @@ impl pallet_route_executor::Config for Test { type WeightInfo = (); } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} parameter_types! { pub const BlockHashCount: u64 = 250; @@ -325,7 +321,6 @@ impl frame_system::Config for Test { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -378,7 +373,6 @@ impl pallet_balances::Config for Test { } impl pallet_currencies::Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = MockErc20Currency; @@ -401,7 +395,6 @@ parameter_types! { type AssetLocation = u8; impl pallet_asset_registry::Config for Test { - type RuntimeEvent = RuntimeEvent; type RegistryOrigin = EnsureRoot; type Currency = Tokens; type UpdateOrigin = EnsureSigned; @@ -416,7 +409,6 @@ impl pallet_asset_registry::Config for Test { } impl pallet_omnipool::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type PositionItemId = u32; type Currency = Currencies; @@ -523,7 +515,6 @@ impl AccountFeeCurrency for FeeCurrencyMock { } impl pallet_evm_accounts::Config for Test { - type RuntimeEvent = RuntimeEvent; type FeeMultiplier = ConstU32<10>; type EvmNonceProvider = EvmNonceProviderMock; type ControllerOrigin = EnsureRoot; diff --git a/pallets/liquidity-mining/Cargo.toml b/pallets/liquidity-mining/Cargo.toml index 2a328112a1..6bc0c52aa4 100644 --- a/pallets/liquidity-mining/Cargo.toml +++ b/pallets/liquidity-mining/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-liquidity-mining" -version = "4.6.0" +version = "4.7.0" description = "Liquidity mining" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/liquidity-mining/src/lib.rs b/pallets/liquidity-mining/src/lib.rs index 21056b38a8..3200f93162 100644 --- a/pallets/liquidity-mining/src/lib.rs +++ b/pallets/liquidity-mining/src/lib.rs @@ -174,8 +174,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + TypeInfo { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Asset type. type AssetId: Parameter + Member + Copy + MaybeSerializeDeserialize + MaxEncodedLen + Into; diff --git a/pallets/liquidity-mining/src/tests/mock.rs b/pallets/liquidity-mining/src/tests/mock.rs index d8df0b9061..2b3db59265 100644 --- a/pallets/liquidity-mining/src/tests/mock.rs +++ b/pallets/liquidity-mining/src/tests/mock.rs @@ -202,7 +202,6 @@ parameter_types! { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type MultiCurrency = Tokens; type PalletId = LMPalletId; @@ -229,7 +228,6 @@ parameter_types! { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type MultiCurrency = Tokens; type PalletId = LMPalletId2; @@ -250,7 +248,6 @@ parameter_types! { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type MultiCurrency = Tokens; type PalletId = LMPalletId3; @@ -290,7 +287,6 @@ impl pallet_balances::Config for Test { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; diff --git a/pallets/nft/Cargo.toml b/pallets/nft/Cargo.toml index bf2fbbc02b..8f7db0d3dc 100644 --- a/pallets/nft/Cargo.toml +++ b/pallets/nft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-nft" -version = "7.2.0" +version = "7.3.0" description = "A generic NFT pallet for managing non-fungible tokens" authors = ["GalacticCoucil"] edition = "2021" diff --git a/pallets/nft/src/lib.rs b/pallets/nft/src/lib.rs index dea7f02f39..6394f34711 100644 --- a/pallets/nft/src/lib.rs +++ b/pallets/nft/src/lib.rs @@ -72,7 +72,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + pallet_uniques::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; type WeightInfo: WeightInfo; type NftCollectionId: Member + Parameter diff --git a/pallets/nft/src/mock.rs b/pallets/nft/src/mock.rs index d96a46e1d4..6407ebe95e 100644 --- a/pallets/nft/src/mock.rs +++ b/pallets/nft/src/mock.rs @@ -76,7 +76,6 @@ impl NftPermission for NftTestPermissions { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type WeightInfo = (); type NftCollectionId = CollectionId; type NftItemId = ItemId; diff --git a/pallets/omnipool-liquidity-mining/Cargo.toml b/pallets/omnipool-liquidity-mining/Cargo.toml index f2e2dd5610..3c88f5652b 100644 --- a/pallets/omnipool-liquidity-mining/Cargo.toml +++ b/pallets/omnipool-liquidity-mining/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-omnipool-liquidity-mining" -version = "3.2.0" +version = "3.3.0" authors = ['GalacticCouncil'] edition = "2021" license = "Apache-2.0" diff --git a/pallets/omnipool-liquidity-mining/src/lib.rs b/pallets/omnipool-liquidity-mining/src/lib.rs index 0362e3e8f8..f2d3f4a31e 100644 --- a/pallets/omnipool-liquidity-mining/src/lib.rs +++ b/pallets/omnipool-liquidity-mining/src/lib.rs @@ -114,9 +114,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + pallet_omnipool::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Currency for transfers. type Currency: MultiCurrency; diff --git a/pallets/omnipool-liquidity-mining/src/migration.rs b/pallets/omnipool-liquidity-mining/src/migration.rs index e94a068a59..bddab7c8ac 100644 --- a/pallets/omnipool-liquidity-mining/src/migration.rs +++ b/pallets/omnipool-liquidity-mining/src/migration.rs @@ -28,8 +28,7 @@ pub fn migrate_to_v1() -> fr log::info!( target: "runtime::omnipool-liquidity-mining", - "Running migration storage v1 for omnipool-liquidity-mining with storage version {:?}", - on_chain_storage_version, + "Running migration storage v1 for omnipool-liquidity-mining with storage version {on_chain_storage_version:?}", ); if on_chain_storage_version < 1 { @@ -50,15 +49,13 @@ pub fn migrate_to_v1() -> fr log::info!( target: "runtime::omnipool-liquidity-mining", - "Running migration storage v1 for omnipool-liquidity-mining with storage version {:?} was complete", - on_chain_storage_version, + "Running migration storage v1 for omnipool-liquidity-mining with storage version {on_chain_storage_version:?} was complete", ); } Err(e) => { log::error!( target: "runtime: omnipool-liquidity-mining", - "Error to create NFT collection: {:?}", - e + "Error to create NFT collection: {e:?}", ); weight = weight.saturating_add(T::DbWeight::get().reads(1)); } @@ -69,8 +66,7 @@ pub fn migrate_to_v1() -> fr } else { log::warn!( target: "runtime::omnipool-liquidity-mining", - "Attempted to apply migration to v1 but failed because storage version is {:?}", - on_chain_storage_version, + "Attempted to apply migration to v1 but failed because storage version is {on_chain_storage_version:?}", ); weight } diff --git a/pallets/omnipool-liquidity-mining/src/tests/mock.rs b/pallets/omnipool-liquidity-mining/src/tests/mock.rs index 4d087f2b06..7626a689bb 100644 --- a/pallets/omnipool-liquidity-mining/src/tests/mock.rs +++ b/pallets/omnipool-liquidity-mining/src/tests/mock.rs @@ -175,7 +175,6 @@ parameter_types! { } impl omnipool_liquidity_mining::Config for Test { - type RuntimeEvent = RuntimeEvent; type Currency = Tokens; type CreateOrigin = frame_system::EnsureRoot; type PalletId = LMPalletId; @@ -237,7 +236,6 @@ parameter_types! { } impl warehouse_liquidity_mining::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type MultiCurrency = Tokens; type PalletId = WarehouseLMPalletId; @@ -277,7 +275,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; @@ -308,7 +305,6 @@ impl SortedMembers for BifrostAcc { } impl pallet_ema_oracle::Config for Test { - type RuntimeEvent = RuntimeEvent; type AuthorityOrigin = EnsureRoot; type BlockNumberProvider = MockBlockNumberProvider; type SupportedPeriods = SupportedPeriods; @@ -339,7 +335,6 @@ parameter_types! { } impl pallet_omnipool::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type PositionItemId = u128; type Currency = Tokens; @@ -365,9 +360,7 @@ impl pallet_omnipool::Config for Test { type HubDestination = TreasuryAccount; } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} pub struct ExtBuilder { endowed_accounts: Vec<(AccountId, AssetId, Balance)>, diff --git a/pallets/omnipool/Cargo.toml b/pallets/omnipool/Cargo.toml index fd76106916..18dc6c9c6c 100644 --- a/pallets/omnipool/Cargo.toml +++ b/pallets/omnipool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-omnipool" -version = "7.1.0" +version = "7.2.0" authors = ['GalacticCouncil'] edition = "2021" license = "Apache-2.0" diff --git a/pallets/omnipool/src/lib.rs b/pallets/omnipool/src/lib.rs index 9e0cca30af..ffe192d2df 100644 --- a/pallets/omnipool/src/lib.rs +++ b/pallets/omnipool/src/lib.rs @@ -148,9 +148,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + pallet_broadcast::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Asset type. type AssetId: Member + Parameter @@ -1677,8 +1674,7 @@ pub mod pallet { assert_eq!( state.shares - state.protocol_shares, total, - "Asset {:?} shares in positions is not equal to shares in asset state", - asset_id + "Asset {asset_id:?} shares in positions is not equal to shares in asset state", ); } Ok(()) @@ -2718,9 +2714,7 @@ impl Pallet { let rq_plus = in_new_reserve.checked_mul(in_new_hub_reserve).unwrap(); debug_assert!( rq_plus >= rq, - "Asset IN trade invariant, {:?}, {:?}", - new_in_state, - old_in_state + "Asset IN trade invariant, {new_in_state:?}, {old_in_state:?}", ); //Ensure Hub reserve in protocol account is equal to sum of all subpool reserves @@ -2771,10 +2765,7 @@ impl Pallet { debug_assert!(left <= middle, "Add liquidity first part"); debug_assert!( middle <= right, - "Add liquidity second part - {:?} <= {:?} <= {:?}", - left, - middle, - right + "Add liquidity second part - {left:?} <= {middle:?} <= {right:?}", ); } } diff --git a/pallets/omnipool/src/tests/invariants.rs b/pallets/omnipool/src/tests/invariants.rs index 913a565ec9..515d990e69 100644 --- a/pallets/omnipool/src/tests/invariants.rs +++ b/pallets/omnipool/src/tests/invariants.rs @@ -1975,7 +1975,7 @@ proptest! { let check_invariant = |msg: &str| { let hub_liquidity = Tokens::free_balance(LRNA, &Omnipool::protocol_account()); let asset_hub_liquidity = sum_asset_hub_liquidity(); - assert_eq!(hub_liquidity, asset_hub_liquidity, "{}", msg); + assert_eq!(hub_liquidity, asset_hub_liquidity, "{msg}"); }; let initial_hdx_state = Omnipool::load_asset_state(HDX).unwrap(); diff --git a/pallets/omnipool/src/tests/mock.rs b/pallets/omnipool/src/tests/mock.rs index 65bde56264..9edafe0e13 100644 --- a/pallets/omnipool/src/tests/mock.rs +++ b/pallets/omnipool/src/tests/mock.rs @@ -157,7 +157,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; @@ -191,12 +190,9 @@ parameter_types! { pub const TreasuryAccount: u64 = TREASURY; } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type PositionItemId = u32; type Currency = Tokens; diff --git a/pallets/omnipool/src/tests/slip_fee.rs b/pallets/omnipool/src/tests/slip_fee.rs index 68d17caa0d..08d3998a7f 100644 --- a/pallets/omnipool/src/tests/slip_fee.rs +++ b/pallets/omnipool/src/tests/slip_fee.rs @@ -94,9 +94,7 @@ fn sell_with_slip_fee_enabled_reduces_output() { // With slip fees, output should be less assert!( amount_with_slip < amount_without_slip, - "Slip fee should reduce output: without_slip={} with_slip={}", - amount_without_slip, - amount_with_slip + "Slip fee should reduce output: without_slip={amount_without_slip} with_slip={amount_with_slip}", ); } @@ -161,9 +159,7 @@ fn buy_with_slip_fee_enabled_increases_cost() { assert!( cost_with_slip > cost_without_slip, - "Slip fee should increase buy cost: without_slip={} with_slip={}", - cost_without_slip, - cost_with_slip + "Slip fee should increase buy cost: without_slip={cost_without_slip} with_slip={cost_with_slip}", ); } @@ -210,9 +206,7 @@ fn sell_hub_asset_with_slip_reduces_output() { assert!( amount_with_slip < amount_without_slip, - "Hub sell with slip should produce less: without={} with={}", - amount_without_slip, - amount_with_slip + "Hub sell with slip should produce less: without={amount_without_slip} with={amount_with_slip}", ); } @@ -275,9 +269,7 @@ fn buy_for_hub_asset_with_slip_increases_cost() { assert!( cost_with_slip > cost_without_slip, - "Hub buy with slip should cost more: without={} with={}", - cost_without_slip, - cost_with_slip + "Hub buy with slip should cost more: without={cost_without_slip} with={cost_with_slip}", ); } @@ -312,9 +304,7 @@ fn consecutive_trades_have_increasing_fee() { assert!( output_second < output_first, - "Second trade should get less output: first={} second={}", - output_first, - output_second + "Second trade should get less output: first={output_first} second={output_second}", ); }); } @@ -392,16 +382,14 @@ fn delta_tracking_is_correct() { let delta_100 = SlipFeeDelta::::get(100); assert!( delta_100.is_negative(), - "Sell-side delta should be negative: {:?}", - delta_100 + "Sell-side delta should be negative: {delta_100:?}", ); // Delta for buy asset (HDX) should be positive (LRNA entered the pool) let delta_hdx = SlipFeeDelta::::get(HDX); assert!( delta_hdx.is_positive(), - "Buy-side delta should be positive: {:?}", - delta_hdx + "Buy-side delta should be positive: {delta_hdx:?}", ); }); } @@ -498,9 +486,7 @@ fn max_cap_is_applied() { // With low cap, slip fee is limited, so output should be higher than with high cap assert!( amount_with_low_cap > amount_with_high_cap, - "Low cap should produce more output (less fee): low_cap={} high_cap={}", - amount_with_low_cap, - amount_with_high_cap + "Low cap should produce more output (less fee): low_cap={amount_with_low_cap} high_cap={amount_with_high_cap}", ); } @@ -557,9 +543,7 @@ fn sell_hub_asset_with_fee_and_slip_verification() { assert!( output_with_slip < output_no_slip, - "Slip should reduce output: no_slip={} with_slip={}", - output_no_slip, - output_with_slip + "Slip should reduce output: no_slip={output_no_slip} with_slip={output_with_slip}", ); // Verify the slip fee impact roughly matches the expected rate. @@ -570,11 +554,7 @@ fn sell_hub_asset_with_fee_and_slip_verification() { // Expected ~37 (3.7%). Allow ±10 tolerance for AMM non-linearity. assert!( (27..=47).contains(&reduction_pct_x1000), - "Slip reduction should be ~3.7%: actual={}‰ (no_slip={}, with_slip={}, reduction={})", - reduction_pct_x1000, - output_no_slip, - output_with_slip, - reduction + "Slip reduction should be ~3.7%: actual={reduction_pct_x1000}‰ (no_slip={output_no_slip}, with_slip={output_with_slip}, reduction={reduction})", ); } @@ -645,9 +625,7 @@ fn buy_for_hub_asset_with_fee_and_slip_verification() { assert!( cost_with_slip > cost_no_slip, - "Slip should increase buy cost: no_slip={} with_slip={}", - cost_no_slip, - cost_with_slip + "Slip should increase buy cost: no_slip={cost_no_slip} with_slip={cost_with_slip}", ); // Verify the extra cost roughly matches expected slip rate. @@ -659,11 +637,7 @@ fn buy_for_hub_asset_with_fee_and_slip_verification() { // Expected somewhere in the range of 0.3%-1.0%. Be generous with tolerance due to AMM non-linearity. assert!( (20..=150).contains(&extra_pct_x10000), - "Slip cost increase should be small for this trade size: actual={}bp (no_slip={}, with_slip={}, extra={})", - extra_pct_x10000, - cost_no_slip, - cost_with_slip, - extra_cost + "Slip cost increase should be small for this trade size: actual={extra_pct_x10000}bp (no_slip={cost_no_slip}, with_slip={cost_with_slip}, extra={extra_cost})", ); } @@ -698,8 +672,7 @@ fn sell_hub_asset_does_not_take_more_lrna_than_specified() { // The user must spend exactly sell_amount, not more assert_eq!( lrna_spent, sell_amount, - "User should spend exactly the specified amount: spent={} specified={}", - lrna_spent, sell_amount + "User should spend exactly the specified amount: spent={lrna_spent} specified={sell_amount}", ); }); } @@ -762,8 +735,7 @@ fn buy_for_hub_asset_charges_exactly_slip_fee_on_top() { assert_eq!( lrna_spent, expected_cost, - "User LRNA cost should equal delta_hub_reserve: spent={} expected={}", - lrna_spent, expected_cost + "User LRNA cost should equal delta_hub_reserve: spent={lrna_spent} expected={expected_cost}", ); }); } diff --git a/pallets/omnipool/src/tests/slip_fee_invariants.rs b/pallets/omnipool/src/tests/slip_fee_invariants.rs index 9748142fef..e0b16a2a55 100644 --- a/pallets/omnipool/src/tests/slip_fee_invariants.rs +++ b/pallets/omnipool/src/tests/slip_fee_invariants.rs @@ -1357,7 +1357,7 @@ proptest! { let check_invariant = |msg: &str| { let hub_liquidity = Tokens::free_balance(LRNA, &Omnipool::protocol_account()); let asset_hub_liquidity = sum_asset_hub_liquidity(); - assert_eq!(hub_liquidity, asset_hub_liquidity, "{}", msg); + assert_eq!(hub_liquidity, asset_hub_liquidity, "{msg}"); }; let initial_hdx_state = Omnipool::load_asset_state(HDX).unwrap(); diff --git a/pallets/omnipool/src/tests/spot_price.rs b/pallets/omnipool/src/tests/spot_price.rs index bb0703442a..9466384672 100644 --- a/pallets/omnipool/src/tests/spot_price.rs +++ b/pallets/omnipool/src/tests/spot_price.rs @@ -257,11 +257,7 @@ fn compare_spot_price_with_and_without_fee_when_lrna_sold() { .unwrap() .checked_mul_int(sell_amount) .unwrap(); - let difference = if calculated_amount_out_with_fee > received { - calculated_amount_out_with_fee - received - } else { - received - calculated_amount_out_with_fee - }; + let difference = calculated_amount_out_with_fee.abs_diff(received); let relative_difference_with_fee = FixedU128::from_rational(difference, received); let tolerated_difference = FixedU128::from_rational(2, 1000); diff --git a/pallets/omnipool/src/traits.rs b/pallets/omnipool/src/traits.rs index 1ff62a4b43..8ec1a3a360 100644 --- a/pallets/omnipool/src/traits.rs +++ b/pallets/omnipool/src/traits.rs @@ -149,11 +149,7 @@ where Err(_) => { log::trace!( target: "omnipool::should_allow_price_change", - "did not pass the price check: who: {:?}, asset_a: {:?}, asset_b: {:?}, current_prie: {:?}", - who, - asset_a, - asset_b, - current_price, + "did not pass the price check: who: {who:?}, asset_a: {asset_a:?}, asset_b: {asset_b:?}, current_prie: {current_price:?}", ); return Err(()); }, diff --git a/pallets/otc-settlements/Cargo.toml b/pallets/otc-settlements/Cargo.toml index 3d1c638dae..b1d33b28bc 100644 --- a/pallets/otc-settlements/Cargo.toml +++ b/pallets/otc-settlements/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-otc-settlements' -version = '1.3.0' +version = '1.4.0' description = 'A pallet with offchain worker closing OTC arbs' authors = ['GalacticCouncil'] edition = '2021' diff --git a/pallets/otc-settlements/src/lib.rs b/pallets/otc-settlements/src/lib.rs index 1cc6741e05..dda00ba062 100644 --- a/pallets/otc-settlements/src/lib.rs +++ b/pallets/otc-settlements/src/lib.rs @@ -116,9 +116,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + pallet_otc::Config + CreateBare> { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Named reservable multi currency. type Currency: Mutate, Balance = Balance>; @@ -306,7 +303,7 @@ impl Pallet { ) -> DispatchResult { log::debug!( target: "offchain_worker::settle_otc", - "calling settle_otc(): otc_id: {:?} amount: {:?} route: {:?}", otc_id, amount, route); + "calling settle_otc(): otc_id: {otc_id:?} amount: {amount:?} route: {route:?}"); let pallet_acc = Self::account_id(); @@ -342,7 +339,7 @@ impl Pallet { if otc.partially_fillable && amount != otc.amount_in { log::debug!( target: "offchain_worker::settle_otc", - "calling partial fill order: amount {:?} ", amount); + "calling partial fill order: amount {amount:?} "); pallet_otc::Pallet::::partial_fill_order(RawOrigin::Signed(pallet_acc.clone()).into(), otc_id, amount)?; } else { log::debug!( @@ -356,7 +353,7 @@ impl Pallet { log::debug!( target: "offchain_worker::settle_otc", - "calling router sell: amount_in {:?} ", otc_amount_out); + "calling router sell: amount_in {otc_amount_out:?} "); // Disable in the benchmarks and use existing weight from the router pallet. #[cfg(not(feature = "runtime-benchmarks"))] @@ -376,9 +373,7 @@ impl Pallet { let router_price_after = T::Router::spot_price_with_fee(&route).ok_or(Error::::PriceNotAvailable)?; log::debug!( target: "offchain_worker::settle_otc", - "final router price: {:?} otc_price: {:?} ", - router_price_after, - otc_price + "final router price: {router_price_after:?} otc_price: {otc_price:?} ", ); // Compare OTC and Router price. @@ -508,7 +503,7 @@ impl Pallet { list.retain(|&(otc_id, otc_price, router_price_before, _)| { log::debug!( target: "offchain_worker::settle_otcs", - "no arb, skipping OTC: {:?}", otc_id); + "no arb, skipping OTC: {otc_id:?}"); router_price_before <= otc_price }); @@ -536,7 +531,7 @@ impl Pallet { for otc_id in sorted_otcs.iter() { log::debug!( target: "offchain_worker::settle_otcs", - "test OTC id {:?} ", otc_id); + "test OTC id {otc_id:?} "); let otc = >::get(otc_id).unwrap(); let route = T::Router::get_route(AssetPair { @@ -547,9 +542,7 @@ impl Pallet { if let Some(sell_amt) = maybe_amount { log::debug!( target: "offchain_worker::settle_otcs", - "Sending TX for OTC id: {:?} amount: {:?}", - otc_id, - sell_amt + "Sending TX for OTC id: {otc_id:?} amount: {sell_amt:?}", ); let call = Call::settle_otc_order { @@ -584,17 +577,15 @@ impl Pallet { for i in 0..iters { log::debug!( target: "offchain_worker::settle_otcs", - "iteration: {:?}", i); + "iteration: {i:?}"); log::debug!( target: "offchain_worker::settle_otcs::binary_search", - "\nsell_amt: {:?}\nsell_amt_up: {:?}\nsell_amt_down: {:?}", sell_amt, sell_amt_up, sell_amt_down); + "\nsell_amt: {sell_amt:?}\nsell_amt_up: {sell_amt_up:?}\nsell_amt_down: {sell_amt_down:?}"); match Self::settle_otc(otc_id, sell_amt, route.clone(), false) { Ok(_) => { log::debug!( target: "offchain_worker::settle_otcs", - "Extrinsic executed successfully for OTC id: {:?} amount: {:?}", - otc_id, - sell_amt + "Extrinsic executed successfully for OTC id: {otc_id:?} amount: {sell_amt:?}", ); return Some(sell_amt); } @@ -602,19 +593,19 @@ impl Pallet { if error == Error::::TradeAmountTooHigh.into() { log::debug!( target: "offchain_worker::settle_otcs", - "Extrinsic failed: trade amount too high for OTC id: {:?} amount: {:?}", otc_id, sell_amt); + "Extrinsic failed: trade amount too high for OTC id: {otc_id:?} amount: {sell_amt:?}"); sell_amt_up = sell_amt; } else if error == Error::::TradeAmountTooLow.into() { log::debug!( target: "offchain_worker::settle_otcs", - "Extrinsic failed: trade amount too low for OTC id: {:?} amount: {:?}", otc_id, sell_amt); + "Extrinsic failed: trade amount too low for OTC id: {otc_id:?} amount: {sell_amt:?}"); sell_amt_down = sell_amt; } else { log::debug!( target: "offchain_worker::settle_otcs", - "Extrinsic failed with error for OTC id: {:?} amount: {:?} error: {:?}", otc_id, sell_amt, error); + "Extrinsic failed with error for OTC id: {otc_id:?} amount: {sell_amt:?} error: {error:?}"); return None; } } diff --git a/pallets/otc-settlements/src/mock.rs b/pallets/otc-settlements/src/mock.rs index 077b58daf3..b1313e84b8 100644 --- a/pallets/otc-settlements/src/mock.rs +++ b/pallets/otc-settlements/src/mock.rs @@ -91,7 +91,6 @@ parameter_type_with_key! { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type Currency = FungibleCurrencies; type Router = Router; type ProfitReceiver = TreasuryAccount; @@ -107,7 +106,6 @@ impl pallet_otc::Config for Test { type AssetId = AssetId; type AssetRegistry = AssetRegistry; type Currency = Currencies; - type RuntimeEvent = RuntimeEvent; type ExistentialDeposits = ExistentialDeposits; type ExistentialDepositMultiplier = ExistentialDepositMultiplier; type Fee = OtcFee; @@ -135,7 +133,6 @@ impl PriceOracle for PriceProviderMock { } impl pallet_route_executor::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Balance = Balance; type NativeAssetId = HDXAssetId; @@ -188,7 +185,6 @@ impl frame_system::Config for Test { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -241,7 +237,6 @@ impl pallet_balances::Config for Test { } impl pallet_currencies::Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = MockErc20Currency; @@ -253,9 +248,7 @@ impl pallet_currencies::Config for Test { type WeightInfo = (); } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} parameter_types! { pub const MinTradingLimit: Balance = 1_000; @@ -272,7 +265,6 @@ parameter_types! { type AssetLocation = u8; impl pallet_asset_registry::Config for Test { - type RuntimeEvent = RuntimeEvent; type RegistryOrigin = EnsureRoot; type Currency = Tokens; type UpdateOrigin = EnsureSigned; @@ -301,7 +293,6 @@ impl hydradx_traits::pools::DustRemovalAccountWhitelist for DummyDust } impl pallet_omnipool::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type PositionItemId = u32; type Currency = Currencies; diff --git a/pallets/otc/Cargo.toml b/pallets/otc/Cargo.toml index bf8f6b22f6..e6feaafcf4 100644 --- a/pallets/otc/Cargo.toml +++ b/pallets/otc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-otc' -version = '2.3.0' +version = '2.4.0' description = 'A pallet for trustless over-the-counter trading' authors = ['GalacticCouncil'] edition = '2021' diff --git a/pallets/otc/src/lib.rs b/pallets/otc/src/lib.rs index c5f7bbfdc9..cd57b92135 100644 --- a/pallets/otc/src/lib.rs +++ b/pallets/otc/src/lib.rs @@ -100,9 +100,6 @@ pub mod pallet { Balance = Balance, >; - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Existential deposits provider. type ExistentialDeposits: GetByKey; diff --git a/pallets/otc/src/tests/mock.rs b/pallets/otc/src/tests/mock.rs index eb8b87e839..06821e7f31 100644 --- a/pallets/otc/src/tests/mock.rs +++ b/pallets/otc/src/tests/mock.rs @@ -85,7 +85,6 @@ impl otc::Config for Test { type AssetId = AssetId; type AssetRegistry = DummyRegistry; type Currency = Tokens; - type RuntimeEvent = RuntimeEvent; type ExistentialDeposits = ExistentialDeposits; type ExistentialDepositMultiplier = ExistentialDepositMultiplier; type Fee = OtcFee; @@ -133,7 +132,6 @@ impl system::Config for Test { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -146,9 +144,7 @@ impl orml_tokens::Config for Test { type CurrencyHooks = (); } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} pub struct DummyRegistry(sp_std::marker::PhantomData); diff --git a/pallets/referrals/Cargo.toml b/pallets/referrals/Cargo.toml index 2b898121be..3275fd55d5 100644 --- a/pallets/referrals/Cargo.toml +++ b/pallets/referrals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-referrals" -version = "1.4.0" +version = "1.5.0" authors = ['GalacticCouncil'] edition = "2021" license = "Apache-2.0" diff --git a/pallets/referrals/src/lib.rs b/pallets/referrals/src/lib.rs index 49b960b89f..d4186b264f 100644 --- a/pallets/referrals/src/lib.rs +++ b/pallets/referrals/src/lib.rs @@ -177,9 +177,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Origin that can set asset reward percentages. type AuthorityOrigin: EnsureOrigin; diff --git a/pallets/referrals/src/tests.rs b/pallets/referrals/src/tests.rs index b70794d84a..68efe9216a 100644 --- a/pallets/referrals/src/tests.rs +++ b/pallets/referrals/src/tests.rs @@ -128,7 +128,6 @@ impl Get> for ExtAccount { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AuthorityOrigin = EnsureRoot; type AssetId = AssetId; type Currency = Tokens; @@ -188,7 +187,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; @@ -202,7 +200,6 @@ impl orml_tokens::Config for Test { } impl mock_amm::pallet::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type TradeHooks = AmmTrader; } diff --git a/pallets/referrals/src/tests/mock_amm.rs b/pallets/referrals/src/tests/mock_amm.rs index ed988b50ac..118fa1b346 100644 --- a/pallets/referrals/src/tests/mock_amm.rs +++ b/pallets/referrals/src/tests/mock_amm.rs @@ -13,8 +13,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; type AssetId: frame_support::traits::tokens::AssetId + MaybeSerializeDeserialize; type TradeHooks: Hooks; diff --git a/pallets/relaychain-info/Cargo.toml b/pallets/relaychain-info/Cargo.toml index a51b5f08ce..282a5ca5e2 100644 --- a/pallets/relaychain-info/Cargo.toml +++ b/pallets/relaychain-info/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-relaychain-info" -version = "0.3.6" +version = "0.4.0" description = "Relaychain info pallet provides various support features for a parachain" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/relaychain-info/src/lib.rs b/pallets/relaychain-info/src/lib.rs index e45c1ef0d7..1b28d12b0e 100644 --- a/pallets/relaychain-info/src/lib.rs +++ b/pallets/relaychain-info/src/lib.rs @@ -38,8 +38,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Provider of relay chain block number type RelaychainBlockNumberProvider: BlockNumberProvider>; } diff --git a/pallets/route-executor/Cargo.toml b/pallets/route-executor/Cargo.toml index 6002397aca..d923a5d9a7 100644 --- a/pallets/route-executor/Cargo.toml +++ b/pallets/route-executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-route-executor" -version = "2.11.0" +version = "2.12.0" description = "A pallet to execute a route containing a sequence of trades" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/route-executor/src/lib.rs b/pallets/route-executor/src/lib.rs index 4e835be798..e66a546194 100644 --- a/pallets/route-executor/src/lib.rs +++ b/pallets/route-executor/src/lib.rs @@ -17,6 +17,7 @@ #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::manual_inspect)] +#![allow(clippy::useless_conversion)] use codec::MaxEncodedLen; use frame_support::traits::fungibles::Mutate; @@ -77,8 +78,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + pallet_broadcast::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Asset id type type AssetId: Parameter + Member + Copy + MaybeSerializeDeserialize + MaxEncodedLen + AtLeast32BitUnsigned; diff --git a/pallets/route-executor/src/tests/mock.rs b/pallets/route-executor/src/tests/mock.rs index 9157805fa3..2684a7ac01 100644 --- a/pallets/route-executor/src/tests/mock.rs +++ b/pallets/route-executor/src/tests/mock.rs @@ -102,7 +102,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -139,7 +138,6 @@ impl pallet_balances::Config for Test { } impl pallet_currencies::Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = MockErc20Currency; @@ -151,9 +149,7 @@ impl pallet_currencies::Config for Test { type WeightInfo = (); } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} type Pools = (XYK, StableSwap, OmniPool, LBP); @@ -166,7 +162,6 @@ parameter_types! { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Balance = Balance; type NativeAssetId = NativeCurrencyId; diff --git a/pallets/signet/Cargo.toml b/pallets/signet/Cargo.toml index 470aeba4b9..9bca3f8449 100644 --- a/pallets/signet/Cargo.toml +++ b/pallets/signet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-signet" -version = "1.1.0" +version = "1.2.0" authors = ["Signet"] edition = "2021" license = "Apache-2.0" diff --git a/pallets/signet/src/lib.rs b/pallets/signet/src/lib.rs index 6a9d816279..2baa94c6c0 100644 --- a/pallets/signet/src/lib.rs +++ b/pallets/signet/src/lib.rs @@ -54,8 +54,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - type UpdateOrigin: EnsureOrigin; /// Currency for handling deposits and fees diff --git a/pallets/signet/src/tests/mod.rs b/pallets/signet/src/tests/mod.rs index 4b2289f311..b42229aee8 100644 --- a/pallets/signet/src/tests/mod.rs +++ b/pallets/signet/src/tests/mod.rs @@ -137,7 +137,6 @@ parameter_types! { } impl pallet_signet::Config for Test { - type RuntimeEvent = RuntimeEvent; type Currency = Balances; type PalletId = SignetPalletId; type MaxChainIdLength = MaxChainIdLength; diff --git a/pallets/signet/src/tests/test_cases.rs b/pallets/signet/src/tests/test_cases.rs index fc777837ea..76ed8debf6 100644 --- a/pallets/signet/src/tests/test_cases.rs +++ b/pallets/signet/src/tests/test_cases.rs @@ -766,12 +766,9 @@ fn test_cross_pallet_execution() { ); println!("✅ Cross-pallet test passed!"); - println!(" User {} called MockCaller", NON_ADMIN); + println!(" User {NON_ADMIN} called MockCaller"); println!(" MockCaller called Signet"); - println!( - " Signet saw sender as: {:?} (the pallet account)", - mock_pallet_account - ); - println!(" NOT as: {} (the original user)", NON_ADMIN); + println!(" Signet saw sender as: {mock_pallet_account:?} (the pallet account)",); + println!(" NOT as: {NON_ADMIN} (the original user)"); }); } diff --git a/pallets/stableswap/Cargo.toml b/pallets/stableswap/Cargo.toml index 1ec9c827df..8de5ff2942 100644 --- a/pallets/stableswap/Cargo.toml +++ b/pallets/stableswap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-stableswap" -version = "7.2.4" +version = "7.3.0" description = "AMM for correlated assets" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/stableswap/src/lib.rs b/pallets/stableswap/src/lib.rs index fd243bf666..e46c255534 100644 --- a/pallets/stableswap/src/lib.rs +++ b/pallets/stableswap/src/lib.rs @@ -135,9 +135,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + pallet_broadcast::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Provider for the current block number. type BlockNumberProvider: BlockNumberProvider>; @@ -2031,9 +2028,7 @@ impl Pallet { .unwrap(); assert!( final_d >= initial_d, - "Add liquidity Invariant broken: D+ is less than initial D; {:?} <= {:?}", - initial_d, - final_d + "Add liquidity Invariant broken: D+ is less than initial D; {initial_d:?} <= {final_d:?}", ); if initial_issuance.is_zero() { return; @@ -2043,9 +2038,7 @@ impl Pallet { let final_r = FixedU128::from_rational(final_d, current_share_issuance); assert!( final_r >= initial_r, - "Add liquidity Invariant broken: R+ is less than initial R; {:?} <= {:?}", - initial_r, - final_r + "Add liquidity Invariant broken: R+ is less than initial R; {initial_r:?} <= {final_r:?}", ); } @@ -2074,9 +2067,7 @@ impl Pallet { .unwrap(); assert!( final_d <= initial_d, - "Remove liquidity Invariant broken: D+ is more than initial D; {:?} >= {:?}", - initial_d, - final_d + "Remove liquidity Invariant broken: D+ is more than initial D; {initial_d:?} >= {final_d:?}", ); let current_share_issuance = T::Currency::total_issuance(pool_id); if current_share_issuance.is_zero() { @@ -2086,9 +2077,7 @@ impl Pallet { let final_r = FixedU128::from_rational(final_d, current_share_issuance); assert!( final_r >= initial_r, - "Remove liquidity Invariant broken: R+ is less than initial R; {:?} <= {:?}", - initial_r, - final_r + "Remove liquidity Invariant broken: R+ is less than initial R; {initial_r:?} <= {final_r:?}", ); } #[cfg(any(feature = "try-runtime", test))] @@ -2110,9 +2099,7 @@ impl Pallet { .unwrap(); assert!( final_d >= initial_d, - "Trade Invariant broken: D+ is less than initial D; {:?} <= {:?}", - initial_d, - final_d + "Trade Invariant broken: D+ is less than initial D; {initial_d:?} <= {final_d:?}", ); } } diff --git a/pallets/stableswap/src/migrations/v1.rs b/pallets/stableswap/src/migrations/v1.rs index 29a7649638..283a06811b 100644 --- a/pallets/stableswap/src/migrations/v1.rs +++ b/pallets/stableswap/src/migrations/v1.rs @@ -48,7 +48,7 @@ impl> UncheckedOnRuntimeUpgrade for unversioned: let current_block = T::BlockNumberProvider::current_block_number(); for (k, peg_info_v0) in v0::PoolPegs::::iter() { - log::info!(target: LOG_TARGET, "updating pegs for pool_id: {:?}", k); + log::info!(target: LOG_TARGET, "updating pegs for pool_id: {k:?}"); //NOTE: 1 read for v0::PoolPegs reads += 1; @@ -56,7 +56,7 @@ impl> UncheckedOnRuntimeUpgrade for unversioned: let pool = if let Some(p) = Pools::::get(k) { p } else { - log::error!(target: LOG_TARGET, "load pool from storage, pool_id: {:?}", k); + log::error!(target: LOG_TARGET, "load pool from storage, pool_id: {k:?}"); continue; }; @@ -64,7 +64,7 @@ impl> UncheckedOnRuntimeUpgrade for unversioned: let target_pegs = match Pallet::::get_target_pegs(&pool.assets, &peg_info_v0.source) { Ok(p) => p, Err(e) => { - log::error!(target: LOG_TARGET, "to get target pegs, pool_id: {:?}, err: {:?}", k, e); + log::error!(target: LOG_TARGET, "to get target pegs, pool_id: {k:?}, err: {e:?}"); continue; } }; @@ -92,7 +92,7 @@ impl> UncheckedOnRuntimeUpgrade for unversioned: ) { p } else { - log::error!(target: LOG_TARGET, "to recalculate pegs, pool_id: {:?}", k); + log::error!(target: LOG_TARGET, "to recalculate pegs, pool_id: {k:?}"); continue; }; diff --git a/pallets/stableswap/src/tests/calculate_spot_price.rs b/pallets/stableswap/src/tests/calculate_spot_price.rs index 4d7400f0f0..16507e8f87 100644 --- a/pallets/stableswap/src/tests/calculate_spot_price.rs +++ b/pallets/stableswap/src/tests/calculate_spot_price.rs @@ -144,11 +144,7 @@ fn spot_price_calculation_should_work_when_asset_in_is_share_with_12_decimals() //Check if spot price calculation is correct let calculated_amount_out = spot_price.reciprocal().unwrap().checked_mul_int(sell_amount).unwrap(); - let difference = if calculated_amount_out > expected { - calculated_amount_out - expected - } else { - expected - calculated_amount_out - }; + let difference = calculated_amount_out.abs_diff(expected); let relative_difference = FixedU128::from_rational(difference, expected); let tolerated_difference = FixedU128::from_rational(1, 100); // The difference of the amount out calculated with spot price should be less than 1% @@ -223,11 +219,7 @@ fn spot_price_calculation_should_work_when_asset_in_is_share_with_18_decimals() //Check if spot price calculation is correct let calculated_amount_out = spot_price.reciprocal().unwrap().checked_mul_int(sell_amount).unwrap(); - let difference = if expected > calculated_amount_out { - expected - calculated_amount_out - } else { - calculated_amount_out - expected - }; + let difference = expected.abs_diff(calculated_amount_out); let relative_difference = FixedU128::from_rational(difference, expected); let tolerated_difference = FixedU128::from_rational(1, 100); // The difference of the amount out calculated with spot price should be less than 1% @@ -305,11 +297,7 @@ fn spot_price_calculation_should_work_when_asset_out_is_share_with_12_decimals() //Check if spot price calculation is correct let calculated_amount_out = spot_price.reciprocal().unwrap().checked_mul_int(sell_amount).unwrap(); - let difference = if calculated_amount_out > expected { - calculated_amount_out - expected - } else { - expected - calculated_amount_out - }; + let difference = calculated_amount_out.abs_diff(expected); let relative_difference = FixedU128::from_rational(difference, expected); // The difference of the amount out calculated with spot price should be less than 0.1% @@ -380,11 +368,7 @@ fn spot_price_calculation_should_work_when_asset_out_is_share_with_18_decimals() //Check if spot price calculation is correct let calculated_amount_out = spot_price.reciprocal().unwrap().checked_mul_int(sell_amount).unwrap(); - let difference = if calculated_amount_out > expected { - calculated_amount_out - expected - } else { - expected - calculated_amount_out - }; + let difference = calculated_amount_out.abs_diff(expected); let relative_difference = FixedU128::from_rational(difference, expected); // The difference of the amount out calculated with spot price should be less than 1% let tolerated_difference = FixedU128::from_rational(1, 1000); @@ -519,11 +503,7 @@ fn spot_price_calculation_should_work_for_two_stableassets_on_different_position //Check if spot price calculation is correct let calculated_amount_out = spot_price.reciprocal().unwrap().checked_mul_int(sell_amount).unwrap(); - let difference = if expected > calculated_amount_out { - expected - calculated_amount_out - } else { - calculated_amount_out - expected - }; + let difference = expected.abs_diff(calculated_amount_out); let relative_difference = FixedU128::from_rational(difference, expected); let tolerated_difference = FixedU128::from_rational(1, 1000); assert_eq_approx!( @@ -604,15 +584,11 @@ mod invariants { //Check if spot price calculation is correct let calculated_amount_out = spot_price.reciprocal().unwrap().checked_mul_int(sell_amount).unwrap(); - let difference = if calculated_amount_out > expected { - calculated_amount_out - expected - } else { - expected - calculated_amount_out - }; + let difference = calculated_amount_out.abs_diff(expected); let relative_difference = FixedU128::from_rational(difference, expected); let tolerated_difference = FixedU128::from_rational(1, 100); // The difference of the amount out calculated with spot price should be less than 1% - assert!(relative_difference < tolerated_difference, "relative difference: {:?}, tolerated difference: {:?}", relative_difference, tolerated_difference); + assert!(relative_difference < tolerated_difference, "relative difference: {relative_difference:?}, tolerated difference: {tolerated_difference:?}"); }); } } @@ -672,11 +648,7 @@ mod invariants { //Check if spot price calculation is correct let calculated_amount_out = spot_price.reciprocal().unwrap().checked_mul_int(sell_amount).unwrap(); - let difference = if calculated_amount_out > expected { - calculated_amount_out - expected - } else { - expected - calculated_amount_out - }; + let difference = calculated_amount_out.abs_diff(expected); let relative_difference = FixedU128::from_rational(difference, expected); let tolerated_difference = FixedU128::from_rational(1, 100); // The difference of the amount out calculated with spot price should be less than 1% diff --git a/pallets/stableswap/src/tests/mock.rs b/pallets/stableswap/src/tests/mock.rs index 3344c5a343..2f92858a99 100644 --- a/pallets/stableswap/src/tests/mock.rs +++ b/pallets/stableswap/src/tests/mock.rs @@ -149,7 +149,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; @@ -198,12 +197,9 @@ impl DustRemovalAccountWhitelist for Whitelist { } } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Currency = Tokens; type ShareAccountId = AccountIdConstructor; @@ -616,7 +612,7 @@ impl PegRawOracle for DummyPegOracle { updated_at: System::block_number(), }) } - _ => panic!("unusupported oracle types: {:?}", source), + _ => panic!("unusupported oracle types: {source:?}"), } } } @@ -725,7 +721,6 @@ impl Contains for CircuitBreakerWhitelist { } impl pallet_circuit_breaker::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Balance = Balance; type AuthorityOrigin = EnsureRoot; diff --git a/pallets/staking/Cargo.toml b/pallets/staking/Cargo.toml index d54239c042..f55cb45091 100644 --- a/pallets/staking/Cargo.toml +++ b/pallets/staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-staking" -version = "4.2.0" +version = "4.3.0" authors = ['GalacticCouncil'] edition = "2021" license = "Apache-2.0" diff --git a/pallets/staking/src/lib.rs b/pallets/staking/src/lib.rs index 5ab81a9da3..03e953e889 100644 --- a/pallets/staking/src/lib.rs +++ b/pallets/staking/src/lib.rs @@ -79,8 +79,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Origin to initialize staking. type AuthorityOrigin: EnsureOrigin; diff --git a/pallets/staking/src/migrations.rs b/pallets/staking/src/migrations.rs index c884eaa6af..086064a49a 100644 --- a/pallets/staking/src/migrations.rs +++ b/pallets/staking/src/migrations.rs @@ -15,7 +15,7 @@ impl OnRuntimeUpgrade for SetSixSecBlocksSince { *block_height = current_block_height } - log::info!("SixSecBlocksSince set to: {:?}", current_block_height); + log::info!("SixSecBlocksSince set to: {current_block_height:?}"); }); T::DbWeight::get().reads_writes(1, 1) diff --git a/pallets/staking/src/tests/mock.rs b/pallets/staking/src/tests/mock.rs index 67ba4f3f81..e1ee86d8c7 100644 --- a/pallets/staking/src/tests/mock.rs +++ b/pallets/staking/src/tests/mock.rs @@ -178,7 +178,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; @@ -206,7 +205,6 @@ parameter_types! { impl pallet_staking::Config for Test { type WeightInfo = (); - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Currency = Tokens; type PeriodLength = PeriodLength; diff --git a/pallets/transaction-multi-payment/Cargo.toml b/pallets/transaction-multi-payment/Cargo.toml index a21b531ec8..93a72537b6 100644 --- a/pallets/transaction-multi-payment/Cargo.toml +++ b/pallets/transaction-multi-payment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-transaction-multi-payment" -version = "10.3.1" +version = "10.4.0" description = "Transaction multi currency payment support module" authors = ["GalacticCoucil"] edition = "2021" diff --git a/pallets/transaction-multi-payment/src/lib.rs b/pallets/transaction-multi-payment/src/lib.rs index 226922108c..7175c2396f 100644 --- a/pallets/transaction-multi-payment/src/lib.rs +++ b/pallets/transaction-multi-payment/src/lib.rs @@ -20,6 +20,7 @@ #![allow(clippy::too_many_arguments)] #![allow(clippy::large_enum_variant)] #![allow(clippy::manual_inspect)] +#![allow(clippy::useless_conversion)] pub mod weights; @@ -114,9 +115,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + pallet_transaction_payment::Config { - /// Because this pallet emits events, it depends on the runtime's definition of an event. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// The origin which can add/remove accepted currencies type AcceptedCurrencyOrigin: EnsureOrigin; diff --git a/pallets/transaction-multi-payment/src/mock.rs b/pallets/transaction-multi-payment/src/mock.rs index 4125017b51..65d67ca1b6 100644 --- a/pallets/transaction-multi-payment/src/mock.rs +++ b/pallets/transaction-multi-payment/src/mock.rs @@ -165,7 +165,6 @@ impl system::Config for Test { } impl Config for Test { - type RuntimeEvent = RuntimeEvent; type AcceptedCurrencyOrigin = frame_system::EnsureRoot; type Currencies = Currencies; type RouteProvider = DefaultRouteProvider; @@ -339,7 +338,6 @@ impl MutationHooks for CurrencyHooks { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -353,7 +351,6 @@ impl orml_tokens::Config for Test { } impl pallet_currencies::Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = MockErc20Currency; @@ -388,7 +385,6 @@ impl AccountFeeCurrency for FeeCurrencyMock { } impl pallet_evm_accounts::Config for Test { - type RuntimeEvent = RuntimeEvent; type EvmNonceProvider = EvmNonceProvider; type FeeMultiplier = frame_support::traits::ConstU32<10>; type ControllerOrigin = frame_system::EnsureRoot; diff --git a/pallets/transaction-pause/Cargo.toml b/pallets/transaction-pause/Cargo.toml index 5a3d73dde0..668a91ebd3 100644 --- a/pallets/transaction-pause/Cargo.toml +++ b/pallets/transaction-pause/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-transaction-pause" -version = "1.2.0" +version = "1.3.0" authors = ["Acala Developers", "GalacticCouncil"] edition = "2021" diff --git a/pallets/transaction-pause/src/lib.rs b/pallets/transaction-pause/src/lib.rs index f5edad8b45..1174eba7a7 100644 --- a/pallets/transaction-pause/src/lib.rs +++ b/pallets/transaction-pause/src/lib.rs @@ -55,8 +55,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// The origin which may set the transaction pause filter. type UpdateOrigin: EnsureOrigin; diff --git a/pallets/transaction-pause/src/mock.rs b/pallets/transaction-pause/src/mock.rs index 61f00c37b6..d5b78f2d61 100644 --- a/pallets/transaction-pause/src/mock.rs +++ b/pallets/transaction-pause/src/mock.rs @@ -103,7 +103,6 @@ parameter_types! { } impl orml_tokens::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = CurrencyId; @@ -121,7 +120,6 @@ ord_parameter_types! { } impl Config for Runtime { - type RuntimeEvent = RuntimeEvent; type UpdateOrigin = EnsureSignedBy; type WeightInfo = (); } diff --git a/pallets/xcm-rate-limiter/src/lib.rs b/pallets/xcm-rate-limiter/src/lib.rs index 3f63781049..71e338c7fa 100644 --- a/pallets/xcm-rate-limiter/src/lib.rs +++ b/pallets/xcm-rate-limiter/src/lib.rs @@ -111,9 +111,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - /// The overarching event type. - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Identifier for the class of asset. type AssetId: Member + Parameter diff --git a/pallets/xyk-liquidity-mining/Cargo.toml b/pallets/xyk-liquidity-mining/Cargo.toml index 954668eb65..c5d2133797 100644 --- a/pallets/xyk-liquidity-mining/Cargo.toml +++ b/pallets/xyk-liquidity-mining/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-xyk-liquidity-mining" -version = "1.7.0" +version = "1.8.0" description = "Liquidity mining" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/xyk-liquidity-mining/src/lib.rs b/pallets/xyk-liquidity-mining/src/lib.rs index bcf3c929ec..baf105c619 100644 --- a/pallets/xyk-liquidity-mining/src/lib.rs +++ b/pallets/xyk-liquidity-mining/src/lib.rs @@ -109,8 +109,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Currency for transfers. type Currencies: MultiCurrency; diff --git a/pallets/xyk-liquidity-mining/src/migration.rs b/pallets/xyk-liquidity-mining/src/migration.rs index 793218376f..676f7ad781 100644 --- a/pallets/xyk-liquidity-mining/src/migration.rs +++ b/pallets/xyk-liquidity-mining/src/migration.rs @@ -28,8 +28,7 @@ pub fn migrate_to_v1() -> frame_support::weights::Weight { log::info!( target: "runtime::xyk-liquidity-mining", - "Running migration storage v1 for xyk-liquidity-mining with storage version {:?}", - on_chain_storage_version, + "Running migration storage v1 for xyk-liquidity-mining with storage version {on_chain_storage_version:?}", ); if on_chain_storage_version < 1 { @@ -50,15 +49,13 @@ pub fn migrate_to_v1() -> frame_support::weights::Weight { log::info!( target: "runtime::xyk-liquidity-mining", - "Running migration storage v1 for xyk-liquidity-mining with storage version {:?} was complete", - on_chain_storage_version, + "Running migration storage v1 for xyk-liquidity-mining with storage version {on_chain_storage_version:?} was complete", ); } Err(e) => { log::error!( target: "runtime: xyk-liquidity-mining", - "Error to create NFT collection: {:?}", - e + "Error to create NFT collection: {e:?}", ); weight = weight.saturating_add(T::DbWeight::get().reads(1)); } @@ -69,8 +66,7 @@ pub fn migrate_to_v1() -> frame_support::weights::Weight { } else { log::warn!( target: "runtime::xyk-liquidity-mining", - "Attempted to apply migration to v1 but failed because storage version is {:?}", - on_chain_storage_version, + "Attempted to apply migration to v1 but failed because storage version is {on_chain_storage_version:?}", ); weight } diff --git a/pallets/xyk-liquidity-mining/src/tests/mock.rs b/pallets/xyk-liquidity-mining/src/tests/mock.rs index 57a3fd6c65..05193487ab 100644 --- a/pallets/xyk-liquidity-mining/src/tests/mock.rs +++ b/pallets/xyk-liquidity-mining/src/tests/mock.rs @@ -272,7 +272,6 @@ parameter_types! { } impl liq_mining::Config for Test { - type RuntimeEvent = RuntimeEvent; type Currencies = Tokens; type CreateOrigin = frame_system::EnsureRoot; type WeightInfo = (); @@ -902,7 +901,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; diff --git a/pallets/xyk/Cargo.toml b/pallets/xyk/Cargo.toml index 868e3fbcfa..e2656944e3 100644 --- a/pallets/xyk/Cargo.toml +++ b/pallets/xyk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-xyk" -version = "8.1.0" +version = "8.2.0" description = "XYK automated market maker" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/xyk/src/lib.rs b/pallets/xyk/src/lib.rs index 8a11d8e014..07d527ae4a 100644 --- a/pallets/xyk/src/lib.rs +++ b/pallets/xyk/src/lib.rs @@ -84,8 +84,6 @@ pub mod pallet { #[pallet::config] pub trait Config: frame_system::Config + pallet_broadcast::Config { - type RuntimeEvent: From> + IsType<::RuntimeEvent>; - /// Registry support type AssetRegistry: Create; @@ -741,9 +739,7 @@ impl Pallet { if r.is_err() { log::trace!( - target: "xyk::remova_liquidity", "XYK: Failed to remove account {:?} from dust-removal whitelist. Reason {:?}", - pair_account, - r + target: "xyk::remova_liquidity", "XYK: Failed to remove account {pair_account:?} from dust-removal whitelist. Reason {r:?}", ); } diff --git a/pallets/xyk/src/tests/mock.rs b/pallets/xyk/src/tests/mock.rs index 71062de1e4..da422fb446 100644 --- a/pallets/xyk/src/tests/mock.rs +++ b/pallets/xyk/src/tests/mock.rs @@ -97,7 +97,6 @@ parameter_types! { } impl pallet_asset_registry::Config for Test { - type RuntimeEvent = RuntimeEvent; type RegistryOrigin = EnsureSigned; type Currency = Currency; type UpdateOrigin = EnsureSigned; @@ -151,7 +150,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -194,12 +192,9 @@ impl CanCreatePool for Disallow10_10Pool { } } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} impl xyk::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetRegistry = AssetRegistry; type AssetPairAccountId = AssetPairAccountIdTest; type Currency = Currency; diff --git a/precompiles/call-permit/Cargo.toml b/precompiles/call-permit/Cargo.toml index 189fb74764..f06c671dfc 100644 --- a/precompiles/call-permit/Cargo.toml +++ b/precompiles/call-permit/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-evm-precompile-call-permit" description = "A Precompile to dispatch a call with a ERC712 permit." edition = "2021" -version = "0.2.0" +version = "0.3.0" authors = ["PureStake"] repository = "https://github.com/PureStake/moonbeam" diff --git a/precompiles/call-permit/src/mock.rs b/precompiles/call-permit/src/mock.rs index 3276a5975d..594cd9c509 100644 --- a/precompiles/call-permit/src/mock.rs +++ b/precompiles/call-permit/src/mock.rs @@ -130,7 +130,6 @@ impl pallet_evm::Config for Runtime { type WithdrawOrigin = EnsureAddressNever; type AddressMapping = AccountId; type Currency = Balances; - type RuntimeEvent = RuntimeEvent; type PrecompilesType = Precompiles; type PrecompilesValue = PrecompilesValue; type ChainId = (); diff --git a/precompiles/utils/Cargo.toml b/precompiles/utils/Cargo.toml index d9e0ae6422..c6be32037d 100644 --- a/precompiles/utils/Cargo.toml +++ b/precompiles/utils/Cargo.toml @@ -2,7 +2,7 @@ name = "precompile-utils" description = "Utils to write EVM precompiles." edition = "2021" -version = "0.2.0" +version = "0.3.0" authors = ["PureStake"] repository = "https://github.com/PureStake/moonbeam" diff --git a/precompiles/utils/src/evm/handle.rs b/precompiles/utils/src/evm/handle.rs index 4dafa6224f..bdf21b3474 100644 --- a/precompiles/utils/src/evm/handle.rs +++ b/precompiles/utils/src/evm/handle.rs @@ -59,7 +59,6 @@ pub trait PrecompileHandleExt: PrecompileHandle { } impl PrecompileHandleExt for T { - #[must_use] fn record_db_read( &mut self, data_max_encoded_len: usize, @@ -71,7 +70,6 @@ impl PrecompileHandleExt for T { /// Record cost of a log manualy. /// This can be useful to record log costs early when their content have static size. - #[must_use] fn record_log_costs_manual(&mut self, topics: usize, data_len: usize) -> EvmResult { self.record_cost(crate::evm::costs::log_costs(topics, data_len)?)?; @@ -79,7 +77,6 @@ impl PrecompileHandleExt for T { } /// Record cost of logs. - #[must_use] fn record_log_costs(&mut self, logs: &[&Log]) -> EvmResult { for log in logs { self.record_log_costs_manual(log.topics.len(), log.data.len())?; @@ -88,20 +85,17 @@ impl PrecompileHandleExt for T { Ok(()) } - #[must_use] /// Check that a function call is compatible with the context it is /// called into. fn check_function_modifier(&self, modifier: FunctionModifier) -> MayRevert { crate::solidity::modifier::check_function_modifier(self.context(), self.is_static(), modifier) } - #[must_use] /// Read the selector from the input data as u32. fn read_u32_selector(&self) -> MayRevert { crate::solidity::codec::selector(self.input()).ok_or(RevertReason::read_out_of_bounds("selector").into()) } - #[must_use] /// Returns a reader of the input, skipping the selector. fn read_after_selector(&self) -> MayRevert { Reader::new_skip_selector(self.input()) diff --git a/runtime/adapters/Cargo.toml b/runtime/adapters/Cargo.toml index f368fb1f76..a0c9aefc49 100644 --- a/runtime/adapters/Cargo.toml +++ b/runtime/adapters/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydradx-adapters" -version = "1.12.1" +version = "1.13.0" description = "Structs and other generic types for building runtimes." authors = ["GalacticCouncil"] edition = "2021" diff --git a/runtime/adapters/src/lib.rs b/runtime/adapters/src/lib.rs index 107e9c814d..97a4602647 100644 --- a/runtime/adapters/src/lib.rs +++ b/runtime/adapters/src/lib.rs @@ -153,8 +153,7 @@ impl< _context: &XcmContext, ) -> Result { log::trace!( - target: "xcm::weight", "MultiCurrencyTrader::buy_weight weight: {:?}, payment: {:?}", - weight, payment + target: "xcm::weight", "MultiCurrencyTrader::buy_weight weight: {weight:?}, payment: {payment:?}", ); let (asset_loc, price) = self.get_asset_and_price(&payment).ok_or(XcmError::AssetNotFound)?; let fee = ConvertWeightToFee::weight_to_fee(&weight); @@ -245,7 +244,7 @@ impl< C::convert(asset).and_then(|id| { let receiver = F::get(); D::deposit_fee(&receiver, id, amount.saturated_into::()) - .map_err(|e| log::trace!(target: "xcm::take_revenue", "Could not deposit fee: {:?}", e)) + .map_err(|e| log::trace!(target: "xcm::take_revenue", "Could not deposit fee: {e:?}")) .ok() }); } diff --git a/runtime/adapters/src/stableswap_peg_oracle.rs b/runtime/adapters/src/stableswap_peg_oracle.rs index f0e73cb406..cd92f2cc3a 100644 --- a/runtime/adapters/src/stableswap_peg_oracle.rs +++ b/runtime/adapters/src/stableswap_peg_oracle.rs @@ -109,7 +109,7 @@ where let price_num: u128 = TryInto::try_into(price_num).unwrap_or_default(); if price_num.is_zero() { log::error!(target: "stableswap-peg-oracle", - "Oracle's price can't be zero. Conract: {:?}, Price: {:?}, UpdatedAt: {:?}", addr, price_num, updated_at); + "Oracle's price can't be zero. Conract: {addr:?}, Price: {price_num:?}, UpdatedAt: {updated_at:?}"); return Err(DispatchError::Other("PegOracle not available")); } diff --git a/runtime/adapters/src/tests/mock.rs b/runtime/adapters/src/tests/mock.rs index 5a97796e4c..5a6f6326cf 100644 --- a/runtime/adapters/src/tests/mock.rs +++ b/runtime/adapters/src/tests/mock.rs @@ -182,7 +182,6 @@ parameter_type_with_key! { } impl orml_tokens::Config for Test { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = i128; type CurrencyId = AssetId; @@ -216,7 +215,6 @@ parameter_types! { } impl pallet_omnipool::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type PositionItemId = u32; type Currency = Currencies; @@ -259,7 +257,6 @@ impl GetDynamicFee<(AssetId, Balance)> for FeeProvider { } impl pallet_currencies::Config for Test { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = MockErc20Currency; @@ -280,7 +277,6 @@ parameter_types! { } impl pallet_xyk::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetRegistry = DummyRegistry; type AssetPairAccountId = AssetPairAccountIdTest; type Currency = Currencies; @@ -297,9 +293,7 @@ impl pallet_xyk::Config for Test { type NonDustableWhitelistHandler = DummyDuster; } -impl pallet_broadcast::Config for Test { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Test {} pub struct CircuitBreakerWhitelist; @@ -345,7 +339,6 @@ impl AssetDepositLimiter for DepositLimiter { } impl pallet_circuit_breaker::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Balance = Balance; type AuthorityOrigin = EnsureRoot; @@ -429,7 +422,6 @@ parameter_types! { type Pools = (Omnipool, XYK); impl pallet_route_executor::Config for Test { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Balance = Balance; type NativeAssetId = NativeCurrencyId; diff --git a/runtime/adapters/src/tests/trader.rs b/runtime/adapters/src/tests/trader.rs index 0df70cc6dd..717c121481 100644 --- a/runtime/adapters/src/tests/trader.rs +++ b/runtime/adapters/src/tests/trader.rs @@ -161,7 +161,7 @@ impl ExpectDeposit { impl DepositFee for ExpectDeposit { fn deposit_fee(who: &AccountId, asset: AssetId, amount: Balance) -> DispatchResult { - log::trace!("Depositing {} of {} to {}", amount, asset, who); + log::trace!("Depositing {amount} of {asset} to {who}"); assert!( EXPECTED_DEPOSITS.with(|e| e.borrow_mut().remove(&(*who, asset, amount))), "Unexpected combination of receiver and fee {:?} deposited that was not expected.", diff --git a/runtime/adapters/src/xcm_exchange.rs b/runtime/adapters/src/xcm_exchange.rs index 1c3c6b4558..0dc5b04afe 100644 --- a/runtime/adapters/src/xcm_exchange.rs +++ b/runtime/adapters/src/xcm_exchange.rs @@ -85,7 +85,7 @@ where }; if !IssuanceIncreaseFuse::::can_mint(asset_in.into(), amount.into()) { - log::warn!(target: "xcm::exchange-asset", "Circuit breaker triggered for asset {:?}. Asset will be trapped.", asset_in); + log::warn!(target: "xcm::exchange-asset", "Circuit breaker triggered for asset {asset_in:?}. Asset will be trapped."); return Err(give); } @@ -126,12 +126,12 @@ where let Ok(amount_in) = pallet_route_executor::Pallet::::calculate_expected_amount_in(&route, amount.into()) else { - log::warn!(target: "xcm::exchange-asset", "Failed to calculate expected amount in for route: {:?}", route); + log::warn!(target: "xcm::exchange-asset", "Failed to calculate expected amount in for route: {route:?}"); return Err(give); }; if !IssuanceIncreaseFuse::::can_mint(asset_in.into(), amount_in.into().into()) { - log::warn!(target: "xcm::exchange-asset", "Circuit breaker triggered for asset {:?}. Asset will be trapped.", asset_in); + log::warn!(target: "xcm::exchange-asset", "Circuit breaker triggered for asset {asset_in:?}. Asset will be trapped."); return Err(give); } diff --git a/runtime/hydradx/Cargo.toml b/runtime/hydradx/Cargo.toml index 79724ae891..b25171388d 100644 --- a/runtime/hydradx/Cargo.toml +++ b/runtime/hydradx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydradx-runtime" -version = "399.0.0" +version = "400.0.0" authors = ["GalacticCouncil"] edition = "2021" license = "Apache 2.0" diff --git a/runtime/hydradx/src/assets.rs b/runtime/hydradx/src/assets.rs index 7d83a8e3e2..14a28b3e98 100644 --- a/runtime/hydradx/src/assets.rs +++ b/runtime/hydradx/src/assets.rs @@ -402,7 +402,6 @@ impl RefundAndLockedEdCalculator { } impl orml_tokens::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Amount = Amount; type CurrencyId = AssetId; @@ -423,7 +422,6 @@ parameter_types! { // The infrastructure relies on the events from this pallet, so we use the latest version of // the pallet that contains and emit events and was updated to the polkadot version we use. impl pallet_currencies::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Tokens; type NativeCurrency = BasicCurrencyAdapter; type Erc20Currency = Erc20Currency; @@ -461,7 +459,6 @@ parameter_types! { } impl orml_vesting::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Currency = Balances; type MinVestedTransfer = MinVestedTransfer; type VestedTransferOrigin = RootAsVestingPallet; @@ -475,7 +472,6 @@ parameter_types! { } impl pallet_claims::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Prefix = ClaimMessagePrefix; type WeightInfo = weights::pallet_claims::HydraWeight; type Currency = Balances; @@ -492,7 +488,6 @@ parameter_types! { } impl pallet_asset_registry::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type RegistryOrigin = EitherOf, GeneralAdmin>; type UpdateOrigin = EitherOf, EitherOf>; type Currency = pallet_currencies::fungibles::FungibleCurrencies; @@ -554,7 +549,6 @@ parameter_types! { } impl pallet_omnipool::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Currency = Currencies; type AuthorityOrigin = EitherOf, OmnipoolAdmin>; @@ -622,7 +616,6 @@ parameter_types! { } impl pallet_circuit_breaker::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Balance = Balance; type AuthorityOrigin = EitherOf, EitherOf>; @@ -670,7 +663,6 @@ impl SortedMembers for BifrostAcc { } impl pallet_ema_oracle::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AuthorityOrigin = EitherOf, GeneralAdmin>; type BifrostOrigin = frame_system::EnsureSignedBy; /// The definition of the oracle time periods currently assumes a 6 second block time. @@ -713,7 +705,6 @@ impl Get> for ExtendedDustRemovalWhitelist { } impl pallet_duster::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type MultiCurrency = FungibleCurrencies; type ExistentialDeposit = AssetRegistry; @@ -736,7 +727,6 @@ parameter_types! { pub type OmnipoolLiquidityMiningInstance = warehouse_liquidity_mining::Instance1; impl warehouse_liquidity_mining::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type MultiCurrency = Currencies; type PalletId = OmniWarehouseLMPalletId; @@ -765,7 +755,6 @@ parameter_types! { } impl pallet_omnipool_liquidity_mining::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Currency = Currencies; type CreateOrigin = EitherOf, OmnipoolAdmin>; type PalletId = OmniLMPalletId; @@ -792,7 +781,6 @@ parameter_types! { pub type XYKLiquidityMiningInstance = warehouse_liquidity_mining::Instance2; impl warehouse_liquidity_mining::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type MultiCurrency = Currencies; type PalletId = XYKWarehouseLMPalletId; @@ -820,7 +808,6 @@ parameter_types! { } impl pallet_xyk_liquidity_mining::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Currencies = Currencies; type CreateOrigin = EitherOf, GeneralAdmin>; type PalletId = XYKLmPalletId; @@ -955,7 +942,6 @@ impl Contains for RetryOnErrorForDca { } impl pallet_dca::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type TerminateOrigin = EitherOf, EitherOf>; type Currencies = Currencies; @@ -1319,7 +1305,6 @@ parameter_types! { } impl pallet_route_executor::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AssetId = AssetId; type Balance = Balance; type Currency = FungibleCurrencies; @@ -1343,7 +1328,6 @@ impl pallet_otc::Config for Runtime { type AssetId = AssetId; type AssetRegistry = AssetRegistry; type Currency = Currencies; - type RuntimeEvent = RuntimeEvent; type ExistentialDeposits = AssetRegistry; type ExistentialDepositMultiplier = ExistentialDepositMultiplier; type Fee = OtcFee; @@ -1353,7 +1337,6 @@ impl pallet_otc::Config for Runtime { impl pallet_otc_settlements::Config for Runtime { type Currency = FungibleCurrencies; - type RuntimeEvent = RuntimeEvent; #[cfg(not(feature = "runtime-benchmarks"))] type Router = Router; #[cfg(feature = "runtime-benchmarks")] @@ -1387,7 +1370,6 @@ parameter_types! { } impl pallet_dynamic_fees::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type BlockNumberProvider = System; type Fee = Permill; type AssetId = AssetId; @@ -1569,7 +1551,6 @@ impl pallet_ema_oracle::BenchmarkHelper f } impl pallet_stableswap::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type BlockNumberProvider = System; type AssetId = AssetId; type Currency = Currencies; @@ -1602,7 +1583,6 @@ impl Contains for AssetTypeWhitelist { } impl pallet_bonds::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type Currency = Currencies; type AssetRegistry = AssetRegistry; @@ -1652,7 +1632,6 @@ parameter_types! { } impl pallet_staking::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AuthorityOrigin = EitherOf, GeneralAdmin>; type AssetId = AssetId; type Currency = Currencies; @@ -1707,7 +1686,6 @@ where } impl pallet_lbp::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type MultiCurrency = Currencies; type LockedBalance = MultiCurrencyLockedBalance; type CreatePoolOrigin = EitherOf, GeneralAdmin>; @@ -1727,7 +1705,6 @@ parameter_types! { } impl pallet_xyk::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AssetRegistry = AssetRegistry; type AssetPairAccountId = AssetPairAccountId; type Currency = Currencies; @@ -1755,7 +1732,6 @@ parameter_types! { } impl pallet_referrals::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AuthorityOrigin = EitherOf, GeneralAdmin>; type AssetId = AssetId; type Currency = FungibleCurrencies; @@ -1809,7 +1785,6 @@ impl hydradx_traits::evm::EVM for DummyEvm { } impl pallet_liquidation::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Currency = FungibleCurrencies; #[cfg(not(feature = "runtime-benchmarks"))] type Evm = evm::Executor; @@ -1832,9 +1807,7 @@ impl pallet_liquidation::Config for Runtime { type AuthorityOrigin = EitherOf, GeneralAdmin>; } -impl pallet_broadcast::Config for Runtime { - type RuntimeEvent = RuntimeEvent; -} +impl pallet_broadcast::Config for Runtime {} parameter_types! { pub const HsmGasLimit: u64 = 400_000; @@ -1845,7 +1818,6 @@ parameter_types! { } impl pallet_hsm::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type HollarId = HOLLAR; type PalletId = HsmPalletId; type AuthorityOrigin = EitherOf, EitherOf>; @@ -1876,7 +1848,6 @@ parameter_types! { } impl pallet_signet::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Currency = Balances; type PalletId = SignetPalletId; type MaxChainIdLength = MaxChainIdLength; @@ -1913,7 +1884,6 @@ impl frame_support::traits::Get for SigEthFaucetContractAddr { } impl pallet_dispenser::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Currency = FungibleCurrencies; type MinimumRequestAmount = SigEthFaucetMinRequest; type MaxDispenseAmount = SigEthFaucetMaxDispense; diff --git a/runtime/hydradx/src/benchmarking/mod.rs b/runtime/hydradx/src/benchmarking/mod.rs index 1baa82496e..142f66f5e6 100644 --- a/runtime/hydradx/src/benchmarking/mod.rs +++ b/runtime/hydradx/src/benchmarking/mod.rs @@ -261,7 +261,7 @@ pub fn deploy_contract_code(code: Vec, deployer: EvmAddress) -> EvmAddress { let address = match info.clone().unwrap().exit_reason { ExitReason::Succeed(_) => info.unwrap().value, - reason => panic!("{:?}", reason), + reason => panic!("{reason:?}"), }; let deployed = crate::Runtime::account_code_at(address); diff --git a/runtime/hydradx/src/evm/evm-utility/Cargo.toml b/runtime/hydradx/src/evm/evm-utility/Cargo.toml index c199f2130b..8b3b221e2e 100644 --- a/runtime/hydradx/src/evm/evm-utility/Cargo.toml +++ b/runtime/hydradx/src/evm/evm-utility/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-evm-utility" -version = "2.21.2" +version = "2.22.0" authors = ["Acala Developers"] edition = "2021" diff --git a/runtime/hydradx/src/evm/evm-utility/macro/src/lib.rs b/runtime/hydradx/src/evm/evm-utility/macro/src/lib.rs index 0d090917f8..fc4c3ef221 100644 --- a/runtime/hydradx/src/evm/evm-utility/macro/src/lib.rs +++ b/runtime/hydradx/src/evm/evm-utility/macro/src/lib.rs @@ -34,10 +34,10 @@ pub fn generate_function_selector(_: TokenStream, input: TokenStream) -> TokenSt attrs: Default::default(), })); } else { - panic!("Not method string: `{:?}`", lit); + panic!("Not method string: `{lit:?}`"); } } else { - panic!("Not enum: `{:?}`", variant); + panic!("Not enum: `{variant:?}`"); } } diff --git a/runtime/hydradx/src/evm/executor.rs b/runtime/hydradx/src/evm/executor.rs index 9ec0dd47b7..179361f335 100644 --- a/runtime/hydradx/src/evm/executor.rs +++ b/runtime/hydradx/src/evm/executor.rs @@ -65,7 +65,7 @@ where fn call(context: CallContext, data: Vec, value: U256, gas: u64) -> CallResult { let extra_gas = pallet_dispatcher::Pallet::::extra_gas(); let gas_limit = gas.saturating_add(extra_gas); - log::trace!(target: "evm::executor", "Call with extra gas {:?}", extra_gas); + log::trace!(target: "evm::executor", "Call with extra gas {extra_gas:?}"); let source_evm_address = context.sender; let source_account_id = T::AddressMapping::into_account_id(source_evm_address); @@ -100,7 +100,7 @@ where match u64::try_from(info.used_gas.effective) { Ok(standard_gas_u64) => { let extra_gas_used = standard_gas_u64.saturating_sub(gas); - log::trace!(target: "evm::executor", "Used extra gas -{:?}", extra_gas_used); + log::trace!(target: "evm::executor", "Used extra gas -{extra_gas_used:?}"); pallet_dispatcher::Pallet::::decrease_extra_gas(extra_gas_used); } Err(_) => { @@ -142,7 +142,7 @@ where fn view(context: CallContext, data: Vec, gas: u64) -> CallResult { let extra_gas = pallet_dispatcher::Pallet::::extra_gas(); let gas_limit = gas.saturating_add(extra_gas); - log::trace!(target: "evm::executor", "View call with extra gas {:?}", extra_gas); + log::trace!(target: "evm::executor", "View call with extra gas {extra_gas:?}"); let mut extra_gas_used = 0u64; @@ -160,7 +160,7 @@ where let gas_used_val = executor.used_gas(); if extra_gas > 0 { extra_gas_used = gas_used_val.saturating_sub(gas); - log::trace!(target: "evm::executor", "View used extra gas -{:?}", extra_gas_used); + log::trace!(target: "evm::executor", "View used extra gas -{extra_gas_used:?}"); } CallResult { exit_reason: result.0, @@ -181,7 +181,7 @@ where }); if extra_gas_used > 0 { - log::trace!(target: "evm::executor", "Used extra gas -{:?}", extra_gas_used); + log::trace!(target: "evm::executor", "Used extra gas -{extra_gas_used:?}"); pallet_dispatcher::Pallet::::decrease_extra_gas(extra_gas_used); } result diff --git a/runtime/hydradx/src/evm/mod.rs b/runtime/hydradx/src/evm/mod.rs index f97098205d..bdc50e5b71 100644 --- a/runtime/hydradx/src/evm/mod.rs +++ b/runtime/hydradx/src/evm/mod.rs @@ -182,7 +182,6 @@ impl pallet_evm::Config for Runtime { type WithdrawOrigin = EnsureAddressTruncated>; type AddressMapping = ExtendedAddressMapping; type Currency = WethCurrency; - type RuntimeEvent = crate::RuntimeEvent; type PrecompilesType = precompiles::HydraDXPrecompiles; type PrecompilesValue = PrecompilesValue; type ChainId = crate::EVMChainId; @@ -220,7 +219,6 @@ impl pallet_evm::Config for Runtime { impl pallet_evm_chain_id::Config for Runtime {} impl pallet_ethereum::Config for Runtime { - type RuntimeEvent = crate::RuntimeEvent; type StateRoot = pallet_ethereum::IntermediateStateRoot; type PostLogContent = PostLogContent; type ExtraDataLength = sp_core::ConstU32<1>; @@ -236,7 +234,6 @@ impl pallet_evm_accounts::EvmNonceProvider for EvmNonceProvider { type EvmAccounts = pallet_evm_accounts::Pallet; impl pallet_evm_accounts::Config for Runtime { - type RuntimeEvent = crate::RuntimeEvent; type EvmNonceProvider = EvmNonceProvider; type FeeMultiplier = sp_core::ConstU32<50>; type ControllerOrigin = EitherOf, GeneralAdmin>; diff --git a/runtime/hydradx/src/evm/precompiles/chainlink_adapter.rs b/runtime/hydradx/src/evm/precompiles/chainlink_adapter.rs index 827817b78b..4ca3820ea7 100644 --- a/runtime/hydradx/src/evm/precompiles/chainlink_adapter.rs +++ b/runtime/hydradx/src/evm/precompiles/chainlink_adapter.rs @@ -61,7 +61,7 @@ where fn execute(handle: &mut impl PrecompileHandle) -> PrecompileResult { let address = handle.code_address(); if let Some((asset_id_a, asset_id_b, period, source)) = decode_oracle_address(address) { - log::debug!(target: "evm", "chainlink: asset_id_a: {:?}, asset_id_b: {:?}, period: {:?}, source: {:?}", asset_id_a, asset_id_b, period, source); + log::debug!(target: "evm", "chainlink: asset_id_a: {asset_id_a:?}, asset_id_b: {asset_id_b:?}, period: {period:?}, source: {source:?}"); let selector = handle.read_selector()?; @@ -126,7 +126,7 @@ where }, )?; - log::debug!(target: "evm", "chainlink: base asset: {:?}, quote asset: {:?}, price: {:?}, source {:?}", asset_id_a, asset_id_b, price, source); + log::debug!(target: "evm", "chainlink: base asset: {asset_id_a:?}, quote asset: {asset_id_b:?}, price: {price:?}, source {source:?}"); price } // special case: all Omnipool prices are quoted with LRNA asset @@ -160,7 +160,7 @@ where .map_err(|_| PrecompileFailure::Error { exit_status: pallet_evm::ExitError::Other("Price not available".into()), })?; - log::debug!(target: "evm", "chainlink: base asset: {:?}, quote asset: {:?}, price: {:?}, source {:?}", asset_id_a, asset_id_b, price, source); + log::debug!(target: "evm", "chainlink: base asset: {asset_id_a:?}, quote asset: {asset_id_b:?}, price: {price:?}, source {source:?}"); price }; diff --git a/runtime/hydradx/src/evm/precompiles/multicurrency.rs b/runtime/hydradx/src/evm/precompiles/multicurrency.rs index f52e80f211..06bfce14c2 100644 --- a/runtime/hydradx/src/evm/precompiles/multicurrency.rs +++ b/runtime/hydradx/src/evm/precompiles/multicurrency.rs @@ -64,7 +64,7 @@ where fn execute(handle: &mut impl PrecompileHandle) -> PrecompileResult { let address = handle.code_address(); if let Some(asset_id) = HydraErc20Mapping::decode_evm_address(address) { - log::debug!(target: "evm", "multicurrency: currency id: {:?}", asset_id); + log::debug!(target: "evm", "multicurrency: currency id: {asset_id:?}"); let selector = handle.read_selector()?; @@ -118,7 +118,7 @@ where match >::asset_name(asset_id.into()) { Some(name) => { - log::debug!(target: "evm", "multicurrency: symbol: {:?}", name); + log::debug!(target: "evm", "multicurrency: symbol: {name:?}"); let encoded = Output::encode_bytes(name.as_slice()); @@ -139,7 +139,7 @@ where match >::asset_symbol(asset_id.into()) { Some(symbol) => { - log::debug!(target: "evm", "multicurrency: name: {:?}", symbol); + log::debug!(target: "evm", "multicurrency: name: {symbol:?}"); let encoded = Output::encode_bytes(symbol.as_slice()); @@ -160,7 +160,7 @@ where match >::decimals(asset_id.into()) { Some(decimals) => { - log::debug!(target: "evm", "multicurrency: decimals: {:?}", decimals); + log::debug!(target: "evm", "multicurrency: decimals: {decimals:?}"); let encoded = Output::encode_uint::(decimals); @@ -181,7 +181,7 @@ where let total_issuance = Currencies::total_issuance(asset_id); - log::debug!(target: "evm", "multicurrency: totalSupply: {:?}", total_issuance); + log::debug!(target: "evm", "multicurrency: totalSupply: {total_issuance:?}"); let encoded = Output::encode_uint::(total_issuance); @@ -200,7 +200,7 @@ where let free_balance = Currencies::free_balance(asset_id, &who); - log::debug!(target: "evm", "multicurrency: balanceOf: {:?}", free_balance); + log::debug!(target: "evm", "multicurrency: balanceOf: {free_balance:?}"); let encoded = Output::encode_uint::(free_balance); @@ -220,7 +220,7 @@ where let origin = ExtendedAddressMapping::into_account_id(handle.context().caller); let to = ExtendedAddressMapping::into_account_id(to); - log::debug!(target: "evm", "multicurrency: transfer from: {:?}, to: {:?}, amount: {:?}", origin, to, amount); + log::debug!(target: "evm", "multicurrency: transfer from: {origin:?}, to: {to:?}, amount: {amount:?}"); as MultiCurrency>::transfer( asset_id, @@ -316,7 +316,7 @@ where let from = ExtendedAddressMapping::into_account_id(from); let to = ExtendedAddressMapping::into_account_id(to); - log::debug!(target: "evm", "multicurrency: transferFrom from: {:?}, to: {:?}, amount: {:?}", from, to, amount); + log::debug!(target: "evm", "multicurrency: transferFrom from: {from:?}, to: {to:?}, amount: {amount:?}"); as MultiCurrency>::transfer( asset_id, diff --git a/runtime/hydradx/src/evm/precompiles/substrate.rs b/runtime/hydradx/src/evm/precompiles/substrate.rs index 7c05f100ae..e27e36e084 100644 --- a/runtime/hydradx/src/evm/precompiles/substrate.rs +++ b/runtime/hydradx/src/evm/precompiles/substrate.rs @@ -77,7 +77,7 @@ where // computations. let used_weight = call .dispatch(origin) - .map_err(|e| revert(alloc::format!("Dispatched call failed with error: {:?}", e)))? + .map_err(|e| revert(alloc::format!("Dispatched call failed with error: {e:?}")))? .actual_weight; let used_gas = Runtime::GasWeightMapping::weight_to_gas(used_weight.unwrap_or(dispatch_info.call_weight)); diff --git a/runtime/hydradx/src/governance/mod.rs b/runtime/hydradx/src/governance/mod.rs index 2aa8a83bd3..7d9477588f 100644 --- a/runtime/hydradx/src/governance/mod.rs +++ b/runtime/hydradx/src/governance/mod.rs @@ -257,7 +257,6 @@ impl MaybeEvmCall for EvmCallChecker { } impl pallet_dispatcher::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type RuntimeCall = RuntimeCall; type EvmCallIdentifier = EvmCallChecker; type TreasuryManagerOrigin = EitherOf, Treasurer>; diff --git a/runtime/hydradx/src/governance/old.rs b/runtime/hydradx/src/governance/old.rs index c8d8e1c55b..e99ba88611 100644 --- a/runtime/hydradx/src/governance/old.rs +++ b/runtime/hydradx/src/governance/old.rs @@ -74,7 +74,6 @@ parameter_types! { impl pallet_democracy::Config for Runtime { type WeightInfo = weights::pallet_democracy::HydraWeight; - type RuntimeEvent = RuntimeEvent; type Scheduler = Scheduler; type Preimages = Preimage; type Currency = Balances; diff --git a/runtime/hydradx/src/lib.rs b/runtime/hydradx/src/lib.rs index 50a083f0f0..4c4da93b1e 100644 --- a/runtime/hydradx/src/lib.rs +++ b/runtime/hydradx/src/lib.rs @@ -129,7 +129,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("hydradx"), impl_name: Cow::Borrowed("hydradx"), authoring_version: 1, - spec_version: 399, + spec_version: 400, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -1310,10 +1310,29 @@ impl_runtime_apis! { ]); } - use polkadot_xcm::latest::prelude::{Location, AssetId, Fungible, Asset, Assets, Parent, ParentThen, Parachain}; + use polkadot_xcm::latest::prelude::{Location, AssetId, Fungible, Asset, Assets, Parent, ParentThen, Parachain, WeightLimit}; + + use primitives::constants::currency::UNITS; + + frame_support::parameter_types! { + /// The asset ID for the asset that we use to pay for message delivery fees. + pub FeeAssetId: cumulus_primitives_core::AssetId = AssetId(xcm::PolkadotLocation::get()); + /// The base fee for the message delivery fees. + pub const BaseDeliveryFee: u128 = CENTS.saturating_mul(3); + pub ExistentialDepositAsset: Option = Some(( + CoreAssetLocation::get(), + ExistentialDeposit::get() + ).into()); + } + + pub type PriceForParentDelivery = ExponentialPrice; impl pallet_xcm::benchmarking::Config for Runtime { - type DeliveryHelper = (); + type DeliveryHelper = cumulus_primitives_utility::ToParentDeliveryHelper< + xcm::XcmConfig, + ExistentialDepositAsset, + PriceForParentDelivery, + >; fn reachable_dest() -> Option { Some(Parent.into()) @@ -1379,21 +1398,6 @@ impl_runtime_apis! { } } - use primitives::constants::currency::UNITS; - - frame_support::parameter_types! { - /// The asset ID for the asset that we use to pay for message delivery fees. - pub FeeAssetId: cumulus_primitives_core::AssetId = AssetId(xcm::PolkadotLocation::get()); - /// The base fee for the message delivery fees. - pub const BaseDeliveryFee: u128 = CENTS.saturating_mul(3); - pub ExistentialDepositAsset: Option = Some(( - CoreAssetLocation::get(), - ExistentialDeposit::get() - ).into()); - } - - pub type PriceForParentDelivery = ExponentialPrice; - impl pallet_xcm_benchmarks::Config for Runtime { type XcmConfig = xcm::XcmConfig; type AccountIdConverter = xcm::LocationToAccountId; @@ -1491,11 +1495,11 @@ impl_runtime_apis! { Ok((origin, ticket, assets)) } - fn fee_asset() -> Result { - Ok(Asset { + fn worst_case_for_trader() -> Result<(Asset, WeightLimit), BenchmarkError> { + Ok((Asset { id: AssetId(CoreAssetLocation::get()), fun: Fungible(UNITS), - }) + }, WeightLimit::Unlimited)) } fn unlockable_asset() -> Result<(Location, Location, Asset), BenchmarkError> { diff --git a/runtime/hydradx/src/system.rs b/runtime/hydradx/src/system.rs index cb82667391..b82707f2a1 100644 --- a/runtime/hydradx/src/system.rs +++ b/runtime/hydradx/src/system.rs @@ -254,8 +254,7 @@ impl frame_support::migrations::FailedMigrationHandler for LogErrorAndForceUnstu fn failed(migration: Option) -> FailedMigrationHandling { log::error!( target: "runtime::migrations", - "Migration {:?} failed - halting all migrations and resuming chain", - migration + "Migration {migration:?} failed - halting all migrations and resuming chain" ); // Clear the migration cursor entirely. Transactions resume, remaining migrations are @@ -300,6 +299,7 @@ impl cumulus_pallet_parachain_system::Config for Runtime { type WeightInfo = weights::cumulus_pallet_parachain_system::HydraWeight; type ConsensusHook = ConsensusHook; type SelectCore = cumulus_pallet_parachain_system::DefaultCoreSelector; + type RelayParentOffset = ConstU32<0>; } parameter_types! { @@ -482,6 +482,8 @@ impl pallet_identity::Config for Runtime { type WeightInfo = weights::pallet_identity::HydraWeight; type UsernameDeposit = UsernameDeposit; type UsernameGracePeriod = ConstU32<{ 30 * DAYS }>; + #[cfg(feature = "runtime-benchmarks")] + type BenchmarkHelper = (); } /// The type used to represent the kinds of proxying allowed. @@ -667,7 +669,6 @@ impl pallet_transaction_payment::Config for Runtime { } impl pallet_transaction_multi_payment::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type AcceptedCurrencyOrigin = EitherOf, EitherOf>; type Currencies = Currencies; type RouteProvider = Router; @@ -684,7 +685,6 @@ impl pallet_transaction_multi_payment::Config for Runtime { } impl pallet_relaychain_info::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type RelaychainBlockNumberProvider = RelayChainBlockNumberProvider; } @@ -706,7 +706,6 @@ parameter_types! { } impl pallet_collator_rewards::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type CurrencyId = AssetId; type Currency = Currencies; @@ -721,7 +720,6 @@ impl pallet_collator_rewards::Config for Runtime { } impl pallet_transaction_pause::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type UpdateOrigin = EitherOf, EitherOf>; type WeightInfo = weights::pallet_transaction_pause::HydraWeight; } diff --git a/runtime/hydradx/src/weights/cumulus_pallet_parachain_system.rs b/runtime/hydradx/src/weights/cumulus_pallet_parachain_system.rs index 7c13579063..fc068437e2 100644 --- a/runtime/hydradx/src/weights/cumulus_pallet_parachain_system.rs +++ b/runtime/hydradx/src/weights/cumulus_pallet_parachain_system.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `cumulus_pallet_parachain_system` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -75,10 +75,10 @@ impl cumulus_pallet_parachain_system::WeightInfo for Hy // Proof Size summary in bytes: // Measured: `185` // Estimated: `3517` - // Minimum execution time: 3_699_000 picoseconds. - Weight::from_parts(92_474_905, 3517) - // Standard Error: 55_782 - .saturating_add(Weight::from_parts(283_097_718, 0).saturating_mul(n.into())) + // Minimum execution time: 3_887_000 picoseconds. + Weight::from_parts(52_808_485, 3517) + // Standard Error: 47_380 + .saturating_add(Weight::from_parts(299_831_283, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) diff --git a/runtime/hydradx/src/weights/cumulus_pallet_weight_reclaim.rs b/runtime/hydradx/src/weights/cumulus_pallet_weight_reclaim.rs index e45c62d16d..8f00b77251 100644 --- a/runtime/hydradx/src/weights/cumulus_pallet_weight_reclaim.rs +++ b/runtime/hydradx/src/weights/cumulus_pallet_weight_reclaim.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `cumulus_pallet_weight_reclaim` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -64,7 +64,7 @@ impl cumulus_pallet_weight_reclaim::WeightInfo for Hydr // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_472_000 picoseconds. - Weight::from_parts(7_675_000, 0) + // Minimum execution time: 7_727_000 picoseconds. + Weight::from_parts(7_932_000, 0) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/hydradx/src/weights/cumulus_pallet_xcmp_queue.rs index cef2d5260f..ef1817a0e4 100644 --- a/runtime/hydradx/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/hydradx/src/weights/cumulus_pallet_xcmp_queue.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `cumulus_pallet_xcmp_queue` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -64,10 +64,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for HydraWei /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: Some(12), added: 507, mode: `MaxEncodedLen`) fn set_config_with_u32() -> Weight { // Proof Size summary in bytes: - // Measured: `142` + // Measured: `109` // Estimated: `1497` - // Minimum execution time: 7_644_000 picoseconds. - Weight::from_parts(7_954_000, 1497) + // Minimum execution time: 7_359_000 picoseconds. + Weight::from_parts(7_587_000, 1497) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -81,15 +81,15 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for HydraWei /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: Some(4002), added: 4497, mode: `MaxEncodedLen`) /// Storage: `MessageQueue::Pages` (r:0 w:1) /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(134193), added: 136668, mode: `MaxEncodedLen`) - /// The range of component `n` is `[1, 134139]`. + /// The range of component `n` is `[0, 134139]`. fn enqueue_n_bytes_xcmp_message(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `218` + // Measured: `185` // Estimated: `5487` - // Minimum execution time: 17_593_000 picoseconds. - Weight::from_parts(17_285_107, 5487) + // Minimum execution time: 18_187_000 picoseconds. + Weight::from_parts(17_730_992, 5487) // Standard Error: 4 - .saturating_add(Weight::from_parts(920, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(979, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -103,23 +103,87 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for HydraWei /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: Some(4002), added: 4497, mode: `MaxEncodedLen`) /// Storage: `MessageQueue::Pages` (r:0 w:1) /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(134193), added: 136668, mode: `MaxEncodedLen`) - fn enqueue_2_empty_xcmp_messages() -> Weight { + /// The range of component `n` is `[0, 1000]`. + fn enqueue_n_empty_xcmp_messages(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `218` + // Measured: `185` // Estimated: `5487` - // Minimum execution time: 28_228_000 picoseconds. - Weight::from_parts(28_742_000, 5487) + // Minimum execution time: 15_062_000 picoseconds. + Weight::from_parts(20_702_588, 5487) + // Standard Error: 151 + .saturating_add(Weight::from_parts(136_140, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } + /// Storage: `XcmpQueue::QueueConfig` (r:1 w:0) + /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: Some(12), added: 507, mode: `Measured`) + /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) + /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `Measured`) + /// Storage: `MessageQueue::Pages` (r:1 w:1) + /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(134193), added: 136668, mode: `Measured`) + /// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0) + /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: Some(4002), added: 4497, mode: `Measured`) + /// The range of component `n` is `[0, 134129]`. + fn enqueue_empty_xcmp_message_at(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `368 + n * (1 ±0)` + // Estimated: `3831 + n * (1 ±0)` + // Minimum execution time: 27_501_000 picoseconds. + Weight::from_parts(26_394_200, 3831) + // Standard Error: 12 + .saturating_add(Weight::from_parts(2_226, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) + } + /// Storage: `XcmpQueue::QueueConfig` (r:1 w:0) + /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: Some(12), added: 507, mode: `MaxEncodedLen`) + /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) + /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) + /// Storage: `MessageQueue::ServiceHead` (r:1 w:1) + /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`) + /// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0) + /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: Some(4002), added: 4497, mode: `MaxEncodedLen`) + /// Storage: `MessageQueue::Pages` (r:0 w:100) + /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(134193), added: 136668, mode: `MaxEncodedLen`) + /// The range of component `n` is `[0, 100]`. + fn enqueue_n_full_pages(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `220` + // Estimated: `5487` + // Minimum execution time: 16_990_000 picoseconds. + Weight::from_parts(965_284, 5487) + // Standard Error: 33_094 + .saturating_add(Weight::from_parts(128_760_440, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) + } + /// Storage: `XcmpQueue::QueueConfig` (r:1 w:0) + /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: Some(12), added: 507, mode: `Measured`) + /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) + /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `Measured`) + /// Storage: `MessageQueue::Pages` (r:1 w:1) + /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(134193), added: 136668, mode: `Measured`) + /// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0) + /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: Some(4002), added: 4497, mode: `Measured`) + fn enqueue_1000_small_xcmp_messages() -> Weight { + // Proof Size summary in bytes: + // Measured: `67437` + // Estimated: `70902` + // Minimum execution time: 330_538_000 picoseconds. + Weight::from_parts(331_714_000, 70902) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) + } /// Storage: `XcmpQueue::OutboundXcmpStatus` (r:1 w:1) /// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: Some(1282), added: 1777, mode: `MaxEncodedLen`) fn suspend_channel() -> Weight { // Proof Size summary in bytes: - // Measured: `142` + // Measured: `109` // Estimated: `2767` - // Minimum execution time: 4_414_000 picoseconds. - Weight::from_parts(4_541_000, 2767) + // Minimum execution time: 4_084_000 picoseconds. + Weight::from_parts(4_282_000, 2767) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -127,10 +191,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for HydraWei /// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: Some(1282), added: 1777, mode: `MaxEncodedLen`) fn resume_channel() -> Weight { // Proof Size summary in bytes: - // Measured: `177` + // Measured: `144` // Estimated: `2767` - // Minimum execution time: 5_555_000 picoseconds. - Weight::from_parts(5_764_000, 2767) + // Minimum execution time: 5_501_000 picoseconds. + Weight::from_parts(5_711_000, 2767) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -138,8 +202,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for HydraWei // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_975_000 picoseconds. - Weight::from_parts(7_131_000, 0) + // Minimum execution time: 8_644_000 picoseconds. + Weight::from_parts(8_733_000, 0) } /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) @@ -157,10 +221,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for HydraWei /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(134193), added: 136668, mode: `MaxEncodedLen`) fn on_idle_good_msg() -> Weight { // Proof Size summary in bytes: - // Measured: `134455` - // Estimated: `137920` - // Minimum execution time: 236_297_000 picoseconds. - Weight::from_parts(238_658_000, 137920) + // Measured: `134422` + // Estimated: `137887` + // Minimum execution time: 265_279_000 picoseconds. + Weight::from_parts(266_306_000, 137887) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -180,10 +244,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for HydraWei /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(134193), added: 136668, mode: `MaxEncodedLen`) fn on_idle_large_msg() -> Weight { // Proof Size summary in bytes: - // Measured: `65852` - // Estimated: `69317` - // Minimum execution time: 128_561_000 picoseconds. - Weight::from_parts(129_175_000, 69317) + // Measured: `65819` + // Estimated: `69284` + // Minimum execution time: 139_835_000 picoseconds. + Weight::from_parts(141_116_000, 69284) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } diff --git a/runtime/hydradx/src/weights/frame_system.rs b/runtime/hydradx/src/weights/frame_system.rs index 13d42e5a8e..30c812f1aa 100644 --- a/runtime/hydradx/src/weights/frame_system.rs +++ b/runtime/hydradx/src/weights/frame_system.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `frame_system` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -65,20 +65,20 @@ impl frame_system::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_682_000 picoseconds. - Weight::from_parts(13_245_615, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(457, 0).saturating_mul(b.into())) + // Minimum execution time: 3_996_000 picoseconds. + Weight::from_parts(27_288_508, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(524, 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: 8_941_000 picoseconds. - Weight::from_parts(8_983_000, 0) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_561, 0).saturating_mul(b.into())) + // Minimum execution time: 9_129_000 picoseconds. + Weight::from_parts(11_479_816, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(1_655, 0).saturating_mul(b.into())) } /// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) /// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) @@ -86,10 +86,12 @@ impl frame_system::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_874_000 picoseconds. - Weight::from_parts(5_986_000, 0) + // Minimum execution time: 6_167_000 picoseconds. + Weight::from_parts(6_357_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } + /// Storage: `MultiBlockMigrations::Cursor` (r:1 w:0) + /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) /// Storage: `ParachainSystem::ValidationData` (r:1 w:0) /// Proof: `ParachainSystem::ValidationData` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `ParachainSystem::UpgradeRestrictionSignal` (r:1 w:0) @@ -104,11 +106,11 @@ impl frame_system::WeightInfo for HydraWeight { /// Proof: `ParachainSystem::DidSetValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn set_code() -> Weight { // Proof Size summary in bytes: - // Measured: `231` - // Estimated: `1716` - // Minimum execution time: 121_317_322_000 picoseconds. - Weight::from_parts(125_957_526_000, 1716) - .saturating_add(T::DbWeight::get().reads(4_u64)) + // Measured: `340` + // Estimated: `67035` + // Minimum execution time: 124_757_731_000 picoseconds. + Weight::from_parts(127_639_625_000, 67035) + .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -118,10 +120,10 @@ impl frame_system::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_674_000 picoseconds. - Weight::from_parts(3_759_000, 0) - // Standard Error: 2_343 - .saturating_add(Weight::from_parts(802_682, 0).saturating_mul(i.into())) + // Minimum execution time: 3_766_000 picoseconds. + Weight::from_parts(3_889_000, 0) + // Standard Error: 2_743 + .saturating_add(Weight::from_parts(838_655, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -131,10 +133,10 @@ impl frame_system::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_732_000 picoseconds. - Weight::from_parts(3_835_000, 0) - // Standard Error: 924 - .saturating_add(Weight::from_parts(583_812, 0).saturating_mul(i.into())) + // Minimum execution time: 3_908_000 picoseconds. + Weight::from_parts(3_991_000, 0) + // Standard Error: 890 + .saturating_add(Weight::from_parts(587_774, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -142,12 +144,12 @@ impl frame_system::WeightInfo for HydraWeight { /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `182 + p * (69 ±0)` - // Estimated: `147 + p * (70 ±0)` - // Minimum execution time: 6_830_000 picoseconds. - Weight::from_parts(6_921_000, 147) - // Standard Error: 915 - .saturating_add(Weight::from_parts(1_154_336, 0).saturating_mul(p.into())) + // Measured: `190 + p * (69 ±0)` + // Estimated: `146 + p * (70 ±0)` + // Minimum execution time: 7_141_000 picoseconds. + Weight::from_parts(7_253_000, 146) + // Standard Error: 970 + .saturating_add(Weight::from_parts(1_181_575, 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())) @@ -158,12 +160,14 @@ impl frame_system::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_194_000 picoseconds. - Weight::from_parts(11_462_000, 0) + // Minimum execution time: 11_482_000 picoseconds. + Weight::from_parts(11_668_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `System::AuthorizedUpgrade` (r:1 w:1) /// Proof: `System::AuthorizedUpgrade` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) + /// Storage: `MultiBlockMigrations::Cursor` (r:1 w:0) + /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) /// Storage: `ParachainSystem::ValidationData` (r:1 w:0) /// Proof: `ParachainSystem::ValidationData` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `ParachainSystem::UpgradeRestrictionSignal` (r:1 w:0) @@ -178,11 +182,11 @@ impl frame_system::WeightInfo for HydraWeight { /// Proof: `ParachainSystem::DidSetValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn apply_authorized_upgrade() -> Weight { // Proof Size summary in bytes: - // Measured: `253` - // Estimated: `1738` - // Minimum execution time: 124_350_930_000 picoseconds. - Weight::from_parts(128_988_064_000, 1738) - .saturating_add(T::DbWeight::get().reads(5_u64)) + // Measured: `362` + // Estimated: `67035` + // Minimum execution time: 126_546_960_000 picoseconds. + Weight::from_parts(130_682_314_000, 67035) + .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/frame_system_extensions.rs b/runtime/hydradx/src/weights/frame_system_extensions.rs index e1377984d7..dda75c5201 100644 --- a/runtime/hydradx/src/weights/frame_system_extensions.rs +++ b/runtime/hydradx/src/weights/frame_system_extensions.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `frame_system_extensions` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -64,29 +64,29 @@ impl frame_system::ExtensionsWeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `30` // Estimated: `0` - // Minimum execution time: 4_617_000 picoseconds. - Weight::from_parts(4_779_000, 0) + // Minimum execution time: 4_820_000 picoseconds. + Weight::from_parts(5_016_000, 0) } fn check_mortality_mortal_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `0` - // Minimum execution time: 8_490_000 picoseconds. - Weight::from_parts(8_724_000, 0) + // Minimum execution time: 8_857_000 picoseconds. + Weight::from_parts(9_144_000, 0) } fn check_mortality_immortal_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `0` - // Minimum execution time: 8_467_000 picoseconds. - Weight::from_parts(8_679_000, 0) + // Minimum execution time: 8_730_000 picoseconds. + Weight::from_parts(8_974_000, 0) } fn check_non_zero_sender() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 737_000 picoseconds. - Weight::from_parts(759_000, 0) + // Minimum execution time: 790_000 picoseconds. + Weight::from_parts(851_000, 0) } /// Storage: `System::Account` (r:1 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) @@ -94,8 +94,8 @@ impl frame_system::ExtensionsWeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `101` // Estimated: `3593` - // Minimum execution time: 9_199_000 picoseconds. - Weight::from_parts(9_456_000, 3593) + // Minimum execution time: 11_061_000 picoseconds. + Weight::from_parts(11_259_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -103,28 +103,28 @@ impl frame_system::ExtensionsWeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 541_000 picoseconds. - Weight::from_parts(590_000, 0) + // Minimum execution time: 604_000 picoseconds. + Weight::from_parts(642_000, 0) } fn check_tx_version() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 546_000 picoseconds. - Weight::from_parts(579_000, 0) + // Minimum execution time: 605_000 picoseconds. + Weight::from_parts(628_000, 0) } fn check_weight() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_044_000 picoseconds. - Weight::from_parts(6_238_000, 0) + // Minimum execution time: 6_301_000 picoseconds. + Weight::from_parts(6_481_000, 0) } fn weight_reclaim() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_467_000 picoseconds. - Weight::from_parts(3_650_000, 0) + // Minimum execution time: 3_722_000 picoseconds. + Weight::from_parts(3_877_000, 0) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/orml_tokens.rs b/runtime/hydradx/src/weights/orml_tokens.rs index a727ccd4f2..b8c0f479aa 100644 --- a/runtime/hydradx/src/weights/orml_tokens.rs +++ b/runtime/hydradx/src/weights/orml_tokens.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `orml_tokens` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -104,8 +104,8 @@ impl orml_tokens::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4582` // Estimated: `16488` - // Minimum execution time: 441_618_000 picoseconds. - Weight::from_parts(444_660_000, 16488) + // Minimum execution time: 443_381_000 picoseconds. + Weight::from_parts(446_128_000, 16488) .saturating_add(T::DbWeight::get().reads(41_u64)) .saturating_add(T::DbWeight::get().writes(11_u64)) } @@ -153,8 +153,8 @@ impl orml_tokens::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4634` // Estimated: `16488` - // Minimum execution time: 447_082_000 picoseconds. - Weight::from_parts(450_937_000, 16488) + // Minimum execution time: 450_460_000 picoseconds. + Weight::from_parts(452_405_000, 16488) .saturating_add(T::DbWeight::get().reads(41_u64)) .saturating_add(T::DbWeight::get().writes(11_u64)) } @@ -202,8 +202,8 @@ impl orml_tokens::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4609` // Estimated: `16488` - // Minimum execution time: 355_569_000 picoseconds. - Weight::from_parts(357_761_000, 16488) + // Minimum execution time: 356_690_000 picoseconds. + Weight::from_parts(359_233_000, 16488) .saturating_add(T::DbWeight::get().reads(38_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -251,8 +251,8 @@ impl orml_tokens::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4634` // Estimated: `16488` - // Minimum execution time: 442_388_000 picoseconds. - Weight::from_parts(444_790_000, 16488) + // Minimum execution time: 447_920_000 picoseconds. + Weight::from_parts(450_162_000, 16488) .saturating_add(T::DbWeight::get().reads(41_u64)) .saturating_add(T::DbWeight::get().writes(11_u64)) } @@ -272,8 +272,8 @@ impl orml_tokens::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2341` // Estimated: `3593` - // Minimum execution time: 69_386_000 picoseconds. - Weight::from_parts(70_052_000, 3593) + // Minimum execution time: 68_807_000 picoseconds. + Weight::from_parts(69_494_000, 3593) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/hydradx/src/weights/orml_vesting.rs b/runtime/hydradx/src/weights/orml_vesting.rs index 6d4de1cb81..9fd73e2aaf 100644 --- a/runtime/hydradx/src/weights/orml_vesting.rs +++ b/runtime/hydradx/src/weights/orml_vesting.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `orml_vesting` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -72,8 +72,8 @@ impl orml_vesting::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1951` // Estimated: `6315` - // Minimum execution time: 107_277_000 picoseconds. - Weight::from_parts(108_594_000, 6315) + // Minimum execution time: 108_485_000 picoseconds. + Weight::from_parts(109_377_000, 6315) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -88,10 +88,10 @@ impl orml_vesting::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2070 + i * (18 ±0)` // Estimated: `6315` - // Minimum execution time: 62_960_000 picoseconds. - Weight::from_parts(64_446_601, 6315) - // Standard Error: 511 - .saturating_add(Weight::from_parts(99_037, 0).saturating_mul(i.into())) + // Minimum execution time: 64_032_000 picoseconds. + Weight::from_parts(65_540_542, 6315) + // Standard Error: 592 + .saturating_add(Weight::from_parts(128_320, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -108,10 +108,10 @@ impl orml_vesting::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1652` // Estimated: `4764` - // Minimum execution time: 55_193_000 picoseconds. - Weight::from_parts(55_709_807, 4764) - // Standard Error: 362 - .saturating_add(Weight::from_parts(95_458, 0).saturating_mul(i.into())) + // Minimum execution time: 55_998_000 picoseconds. + Weight::from_parts(56_755_277, 4764) + // Standard Error: 353 + .saturating_add(Weight::from_parts(114_601, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_asset_registry.rs b/runtime/hydradx/src/weights/pallet_asset_registry.rs index 2245a0f2f5..87c14e3f4c 100644 --- a/runtime/hydradx/src/weights/pallet_asset_registry.rs +++ b/runtime/hydradx/src/weights/pallet_asset_registry.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_asset_registry` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -76,8 +76,8 @@ impl pallet_asset_registry::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `454` // Estimated: `4087` - // Minimum execution time: 43_090_000 picoseconds. - Weight::from_parts(43_658_000, 4087) + // Minimum execution time: 45_763_000 picoseconds. + Weight::from_parts(46_546_000, 4087) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -93,8 +93,8 @@ impl pallet_asset_registry::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `683` // Estimated: `4087` - // Minimum execution time: 45_363_000 picoseconds. - Weight::from_parts(46_115_000, 4087) + // Minimum execution time: 46_483_000 picoseconds. + Weight::from_parts(47_306_000, 4087) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -114,8 +114,8 @@ impl pallet_asset_registry::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `367` // Estimated: `4087` - // Minimum execution time: 31_944_000 picoseconds. - Weight::from_parts(32_202_000, 4087) + // Minimum execution time: 32_405_000 picoseconds. + Weight::from_parts(32_874_000, 4087) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -127,8 +127,8 @@ impl pallet_asset_registry::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `493` // Estimated: `3590` - // Minimum execution time: 20_332_000 picoseconds. - Weight::from_parts(20_799_000, 3590) + // Minimum execution time: 22_893_000 picoseconds. + Weight::from_parts(23_045_000, 3590) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -138,8 +138,8 @@ impl pallet_asset_registry::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `386` // Estimated: `3485` - // Minimum execution time: 16_950_000 picoseconds. - Weight::from_parts(17_335_000, 3485) + // Minimum execution time: 17_447_000 picoseconds. + Weight::from_parts(17_723_000, 3485) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_balances.rs b/runtime/hydradx/src/weights/pallet_balances.rs index 3fa60574d6..89e5e16002 100644 --- a/runtime/hydradx/src/weights/pallet_balances.rs +++ b/runtime/hydradx/src/weights/pallet_balances.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_balances` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -66,8 +66,8 @@ impl pallet_balances::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `103` // Estimated: `6196` - // Minimum execution time: 76_538_000 picoseconds. - Weight::from_parts(77_167_000, 6196) + // Minimum execution time: 78_429_000 picoseconds. + Weight::from_parts(79_142_000, 6196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -77,8 +77,8 @@ impl pallet_balances::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 48_592_000 picoseconds. - Weight::from_parts(48_933_000, 3593) + // Minimum execution time: 49_949_000 picoseconds. + Weight::from_parts(50_530_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -88,8 +88,8 @@ impl pallet_balances::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `39` // Estimated: `3593` - // Minimum execution time: 28_786_000 picoseconds. - Weight::from_parts(29_287_000, 3593) + // Minimum execution time: 29_778_000 picoseconds. + Weight::from_parts(30_122_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -99,8 +99,8 @@ impl pallet_balances::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 29_177_000 picoseconds. - Weight::from_parts(29_795_000, 3593) + // Minimum execution time: 30_131_000 picoseconds. + Weight::from_parts(30_400_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -110,8 +110,8 @@ impl pallet_balances::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `206` // Estimated: `8799` - // Minimum execution time: 78_861_000 picoseconds. - Weight::from_parts(79_594_000, 8799) + // Minimum execution time: 80_664_000 picoseconds. + Weight::from_parts(81_331_000, 8799) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -121,8 +121,8 @@ impl pallet_balances::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 59_871_000 picoseconds. - Weight::from_parts(60_865_000, 3593) + // Minimum execution time: 61_456_000 picoseconds. + Weight::from_parts(62_131_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -132,8 +132,8 @@ impl pallet_balances::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 24_006_000 picoseconds. - Weight::from_parts(24_392_000, 3593) + // Minimum execution time: 24_583_000 picoseconds. + Weight::from_parts(24_806_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -144,10 +144,10 @@ impl pallet_balances::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0 + u * (136 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 23_013_000 picoseconds. - Weight::from_parts(23_252_000, 990) - // Standard Error: 6_213 - .saturating_add(Weight::from_parts(15_835_728, 0).saturating_mul(u.into())) + // Minimum execution time: 23_399_000 picoseconds. + Weight::from_parts(23_647_000, 990) + // Standard Error: 6_446 + .saturating_add(Weight::from_parts(16_059_412, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) @@ -156,8 +156,8 @@ impl pallet_balances::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_368_000 picoseconds. - Weight::from_parts(9_487_000, 0) + // Minimum execution time: 9_709_000 picoseconds. + Weight::from_parts(9_885_000, 0) } /// Storage: `System::Account` (r:1 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) @@ -165,8 +165,8 @@ impl pallet_balances::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 55_722_000 picoseconds. - Weight::from_parts(56_274_000, 3593) + // Minimum execution time: 57_154_000 picoseconds. + Weight::from_parts(57_887_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -174,7 +174,7 @@ impl pallet_balances::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 27_856_000 picoseconds. - Weight::from_parts(28_141_000, 0) + // Minimum execution time: 28_365_000 picoseconds. + Weight::from_parts(28_789_000, 0) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_bonds.rs b/runtime/hydradx/src/weights/pallet_bonds.rs index 7512cb50c4..5dd807bf5f 100644 --- a/runtime/hydradx/src/weights/pallet_bonds.rs +++ b/runtime/hydradx/src/weights/pallet_bonds.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_bonds` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -102,8 +102,8 @@ impl pallet_bonds::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1283` // Estimated: `8799` - // Minimum execution time: 297_342_000 picoseconds. - Weight::from_parts(299_613_000, 8799) + // Minimum execution time: 300_203_000 picoseconds. + Weight::from_parts(301_801_000, 8799) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(14_u64)) } @@ -135,8 +135,8 @@ impl pallet_bonds::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1722` // Estimated: `8799` - // Minimum execution time: 219_427_000 picoseconds. - Weight::from_parts(221_269_000, 8799) + // Minimum execution time: 219_316_000 picoseconds. + Weight::from_parts(220_579_000, 8799) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_circuit_breaker.rs b/runtime/hydradx/src/weights/pallet_circuit_breaker.rs index ee4f6fcfed..0e795b1190 100644 --- a/runtime/hydradx/src/weights/pallet_circuit_breaker.rs +++ b/runtime/hydradx/src/weights/pallet_circuit_breaker.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_circuit_breaker` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -66,8 +66,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `1493` - // Minimum execution time: 1_159_000 picoseconds. - Weight::from_parts(1_222_000, 1493) + // Minimum execution time: 1_262_000 picoseconds. + Weight::from_parts(1_341_000, 1493) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `CircuitBreaker::WithdrawLockdownUntil` (r:1 w:1) @@ -78,8 +78,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `56` // Estimated: `1493` - // Minimum execution time: 9_542_000 picoseconds. - Weight::from_parts(9_800_000, 1493) + // Minimum execution time: 9_759_000 picoseconds. + Weight::from_parts(10_003_000, 1493) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -89,33 +89,33 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0 + m * (113 ±0) + n * (56 ±0)` // Estimated: `0` - // Minimum execution time: 390_620_000 picoseconds. - Weight::from_parts(391_768_000, 0) - // Standard Error: 11_867 - .saturating_add(Weight::from_parts(347_260, 0).saturating_mul(n.into())) - // Standard Error: 11_867 - .saturating_add(Weight::from_parts(1_269_818, 0).saturating_mul(m.into())) + // Minimum execution time: 393_721_000 picoseconds. + Weight::from_parts(395_546_000, 0) + // Standard Error: 12_048 + .saturating_add(Weight::from_parts(348_096, 0).saturating_mul(n.into())) + // Standard Error: 12_048 + .saturating_add(Weight::from_parts(1_283_493, 0).saturating_mul(m.into())) } fn on_finalize_single_liquidity_limit_entry() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_796_000 picoseconds. - Weight::from_parts(10_084_000, 0) + // Minimum execution time: 9_717_000 picoseconds. + Weight::from_parts(9_870_000, 0) } fn on_finalize_single_trade_limit_entry() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_926_000 picoseconds. - Weight::from_parts(10_086_000, 0) + // Minimum execution time: 9_546_000 picoseconds. + Weight::from_parts(9_794_000, 0) } fn on_finalize_empty() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_646_000 picoseconds. - Weight::from_parts(9_940_000, 0) + // Minimum execution time: 9_612_000 picoseconds. + Weight::from_parts(9_836_000, 0) } /// Storage: `CircuitBreaker::TradeVolumeLimitPerAsset` (r:0 w:1) /// Proof: `CircuitBreaker::TradeVolumeLimitPerAsset` (`max_values`: None, `max_size`: Some(28), added: 2503, mode: `MaxEncodedLen`) @@ -123,8 +123,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_574_000 picoseconds. - Weight::from_parts(10_864_000, 0) + // Minimum execution time: 10_678_000 picoseconds. + Weight::from_parts(10_913_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CircuitBreaker::LiquidityAddLimitPerAsset` (r:0 w:1) @@ -133,8 +133,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_666_000 picoseconds. - Weight::from_parts(10_893_000, 0) + // Minimum execution time: 10_798_000 picoseconds. + Weight::from_parts(11_025_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CircuitBreaker::LiquidityRemoveLimitPerAsset` (r:0 w:1) @@ -143,8 +143,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_694_000 picoseconds. - Weight::from_parts(10_949_000, 0) + // Minimum execution time: 10_698_000 picoseconds. + Weight::from_parts(10_923_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CircuitBreaker::GlobalWithdrawLimitConfig` (r:0 w:1) @@ -153,8 +153,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_512_000 picoseconds. - Weight::from_parts(8_755_000, 0) + // Minimum execution time: 8_798_000 picoseconds. + Weight::from_parts(9_004_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Timestamp::Now` (r:1 w:0) @@ -167,8 +167,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `4` // Estimated: `1493` - // Minimum execution time: 11_493_000 picoseconds. - Weight::from_parts(11_679_000, 1493) + // Minimum execution time: 11_447_000 picoseconds. + Weight::from_parts(11_844_000, 1493) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -178,8 +178,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_535_000 picoseconds. - Weight::from_parts(8_782_000, 0) + // Minimum execution time: 8_580_000 picoseconds. + Weight::from_parts(8_739_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CircuitBreaker::EgressAccounts` (r:0 w:100) @@ -189,10 +189,10 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_977_000 picoseconds. - Weight::from_parts(10_405_827, 0) - // Standard Error: 1_430 - .saturating_add(Weight::from_parts(1_531_193, 0).saturating_mul(n.into())) + // Minimum execution time: 8_213_000 picoseconds. + Weight::from_parts(10_076_501, 0) + // Standard Error: 1_071 + .saturating_add(Weight::from_parts(1_521_828, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) } /// Storage: `CircuitBreaker::EgressAccounts` (r:0 w:100) @@ -202,10 +202,10 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_958_000 picoseconds. - Weight::from_parts(10_512_946, 0) - // Standard Error: 1_346 - .saturating_add(Weight::from_parts(1_521_871, 0).saturating_mul(n.into())) + // Minimum execution time: 8_033_000 picoseconds. + Weight::from_parts(10_403_153, 0) + // Standard Error: 1_390 + .saturating_add(Weight::from_parts(1_505_643, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) } /// Storage: `CircuitBreaker::GlobalAssetOverrides` (r:0 w:1) @@ -214,8 +214,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_544_000 picoseconds. - Weight::from_parts(10_730_000, 0) + // Minimum execution time: 10_627_000 picoseconds. + Weight::from_parts(10_821_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CircuitBreaker::LiquidityAddLimitPerAsset` (r:1 w:0) @@ -230,8 +230,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `16` // Estimated: `3517` - // Minimum execution time: 19_602_000 picoseconds. - Weight::from_parts(19_831_000, 3517) + // Minimum execution time: 19_296_000 picoseconds. + Weight::from_parts(19_544_000, 3517) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -247,8 +247,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `3517` - // Minimum execution time: 17_576_000 picoseconds. - Weight::from_parts(17_881_000, 3517) + // Minimum execution time: 17_462_000 picoseconds. + Weight::from_parts(17_683_000, 3517) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -260,8 +260,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `6076` - // Minimum execution time: 17_649_000 picoseconds. - Weight::from_parts(17_885_000, 6076) + // Minimum execution time: 17_831_000 picoseconds. + Weight::from_parts(18_069_000, 6076) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -271,8 +271,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_755_000 picoseconds. - Weight::from_parts(10_016_000, 0) + // Minimum execution time: 9_937_000 picoseconds. + Weight::from_parts(10_209_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CircuitBreaker::AssetLockdownState` (r:1 w:1) @@ -285,8 +285,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `743` // Estimated: `3590` - // Minimum execution time: 33_508_000 picoseconds. - Weight::from_parts(33_947_000, 3590) + // Minimum execution time: 33_072_000 picoseconds. + Weight::from_parts(33_818_000, 3590) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -302,8 +302,8 @@ impl pallet_circuit_breaker::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `922` // Estimated: `4726` - // Minimum execution time: 47_327_000 picoseconds. - Weight::from_parts(48_038_000, 4726) + // Minimum execution time: 46_365_000 picoseconds. + Weight::from_parts(47_703_000, 4726) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_claims.rs b/runtime/hydradx/src/weights/pallet_claims.rs index 5aa377905e..6b37a789d9 100644 --- a/runtime/hydradx/src/weights/pallet_claims.rs +++ b/runtime/hydradx/src/weights/pallet_claims.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_claims` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -66,10 +66,10 @@ impl pallet_claims::WeightInfo for HydraWeight { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn claim() -> Weight { // Proof Size summary in bytes: - // Measured: `448` + // Measured: `415` // Estimated: `3593` - // Minimum execution time: 78_520_000 picoseconds. - Weight::from_parts(79_155_000, 3593) + // Minimum execution time: 79_425_000 picoseconds. + Weight::from_parts(79_820_000, 3593) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -77,10 +77,10 @@ impl pallet_claims::WeightInfo for HydraWeight { /// Proof: `Claims::Claims` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) fn validate_claim() -> Weight { // Proof Size summary in bytes: - // Measured: `294` + // Measured: `261` // Estimated: `3517` - // Minimum execution time: 47_780_000 picoseconds. - Weight::from_parts(48_033_000, 3517) + // Minimum execution time: 49_650_000 picoseconds. + Weight::from_parts(49_902_000, 3517) .saturating_add(T::DbWeight::get().reads(1_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_collective_technical_committee.rs b/runtime/hydradx/src/weights/pallet_collective_technical_committee.rs index eee6e1a715..b644a5ea11 100644 --- a/runtime/hydradx/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/hydradx/src/weights/pallet_collective_technical_committee.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_collective_technical_committee` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -75,12 +75,12 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `0 + m * (672 ±0) + p * (310 ±0)` // Estimated: `4256 + m * (398 ±4) + p * (2601 ±2)` - // Minimum execution time: 11_273_000 picoseconds. - Weight::from_parts(11_497_000, 4256) - // Standard Error: 89_833 - .saturating_add(Weight::from_parts(3_275_512, 0).saturating_mul(m.into())) - // Standard Error: 45_428 - .saturating_add(Weight::from_parts(4_352_984, 0).saturating_mul(p.into())) + // Minimum execution time: 11_684_000 picoseconds. + Weight::from_parts(11_941_000, 4256) + // Standard Error: 92_602 + .saturating_add(Weight::from_parts(3_315_612, 0).saturating_mul(m.into())) + // Standard Error: 46_828 + .saturating_add(Weight::from_parts(4_459_389, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -96,12 +96,12 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `1516 + m * (32 ±0)` - // Minimum execution time: 17_176_000 picoseconds. - Weight::from_parts(17_446_835, 1516) - // Standard Error: 13 - .saturating_add(Weight::from_parts(1_148, 0).saturating_mul(b.into())) - // Standard Error: 1_429 - .saturating_add(Weight::from_parts(23_985, 0).saturating_mul(m.into())) + // Minimum execution time: 18_234_000 picoseconds. + Weight::from_parts(18_318_534, 1516) + // Standard Error: 14 + .saturating_add(Weight::from_parts(1_239, 0).saturating_mul(b.into())) + // Standard Error: 1_520 + .saturating_add(Weight::from_parts(22_056, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -115,12 +115,12 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `3496 + m * (32 ±0)` - // Minimum execution time: 20_945_000 picoseconds. - Weight::from_parts(21_033_634, 3496) - // Standard Error: 14 - .saturating_add(Weight::from_parts(1_361, 0).saturating_mul(b.into())) - // Standard Error: 1_538 - .saturating_add(Weight::from_parts(43_102, 0).saturating_mul(m.into())) + // Minimum execution time: 22_216_000 picoseconds. + Weight::from_parts(22_281_897, 3496) + // Standard Error: 16 + .saturating_add(Weight::from_parts(1_315, 0).saturating_mul(b.into())) + // Standard Error: 1_769 + .saturating_add(Weight::from_parts(38_850, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -141,12 +141,14 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `139 + m * (32 ±0) + p * (50 ±0)` // Estimated: `3565 + m * (32 ±0) + p * (51 ±0)` - // Minimum execution time: 26_810_000 picoseconds. - Weight::from_parts(28_991_268, 3565) - // Standard Error: 138 - .saturating_add(Weight::from_parts(2_425, 0).saturating_mul(b.into())) - // Standard Error: 7_233 - .saturating_add(Weight::from_parts(354_757, 0).saturating_mul(p.into())) + // Minimum execution time: 28_139_000 picoseconds. + Weight::from_parts(30_369_679, 3565) + // Standard Error: 94 + .saturating_add(Weight::from_parts(2_285, 0).saturating_mul(b.into())) + // Standard Error: 11_205 + .saturating_add(Weight::from_parts(32_877, 0).saturating_mul(m.into())) + // Standard Error: 4_935 + .saturating_add(Weight::from_parts(333_870, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -161,10 +163,10 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `500 + m * (64 ±0)` // Estimated: `3965 + m * (64 ±0)` - // Minimum execution time: 25_025_000 picoseconds. - Weight::from_parts(25_687_916, 3965) - // Standard Error: 3_404 - .saturating_add(Weight::from_parts(14_848, 0).saturating_mul(m.into())) + // Minimum execution time: 25_596_000 picoseconds. + Weight::from_parts(25_914_540, 3965) + // Standard Error: 3_747 + .saturating_add(Weight::from_parts(74_413, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -183,12 +185,12 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `100 + m * (64 ±0) + p * (53 ±0)` // Estimated: `3569 + m * (72 ±0) + p * (51 ±0)` - // Minimum execution time: 30_380_000 picoseconds. - Weight::from_parts(30_964_961, 3569) - // Standard Error: 7_520 - .saturating_add(Weight::from_parts(86_915, 0).saturating_mul(m.into())) - // Standard Error: 2_533 - .saturating_add(Weight::from_parts(258_013, 0).saturating_mul(p.into())) + // Minimum execution time: 31_364_000 picoseconds. + Weight::from_parts(32_218_726, 3569) + // Standard Error: 6_829 + .saturating_add(Weight::from_parts(43_854, 0).saturating_mul(m.into())) + // Standard Error: 2_301 + .saturating_add(Weight::from_parts(258_517, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 72).saturating_mul(m.into())) @@ -209,12 +211,14 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `316 + b * (1 ±0) + m * (64 ±0) + p * (65 ±0)` // Estimated: `3682 + b * (1 ±0) + m * (69 ±1) + p * (67 ±0)` - // Minimum execution time: 42_419_000 picoseconds. - Weight::from_parts(43_935_587, 3682) - // Standard Error: 71 - .saturating_add(Weight::from_parts(764, 0).saturating_mul(b.into())) - // Standard Error: 3_749 - .saturating_add(Weight::from_parts(309_680, 0).saturating_mul(p.into())) + // Minimum execution time: 43_177_000 picoseconds. + Weight::from_parts(44_753_313, 3682) + // Standard Error: 74 + .saturating_add(Weight::from_parts(888, 0).saturating_mul(b.into())) + // Standard Error: 11_514 + .saturating_add(Weight::from_parts(44_426, 0).saturating_mul(m.into())) + // Standard Error: 3_888 + .saturating_add(Weight::from_parts(309_829, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -237,12 +241,12 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `120 + m * (64 ±0) + p * (53 ±0)` // Estimated: `3589 + m * (72 ±0) + p * (51 ±0)` - // Minimum execution time: 32_805_000 picoseconds. - Weight::from_parts(33_426_676, 3589) - // Standard Error: 7_241 - .saturating_add(Weight::from_parts(96_344, 0).saturating_mul(m.into())) - // Standard Error: 2_439 - .saturating_add(Weight::from_parts(256_932, 0).saturating_mul(p.into())) + // Minimum execution time: 33_814_000 picoseconds. + Weight::from_parts(34_420_798, 3589) + // Standard Error: 6_936 + .saturating_add(Weight::from_parts(80_568, 0).saturating_mul(m.into())) + // Standard Error: 2_336 + .saturating_add(Weight::from_parts(252_398, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 72).saturating_mul(m.into())) @@ -265,14 +269,14 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `336 + b * (1 ±0) + m * (64 ±0) + p * (65 ±0)` // Estimated: `3702 + b * (1 ±0) + m * (69 ±1) + p * (67 ±0)` - // Minimum execution time: 44_885_000 picoseconds. - Weight::from_parts(46_437_387, 3702) - // Standard Error: 76 - .saturating_add(Weight::from_parts(684, 0).saturating_mul(b.into())) - // Standard Error: 11_758 - .saturating_add(Weight::from_parts(19_673, 0).saturating_mul(m.into())) - // Standard Error: 3_970 - .saturating_add(Weight::from_parts(312_517, 0).saturating_mul(p.into())) + // Minimum execution time: 46_164_000 picoseconds. + Weight::from_parts(47_722_787, 3702) + // Standard Error: 74 + .saturating_add(Weight::from_parts(1_030, 0).saturating_mul(b.into())) + // Standard Error: 11_503 + .saturating_add(Weight::from_parts(18_209, 0).saturating_mul(m.into())) + // Standard Error: 3_884 + .saturating_add(Weight::from_parts(309_959, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -290,10 +294,10 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `188 + p * (32 ±0)` // Estimated: `1673 + p * (32 ±0)` - // Minimum execution time: 18_458_000 picoseconds. - Weight::from_parts(18_690_749, 1673) - // Standard Error: 1_001 - .saturating_add(Weight::from_parts(188_268, 0).saturating_mul(p.into())) + // Minimum execution time: 18_545_000 picoseconds. + Weight::from_parts(19_157_894, 1673) + // Standard Error: 1_140 + .saturating_add(Weight::from_parts(176_327, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) @@ -312,12 +316,12 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `1292 + p * (48 ±0)` // Estimated: `4749 + d * (8 ±2) + p * (49 ±0)` - // Minimum execution time: 25_034_000 picoseconds. - Weight::from_parts(27_788_627, 4749) - // Standard Error: 59_132 - .saturating_add(Weight::from_parts(204_785, 0).saturating_mul(d.into())) - // Standard Error: 4_637 - .saturating_add(Weight::from_parts(282_572, 0).saturating_mul(p.into())) + // Minimum execution time: 27_681_000 picoseconds. + Weight::from_parts(28_977_727, 4749) + // Standard Error: 37_445 + .saturating_add(Weight::from_parts(166_152, 0).saturating_mul(d.into())) + // Standard Error: 2_936 + .saturating_add(Weight::from_parts(251_134, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(d.into())) @@ -331,8 +335,8 @@ impl pallet_collective_technical_committee::WeightInfo // Proof Size summary in bytes: // Measured: `604` // Estimated: `4069` - // Minimum execution time: 14_455_000 picoseconds. - Weight::from_parts(14_958_000, 4069) + // Minimum execution time: 14_694_000 picoseconds. + Weight::from_parts(14_955_000, 4069) .saturating_add(T::DbWeight::get().reads(2_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_conviction_voting.rs b/runtime/hydradx/src/weights/pallet_conviction_voting.rs index 7bf2856b02..d1724f5bc1 100644 --- a/runtime/hydradx/src/weights/pallet_conviction_voting.rs +++ b/runtime/hydradx/src/weights/pallet_conviction_voting.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_conviction_voting` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -84,10 +84,10 @@ impl pallet_conviction_voting::WeightInfo for HydraWeig /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn vote_new() -> Weight { // Proof Size summary in bytes: - // Measured: `12559` + // Measured: `12355` // Estimated: `86265` - // Minimum execution time: 941_836_000 picoseconds. - Weight::from_parts(947_748_000, 86265) + // Minimum execution time: 982_308_000 picoseconds. + Weight::from_parts(985_714_000, 86265) .saturating_add(T::DbWeight::get().reads(36_u64)) .saturating_add(T::DbWeight::get().writes(56_u64)) } @@ -115,10 +115,10 @@ impl pallet_conviction_voting::WeightInfo for HydraWeig /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn vote_existing() -> Weight { // Proof Size summary in bytes: - // Measured: `12628` + // Measured: `12424` // Estimated: `86265` - // Minimum execution time: 966_490_000 picoseconds. - Weight::from_parts(970_438_000, 86265) + // Minimum execution time: 1_004_386_000 picoseconds. + Weight::from_parts(1_013_065_000, 86265) .saturating_add(T::DbWeight::get().reads(36_u64)) .saturating_add(T::DbWeight::get().writes(57_u64)) } @@ -140,10 +140,10 @@ impl pallet_conviction_voting::WeightInfo for HydraWeig /// Proof: `Scheduler::Retries` (`max_values`: None, `max_size`: Some(30), added: 2505, mode: `MaxEncodedLen`) fn remove_vote() -> Weight { // Proof Size summary in bytes: - // Measured: `3876` + // Measured: `3672` // Estimated: `83866` - // Minimum execution time: 113_173_000 picoseconds. - Weight::from_parts(114_152_000, 83866) + // Minimum execution time: 115_835_000 picoseconds. + Weight::from_parts(116_564_000, 83866) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -161,10 +161,10 @@ impl pallet_conviction_voting::WeightInfo for HydraWeig /// Proof: `Staking::Positions` (`max_values`: None, `max_size`: Some(132), added: 2607, mode: `MaxEncodedLen`) fn remove_other_vote() -> Weight { // Proof Size summary in bytes: - // Measured: `3351` + // Measured: `3147` // Estimated: `6164` - // Minimum execution time: 80_967_000 picoseconds. - Weight::from_parts(81_811_000, 6164) + // Minimum execution time: 81_718_000 picoseconds. + Weight::from_parts(82_515_000, 6164) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -189,10 +189,10 @@ impl pallet_conviction_voting::WeightInfo for HydraWeig // Proof Size summary in bytes: // Measured: `253 + r * (1028 ±0)` // Estimated: `83866 + r * (3411 ±0)` - // Minimum execution time: 56_289_000 picoseconds. - Weight::from_parts(61_916_528, 83866) - // Standard Error: 331_342 - .saturating_add(Weight::from_parts(37_727_630, 0).saturating_mul(r.into())) + // Minimum execution time: 60_918_000 picoseconds. + Weight::from_parts(66_510_342, 83866) + // Standard Error: 297_163 + .saturating_add(Weight::from_parts(36_984_430, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -212,10 +212,10 @@ impl pallet_conviction_voting::WeightInfo for HydraWeig // Proof Size summary in bytes: // Measured: `477 + r * (890 ±0)` // Estimated: `83866 + r * (3411 ±0)` - // Minimum execution time: 29_536_000 picoseconds. - Weight::from_parts(33_626_364, 83866) - // Standard Error: 194_249 - .saturating_add(Weight::from_parts(32_291_019, 0).saturating_mul(r.into())) + // Minimum execution time: 30_874_000 picoseconds. + Weight::from_parts(33_795_656, 83866) + // Standard Error: 162_620 + .saturating_add(Weight::from_parts(34_274_056, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -236,8 +236,8 @@ impl pallet_conviction_voting::WeightInfo for HydraWeig // Proof Size summary in bytes: // Measured: `1456` // Estimated: `4894` - // Minimum execution time: 60_228_000 picoseconds. - Weight::from_parts(60_923_000, 4894) + // Minimum execution time: 64_022_000 picoseconds. + Weight::from_parts(64_783_000, 4894) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_currencies.rs b/runtime/hydradx/src/weights/pallet_currencies.rs index 8b64da3f80..d0be1199ca 100644 --- a/runtime/hydradx/src/weights/pallet_currencies.rs +++ b/runtime/hydradx/src/weights/pallet_currencies.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_currencies` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -70,7 +70,7 @@ impl pallet_currencies::WeightInfo for HydraWeight { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// Storage: `DynamicEvmFee::BaseFeePerGas` (r:1 w:0) /// Proof: `DynamicEvmFee::BaseFeePerGas` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `EVM::AccountCodesMetadata` (r:2 w:0) + /// Storage: `EVM::AccountCodesMetadata` (r:1 w:0) /// Proof: `EVM::AccountCodesMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `EVM::AccountCodes` (r:1 w:0) /// Proof: `EVM::AccountCodes` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -88,9 +88,9 @@ impl pallet_currencies::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `7003` // Estimated: `12943` - // Minimum execution time: 195_061_000 picoseconds. - Weight::from_parts(196_203_000, 12943) - .saturating_add(T::DbWeight::get().reads(16_u64)) + // Minimum execution time: 202_508_000 picoseconds. + Weight::from_parts(203_225_000, 12943) + .saturating_add(T::DbWeight::get().reads(15_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } /// Storage: `System::Account` (r:1 w:1) @@ -99,8 +99,8 @@ impl pallet_currencies::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1705` // Estimated: `3593` - // Minimum execution time: 79_978_000 picoseconds. - Weight::from_parts(80_397_000, 3593) + // Minimum execution time: 81_701_000 picoseconds. + Weight::from_parts(82_601_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -122,8 +122,8 @@ impl pallet_currencies::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2341` // Estimated: `3593` - // Minimum execution time: 80_263_000 picoseconds. - Weight::from_parts(81_139_000, 3593) + // Minimum execution time: 81_725_000 picoseconds. + Weight::from_parts(82_847_000, 3593) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -133,8 +133,8 @@ impl pallet_currencies::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1565` // Estimated: `3593` - // Minimum execution time: 47_004_000 picoseconds. - Weight::from_parts(47_642_000, 3593) + // Minimum execution time: 48_682_000 picoseconds. + Weight::from_parts(49_437_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -144,8 +144,8 @@ impl pallet_currencies::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1653` // Estimated: `3593` - // Minimum execution time: 49_208_000 picoseconds. - Weight::from_parts(49_692_000, 3593) + // Minimum execution time: 50_963_000 picoseconds. + Weight::from_parts(51_494_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_dca.rs b/runtime/hydradx/src/weights/pallet_dca.rs index e00f0e05bc..48c515f46d 100644 --- a/runtime/hydradx/src/weights/pallet_dca.rs +++ b/runtime/hydradx/src/weights/pallet_dca.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_dca` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -88,8 +88,8 @@ impl pallet_dca::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `20540` // Estimated: `31230` - // Minimum execution time: 255_106_000 picoseconds. - Weight::from_parts(256_576_000, 31230) + // Minimum execution time: 262_786_000 picoseconds. + Weight::from_parts(265_045_000, 31230) .saturating_add(T::DbWeight::get().reads(22_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -147,8 +147,8 @@ impl pallet_dca::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `26451` // Estimated: `31230` - // Minimum execution time: 451_434_000 picoseconds. - Weight::from_parts(457_262_000, 31230) + // Minimum execution time: 461_361_000 picoseconds. + Weight::from_parts(464_644_000, 31230) .saturating_add(T::DbWeight::get().reads(45_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -180,8 +180,8 @@ impl pallet_dca::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `20288` // Estimated: `31230` - // Minimum execution time: 258_835_000 picoseconds. - Weight::from_parts(260_740_000, 31230) + // Minimum execution time: 265_929_000 picoseconds. + Weight::from_parts(267_841_000, 31230) .saturating_add(T::DbWeight::get().reads(22_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -239,8 +239,8 @@ impl pallet_dca::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `26711` // Estimated: `31230` - // Minimum execution time: 450_143_000 picoseconds. - Weight::from_parts(454_708_000, 31230) + // Minimum execution time: 463_924_000 picoseconds. + Weight::from_parts(465_827_000, 31230) .saturating_add(T::DbWeight::get().reads(45_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -250,8 +250,8 @@ impl pallet_dca::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1113` // Estimated: `3510` - // Minimum execution time: 18_275_000 picoseconds. - Weight::from_parts(18_616_000, 3510) + // Minimum execution time: 19_910_000 picoseconds. + Weight::from_parts(20_166_000, 3510) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `MultiTransactionPayment::AcceptedCurrencies` (r:2 w:0) @@ -288,8 +288,8 @@ impl pallet_dca::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `19272` // Estimated: `28710` - // Minimum execution time: 223_469_000 picoseconds. - Weight::from_parts(225_826_000, 28710) + // Minimum execution time: 230_732_000 picoseconds. + Weight::from_parts(232_227_000, 28710) .saturating_add(T::DbWeight::get().reads(24_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -315,8 +315,8 @@ impl pallet_dca::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4072` // Estimated: `4714` - // Minimum execution time: 95_723_000 picoseconds. - Weight::from_parts(96_797_000, 4714) + // Minimum execution time: 98_858_000 picoseconds. + Weight::from_parts(99_809_000, 4714) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -330,8 +330,8 @@ impl pallet_dca::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1992` // Estimated: `4714` - // Minimum execution time: 58_016_000 picoseconds. - Weight::from_parts(58_547_000, 4714) + // Minimum execution time: 59_845_000 picoseconds. + Weight::from_parts(60_613_000, 4714) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_democracy.rs b/runtime/hydradx/src/weights/pallet_democracy.rs index 58ed70220d..a4e8cc5f81 100644 --- a/runtime/hydradx/src/weights/pallet_democracy.rs +++ b/runtime/hydradx/src/weights/pallet_democracy.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_democracy` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -72,8 +72,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4650` // Estimated: `18187` - // Minimum execution time: 45_475_000 picoseconds. - Weight::from_parts(46_088_000, 18187) + // Minimum execution time: 49_285_000 picoseconds. + Weight::from_parts(49_856_000, 18187) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -83,8 +83,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3405` // Estimated: `6695` - // Minimum execution time: 42_983_000 picoseconds. - Weight::from_parts(43_579_000, 6695) + // Minimum execution time: 45_660_000 picoseconds. + Weight::from_parts(47_074_000, 6695) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -100,8 +100,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4428` // Estimated: `7260` - // Minimum execution time: 59_713_000 picoseconds. - Weight::from_parts(61_650_000, 7260) + // Minimum execution time: 60_970_000 picoseconds. + Weight::from_parts(62_956_000, 7260) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -117,8 +117,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4450` // Estimated: `7260` - // Minimum execution time: 58_788_000 picoseconds. - Weight::from_parts(61_187_000, 7260) + // Minimum execution time: 59_604_000 picoseconds. + Weight::from_parts(61_234_000, 7260) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -132,8 +132,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3666` - // Minimum execution time: 29_726_000 picoseconds. - Weight::from_parts(30_111_000, 3666) + // Minimum execution time: 32_889_000 picoseconds. + Weight::from_parts(33_372_000, 3666) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -155,8 +155,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `6153` // Estimated: `18187` - // Minimum execution time: 114_880_000 picoseconds. - Weight::from_parts(116_487_000, 18187) + // Minimum execution time: 118_828_000 picoseconds. + Weight::from_parts(120_109_000, 18187) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -168,8 +168,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3238` // Estimated: `6703` - // Minimum execution time: 14_721_000 picoseconds. - Weight::from_parts(15_059_000, 6703) + // Minimum execution time: 14_919_000 picoseconds. + Weight::from_parts(15_262_000, 6703) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -179,8 +179,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_727_000 picoseconds. - Weight::from_parts(4_947_000, 0) + // Minimum execution time: 4_986_000 picoseconds. + Weight::from_parts(5_108_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Democracy::NextExternal` (r:0 w:1) @@ -189,8 +189,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_579_000 picoseconds. - Weight::from_parts(4_830_000, 0) + // Minimum execution time: 5_078_000 picoseconds. + Weight::from_parts(5_213_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Democracy::NextExternal` (r:1 w:1) @@ -205,8 +205,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3518` - // Minimum execution time: 27_157_000 picoseconds. - Weight::from_parts(27_721_000, 3518) + // Minimum execution time: 28_407_000 picoseconds. + Weight::from_parts(28_792_000, 3518) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -220,8 +220,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3339` // Estimated: `6703` - // Minimum execution time: 30_919_000 picoseconds. - Weight::from_parts(31_343_000, 6703) + // Minimum execution time: 32_034_000 picoseconds. + Weight::from_parts(32_399_000, 6703) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -237,8 +237,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `6038` // Estimated: `18187` - // Minimum execution time: 91_303_000 picoseconds. - Weight::from_parts(92_518_000, 18187) + // Minimum execution time: 96_050_000 picoseconds. + Weight::from_parts(96_916_000, 18187) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -250,8 +250,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3518` - // Minimum execution time: 21_546_000 picoseconds. - Weight::from_parts(21_883_000, 3518) + // Minimum execution time: 22_344_000 picoseconds. + Weight::from_parts(22_747_000, 3518) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -266,10 +266,10 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `89 + r * (86 ±0)` // Estimated: `1489 + r * (2676 ±0)` - // Minimum execution time: 4_278_000 picoseconds. - Weight::from_parts(7_665_476, 1489) - // Standard Error: 7_213 - .saturating_add(Weight::from_parts(3_708_080, 0).saturating_mul(r.into())) + // Minimum execution time: 4_609_000 picoseconds. + Weight::from_parts(8_878_758, 1489) + // Standard Error: 7_124 + .saturating_add(Weight::from_parts(3_752_128, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -292,10 +292,10 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `89 + r * (86 ±0)` // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 7_467_000 picoseconds. - Weight::from_parts(11_351_666, 18187) - // Standard Error: 7_387 - .saturating_add(Weight::from_parts(3_705_134, 0).saturating_mul(r.into())) + // Minimum execution time: 7_968_000 picoseconds. + Weight::from_parts(12_253_449, 18187) + // Standard Error: 7_743 + .saturating_add(Weight::from_parts(3_767_555, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -314,10 +314,10 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `639 + r * (108 ±0)` // Estimated: `19800 + r * (2676 ±0)` - // Minimum execution time: 50_439_000 picoseconds. - Weight::from_parts(54_083_001, 19800) - // Standard Error: 7_548 - .saturating_add(Weight::from_parts(4_673_724, 0).saturating_mul(r.into())) + // Minimum execution time: 53_041_000 picoseconds. + Weight::from_parts(54_711_841, 19800) + // Standard Error: 7_983 + .saturating_add(Weight::from_parts(4_833_495, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -333,10 +333,10 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `336 + r * (108 ±0)` // Estimated: `13530 + r * (2676 ±0)` - // Minimum execution time: 22_927_000 picoseconds. - Weight::from_parts(22_776_616, 13530) - // Standard Error: 7_056 - .saturating_add(Weight::from_parts(4_664_890, 0).saturating_mul(r.into())) + // Minimum execution time: 24_912_000 picoseconds. + Weight::from_parts(23_395_938, 13530) + // Standard Error: 7_804 + .saturating_add(Weight::from_parts(4_798_689, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -349,8 +349,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_627_000 picoseconds. - Weight::from_parts(4_778_000, 0) + // Minimum execution time: 4_930_000 picoseconds. + Weight::from_parts(4_974_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Democracy::VotingOf` (r:1 w:1) @@ -366,10 +366,10 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `394` // Estimated: `7260` - // Minimum execution time: 28_215_000 picoseconds. - Weight::from_parts(41_684_077, 7260) - // Standard Error: 3_031 - .saturating_add(Weight::from_parts(51_608, 0).saturating_mul(r.into())) + // Minimum execution time: 28_558_000 picoseconds. + Weight::from_parts(42_553_131, 7260) + // Standard Error: 3_184 + .saturating_add(Weight::from_parts(51_684, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -386,10 +386,10 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `395 + r * (22 ±0)` // Estimated: `7260` - // Minimum execution time: 41_448_000 picoseconds. - Weight::from_parts(43_375_762, 7260) - // Standard Error: 662 - .saturating_add(Weight::from_parts(71_508, 0).saturating_mul(r.into())) + // Minimum execution time: 42_291_000 picoseconds. + Weight::from_parts(43_999_089, 7260) + // Standard Error: 580 + .saturating_add(Weight::from_parts(68_048, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -408,12 +408,12 @@ impl pallet_democracy::WeightInfo for HydraWeight { /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1373 + r * (26 ±0)` + // Measured: `1169 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 47_193_000 picoseconds. - Weight::from_parts(49_872_436, 7260) - // Standard Error: 955 - .saturating_add(Weight::from_parts(87_994, 0).saturating_mul(r.into())) + // Minimum execution time: 47_137_000 picoseconds. + Weight::from_parts(49_915_463, 7260) + // Standard Error: 1_188 + .saturating_add(Weight::from_parts(90_983, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -432,12 +432,12 @@ impl pallet_democracy::WeightInfo for HydraWeight { /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1373 + r * (26 ±0)` + // Measured: `1169 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 47_394_000 picoseconds. - Weight::from_parts(50_196_418, 7260) - // Standard Error: 1_022 - .saturating_add(Weight::from_parts(84_019, 0).saturating_mul(r.into())) + // Minimum execution time: 47_121_000 picoseconds. + Weight::from_parts(49_760_806, 7260) + // Standard Error: 1_031 + .saturating_add(Weight::from_parts(91_261, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -453,8 +453,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 21_696_000 picoseconds. - Weight::from_parts(21_970_000, 3556) + // Minimum execution time: 22_312_000 picoseconds. + Weight::from_parts(22_794_000, 3556) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -466,8 +466,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3518` - // Minimum execution time: 17_044_000 picoseconds. - Weight::from_parts(17_491_000, 3518) + // Minimum execution time: 17_924_000 picoseconds. + Weight::from_parts(18_164_000, 3518) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -483,8 +483,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4699` // Estimated: `18187` - // Minimum execution time: 42_954_000 picoseconds. - Weight::from_parts(43_303_000, 18187) + // Minimum execution time: 47_380_000 picoseconds. + Weight::from_parts(47_894_000, 18187) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -496,8 +496,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4668` // Estimated: `18187` - // Minimum execution time: 37_678_000 picoseconds. - Weight::from_parts(38_089_000, 18187) + // Minimum execution time: 42_334_000 picoseconds. + Weight::from_parts(42_966_000, 18187) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -511,8 +511,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 19_317_000 picoseconds. - Weight::from_parts(19_649_000, 3556) + // Minimum execution time: 19_904_000 picoseconds. + Weight::from_parts(20_076_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -524,8 +524,8 @@ impl pallet_democracy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `121` // Estimated: `3666` - // Minimum execution time: 19_707_000 picoseconds. - Weight::from_parts(20_059_000, 3666) + // Minimum execution time: 20_607_000 picoseconds. + Weight::from_parts(20_969_000, 3666) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_dispatcher.rs b/runtime/hydradx/src/weights/pallet_dispatcher.rs index bed1671b01..07dd9b79b9 100644 --- a/runtime/hydradx/src/weights/pallet_dispatcher.rs +++ b/runtime/hydradx/src/weights/pallet_dispatcher.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_dispatcher` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -65,10 +65,10 @@ impl pallet_dispatcher::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_443_000 picoseconds. - Weight::from_parts(12_770_696, 0) + // Minimum execution time: 13_072_000 picoseconds. + Weight::from_parts(13_345_305, 0) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_133, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_209, 0).saturating_mul(n.into())) } /// Storage: `Dispatcher::AaveManagerAccount` (r:1 w:0) /// Proof: `Dispatcher::AaveManagerAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) @@ -77,10 +77,10 @@ impl pallet_dispatcher::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1517` - // Minimum execution time: 13_385_000 picoseconds. - Weight::from_parts(13_616_870, 1517) + // Minimum execution time: 13_664_000 picoseconds. + Weight::from_parts(14_067_927, 1517) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_126, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_228, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Dispatcher::AaveManagerAccount` (r:0 w:1) @@ -89,8 +89,8 @@ impl pallet_dispatcher::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_487_000 picoseconds. - Weight::from_parts(4_624_000, 0) + // Minimum execution time: 4_599_000 picoseconds. + Weight::from_parts(4_841_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// The range of component `n` is `[1, 10000]`. @@ -98,19 +98,19 @@ impl pallet_dispatcher::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_995_000 picoseconds. - Weight::from_parts(7_163_151, 0) + // Minimum execution time: 7_342_000 picoseconds. + Weight::from_parts(7_466_475, 0) // Standard Error: 1 - .saturating_add(Weight::from_parts(312, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(313, 0).saturating_mul(n.into())) } /// The range of component `n` is `[1, 10000]`. fn dispatch_evm_call(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_828_000 picoseconds. - Weight::from_parts(6_958_742, 0) + // Minimum execution time: 7_152_000 picoseconds. + Weight::from_parts(7_386_881, 0) // Standard Error: 1 - .saturating_add(Weight::from_parts(308, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(312, 0).saturating_mul(n.into())) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_dispenser.rs b/runtime/hydradx/src/weights/pallet_dispenser.rs index bf97ebcbb9..7c1c0f2477 100644 --- a/runtime/hydradx/src/weights/pallet_dispenser.rs +++ b/runtime/hydradx/src/weights/pallet_dispenser.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_dispenser` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -66,8 +66,8 @@ impl pallet_dispenser::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `232` // Estimated: `1501` - // Minimum execution time: 12_496_000 picoseconds. - Weight::from_parts(12_645_000, 1501) + // Minimum execution time: 12_852_000 picoseconds. + Weight::from_parts(13_125_000, 1501) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -77,8 +77,8 @@ impl pallet_dispenser::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `232` // Estimated: `1486` - // Minimum execution time: 12_981_000 picoseconds. - Weight::from_parts(13_290_000, 1486) + // Minimum execution time: 13_380_000 picoseconds. + Weight::from_parts(13_745_000, 1486) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -88,8 +88,8 @@ impl pallet_dispenser::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `232` // Estimated: `1486` - // Minimum execution time: 12_933_000 picoseconds. - Weight::from_parts(13_220_000, 1486) + // Minimum execution time: 13_537_000 picoseconds. + Weight::from_parts(13_878_000, 1486) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -105,6 +105,10 @@ impl pallet_dispenser::WeightInfo for HydraWeight { /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`) /// Storage: `System::Account` (r:3 w:3) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: `CircuitBreaker::GlobalAssetOverrides` (r:2 w:0) + /// Proof: `CircuitBreaker::GlobalAssetOverrides` (`max_values`: None, `max_size`: Some(21), added: 2496, mode: `MaxEncodedLen`) + /// Storage: `CircuitBreaker::EgressAccounts` (r:2 w:0) + /// Proof: `CircuitBreaker::EgressAccounts` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) /// Storage: `EVMAccounts::AccountExtension` (r:1 w:0) /// Proof: `EVMAccounts::AccountExtension` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) /// Storage: `HSM::FlashMinter` (r:1 w:0) @@ -129,11 +133,11 @@ impl pallet_dispenser::WeightInfo for HydraWeight { /// Proof: `Signet::SignatureDeposit` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn request_fund() -> Weight { // Proof Size summary in bytes: - // Measured: `1792` + // Measured: `1759` // Estimated: `8799` - // Minimum execution time: 470_146_000 picoseconds. - Weight::from_parts(471_759_000, 8799) - .saturating_add(T::DbWeight::get().reads(22_u64)) + // Minimum execution time: 537_078_000 picoseconds. + Weight::from_parts(541_027_000, 8799) + .saturating_add(T::DbWeight::get().reads(26_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_duster.rs b/runtime/hydradx/src/weights/pallet_duster.rs index 14b4b696e6..4d4179d4ed 100644 --- a/runtime/hydradx/src/weights/pallet_duster.rs +++ b/runtime/hydradx/src/weights/pallet_duster.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_duster` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -72,7 +72,7 @@ impl pallet_duster::WeightInfo for HydraWeight { /// Proof: `AssetRegistry::AssetLocations` (`max_values`: None, `max_size`: Some(622), added: 3097, mode: `MaxEncodedLen`) /// Storage: `System::Account` (r:2 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `EVM::AccountCodesMetadata` (r:2 w:0) + /// Storage: `EVM::AccountCodesMetadata` (r:1 w:0) /// Proof: `EVM::AccountCodesMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `EVM::AccountCodes` (r:1 w:0) /// Proof: `EVM::AccountCodes` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -92,9 +92,9 @@ impl pallet_duster::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `7437` // Estimated: `13377` - // Minimum execution time: 375_921_000 picoseconds. - Weight::from_parts(377_941_000, 13377) - .saturating_add(T::DbWeight::get().reads(22_u64)) + // Minimum execution time: 389_519_000 picoseconds. + Weight::from_parts(392_047_000, 13377) + .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } /// Storage: `Duster::AccountWhitelist` (r:0 w:1) @@ -103,8 +103,8 @@ impl pallet_duster::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1012` // Estimated: `0` - // Minimum execution time: 20_603_000 picoseconds. - Weight::from_parts(20_965_000, 0) + // Minimum execution time: 21_793_000 picoseconds. + Weight::from_parts(22_347_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Duster::AccountWhitelist` (r:1 w:1) @@ -113,8 +113,8 @@ impl pallet_duster::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1332` // Estimated: `3513` - // Minimum execution time: 26_059_000 picoseconds. - Weight::from_parts(26_494_000, 3513) + // Minimum execution time: 27_440_000 picoseconds. + Weight::from_parts(27_915_000, 3513) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_dynamic_evm_fee.rs b/runtime/hydradx/src/weights/pallet_dynamic_evm_fee.rs index cdafaebe56..852c2302ca 100644 --- a/runtime/hydradx/src/weights/pallet_dynamic_evm_fee.rs +++ b/runtime/hydradx/src/weights/pallet_dynamic_evm_fee.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_dynamic_evm_fee` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -78,8 +78,8 @@ impl pallet_dynamic_evm_fee::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `3044` // Estimated: `11666` - // Minimum execution time: 89_055_000 picoseconds. - Weight::from_parts(89_631_000, 11666) + // Minimum execution time: 92_444_000 picoseconds. + Weight::from_parts(93_651_000, 11666) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_dynamic_fees.rs b/runtime/hydradx/src/weights/pallet_dynamic_fees.rs index 79b73ef9bc..69d5e732bf 100644 --- a/runtime/hydradx/src/weights/pallet_dynamic_fees.rs +++ b/runtime/hydradx/src/weights/pallet_dynamic_fees.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_dynamic_fees` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -66,8 +66,8 @@ impl pallet_dynamic_fees::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_476_000 picoseconds. - Weight::from_parts(10_779_000, 0) + // Minimum execution time: 11_286_000 picoseconds. + Weight::from_parts(11_467_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `DynamicFees::AssetFeeConfiguration` (r:0 w:1) @@ -76,8 +76,8 @@ impl pallet_dynamic_fees::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_632_000 picoseconds. - Weight::from_parts(9_929_000, 0) + // Minimum execution time: 9_996_000 picoseconds. + Weight::from_parts(10_233_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_ema_oracle.rs b/runtime/hydradx/src/weights/pallet_ema_oracle.rs index cc5971bf4a..0e49fea49c 100644 --- a/runtime/hydradx/src/weights/pallet_ema_oracle.rs +++ b/runtime/hydradx/src/weights/pallet_ema_oracle.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_ema_oracle` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -66,8 +66,8 @@ impl pallet_ema_oracle::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1872` // Estimated: `2126` - // Minimum execution time: 27_702_000 picoseconds. - Weight::from_parts(28_298_000, 2126) + // Minimum execution time: 29_524_000 picoseconds. + Weight::from_parts(29_999_000, 2126) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -81,8 +81,8 @@ impl pallet_ema_oracle::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1888` // Estimated: `8086` - // Minimum execution time: 45_695_000 picoseconds. - Weight::from_parts(46_083_000, 8086) + // Minimum execution time: 47_892_000 picoseconds. + Weight::from_parts(48_472_000, 8086) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -92,8 +92,8 @@ impl pallet_ema_oracle::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `742` // Estimated: `8086` - // Minimum execution time: 4_170_000 picoseconds. - Weight::from_parts(4_281_000, 8086) + // Minimum execution time: 4_539_000 picoseconds. + Weight::from_parts(4_685_000, 8086) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `EmaOracle::Accumulator` (r:1 w:1) @@ -105,10 +105,10 @@ impl pallet_ema_oracle::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1195 + b * (891 ±0)` // Estimated: `8086 + b * (8007 ±0)` - // Minimum execution time: 70_109_000 picoseconds. - Weight::from_parts(27_093_312, 8086) - // Standard Error: 29_899 - .saturating_add(Weight::from_parts(40_743_618, 0).saturating_mul(b.into())) + // Minimum execution time: 74_080_000 picoseconds. + Weight::from_parts(32_223_799, 8086) + // Standard Error: 19_079 + .saturating_add(Weight::from_parts(42_980_904, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -124,10 +124,10 @@ impl pallet_ema_oracle::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1809 + b * (179 ±0)` // Estimated: `8086` - // Minimum execution time: 33_625_000 picoseconds. - Weight::from_parts(34_742_168, 8086) - // Standard Error: 5_129 - .saturating_add(Weight::from_parts(632_108, 0).saturating_mul(b.into())) + // Minimum execution time: 34_792_000 picoseconds. + Weight::from_parts(35_808_121, 8086) + // Standard Error: 5_266 + .saturating_add(Weight::from_parts(685_980, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -140,10 +140,10 @@ impl pallet_ema_oracle::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1809 + b * (179 ±0)` // Estimated: `8086` - // Minimum execution time: 33_706_000 picoseconds. - Weight::from_parts(34_835_424, 8086) - // Standard Error: 4_985 - .saturating_add(Weight::from_parts(629_384, 0).saturating_mul(b.into())) + // Minimum execution time: 34_829_000 picoseconds. + Weight::from_parts(35_897_109, 8086) + // Standard Error: 5_344 + .saturating_add(Weight::from_parts(684_032, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -153,8 +153,8 @@ impl pallet_ema_oracle::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1546` // Estimated: `6328` - // Minimum execution time: 31_469_000 picoseconds. - Weight::from_parts(31_854_000, 6328) + // Minimum execution time: 32_782_000 picoseconds. + Weight::from_parts(33_314_000, 6328) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: `ParachainInfo::ParachainId` (r:1 w:0) @@ -171,8 +171,8 @@ impl pallet_ema_oracle::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1924` // Estimated: `8086` - // Minimum execution time: 51_877_000 picoseconds. - Weight::from_parts(52_696_000, 8086) + // Minimum execution time: 54_421_000 picoseconds. + Weight::from_parts(55_183_000, 8086) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_evm_accounts.rs b/runtime/hydradx/src/weights/pallet_evm_accounts.rs index 0d2e7b763a..cb1611319e 100644 --- a/runtime/hydradx/src/weights/pallet_evm_accounts.rs +++ b/runtime/hydradx/src/weights/pallet_evm_accounts.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_evm_accounts` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -74,10 +74,10 @@ impl pallet_evm_accounts::WeightInfo for HydraWeight /// Proof: `AssetRegistry::Assets` (`max_values`: None, `max_size`: Some(125), added: 2600, mode: `MaxEncodedLen`) fn bind_evm_address() -> Weight { // Proof Size summary in bytes: - // Measured: `2055` + // Measured: `2022` // Estimated: `6196` - // Minimum execution time: 58_044_000 picoseconds. - Weight::from_parts(58_761_000, 6196) + // Minimum execution time: 62_716_000 picoseconds. + Weight::from_parts(63_705_000, 6196) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -87,8 +87,8 @@ impl pallet_evm_accounts::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `1012` // Estimated: `0` - // Minimum execution time: 20_545_000 picoseconds. - Weight::from_parts(21_192_000, 0) + // Minimum execution time: 22_775_000 picoseconds. + Weight::from_parts(23_210_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `EVMAccounts::ContractDeployer` (r:0 w:1) @@ -97,8 +97,8 @@ impl pallet_evm_accounts::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `1012` // Estimated: `0` - // Minimum execution time: 20_502_000 picoseconds. - Weight::from_parts(20_858_000, 0) + // Minimum execution time: 22_730_000 picoseconds. + Weight::from_parts(23_245_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `EVMAccounts::ContractDeployer` (r:0 w:1) @@ -107,8 +107,8 @@ impl pallet_evm_accounts::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `1012` // Estimated: `0` - // Minimum execution time: 22_305_000 picoseconds. - Weight::from_parts(22_680_000, 0) + // Minimum execution time: 24_325_000 picoseconds. + Weight::from_parts(24_861_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `EVMAccounts::ApprovedContract` (r:0 w:1) @@ -117,8 +117,8 @@ impl pallet_evm_accounts::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `1012` // Estimated: `0` - // Minimum execution time: 20_855_000 picoseconds. - Weight::from_parts(21_446_000, 0) + // Minimum execution time: 22_951_000 picoseconds. + Weight::from_parts(23_288_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `EVMAccounts::ApprovedContract` (r:0 w:1) @@ -127,8 +127,8 @@ impl pallet_evm_accounts::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `1012` // Estimated: `0` - // Minimum execution time: 20_859_000 picoseconds. - Weight::from_parts(21_090_000, 0) + // Minimum execution time: 22_902_000 picoseconds. + Weight::from_parts(23_356_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `MultiTransactionPayment::AcceptedCurrencies` (r:1 w:0) @@ -157,10 +157,10 @@ impl pallet_evm_accounts::WeightInfo for HydraWeight /// Proof: `MultiTransactionPayment::AccountCurrencyMap` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) fn claim_account() -> Weight { // Proof Size summary in bytes: - // Measured: `7309` - // Estimated: `10774` - // Minimum execution time: 220_527_000 picoseconds. - Weight::from_parts(221_744_000, 10774) + // Measured: `7276` + // Estimated: `10741` + // Minimum execution time: 230_046_000 picoseconds. + Weight::from_parts(230_624_000, 10741) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_hsm.rs b/runtime/hydradx/src/weights/pallet_hsm.rs index 7970edaa61..f7186d1b11 100644 --- a/runtime/hydradx/src/weights/pallet_hsm.rs +++ b/runtime/hydradx/src/weights/pallet_hsm.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_hsm` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -80,8 +80,8 @@ impl pallet_hsm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `6046` // Estimated: `28974` - // Minimum execution time: 237_865_000 picoseconds. - Weight::from_parts(241_628_000, 28974) + // Minimum execution time: 244_765_000 picoseconds. + Weight::from_parts(246_755_000, 28974) .saturating_add(T::DbWeight::get().reads(30_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -95,8 +95,8 @@ impl pallet_hsm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `966` // Estimated: `3590` - // Minimum execution time: 35_378_000 picoseconds. - Weight::from_parts(35_855_000, 3590) + // Minimum execution time: 35_933_000 picoseconds. + Weight::from_parts(36_286_000, 3590) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -106,8 +106,8 @@ impl pallet_hsm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `304` // Estimated: `3534` - // Minimum execution time: 20_544_000 picoseconds. - Weight::from_parts(20_846_000, 3534) + // Minimum execution time: 20_974_000 picoseconds. + Weight::from_parts(21_264_000, 3534) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -151,8 +151,8 @@ impl pallet_hsm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4100` // Estimated: `26820` - // Minimum execution time: 628_741_000 picoseconds. - Weight::from_parts(630_719_000, 26820) + // Minimum execution time: 788_290_000 picoseconds. + Weight::from_parts(794_134_000, 26820) .saturating_add(T::DbWeight::get().reads(43_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -196,8 +196,8 @@ impl pallet_hsm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4136` // Estimated: `26820` - // Minimum execution time: 630_418_000 picoseconds. - Weight::from_parts(632_954_000, 26820) + // Minimum execution time: 786_162_000 picoseconds. + Weight::from_parts(789_631_000, 26820) .saturating_add(T::DbWeight::get().reads(43_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -247,8 +247,8 @@ impl pallet_hsm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4880` // Estimated: `29403` - // Minimum execution time: 2_158_112_000 picoseconds. - Weight::from_parts(2_162_629_000, 29403) + // Minimum execution time: 2_806_663_000 picoseconds. + Weight::from_parts(2_819_776_000, 29403) .saturating_add(T::DbWeight::get().reads(56_u64)) .saturating_add(T::DbWeight::get().writes(17_u64)) } @@ -258,8 +258,8 @@ impl pallet_hsm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `269` // Estimated: `3501` - // Minimum execution time: 5_334_000 picoseconds. - Weight::from_parts(5_553_000, 3501) + // Minimum execution time: 5_136_000 picoseconds. + Weight::from_parts(5_368_000, 3501) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -269,8 +269,8 @@ impl pallet_hsm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_852_000 picoseconds. - Weight::from_parts(9_116_000, 0) + // Minimum execution time: 9_123_000 picoseconds. + Weight::from_parts(9_274_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `HSM::Collaterals` (r:1 w:0) @@ -293,8 +293,8 @@ impl pallet_hsm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3146` // Estimated: `16590` - // Minimum execution time: 460_528_000 picoseconds. - Weight::from_parts(461_860_000, 16590) + // Minimum execution time: 610_063_000 picoseconds. + Weight::from_parts(614_125_000, 16590) .saturating_add(T::DbWeight::get().reads(20_u64)) } /// Storage: `HSM::Collaterals` (r:1 w:0) @@ -317,8 +317,8 @@ impl pallet_hsm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3146` // Estimated: `16590` - // Minimum execution time: 466_167_000 picoseconds. - Weight::from_parts(467_722_000, 16590) + // Minimum execution time: 608_081_000 picoseconds. + Weight::from_parts(610_832_000, 16590) .saturating_add(T::DbWeight::get().reads(20_u64)) } /// Storage: `HSM::Collaterals` (r:1 w:0) @@ -339,8 +339,8 @@ impl pallet_hsm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3146` // Estimated: `16590` - // Minimum execution time: 383_175_000 picoseconds. - Weight::from_parts(383_778_000, 16590) + // Minimum execution time: 506_906_000 picoseconds. + Weight::from_parts(510_343_000, 16590) .saturating_add(T::DbWeight::get().reads(19_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_identity.rs b/runtime/hydradx/src/weights/pallet_identity.rs index 2f4685b286..03766628a9 100644 --- a/runtime/hydradx/src/weights/pallet_identity.rs +++ b/runtime/hydradx/src/weights/pallet_identity.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_identity` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -67,10 +67,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `32 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 13_174_000 picoseconds. - Weight::from_parts(13_637_733, 2626) - // Standard Error: 974 - .saturating_add(Weight::from_parts(85_826, 0).saturating_mul(r.into())) + // Minimum execution time: 13_817_000 picoseconds. + Weight::from_parts(14_196_586, 2626) + // Standard Error: 1_158 + .saturating_add(Weight::from_parts(81_482, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -81,10 +81,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `6977 + r * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 151_270_000 picoseconds. - Weight::from_parts(152_038_073, 11003) - // Standard Error: 2_460 - .saturating_add(Weight::from_parts(91_698, 0).saturating_mul(r.into())) + // Minimum execution time: 159_159_000 picoseconds. + Weight::from_parts(160_629_515, 11003) + // Standard Error: 4_037 + .saturating_add(Weight::from_parts(80_594, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -99,10 +99,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `101` // Estimated: `11003 + s * (2589 ±0)` - // Minimum execution time: 19_070_000 picoseconds. - Weight::from_parts(36_576_531, 11003) - // Standard Error: 4_623 - .saturating_add(Weight::from_parts(3_977_507, 0).saturating_mul(s.into())) + // Minimum execution time: 19_886_000 picoseconds. + Weight::from_parts(37_159_239, 11003) + // Standard Error: 4_676 + .saturating_add(Weight::from_parts(4_098_118, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -120,10 +120,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `194 + p * (32 ±0)` // Estimated: `11003` - // Minimum execution time: 19_184_000 picoseconds. - Weight::from_parts(35_914_532, 11003) - // Standard Error: 3_847 - .saturating_add(Weight::from_parts(1_544_399, 0).saturating_mul(p.into())) + // Minimum execution time: 19_516_000 picoseconds. + Weight::from_parts(38_402_864, 11003) + // Standard Error: 4_314 + .saturating_add(Weight::from_parts(1_575_014, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -140,12 +140,12 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `7069 + r * (5 ±0) + s * (32 ±0)` // Estimated: `11003` - // Minimum execution time: 69_658_000 picoseconds. - Weight::from_parts(74_955_795, 11003) - // Standard Error: 5_708 - .saturating_add(Weight::from_parts(24_368, 0).saturating_mul(r.into())) - // Standard Error: 1_113 - .saturating_add(Weight::from_parts(1_516_955, 0).saturating_mul(s.into())) + // Minimum execution time: 76_987_000 picoseconds. + Weight::from_parts(79_826_744, 11003) + // Standard Error: 8_469 + .saturating_add(Weight::from_parts(45_398, 0).saturating_mul(r.into())) + // Standard Error: 1_652 + .saturating_add(Weight::from_parts(1_574_055, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -159,10 +159,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `6967 + r * (57 ±0)` // Estimated: `11003` - // Minimum execution time: 105_155_000 picoseconds. - Weight::from_parts(106_354_706, 11003) - // Standard Error: 2_114 - .saturating_add(Weight::from_parts(59_105, 0).saturating_mul(r.into())) + // Minimum execution time: 111_165_000 picoseconds. + Weight::from_parts(112_250_336, 11003) + // Standard Error: 1_943 + .saturating_add(Weight::from_parts(51_491, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -173,10 +173,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `6998` // Estimated: `11003` - // Minimum execution time: 101_313_000 picoseconds. - Weight::from_parts(102_197_502, 11003) - // Standard Error: 2_054 - .saturating_add(Weight::from_parts(33_096, 0).saturating_mul(r.into())) + // Minimum execution time: 108_630_000 picoseconds. + Weight::from_parts(109_929_787, 11003) + // Standard Error: 2_482 + .saturating_add(Weight::from_parts(31_613, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -187,10 +187,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 9_580_000 picoseconds. - Weight::from_parts(9_862_364, 2626) - // Standard Error: 828 - .saturating_add(Weight::from_parts(64_373, 0).saturating_mul(r.into())) + // Minimum execution time: 9_869_000 picoseconds. + Weight::from_parts(10_221_934, 2626) + // Standard Error: 922 + .saturating_add(Weight::from_parts(62_394, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -201,10 +201,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 9_370_000 picoseconds. - Weight::from_parts(9_814_790, 2626) - // Standard Error: 904 - .saturating_add(Weight::from_parts(60_172, 0).saturating_mul(r.into())) + // Minimum execution time: 11_548_000 picoseconds. + Weight::from_parts(11_994_915, 2626) + // Standard Error: 891 + .saturating_add(Weight::from_parts(52_477, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -215,10 +215,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 9_545_000 picoseconds. - Weight::from_parts(9_841_601, 2626) - // Standard Error: 833 - .saturating_add(Weight::from_parts(54_206, 0).saturating_mul(r.into())) + // Minimum execution time: 11_339_000 picoseconds. + Weight::from_parts(11_863_196, 2626) + // Standard Error: 933 + .saturating_add(Weight::from_parts(50_006, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -231,10 +231,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `7045 + r * (57 ±0)` // Estimated: `11003` - // Minimum execution time: 128_822_000 picoseconds. - Weight::from_parts(130_271_325, 11003) - // Standard Error: 2_795 - .saturating_add(Weight::from_parts(43_181, 0).saturating_mul(r.into())) + // Minimum execution time: 135_642_000 picoseconds. + Weight::from_parts(136_831_940, 11003) + // Standard Error: 2_590 + .saturating_add(Weight::from_parts(74_014, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -252,12 +252,12 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `7363 + r * (15 ±0) + s * (32 ±0)` // Estimated: `11003` - // Minimum execution time: 90_971_000 picoseconds. - Weight::from_parts(94_629_800, 11003) - // Standard Error: 5_881 - .saturating_add(Weight::from_parts(32_514, 0).saturating_mul(r.into())) - // Standard Error: 1_147 - .saturating_add(Weight::from_parts(1_536_701, 0).saturating_mul(s.into())) + // Minimum execution time: 97_481_000 picoseconds. + Weight::from_parts(99_231_806, 11003) + // Standard Error: 7_515 + .saturating_add(Weight::from_parts(118_465, 0).saturating_mul(r.into())) + // Standard Error: 1_466 + .saturating_add(Weight::from_parts(1_570_294, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -273,10 +273,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `475 + s * (36 ±0)` // Estimated: `11003` - // Minimum execution time: 38_197_000 picoseconds. - Weight::from_parts(44_705_351, 11003) - // Standard Error: 1_559 - .saturating_add(Weight::from_parts(62_450, 0).saturating_mul(s.into())) + // Minimum execution time: 38_442_000 picoseconds. + Weight::from_parts(45_515_962, 11003) + // Standard Error: 1_685 + .saturating_add(Weight::from_parts(69_998, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -289,10 +289,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `591 + s * (3 ±0)` // Estimated: `11003` - // Minimum execution time: 25_322_000 picoseconds. - Weight::from_parts(27_935_903, 11003) - // Standard Error: 622 - .saturating_add(Weight::from_parts(20_589, 0).saturating_mul(s.into())) + // Minimum execution time: 25_810_000 picoseconds. + Weight::from_parts(28_543_523, 11003) + // Standard Error: 650 + .saturating_add(Weight::from_parts(21_947, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -307,10 +307,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `638 + s * (35 ±0)` // Estimated: `11003` - // Minimum execution time: 43_954_000 picoseconds. - Weight::from_parts(46_894_696, 11003) - // Standard Error: 776 - .saturating_add(Weight::from_parts(45_390, 0).saturating_mul(s.into())) + // Minimum execution time: 44_814_000 picoseconds. + Weight::from_parts(47_734_753, 11003) + // Standard Error: 711 + .saturating_add(Weight::from_parts(42_365, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -325,10 +325,10 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `704 + s * (37 ±0)` // Estimated: `6723` - // Minimum execution time: 33_203_000 picoseconds. - Weight::from_parts(35_918_534, 6723) - // Standard Error: 762 - .saturating_add(Weight::from_parts(50_052, 0).saturating_mul(s.into())) + // Minimum execution time: 34_632_000 picoseconds. + Weight::from_parts(36_844_452, 6723) + // Standard Error: 862 + .saturating_add(Weight::from_parts(54_369, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -338,8 +338,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_599_000 picoseconds. - Weight::from_parts(10_978_000, 0) + // Minimum execution time: 11_077_000 picoseconds. + Weight::from_parts(11_338_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Identity::AuthorityOf` (r:1 w:1) @@ -348,8 +348,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `79` // Estimated: `3517` - // Minimum execution time: 14_912_000 picoseconds. - Weight::from_parts(15_159_000, 3517) + // Minimum execution time: 15_520_000 picoseconds. + Weight::from_parts(15_846_000, 3517) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -368,8 +368,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `219` // Estimated: `3593` - // Minimum execution time: 73_596_000 picoseconds. - Weight::from_parts(93_744_226, 3593) + // Minimum execution time: 69_377_000 picoseconds. + Weight::from_parts(91_573_132, 3593) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -383,8 +383,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `116` // Estimated: `3567` - // Minimum execution time: 28_240_000 picoseconds. - Weight::from_parts(28_892_000, 3567) + // Minimum execution time: 29_428_000 picoseconds. + Weight::from_parts(29_744_000, 3567) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -399,8 +399,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `347` // Estimated: `3593` - // Minimum execution time: 18_246_000 picoseconds. - Weight::from_parts(46_371_642, 3593) + // Minimum execution time: 18_622_000 picoseconds. + Weight::from_parts(47_723_022, 3593) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -412,8 +412,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3563` - // Minimum execution time: 19_057_000 picoseconds. - Weight::from_parts(19_317_000, 3563) + // Minimum execution time: 19_380_000 picoseconds. + Weight::from_parts(19_835_000, 3563) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -427,8 +427,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `236` // Estimated: `3563` - // Minimum execution time: 24_391_000 picoseconds. - Weight::from_parts(24_827_000, 3563) + // Minimum execution time: 26_747_000 picoseconds. + Weight::from_parts(27_236_000, 3563) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -444,8 +444,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `297` // Estimated: `3563` - // Minimum execution time: 29_971_000 picoseconds. - Weight::from_parts(30_389_000, 3563) + // Minimum execution time: 33_034_000 picoseconds. + Weight::from_parts(33_278_000, 3563) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -464,8 +464,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `610` // Estimated: `6196` - // Minimum execution time: 26_933_000 picoseconds. - Weight::from_parts(66_543_012, 6196) + // Minimum execution time: 29_401_000 picoseconds. + Weight::from_parts(69_771_493, 6196) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -477,8 +477,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `147` // Estimated: `6087` - // Minimum execution time: 11_737_000 picoseconds. - Weight::from_parts(12_063_000, 6087) + // Minimum execution time: 12_141_000 picoseconds. + Weight::from_parts(12_538_000, 6087) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -490,8 +490,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `159` // Estimated: `6099` - // Minimum execution time: 11_828_000 picoseconds. - Weight::from_parts(12_051_000, 6099) + // Minimum execution time: 12_036_000 picoseconds. + Weight::from_parts(12_293_000, 6099) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -503,8 +503,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `7062` // Estimated: `21016` - // Minimum execution time: 82_269_000 picoseconds. - Weight::from_parts(82_738_000, 21016) + // Minimum execution time: 88_309_000 picoseconds. + Weight::from_parts(88_738_000, 21016) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -514,8 +514,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `201` // Estimated: `6144` - // Minimum execution time: 10_454_000 picoseconds. - Weight::from_parts(10_629_000, 6144) + // Minimum execution time: 10_789_000 picoseconds. + Weight::from_parts(11_042_000, 6144) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -527,8 +527,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `288` // Estimated: `6044` - // Minimum execution time: 15_599_000 picoseconds. - Weight::from_parts(15_923_000, 6044) + // Minimum execution time: 17_130_000 picoseconds. + Weight::from_parts(17_729_000, 6044) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -540,8 +540,8 @@ impl pallet_identity::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `290` // Estimated: `6136` - // Minimum execution time: 14_417_000 picoseconds. - Weight::from_parts(14_731_000, 6136) + // Minimum execution time: 14_599_000 picoseconds. + Weight::from_parts(14_775_000, 6136) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_lbp.rs b/runtime/hydradx/src/weights/pallet_lbp.rs index c5b693e284..7505163525 100644 --- a/runtime/hydradx/src/weights/pallet_lbp.rs +++ b/runtime/hydradx/src/weights/pallet_lbp.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_lbp` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -90,8 +90,8 @@ impl pallet_lbp::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1385` // Estimated: `11322` - // Minimum execution time: 181_674_000 picoseconds. - Weight::from_parts(183_283_000, 11322) + // Minimum execution time: 185_059_000 picoseconds. + Weight::from_parts(186_125_000, 11322) .saturating_add(T::DbWeight::get().reads(20_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -103,8 +103,8 @@ impl pallet_lbp::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `483` // Estimated: `3628` - // Minimum execution time: 29_400_000 picoseconds. - Weight::from_parts(29_848_000, 3628) + // Minimum execution time: 30_059_000 picoseconds. + Weight::from_parts(30_453_000, 3628) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -132,8 +132,8 @@ impl pallet_lbp::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1645` // Estimated: `11322` - // Minimum execution time: 148_523_000 picoseconds. - Weight::from_parts(149_543_000, 11322) + // Minimum execution time: 149_985_000 picoseconds. + Weight::from_parts(150_952_000, 11322) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -167,8 +167,8 @@ impl pallet_lbp::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1761` // Estimated: `11322` - // Minimum execution time: 182_475_000 picoseconds. - Weight::from_parts(184_259_000, 11322) + // Minimum execution time: 184_196_000 picoseconds. + Weight::from_parts(186_054_000, 11322) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -198,8 +198,8 @@ impl pallet_lbp::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2050` // Estimated: `13905` - // Minimum execution time: 301_816_000 picoseconds. - Weight::from_parts(303_642_000, 13905) + // Minimum execution time: 330_774_000 picoseconds. + Weight::from_parts(332_403_000, 13905) .saturating_add(T::DbWeight::get().reads(22_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -229,8 +229,8 @@ impl pallet_lbp::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2050` // Estimated: `13905` - // Minimum execution time: 300_972_000 picoseconds. - Weight::from_parts(303_078_000, 13905) + // Minimum execution time: 328_507_000 picoseconds. + Weight::from_parts(331_894_000, 13905) .saturating_add(T::DbWeight::get().reads(22_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -262,12 +262,12 @@ impl pallet_lbp::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1118 + e * (932 ±0)` // Estimated: `6190 + e * (7749 ±10_308_707_831_848_054)` - // Minimum execution time: 90_700_000 picoseconds. - Weight::from_parts(91_559_000, 6190) - // Standard Error: 212_194 - .saturating_add(Weight::from_parts(816_871, 0).saturating_mul(c.into())) - // Standard Error: 472_616 - .saturating_add(Weight::from_parts(212_721_529, 0).saturating_mul(e.into())) + // Minimum execution time: 115_088_000 picoseconds. + Weight::from_parts(115_901_000, 6190) + // Standard Error: 282_785 + .saturating_add(Weight::from_parts(1_178_877, 0).saturating_mul(c.into())) + // Standard Error: 629_842 + .saturating_add(Weight::from_parts(217_096_440, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((17_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes((7_u64).saturating_mul(e.into()))) @@ -300,13 +300,13 @@ impl pallet_lbp::WeightInfo for HydraWeight { fn router_execution_buy(c: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1118 + e * (932 ±0)` - // Estimated: `6190 + e * (7749 ±3_606_161_244_539_589)` - // Minimum execution time: 153_443_000 picoseconds. - Weight::from_parts(154_371_000, 6190) - // Standard Error: 382_157 - .saturating_add(Weight::from_parts(2_494_758, 0).saturating_mul(c.into())) - // Standard Error: 1_288_757 - .saturating_add(Weight::from_parts(179_146_963, 0).saturating_mul(e.into())) + // Estimated: `6190 + e * (7749 ±851_806_049_420_682)` + // Minimum execution time: 203_339_000 picoseconds. + Weight::from_parts(204_470_000, 6190) + // Standard Error: 528_185 + .saturating_add(Weight::from_parts(3_658_984, 0).saturating_mul(c.into())) + // Standard Error: 1_781_211 + .saturating_add(Weight::from_parts(169_423_428, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((17_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes((7_u64).saturating_mul(e.into()))) @@ -322,8 +322,8 @@ impl pallet_lbp::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1118` // Estimated: `6190` - // Minimum execution time: 89_980_000 picoseconds. - Weight::from_parts(90_339_000, 6190) + // Minimum execution time: 114_841_000 picoseconds. + Weight::from_parts(115_470_000, 6190) .saturating_add(T::DbWeight::get().reads(5_u64)) } /// Storage: `LBP::PoolData` (r:1 w:0) @@ -338,8 +338,8 @@ impl pallet_lbp::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1118` // Estimated: `6190` - // Minimum execution time: 41_536_000 picoseconds. - Weight::from_parts(42_096_000, 6190) + // Minimum execution time: 42_552_000 picoseconds. + Weight::from_parts(43_221_000, 6190) .saturating_add(T::DbWeight::get().reads(6_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_liquidation.rs b/runtime/hydradx/src/weights/pallet_liquidation.rs index d7c5e881da..f8d39741fb 100644 --- a/runtime/hydradx/src/weights/pallet_liquidation.rs +++ b/runtime/hydradx/src/weights/pallet_liquidation.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_liquidation` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -82,8 +82,8 @@ impl pallet_liquidation::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `1082` // Estimated: `6190` - // Minimum execution time: 128_250_000 picoseconds. - Weight::from_parts(129_000_000, 6190) + // Minimum execution time: 129_219_000 picoseconds. + Weight::from_parts(130_015_000, 6190) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -93,8 +93,8 @@ impl pallet_liquidation::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_442_000 picoseconds. - Weight::from_parts(4_542_000, 0) + // Minimum execution time: 4_602_000 picoseconds. + Weight::from_parts(4_726_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_message_queue.rs b/runtime/hydradx/src/weights/pallet_message_queue.rs index 9631377a22..7e87aa3688 100644 --- a/runtime/hydradx/src/weights/pallet_message_queue.rs +++ b/runtime/hydradx/src/weights/pallet_message_queue.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_message_queue` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -68,8 +68,8 @@ impl pallet_message_queue::WeightInfo for HydraWeight pallet_message_queue::WeightInfo for HydraWeight pallet_message_queue::WeightInfo for HydraWeight pallet_message_queue::WeightInfo for HydraWeight pallet_message_queue::WeightInfo for HydraWeight pallet_message_queue::WeightInfo for HydraWeight pallet_message_queue::WeightInfo for HydraWeight pallet_message_queue::WeightInfo for HydraWeight pallet_message_queue::WeightInfo for HydraWeight pallet_message_queue::WeightInfo for HydraWeight pallet_message_queue::WeightInfo for HydraWeight pallet_migrations::WeightInfo for HydraWeight { /// Proof: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0) fn onboard_new_mbms() -> Weight { // Proof Size summary in bytes: - // Measured: `375` + // Measured: `138` // Estimated: `67035` - // Minimum execution time: 12_237_000 picoseconds. - Weight::from_parts(12_477_000, 67035) + // Minimum execution time: 11_397_000 picoseconds. + Weight::from_parts(11_534_000, 67035) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -77,10 +77,10 @@ impl pallet_migrations::WeightInfo for HydraWeight { /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) fn progress_mbms_none() -> Weight { // Proof Size summary in bytes: - // Measured: `142` + // Measured: `109` // Estimated: `67035` - // Minimum execution time: 3_532_000 picoseconds. - Weight::from_parts(3_675_000, 67035) + // Minimum execution time: 3_492_000 picoseconds. + Weight::from_parts(3_692_000, 67035) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0) @@ -89,10 +89,10 @@ impl pallet_migrations::WeightInfo for HydraWeight { /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) fn exec_migration_completed() -> Weight { // Proof Size summary in bytes: - // Measured: `233` - // Estimated: `3698` - // Minimum execution time: 9_734_000 picoseconds. - Weight::from_parts(10_029_000, 3698) + // Measured: `29` + // Estimated: `3494` + // Minimum execution time: 8_862_000 picoseconds. + Weight::from_parts(9_109_000, 3494) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -102,10 +102,10 @@ impl pallet_migrations::WeightInfo for HydraWeight { /// Proof: `MultiBlockMigrations::Historic` (`max_values`: None, `max_size`: Some(266), added: 2741, mode: `MaxEncodedLen`) fn exec_migration_skipped_historic() -> Weight { // Proof Size summary in bytes: - // Measured: `429` - // Estimated: `3894` - // Minimum execution time: 17_185_000 picoseconds. - Weight::from_parts(17_630_000, 3894) + // Measured: `192` + // Estimated: `3731` + // Minimum execution time: 16_024_000 picoseconds. + Weight::from_parts(16_546_000, 3731) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0) @@ -114,10 +114,10 @@ impl pallet_migrations::WeightInfo for HydraWeight { /// Proof: `MultiBlockMigrations::Historic` (`max_values`: None, `max_size`: Some(266), added: 2741, mode: `MaxEncodedLen`) fn exec_migration_advance() -> Weight { // Proof Size summary in bytes: - // Measured: `375` - // Estimated: `3840` - // Minimum execution time: 16_750_000 picoseconds. - Weight::from_parts(16_996_000, 3840) + // Measured: `138` + // Estimated: `3731` + // Minimum execution time: 15_926_000 picoseconds. + Weight::from_parts(16_234_000, 3731) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0) @@ -126,10 +126,10 @@ impl pallet_migrations::WeightInfo for HydraWeight { /// Proof: `MultiBlockMigrations::Historic` (`max_values`: None, `max_size`: Some(266), added: 2741, mode: `MaxEncodedLen`) fn exec_migration_complete() -> Weight { // Proof Size summary in bytes: - // Measured: `375` - // Estimated: `3840` - // Minimum execution time: 19_006_000 picoseconds. - Weight::from_parts(19_330_000, 3840) + // Measured: `138` + // Estimated: `3731` + // Minimum execution time: 18_039_000 picoseconds. + Weight::from_parts(18_524_000, 3731) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -141,10 +141,10 @@ impl pallet_migrations::WeightInfo for HydraWeight { /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) fn exec_migration_fail() -> Weight { // Proof Size summary in bytes: - // Measured: `375` - // Estimated: `3840` - // Minimum execution time: 44_522_000 picoseconds. - Weight::from_parts(44_960_000, 3840) + // Measured: `138` + // Estimated: `3731` + // Minimum execution time: 25_562_000 picoseconds. + Weight::from_parts(25_988_000, 3731) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -152,8 +152,8 @@ impl pallet_migrations::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 270_000 picoseconds. - Weight::from_parts(291_000, 0) + // Minimum execution time: 220_000 picoseconds. + Weight::from_parts(244_000, 0) } /// Storage: `MultiBlockMigrations::Cursor` (r:0 w:1) /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) @@ -161,8 +161,8 @@ impl pallet_migrations::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_684_000 picoseconds. - Weight::from_parts(4_846_000, 0) + // Minimum execution time: 5_058_000 picoseconds. + Weight::from_parts(5_212_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `MultiBlockMigrations::Cursor` (r:0 w:1) @@ -171,8 +171,8 @@ impl pallet_migrations::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_334_000 picoseconds. - Weight::from_parts(5_478_000, 0) + // Minimum execution time: 5_547_000 picoseconds. + Weight::from_parts(5_688_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `MultiBlockMigrations::Cursor` (r:1 w:0) @@ -181,10 +181,10 @@ impl pallet_migrations::WeightInfo for HydraWeight { /// Proof: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0) fn force_onboard_mbms() -> Weight { // Proof Size summary in bytes: - // Measured: `350` + // Measured: `113` // Estimated: `67035` - // Minimum execution time: 9_960_000 picoseconds. - Weight::from_parts(10_288_000, 67035) + // Minimum execution time: 9_076_000 picoseconds. + Weight::from_parts(9_472_000, 67035) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: `MultiBlockMigrations::Historic` (r:256 w:256) @@ -192,12 +192,12 @@ impl pallet_migrations::WeightInfo for HydraWeight { /// The range of component `n` is `[0, 256]`. fn clear_historic(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1122 + n * (271 ±0)` + // Measured: `1089 + n * (271 ±0)` // Estimated: `3834 + n * (2740 ±0)` - // Minimum execution time: 16_961_000 picoseconds. - Weight::from_parts(17_298_431, 3834) - // Standard Error: 2_141 - .saturating_add(Weight::from_parts(1_248_101, 0).saturating_mul(n.into())) + // Minimum execution time: 18_842_000 picoseconds. + Weight::from_parts(17_744_960, 3834) + // Standard Error: 2_115 + .saturating_add(Weight::from_parts(1_256_000, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -210,10 +210,10 @@ impl pallet_migrations::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1709 + n * (38 ±0)` // Estimated: `787 + n * (39 ±0)` - // Minimum execution time: 2_882_000 picoseconds. - Weight::from_parts(22_967_431, 787) - // Standard Error: 1_617 - .saturating_add(Weight::from_parts(733_697, 0).saturating_mul(n.into())) + // Minimum execution time: 2_907_000 picoseconds. + Weight::from_parts(25_541_114, 787) + // Standard Error: 1_703 + .saturating_add(Weight::from_parts(750_053, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 39).saturating_mul(n.into())) diff --git a/runtime/hydradx/src/weights/pallet_multisig.rs b/runtime/hydradx/src/weights/pallet_multisig.rs index 733807806a..65941d765c 100644 --- a/runtime/hydradx/src/weights/pallet_multisig.rs +++ b/runtime/hydradx/src/weights/pallet_multisig.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_multisig` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -65,10 +65,10 @@ impl pallet_multisig::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 15_832_000 picoseconds. - Weight::from_parts(16_057_948, 0) + // Minimum execution time: 21_923_000 picoseconds. + Weight::from_parts(22_304_569, 0) // Standard Error: 1 - .saturating_add(Weight::from_parts(434, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_690, 0).saturating_mul(z.into())) } /// Storage: `Multisig::Multisigs` (r:1 w:1) /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) @@ -76,14 +76,14 @@ impl pallet_multisig::WeightInfo for HydraWeight { /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `329 + s * (2 ±0)` + // Measured: `296 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 50_242_000 picoseconds. - Weight::from_parts(42_923_431, 6811) - // Standard Error: 263 - .saturating_add(Weight::from_parts(82_855, 0).saturating_mul(s.into())) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_632, 0).saturating_mul(z.into())) + // Minimum execution time: 52_065_000 picoseconds. + Weight::from_parts(44_805_660, 6811) + // Standard Error: 315 + .saturating_add(Weight::from_parts(81_374, 0).saturating_mul(s.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(1_690, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -93,14 +93,14 @@ impl pallet_multisig::WeightInfo for HydraWeight { /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `348` + // Measured: `315` // Estimated: `6811` - // Minimum execution time: 33_107_000 picoseconds. - Weight::from_parts(25_650_327, 6811) - // Standard Error: 239 - .saturating_add(Weight::from_parts(79_850, 0).saturating_mul(s.into())) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_628, 0).saturating_mul(z.into())) + // Minimum execution time: 34_817_000 picoseconds. + Weight::from_parts(25_924_879, 6811) + // Standard Error: 635 + .saturating_add(Weight::from_parts(92_991, 0).saturating_mul(s.into())) + // Standard Error: 6 + .saturating_add(Weight::from_parts(1_738, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -112,14 +112,14 @@ impl pallet_multisig::WeightInfo for HydraWeight { /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `454 + s * (33 ±0)` + // Measured: `421 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 57_774_000 picoseconds. - Weight::from_parts(48_051_060, 6811) - // Standard Error: 431 - .saturating_add(Weight::from_parts(112_939, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_626, 0).saturating_mul(z.into())) + // Minimum execution time: 58_308_000 picoseconds. + Weight::from_parts(48_761_446, 6811) + // Standard Error: 334 + .saturating_add(Weight::from_parts(109_394, 0).saturating_mul(s.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(1_652, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -128,12 +128,12 @@ impl pallet_multisig::WeightInfo for HydraWeight { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `329 + s * (2 ±0)` + // Measured: `296 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 40_674_000 picoseconds. - Weight::from_parts(41_406_653, 6811) - // Standard Error: 333 - .saturating_add(Weight::from_parts(84_659, 0).saturating_mul(s.into())) + // Minimum execution time: 42_142_000 picoseconds. + Weight::from_parts(42_961_096, 6811) + // Standard Error: 524 + .saturating_add(Weight::from_parts(82_680, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -142,12 +142,12 @@ impl pallet_multisig::WeightInfo for HydraWeight { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `348` + // Measured: `315` // Estimated: `6811` - // Minimum execution time: 23_087_000 picoseconds. - Weight::from_parts(23_982_898, 6811) - // Standard Error: 393 - .saturating_add(Weight::from_parts(80_566, 0).saturating_mul(s.into())) + // Minimum execution time: 23_044_000 picoseconds. + Weight::from_parts(24_298_133, 6811) + // Standard Error: 1_014 + .saturating_add(Weight::from_parts(98_536, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -156,12 +156,12 @@ impl pallet_multisig::WeightInfo for HydraWeight { /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `520 + s * (1 ±0)` + // Measured: `487 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 42_503_000 picoseconds. - Weight::from_parts(43_293_348, 6811) - // Standard Error: 352 - .saturating_add(Weight::from_parts(82_803, 0).saturating_mul(s.into())) + // Minimum execution time: 42_250_000 picoseconds. + Weight::from_parts(43_263_722, 6811) + // Standard Error: 448 + .saturating_add(Weight::from_parts(80_437, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -170,12 +170,12 @@ impl pallet_multisig::WeightInfo for HydraWeight { /// The range of component `s` is `[2, 100]`. fn poke_deposit(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `520 + s * (1 ±0)` + // Measured: `487 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 40_346_000 picoseconds. - Weight::from_parts(41_219_370, 6811) - // Standard Error: 369 - .saturating_add(Weight::from_parts(82_481, 0).saturating_mul(s.into())) + // Minimum execution time: 39_942_000 picoseconds. + Weight::from_parts(40_792_246, 6811) + // Standard Error: 350 + .saturating_add(Weight::from_parts(81_241, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_omnipool.rs b/runtime/hydradx/src/weights/pallet_omnipool.rs index e6d446cf81..6a17e95a08 100644 --- a/runtime/hydradx/src/weights/pallet_omnipool.rs +++ b/runtime/hydradx/src/weights/pallet_omnipool.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_omnipool` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -100,8 +100,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3391` // Estimated: `8086` - // Minimum execution time: 196_684_000 picoseconds. - Weight::from_parts(197_668_000, 8086) + // Minimum execution time: 209_079_000 picoseconds. + Weight::from_parts(210_407_000, 8086) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(11_u64)) } @@ -165,8 +165,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `5474` // Estimated: `8739` - // Minimum execution time: 331_126_000 picoseconds. - Weight::from_parts(333_079_000, 8739) + // Minimum execution time: 358_534_000 picoseconds. + Weight::from_parts(360_496_000, 8739) .saturating_add(T::DbWeight::get().reads(32_u64)) .saturating_add(T::DbWeight::get().writes(16_u64)) } @@ -228,8 +228,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `8990` // Estimated: `11322` - // Minimum execution time: 361_067_000 picoseconds. - Weight::from_parts(363_354_000, 11322) + // Minimum execution time: 382_285_000 picoseconds. + Weight::from_parts(384_375_000, 11322) .saturating_add(T::DbWeight::get().reads(33_u64)) .saturating_add(T::DbWeight::get().writes(15_u64)) } @@ -295,8 +295,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `5474` // Estimated: `8739` - // Minimum execution time: 338_636_000 picoseconds. - Weight::from_parts(341_463_000, 8739) + // Minimum execution time: 366_649_000 picoseconds. + Weight::from_parts(368_429_000, 8739) .saturating_add(T::DbWeight::get().reads(32_u64)) .saturating_add(T::DbWeight::get().writes(18_u64)) } @@ -358,8 +358,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `8990` // Estimated: `11322` - // Minimum execution time: 363_628_000 picoseconds. - Weight::from_parts(365_372_000, 11322) + // Minimum execution time: 383_050_000 picoseconds. + Weight::from_parts(384_746_000, 11322) .saturating_add(T::DbWeight::get().reads(33_u64)) .saturating_add(T::DbWeight::get().writes(15_u64)) } @@ -425,8 +425,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `9673` // Estimated: `16488` - // Minimum execution time: 569_816_000 picoseconds. - Weight::from_parts(573_308_000, 16488) + // Minimum execution time: 595_390_000 picoseconds. + Weight::from_parts(598_236_000, 16488) .saturating_add(T::DbWeight::get().reads(55_u64)) .saturating_add(T::DbWeight::get().writes(27_u64)) } @@ -492,8 +492,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `9673` // Estimated: `16488` - // Minimum execution time: 561_934_000 picoseconds. - Weight::from_parts(565_697_000, 16488) + // Minimum execution time: 595_022_000 picoseconds. + Weight::from_parts(598_398_000, 16488) .saturating_add(T::DbWeight::get().reads(55_u64)) .saturating_add(T::DbWeight::get().writes(27_u64)) } @@ -503,8 +503,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1338` // Estimated: `3550` - // Minimum execution time: 34_451_000 picoseconds. - Weight::from_parts(35_073_000, 3550) + // Minimum execution time: 35_881_000 picoseconds. + Weight::from_parts(36_501_000, 3550) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -536,8 +536,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2925` // Estimated: `6196` - // Minimum execution time: 141_346_000 picoseconds. - Weight::from_parts(142_405_000, 6196) + // Minimum execution time: 148_968_000 picoseconds. + Weight::from_parts(149_926_000, 6196) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -557,8 +557,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3793` // Estimated: `3655` - // Minimum execution time: 78_035_000 picoseconds. - Weight::from_parts(78_761_000, 3655) + // Minimum execution time: 82_680_000 picoseconds. + Weight::from_parts(83_229_000, 3655) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -568,8 +568,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1338` // Estimated: `3550` - // Minimum execution time: 34_640_000 picoseconds. - Weight::from_parts(34_961_000, 3550) + // Minimum execution time: 36_115_000 picoseconds. + Weight::from_parts(36_601_000, 3550) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -579,8 +579,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1012` // Estimated: `0` - // Minimum execution time: 17_861_000 picoseconds. - Weight::from_parts(18_343_000, 0) + // Minimum execution time: 19_159_000 picoseconds. + Weight::from_parts(19_419_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Omnipool::Assets` (r:1 w:1) @@ -615,8 +615,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `5313` // Estimated: `8739` - // Minimum execution time: 192_686_000 picoseconds. - Weight::from_parts(193_633_000, 8739) + // Minimum execution time: 203_329_000 picoseconds. + Weight::from_parts(204_602_000, 8739) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -650,8 +650,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4537` // Estimated: `11322` - // Minimum execution time: 194_703_000 picoseconds. - Weight::from_parts(196_552_000, 11322) + // Minimum execution time: 203_858_000 picoseconds. + Weight::from_parts(205_198_000, 11322) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -710,13 +710,13 @@ impl pallet_omnipool::WeightInfo for HydraWeight { fn router_execution_sell(c: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2455 + e * (6433 ±0)` - // Estimated: `6190 + e * (10332 ±3_165_345_618_907_560)` - // Minimum execution time: 70_675_000 picoseconds. - Weight::from_parts(71_746_822, 6190) - // Standard Error: 175_897 - .saturating_add(Weight::from_parts(29_103, 0).saturating_mul(c.into())) - // Standard Error: 175_897 - .saturating_add(Weight::from_parts(449_934_821, 0).saturating_mul(e.into())) + // Estimated: `6190 + e * (10332 ±4_824_744_589_789_819)` + // Minimum execution time: 74_422_000 picoseconds. + Weight::from_parts(74_499_740, 6190) + // Standard Error: 178_723 + .saturating_add(Weight::from_parts(586_986, 0).saturating_mul(c.into())) + // Standard Error: 178_723 + .saturating_add(Weight::from_parts(474_945_935, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().reads((39_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes((23_u64).saturating_mul(e.into()))) @@ -774,16 +774,14 @@ impl pallet_omnipool::WeightInfo for HydraWeight { /// Proof: `Broadcast::IncrementalId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) /// The range of component `c` is `[1, 2]`. /// The range of component `e` is `[0, 1]`. - fn router_execution_buy(c: u32, e: u32, ) -> Weight { + fn router_execution_buy(c: u32, _e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `8888` // Estimated: `16488` - // Minimum execution time: 497_336_000 picoseconds. - Weight::from_parts(469_875_242, 16488) - // Standard Error: 378_028 - .saturating_add(Weight::from_parts(26_889_738, 0).saturating_mul(c.into())) - // Standard Error: 378_028 - .saturating_add(Weight::from_parts(6_401_579, 0).saturating_mul(e.into())) + // Minimum execution time: 523_893_000 picoseconds. + Weight::from_parts(507_871_769, 16488) + // Standard Error: 230_996 + .saturating_add(Weight::from_parts(21_817_356, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(50_u64)) .saturating_add(T::DbWeight::get().writes(23_u64)) } @@ -801,8 +799,8 @@ impl pallet_omnipool::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2455` // Estimated: `6190` - // Minimum execution time: 70_532_000 picoseconds. - Weight::from_parts(72_477_000, 6190) + // Minimum execution time: 73_773_000 picoseconds. + Weight::from_parts(74_578_000, 6190) .saturating_add(T::DbWeight::get().reads(10_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_omnipool_liquidity_mining.rs b/runtime/hydradx/src/weights/pallet_omnipool_liquidity_mining.rs index ba3e42c99d..85e7bf42e2 100644 --- a/runtime/hydradx/src/weights/pallet_omnipool_liquidity_mining.rs +++ b/runtime/hydradx/src/weights/pallet_omnipool_liquidity_mining.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_omnipool_liquidity_mining` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -78,8 +78,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `2470` // Estimated: `6196` - // Minimum execution time: 118_144_000 picoseconds. - Weight::from_parts(119_077_000, 6196) + // Minimum execution time: 118_145_000 picoseconds. + Weight::from_parts(118_919_000, 6196) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -99,8 +99,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `7288` // Estimated: `6328` - // Minimum execution time: 161_012_000 picoseconds. - Weight::from_parts(162_347_000, 6328) + // Minimum execution time: 164_504_000 picoseconds. + Weight::from_parts(165_605_000, 6328) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -120,8 +120,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `7095` // Estimated: `6196` - // Minimum execution time: 137_373_000 picoseconds. - Weight::from_parts(138_583_000, 6196) + // Minimum execution time: 138_935_000 picoseconds. + Weight::from_parts(139_649_000, 6196) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -149,8 +149,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `7784` // Estimated: `6328` - // Minimum execution time: 181_093_000 picoseconds. - Weight::from_parts(182_282_000, 6328) + // Minimum execution time: 184_496_000 picoseconds. + Weight::from_parts(185_460_000, 6328) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -176,8 +176,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `8290` // Estimated: `6328` - // Minimum execution time: 184_930_000 picoseconds. - Weight::from_parts(187_924_000, 6328) + // Minimum execution time: 189_980_000 picoseconds. + Weight::from_parts(191_569_000, 6328) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -201,8 +201,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `7863` // Estimated: `6328` - // Minimum execution time: 177_638_000 picoseconds. - Weight::from_parts(180_088_000, 6328) + // Minimum execution time: 181_392_000 picoseconds. + Weight::from_parts(184_447_000, 6328) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -228,8 +228,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `8407` // Estimated: `6328` - // Minimum execution time: 184_346_000 picoseconds. - Weight::from_parts(185_364_000, 6328) + // Minimum execution time: 188_159_000 picoseconds. + Weight::from_parts(188_863_000, 6328) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -251,8 +251,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `7531` // Estimated: `6196` - // Minimum execution time: 132_698_000 picoseconds. - Weight::from_parts(133_950_000, 6196) + // Minimum execution time: 133_170_000 picoseconds. + Weight::from_parts(134_586_000, 6196) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -294,8 +294,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `11214` // Estimated: `11666` - // Minimum execution time: 275_533_000 picoseconds. - Weight::from_parts(276_628_000, 11666) + // Minimum execution time: 279_174_000 picoseconds. + Weight::from_parts(281_254_000, 11666) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(14_u64)) } @@ -327,8 +327,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `14183` // Estimated: `11666` - // Minimum execution time: 236_733_000 picoseconds. - Weight::from_parts(238_556_000, 11666) + // Minimum execution time: 240_569_000 picoseconds. + Weight::from_parts(242_329_000, 11666) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -354,8 +354,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `11428` // Estimated: `8799` - // Minimum execution time: 243_829_000 picoseconds. - Weight::from_parts(245_537_000, 8799) + // Minimum execution time: 247_117_000 picoseconds. + Weight::from_parts(248_495_000, 8799) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -391,8 +391,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `9851` // Estimated: `8799` - // Minimum execution time: 332_245_000 picoseconds. - Weight::from_parts(334_397_000, 8799) + // Minimum execution time: 334_499_000 picoseconds. + Weight::from_parts(337_011_000, 8799) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(15_u64)) } @@ -435,10 +435,10 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `19462 + c * (507 ±0)` // Estimated: `11666 + c * (2680 ±0)` - // Minimum execution time: 280_021_000 picoseconds. - Weight::from_parts(168_428_714, 11666) - // Standard Error: 102_569 - .saturating_add(Weight::from_parts(116_992_442, 0).saturating_mul(c.into())) + // Minimum execution time: 283_952_000 picoseconds. + Weight::from_parts(168_401_633, 11666) + // Standard Error: 74_426 + .saturating_add(Weight::from_parts(120_282_524, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(15_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(11_u64)) @@ -520,10 +520,10 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `20993 + c * (507 ±0)` // Estimated: `14335 + c * (2680 ±0)` - // Minimum execution time: 599_613_000 picoseconds. - Weight::from_parts(486_049_192, 14335) - // Standard Error: 127_260 - .saturating_add(Weight::from_parts(120_898_864, 0).saturating_mul(c.into())) + // Minimum execution time: 622_914_000 picoseconds. + Weight::from_parts(506_478_602, 14335) + // Standard Error: 152_370 + .saturating_add(Weight::from_parts(124_151_644, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(45_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(26_u64)) @@ -563,10 +563,10 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `11876 + c * (517 ±0)` // Estimated: `6328 + c * (2680 ±0)` - // Minimum execution time: 291_060_000 picoseconds. - Weight::from_parts(109_937_381, 6328) - // Standard Error: 247_537 - .saturating_add(Weight::from_parts(183_661_131, 0).saturating_mul(c.into())) + // Minimum execution time: 294_815_000 picoseconds. + Weight::from_parts(108_598_708, 6328) + // Standard Error: 245_875 + .saturating_add(Weight::from_parts(187_815_761, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -652,10 +652,10 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `23664 + c * (507 ±0)` // Estimated: `34569 + c * (2680 ±0)` - // Minimum execution time: 1_802_666_000 picoseconds. - Weight::from_parts(1_705_016_105, 34569) - // Standard Error: 271_992 - .saturating_add(Weight::from_parts(116_259_891, 0).saturating_mul(c.into())) + // Minimum execution time: 2_189_406_000 picoseconds. + Weight::from_parts(2_094_809_642, 34569) + // Standard Error: 354_824 + .saturating_add(Weight::from_parts(119_108_688, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(77_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(37_u64)) @@ -729,10 +729,10 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `25443 + c * (7169 ±0)` // Estimated: `34569 + c * (18221 ±0)` - // Minimum execution time: 980_313_000 picoseconds. - Weight::from_parts(988_474_961, 34569) - // Standard Error: 476_922 - .saturating_add(Weight::from_parts(1_026_057_338, 0).saturating_mul(c.into())) + // Minimum execution time: 1_096_819_000 picoseconds. + Weight::from_parts(1_110_557_412, 34569) + // Standard Error: 831_097 + .saturating_add(Weight::from_parts(1_036_522_687, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(63_u64)) .saturating_add(T::DbWeight::get().reads((31_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(23_u64)) @@ -749,8 +749,8 @@ impl pallet_omnipool_liquidity_mining::WeightInfo for H // Proof Size summary in bytes: // Measured: `5736` // Estimated: `51701` - // Minimum execution time: 168_764_000 picoseconds. - Weight::from_parts(170_300_000, 51701) + // Minimum execution time: 173_139_000 picoseconds. + Weight::from_parts(174_152_000, 51701) .saturating_add(T::DbWeight::get().reads(21_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_otc.rs b/runtime/hydradx/src/weights/pallet_otc.rs index cae1b5165c..37790cc26f 100644 --- a/runtime/hydradx/src/weights/pallet_otc.rs +++ b/runtime/hydradx/src/weights/pallet_otc.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_otc` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -74,8 +74,8 @@ impl pallet_otc::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1029` // Estimated: `6190` - // Minimum execution time: 58_383_000 picoseconds. - Weight::from_parts(59_159_000, 6190) + // Minimum execution time: 59_095_000 picoseconds. + Weight::from_parts(60_040_000, 6190) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -109,8 +109,8 @@ impl pallet_otc::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2270` // Estimated: `13905` - // Minimum execution time: 240_874_000 picoseconds. - Weight::from_parts(242_230_000, 13905) + // Minimum execution time: 243_829_000 picoseconds. + Weight::from_parts(245_439_000, 13905) .saturating_add(T::DbWeight::get().reads(24_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -144,8 +144,8 @@ impl pallet_otc::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2270` // Estimated: `13905` - // Minimum execution time: 237_635_000 picoseconds. - Weight::from_parts(239_024_000, 13905) + // Minimum execution time: 240_330_000 picoseconds. + Weight::from_parts(241_837_000, 13905) .saturating_add(T::DbWeight::get().reads(24_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -161,8 +161,8 @@ impl pallet_otc::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1263` // Estimated: `4726` - // Minimum execution time: 51_029_000 picoseconds. - Weight::from_parts(51_501_000, 4726) + // Minimum execution time: 51_096_000 picoseconds. + Weight::from_parts(51_622_000, 4726) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_otc_settlements.rs b/runtime/hydradx/src/weights/pallet_otc_settlements.rs index 2f3ae69c66..3dea9a0d96 100644 --- a/runtime/hydradx/src/weights/pallet_otc_settlements.rs +++ b/runtime/hydradx/src/weights/pallet_otc_settlements.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_otc_settlements` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -76,8 +76,8 @@ impl pallet_otc_settlements::WeightInfo for HydraWeight // Proof Size summary in bytes: // Measured: `1153` // Estimated: `6196` - // Minimum execution time: 142_106_000 picoseconds. - Weight::from_parts(142_993_000, 6196) + // Minimum execution time: 143_444_000 picoseconds. + Weight::from_parts(144_239_000, 6196) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_preimage.rs b/runtime/hydradx/src/weights/pallet_preimage.rs index 26de15d5e3..3abad23407 100644 --- a/runtime/hydradx/src/weights/pallet_preimage.rs +++ b/runtime/hydradx/src/weights/pallet_preimage.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_preimage` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -73,10 +73,10 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3604` - // Minimum execution time: 59_145_000 picoseconds. - Weight::from_parts(27_687_699, 3604) - // Standard Error: 2 - .saturating_add(Weight::from_parts(2_187, 0).saturating_mul(s.into())) + // Minimum execution time: 61_074_000 picoseconds. + Weight::from_parts(61_265_000, 3604) + // Standard Error: 7 + .saturating_add(Weight::from_parts(2_438, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -91,10 +91,10 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3556` - // Minimum execution time: 21_108_000 picoseconds. - Weight::from_parts(21_274_000, 3556) - // Standard Error: 3 - .saturating_add(Weight::from_parts(2_193, 0).saturating_mul(s.into())) + // Minimum execution time: 21_721_000 picoseconds. + Weight::from_parts(21_949_000, 3556) + // Standard Error: 7 + .saturating_add(Weight::from_parts(2_455, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -109,10 +109,10 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3556` - // Minimum execution time: 20_333_000 picoseconds. - Weight::from_parts(20_553_000, 3556) - // Standard Error: 4 - .saturating_add(Weight::from_parts(2_208, 0).saturating_mul(s.into())) + // Minimum execution time: 21_019_000 picoseconds. + Weight::from_parts(21_259_000, 3556) + // Standard Error: 7 + .saturating_add(Weight::from_parts(2_442, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -128,8 +128,8 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `205` // Estimated: `3604` - // Minimum execution time: 62_129_000 picoseconds. - Weight::from_parts(63_334_000, 3604) + // Minimum execution time: 63_921_000 picoseconds. + Weight::from_parts(65_006_000, 3604) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 28_614_000 picoseconds. - Weight::from_parts(29_235_000, 3556) + // Minimum execution time: 28_478_000 picoseconds. + Weight::from_parts(29_594_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -156,8 +156,8 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `150` // Estimated: `3556` - // Minimum execution time: 24_225_000 picoseconds. - Weight::from_parts(24_853_000, 3556) + // Minimum execution time: 26_235_000 picoseconds. + Weight::from_parts(26_946_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -169,8 +169,8 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 16_995_000 picoseconds. - Weight::from_parts(17_570_000, 3556) + // Minimum execution time: 16_357_000 picoseconds. + Weight::from_parts(17_469_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -182,8 +182,8 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3556` - // Minimum execution time: 16_628_000 picoseconds. - Weight::from_parts(17_054_000, 3556) + // Minimum execution time: 17_271_000 picoseconds. + Weight::from_parts(17_775_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -195,8 +195,8 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3556` - // Minimum execution time: 13_206_000 picoseconds. - Weight::from_parts(13_529_000, 3556) + // Minimum execution time: 13_176_000 picoseconds. + Weight::from_parts(13_664_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -210,8 +210,8 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 24_669_000 picoseconds. - Weight::from_parts(25_657_000, 3556) + // Minimum execution time: 25_859_000 picoseconds. + Weight::from_parts(26_511_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -223,8 +223,8 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3556` - // Minimum execution time: 12_986_000 picoseconds. - Weight::from_parts(13_291_000, 3556) + // Minimum execution time: 13_130_000 picoseconds. + Weight::from_parts(13_408_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -236,8 +236,8 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `68` // Estimated: `3556` - // Minimum execution time: 13_159_000 picoseconds. - Weight::from_parts(13_529_000, 3556) + // Minimum execution time: 13_144_000 picoseconds. + Weight::from_parts(13_559_000, 3556) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -254,10 +254,10 @@ impl pallet_preimage::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0 + n * (227 ±0)` // Estimated: `990 + n * (2614 ±0)` - // Minimum execution time: 67_012_000 picoseconds. - Weight::from_parts(67_479_000, 990) - // Standard Error: 34_895 - .saturating_add(Weight::from_parts(60_775_655, 0).saturating_mul(n.into())) + // Minimum execution time: 69_652_000 picoseconds. + Weight::from_parts(69_874_000, 990) + // Standard Error: 29_278 + .saturating_add(Weight::from_parts(61_283_804, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2614).saturating_mul(n.into())) diff --git a/runtime/hydradx/src/weights/pallet_proxy.rs b/runtime/hydradx/src/weights/pallet_proxy.rs index 712f5b028a..4053a8f4a6 100644 --- a/runtime/hydradx/src/weights/pallet_proxy.rs +++ b/runtime/hydradx/src/weights/pallet_proxy.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_proxy` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -67,10 +67,10 @@ impl pallet_proxy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `293 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 20_077_000 picoseconds. - Weight::from_parts(20_616_747, 4706) - // Standard Error: 682 - .saturating_add(Weight::from_parts(28_321, 0).saturating_mul(p.into())) + // Minimum execution time: 22_460_000 picoseconds. + Weight::from_parts(23_039_835, 4706) + // Standard Error: 653 + .saturating_add(Weight::from_parts(19_195, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -85,12 +85,12 @@ impl pallet_proxy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `620 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5698` - // Minimum execution time: 49_036_000 picoseconds. - Weight::from_parts(49_363_804, 5698) - // Standard Error: 1_572 - .saturating_add(Weight::from_parts(166_707, 0).saturating_mul(a.into())) - // Standard Error: 1_624 - .saturating_add(Weight::from_parts(21_899, 0).saturating_mul(p.into())) + // Minimum execution time: 49_251_000 picoseconds. + Weight::from_parts(50_061_146, 5698) + // Standard Error: 1_446 + .saturating_add(Weight::from_parts(173_318, 0).saturating_mul(a.into())) + // Standard Error: 1_494 + .saturating_add(Weight::from_parts(17_512, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -100,16 +100,14 @@ impl pallet_proxy::WeightInfo for HydraWeight { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn remove_announcement(a: u32, p: u32, ) -> Weight { + fn remove_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `535 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 34_445_000 picoseconds. - Weight::from_parts(35_358_630, 5698) - // Standard Error: 1_258 - .saturating_add(Weight::from_parts(176_140, 0).saturating_mul(a.into())) - // Standard Error: 1_300 - .saturating_add(Weight::from_parts(990, 0).saturating_mul(p.into())) + // Minimum execution time: 35_139_000 picoseconds. + Weight::from_parts(36_312_868, 5698) + // Standard Error: 1_420 + .saturating_add(Weight::from_parts(180_043, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -119,16 +117,14 @@ impl pallet_proxy::WeightInfo for HydraWeight { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn reject_announcement(a: u32, p: u32, ) -> Weight { + fn reject_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `535 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 34_474_000 picoseconds. - Weight::from_parts(35_390_378, 5698) - // Standard Error: 1_370 - .saturating_add(Weight::from_parts(173_144, 0).saturating_mul(a.into())) - // Standard Error: 1_416 - .saturating_add(Weight::from_parts(2_368, 0).saturating_mul(p.into())) + // Minimum execution time: 35_072_000 picoseconds. + Weight::from_parts(36_216_246, 5698) + // Standard Error: 1_403 + .saturating_add(Weight::from_parts(185_173, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -144,12 +140,12 @@ impl pallet_proxy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `552 + a * (68 ±0) + p * (37 ±0)` // Estimated: `5698` - // Minimum execution time: 44_230_000 picoseconds. - Weight::from_parts(44_793_919, 5698) - // Standard Error: 1_513 - .saturating_add(Weight::from_parts(163_170, 0).saturating_mul(a.into())) - // Standard Error: 1_564 - .saturating_add(Weight::from_parts(20_937, 0).saturating_mul(p.into())) + // Minimum execution time: 45_291_000 picoseconds. + Weight::from_parts(45_501_203, 5698) + // Standard Error: 1_649 + .saturating_add(Weight::from_parts(172_220, 0).saturating_mul(a.into())) + // Standard Error: 1_704 + .saturating_add(Weight::from_parts(30_494, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -160,10 +156,10 @@ impl pallet_proxy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `293 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 31_968_000 picoseconds. - Weight::from_parts(32_652_406, 4706) - // Standard Error: 716 - .saturating_add(Weight::from_parts(37_777, 0).saturating_mul(p.into())) + // Minimum execution time: 34_343_000 picoseconds. + Weight::from_parts(35_064_327, 4706) + // Standard Error: 868 + .saturating_add(Weight::from_parts(42_434, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -174,10 +170,10 @@ impl pallet_proxy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `293 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 32_116_000 picoseconds. - Weight::from_parts(32_717_891, 4706) - // Standard Error: 713 - .saturating_add(Weight::from_parts(41_372, 0).saturating_mul(p.into())) + // Minimum execution time: 34_509_000 picoseconds. + Weight::from_parts(35_115_821, 4706) + // Standard Error: 831 + .saturating_add(Weight::from_parts(37_141, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -188,10 +184,10 @@ impl pallet_proxy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `293 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 29_192_000 picoseconds. - Weight::from_parts(29_806_722, 4706) - // Standard Error: 707 - .saturating_add(Weight::from_parts(21_461, 0).saturating_mul(p.into())) + // Minimum execution time: 31_465_000 picoseconds. + Weight::from_parts(32_289_939, 4706) + // Standard Error: 780 + .saturating_add(Weight::from_parts(22_839, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -202,10 +198,10 @@ impl pallet_proxy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `305` // Estimated: `4706` - // Minimum execution time: 34_330_000 picoseconds. - Weight::from_parts(35_060_367, 4706) - // Standard Error: 692 - .saturating_add(Weight::from_parts(1_255, 0).saturating_mul(p.into())) + // Minimum execution time: 36_823_000 picoseconds. + Weight::from_parts(37_460_884, 4706) + // Standard Error: 811 + .saturating_add(Weight::from_parts(7_044, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -216,10 +212,10 @@ impl pallet_proxy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `330 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 30_043_000 picoseconds. - Weight::from_parts(30_815_375, 4706) - // Standard Error: 684 - .saturating_add(Weight::from_parts(27_222, 0).saturating_mul(p.into())) + // Minimum execution time: 35_495_000 picoseconds. + Weight::from_parts(36_223_271, 4706) + // Standard Error: 716 + .saturating_add(Weight::from_parts(12_916, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -233,8 +229,8 @@ impl pallet_proxy::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `656` // Estimated: `5698` - // Minimum execution time: 58_353_000 picoseconds. - Weight::from_parts(59_377_000, 5698) + // Minimum execution time: 58_586_000 picoseconds. + Weight::from_parts(59_146_000, 5698) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_referenda.rs b/runtime/hydradx/src/weights/pallet_referenda.rs index 3839ceed5c..8334434a3c 100644 --- a/runtime/hydradx/src/weights/pallet_referenda.rs +++ b/runtime/hydradx/src/weights/pallet_referenda.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_referenda` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -70,8 +70,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `290` // Estimated: `42428` - // Minimum execution time: 48_306_000 picoseconds. - Weight::from_parts(48_706_000, 42428) + // Minimum execution time: 48_913_000 picoseconds. + Weight::from_parts(49_492_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -87,8 +87,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `547` // Estimated: `83866` - // Minimum execution time: 65_300_000 picoseconds. - Weight::from_parts(66_163_000, 83866) + // Minimum execution time: 65_789_000 picoseconds. + Weight::from_parts(66_599_000, 83866) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -108,8 +108,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3345` // Estimated: `42428` - // Minimum execution time: 75_819_000 picoseconds. - Weight::from_parts(76_582_000, 42428) + // Minimum execution time: 79_192_000 picoseconds. + Weight::from_parts(79_902_000, 42428) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -129,8 +129,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3365` // Estimated: `42428` - // Minimum execution time: 75_006_000 picoseconds. - Weight::from_parts(75_876_000, 42428) + // Minimum execution time: 77_479_000 picoseconds. + Weight::from_parts(78_243_000, 42428) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -148,8 +148,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `547` // Estimated: `83866` - // Minimum execution time: 75_642_000 picoseconds. - Weight::from_parts(76_831_000, 83866) + // Minimum execution time: 78_826_000 picoseconds. + Weight::from_parts(79_489_000, 83866) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -167,8 +167,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `547` // Estimated: `83866` - // Minimum execution time: 74_053_000 picoseconds. - Weight::from_parts(75_020_000, 83866) + // Minimum execution time: 77_562_000 picoseconds. + Weight::from_parts(78_188_000, 83866) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -178,8 +178,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `422` // Estimated: `4401` - // Minimum execution time: 37_766_000 picoseconds. - Weight::from_parts(38_340_000, 4401) + // Minimum execution time: 38_298_000 picoseconds. + Weight::from_parts(38_926_000, 4401) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -189,8 +189,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `4401` - // Minimum execution time: 38_102_000 picoseconds. - Weight::from_parts(38_934_000, 4401) + // Minimum execution time: 39_170_000 picoseconds. + Weight::from_parts(39_608_000, 4401) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -204,8 +204,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `451` // Estimated: `83866` - // Minimum execution time: 45_016_000 picoseconds. - Weight::from_parts(45_598_000, 83866) + // Minimum execution time: 45_994_000 picoseconds. + Weight::from_parts(46_641_000, 83866) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -223,8 +223,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `795` // Estimated: `83866` - // Minimum execution time: 113_731_000 picoseconds. - Weight::from_parts(114_800_000, 83866) + // Minimum execution time: 114_332_000 picoseconds. + Weight::from_parts(115_579_000, 83866) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -238,8 +238,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `249` // Estimated: `5477` - // Minimum execution time: 19_310_000 picoseconds. - Weight::from_parts(19_609_000, 5477) + // Minimum execution time: 19_207_000 picoseconds. + Weight::from_parts(19_745_000, 5477) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -255,8 +255,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3230` // Estimated: `42428` - // Minimum execution time: 52_007_000 picoseconds. - Weight::from_parts(52_799_000, 42428) + // Minimum execution time: 53_571_000 picoseconds. + Weight::from_parts(54_083_000, 42428) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -272,8 +272,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3230` // Estimated: `42428` - // Minimum execution time: 53_978_000 picoseconds. - Weight::from_parts(54_531_000, 42428) + // Minimum execution time: 55_994_000 picoseconds. + Weight::from_parts(56_375_000, 42428) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -287,8 +287,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3086` // Estimated: `5477` - // Minimum execution time: 28_875_000 picoseconds. - Weight::from_parts(29_587_000, 5477) + // Minimum execution time: 29_932_000 picoseconds. + Weight::from_parts(30_519_000, 5477) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -302,8 +302,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3086` // Estimated: `5477` - // Minimum execution time: 28_853_000 picoseconds. - Weight::from_parts(29_513_000, 5477) + // Minimum execution time: 30_047_000 picoseconds. + Weight::from_parts(30_372_000, 5477) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -319,8 +319,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3090` // Estimated: `5477` - // Minimum execution time: 35_613_000 picoseconds. - Weight::from_parts(36_313_000, 5477) + // Minimum execution time: 36_104_000 picoseconds. + Weight::from_parts(36_708_000, 5477) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -336,8 +336,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3110` // Estimated: `5477` - // Minimum execution time: 34_612_000 picoseconds. - Weight::from_parts(35_209_000, 5477) + // Minimum execution time: 34_789_000 picoseconds. + Weight::from_parts(35_330_000, 5477) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -351,8 +351,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `407` // Estimated: `42428` - // Minimum execution time: 33_084_000 picoseconds. - Weight::from_parts(33_550_000, 42428) + // Minimum execution time: 33_611_000 picoseconds. + Weight::from_parts(34_327_000, 42428) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -366,8 +366,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `455` // Estimated: `42428` - // Minimum execution time: 33_454_000 picoseconds. - Weight::from_parts(34_013_000, 42428) + // Minimum execution time: 34_165_000 picoseconds. + Weight::from_parts(34_807_000, 42428) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -379,8 +379,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `353` // Estimated: `4401` - // Minimum execution time: 22_110_000 picoseconds. - Weight::from_parts(22_426_000, 4401) + // Minimum execution time: 24_171_000 picoseconds. + Weight::from_parts(24_594_000, 4401) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -396,8 +396,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `455` // Estimated: `42428` - // Minimum execution time: 42_245_000 picoseconds. - Weight::from_parts(42_975_000, 42428) + // Minimum execution time: 43_285_000 picoseconds. + Weight::from_parts(43_969_000, 42428) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -413,8 +413,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `455` // Estimated: `42428` - // Minimum execution time: 44_266_000 picoseconds. - Weight::from_parts(44_825_000, 42428) + // Minimum execution time: 45_086_000 picoseconds. + Weight::from_parts(45_660_000, 42428) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -428,8 +428,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `508` // Estimated: `42428` - // Minimum execution time: 38_580_000 picoseconds. - Weight::from_parts(38_903_000, 42428) + // Minimum execution time: 39_508_000 picoseconds. + Weight::from_parts(40_103_000, 42428) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -443,8 +443,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `491` // Estimated: `42428` - // Minimum execution time: 39_000_000 picoseconds. - Weight::from_parts(39_423_000, 42428) + // Minimum execution time: 39_697_000 picoseconds. + Weight::from_parts(40_228_000, 42428) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -458,8 +458,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `508` // Estimated: `42428` - // Minimum execution time: 37_459_000 picoseconds. - Weight::from_parts(37_734_000, 42428) + // Minimum execution time: 38_538_000 picoseconds. + Weight::from_parts(38_830_000, 42428) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -473,8 +473,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `512` // Estimated: `42428` - // Minimum execution time: 36_303_000 picoseconds. - Weight::from_parts(36_924_000, 42428) + // Minimum execution time: 37_459_000 picoseconds. + Weight::from_parts(37_842_000, 42428) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -490,8 +490,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `512` // Estimated: `83866` - // Minimum execution time: 51_241_000 picoseconds. - Weight::from_parts(51_958_000, 83866) + // Minimum execution time: 51_849_000 picoseconds. + Weight::from_parts(52_679_000, 83866) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -505,8 +505,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `508` // Estimated: `42428` - // Minimum execution time: 38_385_000 picoseconds. - Weight::from_parts(38_850_000, 42428) + // Minimum execution time: 38_980_000 picoseconds. + Weight::from_parts(39_647_000, 42428) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -522,8 +522,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `455` // Estimated: `4401` - // Minimum execution time: 29_385_000 picoseconds. - Weight::from_parts(29_625_000, 4401) + // Minimum execution time: 29_825_000 picoseconds. + Weight::from_parts(30_167_000, 4401) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -535,8 +535,8 @@ impl pallet_referenda::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `426` // Estimated: `4401` - // Minimum execution time: 25_088_000 picoseconds. - Weight::from_parts(25_336_000, 4401) + // Minimum execution time: 25_227_000 picoseconds. + Weight::from_parts(25_774_000, 4401) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_referrals.rs b/runtime/hydradx/src/weights/pallet_referrals.rs index f358bd4dfc..b864f43e72 100644 --- a/runtime/hydradx/src/weights/pallet_referrals.rs +++ b/runtime/hydradx/src/weights/pallet_referrals.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_referrals` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -78,8 +78,8 @@ impl pallet_referrals::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `707` // Estimated: `6196` - // Minimum execution time: 84_486_000 picoseconds. - Weight::from_parts(85_412_000, 6196) + // Minimum execution time: 85_805_000 picoseconds. + Weight::from_parts(87_048_000, 6196) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -91,8 +91,8 @@ impl pallet_referrals::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `228` // Estimated: `3545` - // Minimum execution time: 19_857_000 picoseconds. - Weight::from_parts(20_098_000, 3545) + // Minimum execution time: 20_139_000 picoseconds. + Weight::from_parts(20_511_000, 3545) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -144,8 +144,8 @@ impl pallet_referrals::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2234` // Estimated: `8790` - // Minimum execution time: 397_471_000 picoseconds. - Weight::from_parts(398_680_000, 8790) + // Minimum execution time: 405_991_000 picoseconds. + Weight::from_parts(407_760_000, 8790) .saturating_add(T::DbWeight::get().reads(36_u64)) .saturating_add(T::DbWeight::get().writes(15_u64)) } @@ -171,8 +171,8 @@ impl pallet_referrals::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1078` // Estimated: `6196` - // Minimum execution time: 102_824_000 picoseconds. - Weight::from_parts(104_261_000, 6196) + // Minimum execution time: 105_495_000 picoseconds. + Weight::from_parts(106_177_000, 6196) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -182,8 +182,8 @@ impl pallet_referrals::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3514` - // Minimum execution time: 14_691_000 picoseconds. - Weight::from_parts(14_832_000, 3514) + // Minimum execution time: 14_820_000 picoseconds. + Weight::from_parts(15_021_000, 3514) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_route_executor.rs b/runtime/hydradx/src/weights/pallet_route_executor.rs index eee3e7245b..d1f01233bc 100644 --- a/runtime/hydradx/src/weights/pallet_route_executor.rs +++ b/runtime/hydradx/src/weights/pallet_route_executor.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_route_executor` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -91,10 +91,10 @@ impl pallet_route_executor::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `3855` // Estimated: `19071` - // Minimum execution time: 466_352_000 picoseconds. - Weight::from_parts(471_290_526, 19071) - // Standard Error: 319_198 - .saturating_add(Weight::from_parts(65_746_373, 0).saturating_mul(c.into())) + // Minimum execution time: 491_242_000 picoseconds. + Weight::from_parts(497_109_853, 19071) + // Standard Error: 517_425 + .saturating_add(Weight::from_parts(83_812_146, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(29_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -129,13 +129,13 @@ impl pallet_route_executor::WeightInfo for HydraWeight< fn calculate_and_execute_buy_in_lbp(c: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2058 + b * (1802 ±0)` - // Estimated: `6190 + b * (12915 ±10_308_707_831_848_054)` - // Minimum execution time: 101_706_000 picoseconds. - Weight::from_parts(102_633_000, 6190) - // Standard Error: 199_909 - .saturating_add(Weight::from_parts(799_697, 0).saturating_mul(c.into())) - // Standard Error: 445_253 - .saturating_add(Weight::from_parts(424_957_815, 0).saturating_mul(b.into())) + // Estimated: `6190 + b * (12915 ±3_669_546_108_290_640)` + // Minimum execution time: 122_532_000 picoseconds. + Weight::from_parts(123_578_000, 6190) + // Standard Error: 300_206 + .saturating_add(Weight::from_parts(1_433_083, 0).saturating_mul(c.into())) + // Standard Error: 668_645 + .saturating_add(Weight::from_parts(452_038_563, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((24_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes((12_u64).saturating_mul(b.into()))) @@ -157,8 +157,8 @@ impl pallet_route_executor::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `6945` // Estimated: `47484` - // Minimum execution time: 592_898_000 picoseconds. - Weight::from_parts(597_166_000, 47484) + // Minimum execution time: 599_462_000 picoseconds. + Weight::from_parts(604_608_000, 47484) .saturating_add(T::DbWeight::get().reads(42_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -168,8 +168,8 @@ impl pallet_route_executor::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `1012` // Estimated: `0` - // Minimum execution time: 31_394_000 picoseconds. - Weight::from_parts(31_772_000, 0) + // Minimum execution time: 31_483_000 picoseconds. + Weight::from_parts(31_986_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Router::Routes` (r:1 w:0) @@ -178,8 +178,8 @@ impl pallet_route_executor::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `800` // Estimated: `3607` - // Minimum execution time: 8_825_000 picoseconds. - Weight::from_parts(8_988_000, 3607) + // Minimum execution time: 9_031_000 picoseconds. + Weight::from_parts(9_274_000, 3607) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `EmaOracle::Oracles` (r:2 w:0) @@ -188,8 +188,8 @@ impl pallet_route_executor::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `1486` // Estimated: `6328` - // Minimum execution time: 31_888_000 picoseconds. - Weight::from_parts(32_306_000, 6328) + // Minimum execution time: 32_074_000 picoseconds. + Weight::from_parts(32_417_000, 6328) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: `EmaOracle::Oracles` (r:4 w:0) @@ -198,8 +198,8 @@ impl pallet_route_executor::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `1908` // Estimated: `11666` - // Minimum execution time: 57_119_000 picoseconds. - Weight::from_parts(57_546_000, 11666) + // Minimum execution time: 58_722_000 picoseconds. + Weight::from_parts(59_175_000, 11666) .saturating_add(T::DbWeight::get().reads(4_u64)) } /// Storage: `LBP::PoolData` (r:1 w:0) @@ -214,8 +214,8 @@ impl pallet_route_executor::WeightInfo for HydraWeight< // Proof Size summary in bytes: // Measured: `2095` // Estimated: `6190` - // Minimum execution time: 54_381_000 picoseconds. - Weight::from_parts(55_066_000, 6190) + // Minimum execution time: 55_040_000 picoseconds. + Weight::from_parts(56_051_000, 6190) .saturating_add(T::DbWeight::get().reads(6_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_scheduler.rs b/runtime/hydradx/src/weights/pallet_scheduler.rs index a2e2204283..c1facc53dd 100644 --- a/runtime/hydradx/src/weights/pallet_scheduler.rs +++ b/runtime/hydradx/src/weights/pallet_scheduler.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_scheduler` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -66,8 +66,8 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `30` // Estimated: `1489` - // Minimum execution time: 8_022_000 picoseconds. - Weight::from_parts(8_281_000, 1489) + // Minimum execution time: 8_470_000 picoseconds. + Weight::from_parts(8_680_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -78,10 +78,10 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 5_112_000 picoseconds. - Weight::from_parts(9_373_001, 42428) - // Standard Error: 1_973 - .saturating_add(Weight::from_parts(422_473, 0).saturating_mul(s.into())) + // Minimum execution time: 5_241_000 picoseconds. + Weight::from_parts(9_681_293, 42428) + // Standard Error: 1_981 + .saturating_add(Weight::from_parts(474_554, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -89,8 +89,8 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_282_000 picoseconds. - Weight::from_parts(5_346_000, 0) + // Minimum execution time: 5_378_000 picoseconds. + Weight::from_parts(5_462_000, 0) } /// Storage: `Preimage::PreimageFor` (r:1 w:1) /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `Measured`) @@ -103,10 +103,10 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `141 + s * (1 ±0)` // Estimated: `3606 + s * (1 ±0)` - // Minimum execution time: 23_783_000 picoseconds. - Weight::from_parts(24_026_000, 3606) - // Standard Error: 18 - .saturating_add(Weight::from_parts(1_644, 0).saturating_mul(s.into())) + // Minimum execution time: 24_404_000 picoseconds. + Weight::from_parts(24_713_000, 3606) + // Standard Error: 20 + .saturating_add(Weight::from_parts(2_107, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -117,30 +117,30 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_681_000 picoseconds. - Weight::from_parts(7_891_000, 0) + // Minimum execution time: 8_143_000 picoseconds. + Weight::from_parts(8_356_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_191_000 picoseconds. - Weight::from_parts(5_384_000, 0) + // Minimum execution time: 5_229_000 picoseconds. + Weight::from_parts(5_459_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_004_000 picoseconds. - Weight::from_parts(4_148_000, 0) + // Minimum execution time: 4_269_000 picoseconds. + Weight::from_parts(4_403_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_041_000 picoseconds. - Weight::from_parts(4_221_000, 0) + // Minimum execution time: 4_185_000 picoseconds. + Weight::from_parts(4_340_000, 0) } /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) @@ -149,10 +149,10 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 15_720_000 picoseconds. - Weight::from_parts(19_517_522, 42428) - // Standard Error: 1_677 - .saturating_add(Weight::from_parts(422_550, 0).saturating_mul(s.into())) + // Minimum execution time: 16_057_000 picoseconds. + Weight::from_parts(20_029_244, 42428) + // Standard Error: 1_779 + .saturating_add(Weight::from_parts(482_780, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -167,10 +167,10 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 22_871_000 picoseconds. - Weight::from_parts(22_551_854, 42428) + // Minimum execution time: 23_729_000 picoseconds. + Weight::from_parts(23_212_667, 42428) // Standard Error: 653 - .saturating_add(Weight::from_parts(673_092, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(756_642, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -183,10 +183,10 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `254 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 20_385_000 picoseconds. - Weight::from_parts(25_700_241, 42428) - // Standard Error: 2_962 - .saturating_add(Weight::from_parts(462_828, 0).saturating_mul(s.into())) + // Minimum execution time: 20_959_000 picoseconds. + Weight::from_parts(27_062_813, 42428) + // Standard Error: 4_875 + .saturating_add(Weight::from_parts(553_849, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -201,10 +201,10 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `280 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 25_581_000 picoseconds. - Weight::from_parts(26_336_529, 42428) - // Standard Error: 1_335 - .saturating_add(Weight::from_parts(708_491, 0).saturating_mul(s.into())) + // Minimum execution time: 26_597_000 picoseconds. + Weight::from_parts(28_873_248, 42428) + // Standard Error: 1_881 + .saturating_add(Weight::from_parts(800_192, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -217,10 +217,10 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `117` // Estimated: `42428` - // Minimum execution time: 13_758_000 picoseconds. - Weight::from_parts(14_210_771, 42428) - // Standard Error: 327 - .saturating_add(Weight::from_parts(16_260, 0).saturating_mul(s.into())) + // Minimum execution time: 14_167_000 picoseconds. + Weight::from_parts(14_526_186, 42428) + // Standard Error: 354 + .saturating_add(Weight::from_parts(18_119, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -232,8 +232,8 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `8927` // Estimated: `42428` - // Minimum execution time: 32_597_000 picoseconds. - Weight::from_parts(32_931_000, 42428) + // Minimum execution time: 35_424_000 picoseconds. + Weight::from_parts(36_025_000, 42428) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -247,8 +247,8 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `9605` // Estimated: `42428` - // Minimum execution time: 41_782_000 picoseconds. - Weight::from_parts(42_430_000, 42428) + // Minimum execution time: 44_793_000 picoseconds. + Weight::from_parts(45_571_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -260,8 +260,8 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `8939` // Estimated: `42428` - // Minimum execution time: 31_474_000 picoseconds. - Weight::from_parts(32_197_000, 42428) + // Minimum execution time: 33_917_000 picoseconds. + Weight::from_parts(34_506_000, 42428) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -275,8 +275,8 @@ impl pallet_scheduler::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `9617` // Estimated: `42428` - // Minimum execution time: 40_833_000 picoseconds. - Weight::from_parts(41_826_000, 42428) + // Minimum execution time: 43_414_000 picoseconds. + Weight::from_parts(44_508_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_signet.rs b/runtime/hydradx/src/weights/pallet_signet.rs index cf67abc461..13cb2601ab 100644 --- a/runtime/hydradx/src/weights/pallet_signet.rs +++ b/runtime/hydradx/src/weights/pallet_signet.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_signet` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -70,8 +70,8 @@ impl pallet_signet::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1517` - // Minimum execution time: 12_621_000 picoseconds. - Weight::from_parts(13_044_000, 1517) + // Minimum execution time: 13_225_000 picoseconds. + Weight::from_parts(13_569_000, 1517) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -83,8 +83,8 @@ impl pallet_signet::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `128` // Estimated: `1517` - // Minimum execution time: 14_559_000 picoseconds. - Weight::from_parts(14_858_000, 1517) + // Minimum execution time: 15_218_000 picoseconds. + Weight::from_parts(15_577_000, 1517) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -96,8 +96,8 @@ impl pallet_signet::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `299` // Estimated: `3593` - // Minimum execution time: 62_011_000 picoseconds. - Weight::from_parts(62_534_000, 3593) + // Minimum execution time: 65_225_000 picoseconds. + Weight::from_parts(65_776_000, 3593) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -113,8 +113,8 @@ impl pallet_signet::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `167` // Estimated: `3593` - // Minimum execution time: 65_063_000 picoseconds. - Weight::from_parts(65_820_000, 3593) + // Minimum execution time: 69_289_000 picoseconds. + Weight::from_parts(70_025_000, 3593) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -128,8 +128,8 @@ impl pallet_signet::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `167` // Estimated: `3593` - // Minimum execution time: 162_949_000 picoseconds. - Weight::from_parts(164_844_000, 3593) + // Minimum execution time: 173_881_000 picoseconds. + Weight::from_parts(175_101_000, 3593) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -137,21 +137,21 @@ impl pallet_signet::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 215_458_000 picoseconds. - Weight::from_parts(216_808_000, 0) + // Minimum execution time: 225_686_000 picoseconds. + Weight::from_parts(229_243_000, 0) } fn respond_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 321_457_000 picoseconds. - Weight::from_parts(323_288_000, 0) + // Minimum execution time: 337_374_000 picoseconds. + Weight::from_parts(340_383_000, 0) } fn respond_bidirectional() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 95_250_000 picoseconds. - Weight::from_parts(95_830_000, 0) + // Minimum execution time: 102_088_000 picoseconds. + Weight::from_parts(102_520_000, 0) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_stableswap.rs b/runtime/hydradx/src/weights/pallet_stableswap.rs index 2a8778d425..0cc6fbf625 100644 --- a/runtime/hydradx/src/weights/pallet_stableswap.rs +++ b/runtime/hydradx/src/weights/pallet_stableswap.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_stableswap` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -70,8 +70,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `693` // Estimated: `16590` - // Minimum execution time: 52_347_000 picoseconds. - Weight::from_parts(53_136_000, 16590) + // Minimum execution time: 54_292_000 picoseconds. + Weight::from_parts(54_879_000, 16590) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -89,8 +89,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1706` // Estimated: `16590` - // Minimum execution time: 98_334_000 picoseconds. - Weight::from_parts(99_087_000, 16590) + // Minimum execution time: 101_547_000 picoseconds. + Weight::from_parts(102_453_000, 16590) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -140,8 +140,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `5068` // Estimated: `29403` - // Minimum execution time: 1_588_281_000 picoseconds. - Weight::from_parts(1_592_816_000, 29403) + // Minimum execution time: 2_099_315_000 picoseconds. + Weight::from_parts(2_109_427_000, 29403) .saturating_add(T::DbWeight::get().reads(53_u64)) .saturating_add(T::DbWeight::get().writes(18_u64)) } @@ -191,8 +191,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4800` // Estimated: `19071` - // Minimum execution time: 1_053_561_000 picoseconds. - Weight::from_parts(1_056_754_000, 19071) + // Minimum execution time: 1_412_290_000 picoseconds. + Weight::from_parts(1_419_517_000, 19071) .saturating_add(T::DbWeight::get().reads(37_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -238,8 +238,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4942` // Estimated: `19071` - // Minimum execution time: 1_038_678_000 picoseconds. - Weight::from_parts(1_043_600_000, 19071) + // Minimum execution time: 1_354_696_000 picoseconds. + Weight::from_parts(1_358_319_000, 19071) .saturating_add(T::DbWeight::get().reads(34_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -285,8 +285,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4942` // Estimated: `29403` - // Minimum execution time: 837_830_000 picoseconds. - Weight::from_parts(841_590_000, 29403) + // Minimum execution time: 1_009_254_000 picoseconds. + Weight::from_parts(1_013_203_000, 29403) .saturating_add(T::DbWeight::get().reads(55_u64)) .saturating_add(T::DbWeight::get().writes(14_u64)) } @@ -332,8 +332,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4942` // Estimated: `19071` - // Minimum execution time: 1_329_156_000 picoseconds. - Weight::from_parts(1_333_310_000, 19071) + // Minimum execution time: 1_835_387_000 picoseconds. + Weight::from_parts(1_842_451_000, 19071) .saturating_add(T::DbWeight::get().reads(35_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -379,8 +379,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4923` // Estimated: `19071` - // Minimum execution time: 1_010_771_000 picoseconds. - Weight::from_parts(1_014_908_000, 19071) + // Minimum execution time: 1_300_917_000 picoseconds. + Weight::from_parts(1_305_456_000, 19071) .saturating_add(T::DbWeight::get().reads(37_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -426,8 +426,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4893` // Estimated: `19071` - // Minimum execution time: 1_000_072_000 picoseconds. - Weight::from_parts(1_003_842_000, 19071) + // Minimum execution time: 1_292_228_000 picoseconds. + Weight::from_parts(1_296_107_000, 19071) .saturating_add(T::DbWeight::get().reads(38_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -439,8 +439,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `231` // Estimated: `3522` - // Minimum execution time: 25_727_000 picoseconds. - Weight::from_parts(26_147_000, 3522) + // Minimum execution time: 26_485_000 picoseconds. + Weight::from_parts(26_864_000, 3522) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -450,8 +450,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `191` // Estimated: `3522` - // Minimum execution time: 22_159_000 picoseconds. - Weight::from_parts(22_637_000, 3522) + // Minimum execution time: 22_765_000 picoseconds. + Weight::from_parts(23_107_000, 3522) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -461,8 +461,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `191` // Estimated: `3522` - // Minimum execution time: 23_425_000 picoseconds. - Weight::from_parts(23_713_000, 3522) + // Minimum execution time: 23_843_000 picoseconds. + Weight::from_parts(24_172_000, 3522) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -474,8 +474,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `461` // Estimated: `3820` - // Minimum execution time: 27_508_000 picoseconds. - Weight::from_parts(27_748_000, 3820) + // Minimum execution time: 27_816_000 picoseconds. + Weight::from_parts(28_299_000, 3820) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -487,8 +487,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `454` // Estimated: `3820` - // Minimum execution time: 26_708_000 picoseconds. - Weight::from_parts(27_024_000, 3820) + // Minimum execution time: 27_322_000 picoseconds. + Weight::from_parts(27_546_000, 3820) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -539,10 +539,10 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3113 + e * (1667 ±0)` // Estimated: `16590 + e * (5166 ±0)` - // Minimum execution time: 888_697_000 picoseconds. - Weight::from_parts(894_479_540, 16590) - // Standard Error: 547_826 - .saturating_add(Weight::from_parts(1_400_971_259, 0).saturating_mul(e.into())) + // Minimum execution time: 1_258_949_000 picoseconds. + Weight::from_parts(1_277_199_142, 16590) + // Standard Error: 1_550_626 + .saturating_add(Weight::from_parts(1_887_097_357, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().reads((17_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes((10_u64).saturating_mul(e.into()))) @@ -592,12 +592,12 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2869 + e * (2024 ±0)` // Estimated: `13990 + e * (5745 ±3_165_345_618_907_560)` - // Minimum execution time: 440_090_000 picoseconds. - Weight::from_parts(442_351_000, 13990) - // Standard Error: 1_179_462 - .saturating_add(Weight::from_parts(4_473_565, 0).saturating_mul(c.into())) - // Standard Error: 2_626_994 - .saturating_add(Weight::from_parts(575_184_772, 0).saturating_mul(e.into())) + // Minimum execution time: 595_236_000 picoseconds. + Weight::from_parts(599_875_000, 13990) + // Standard Error: 1_720_314 + .saturating_add(Weight::from_parts(7_030_495, 0).saturating_mul(c.into())) + // Standard Error: 3_831_625 + .saturating_add(Weight::from_parts(719_819_553, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().reads((22_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes((8_u64).saturating_mul(e.into()))) @@ -619,8 +619,8 @@ impl pallet_stableswap::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `3094` // Estimated: `16590` - // Minimum execution time: 380_407_000 picoseconds. - Weight::from_parts(381_976_000, 16590) + // Minimum execution time: 504_057_000 picoseconds. + Weight::from_parts(506_861_000, 16590) .saturating_add(T::DbWeight::get().reads(18_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_staking.rs b/runtime/hydradx/src/weights/pallet_staking.rs index c541d19519..9906fed28e 100644 --- a/runtime/hydradx/src/weights/pallet_staking.rs +++ b/runtime/hydradx/src/weights/pallet_staking.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_staking` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -72,8 +72,8 @@ impl pallet_staking::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `312` // Estimated: `3655` - // Minimum execution time: 39_780_000 picoseconds. - Weight::from_parts(40_583_000, 3655) + // Minimum execution time: 40_971_000 picoseconds. + Weight::from_parts(41_321_000, 3655) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -101,8 +101,8 @@ impl pallet_staking::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1070` // Estimated: `6196` - // Minimum execution time: 98_657_000 picoseconds. - Weight::from_parts(99_905_000, 6196) + // Minimum execution time: 101_348_000 picoseconds. + Weight::from_parts(102_083_000, 6196) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -136,8 +136,8 @@ impl pallet_staking::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2090` // Estimated: `86265` - // Minimum execution time: 203_032_000 picoseconds. - Weight::from_parts(204_673_000, 86265) + // Minimum execution time: 206_239_000 picoseconds. + Weight::from_parts(210_608_000, 86265) .saturating_add(T::DbWeight::get().reads(38_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -171,8 +171,8 @@ impl pallet_staking::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `2090` // Estimated: `86265` - // Minimum execution time: 193_596_000 picoseconds. - Weight::from_parts(196_876_000, 86265) + // Minimum execution time: 200_901_000 picoseconds. + Weight::from_parts(205_059_000, 86265) .saturating_add(T::DbWeight::get().reads(38_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -210,8 +210,8 @@ impl pallet_staking::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1614` // Estimated: `6196` - // Minimum execution time: 166_876_000 picoseconds. - Weight::from_parts(168_087_000, 6196) + // Minimum execution time: 170_544_000 picoseconds. + Weight::from_parts(172_480_000, 6196) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_state_trie_migration.rs b/runtime/hydradx/src/weights/pallet_state_trie_migration.rs index 0945e812ce..f119a24ee9 100644 --- a/runtime/hydradx/src/weights/pallet_state_trie_migration.rs +++ b/runtime/hydradx/src/weights/pallet_state_trie_migration.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_state_trie_migration` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -70,8 +70,8 @@ impl pallet_state_trie_migration::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `240` // Estimated: `3604` - // Minimum execution time: 26_835_000 picoseconds. - Weight::from_parts(27_141_000, 3604) + // Minimum execution time: 27_718_000 picoseconds. + Weight::from_parts(28_017_000, 3604) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -81,8 +81,8 @@ impl pallet_state_trie_migration::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `208` // Estimated: `1493` - // Minimum execution time: 6_680_000 picoseconds. - Weight::from_parts(7_033_000, 1493) + // Minimum execution time: 7_186_000 picoseconds. + Weight::from_parts(7_412_000, 1493) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Balances::Holds` (r:1 w:0) @@ -91,8 +91,8 @@ impl pallet_state_trie_migration::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `0` // Estimated: `3604` - // Minimum execution time: 17_061_000 picoseconds. - Weight::from_parts(17_292_000, 3604) + // Minimum execution time: 17_319_000 picoseconds. + Weight::from_parts(17_676_000, 3604) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Balances::Holds` (r:1 w:1) @@ -103,8 +103,8 @@ impl pallet_state_trie_migration::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `250` // Estimated: `3715` - // Minimum execution time: 85_247_000 picoseconds. - Weight::from_parts(85_924_000, 3715) + // Minimum execution time: 89_034_000 picoseconds. + Weight::from_parts(89_716_000, 3715) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -114,8 +114,8 @@ impl pallet_state_trie_migration::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `0` // Estimated: `3604` - // Minimum execution time: 17_264_000 picoseconds. - Weight::from_parts(17_536_000, 3604) + // Minimum execution time: 17_807_000 picoseconds. + Weight::from_parts(18_147_000, 3604) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Balances::Holds` (r:1 w:1) @@ -126,8 +126,8 @@ impl pallet_state_trie_migration::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `106` // Estimated: `3604` - // Minimum execution time: 84_528_000 picoseconds. - Weight::from_parts(85_228_000, 3604) + // Minimum execution time: 86_475_000 picoseconds. + Weight::from_parts(87_079_000, 3604) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -138,10 +138,10 @@ impl pallet_state_trie_migration::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `219 + v * (1 ±0)` // Estimated: `3684 + v * (1 ±0)` - // Minimum execution time: 6_959_000 picoseconds. - Weight::from_parts(7_025_000, 3684) - // Standard Error: 12 - .saturating_add(Weight::from_parts(2_130, 0).saturating_mul(v.into())) + // Minimum execution time: 7_179_000 picoseconds. + Weight::from_parts(7_324_000, 3684) + // Standard Error: 19 + .saturating_add(Weight::from_parts(2_295, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(v.into())) diff --git a/runtime/hydradx/src/weights/pallet_timestamp.rs b/runtime/hydradx/src/weights/pallet_timestamp.rs index ac28c87602..f63079d110 100644 --- a/runtime/hydradx/src/weights/pallet_timestamp.rs +++ b/runtime/hydradx/src/weights/pallet_timestamp.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_timestamp` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -66,8 +66,8 @@ impl pallet_timestamp::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1493` - // Minimum execution time: 7_378_000 picoseconds. - Weight::from_parts(7_655_000, 1493) + // Minimum execution time: 7_870_000 picoseconds. + Weight::from_parts(8_061_000, 1493) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -75,7 +75,7 @@ impl pallet_timestamp::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `56` // Estimated: `0` - // Minimum execution time: 4_548_000 picoseconds. - Weight::from_parts(4_620_000, 0) + // Minimum execution time: 4_718_000 picoseconds. + Weight::from_parts(4_891_000, 0) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_token_gateway.rs b/runtime/hydradx/src/weights/pallet_token_gateway.rs index 673a8ca324..5e9637c440 100644 --- a/runtime/hydradx/src/weights/pallet_token_gateway.rs +++ b/runtime/hydradx/src/weights/pallet_token_gateway.rs @@ -153,4 +153,9 @@ impl pallet_token_gateway::WeightInfo for HydraWeight Weight { + Weight::from_parts(50_000_000, 4026) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(4_u64)) + } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_transaction_multi_payment.rs b/runtime/hydradx/src/weights/pallet_transaction_multi_payment.rs index 13ef825ff4..fad9758eed 100644 --- a/runtime/hydradx/src/weights/pallet_transaction_multi_payment.rs +++ b/runtime/hydradx/src/weights/pallet_transaction_multi_payment.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_transaction_multi_payment` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -66,8 +66,8 @@ impl pallet_transaction_multi_payment::WeightInfo for H // Proof Size summary in bytes: // Measured: `1209` // Estimated: `3493` - // Minimum execution time: 25_435_000 picoseconds. - Weight::from_parts(26_180_000, 3493) + // Minimum execution time: 26_481_000 picoseconds. + Weight::from_parts(27_064_000, 3493) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -77,8 +77,8 @@ impl pallet_transaction_multi_payment::WeightInfo for H // Proof Size summary in bytes: // Measured: `1240` // Estimated: `3493` - // Minimum execution time: 25_010_000 picoseconds. - Weight::from_parts(25_475_000, 3493) + // Minimum execution time: 26_318_000 picoseconds. + Weight::from_parts(26_621_000, 3493) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -90,8 +90,8 @@ impl pallet_transaction_multi_payment::WeightInfo for H // Proof Size summary in bytes: // Measured: `1305` // Estimated: `3493` - // Minimum execution time: 36_290_000 picoseconds. - Weight::from_parts(36_883_000, 3493) + // Minimum execution time: 37_414_000 picoseconds. + Weight::from_parts(37_837_000, 3493) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -103,8 +103,8 @@ impl pallet_transaction_multi_payment::WeightInfo for H // Proof Size summary in bytes: // Measured: `4996` // Estimated: `49032` - // Minimum execution time: 151_303_000 picoseconds. - Weight::from_parts(152_676_000, 49032) + // Minimum execution time: 156_432_000 picoseconds. + Weight::from_parts(157_279_000, 49032) .saturating_add(T::DbWeight::get().reads(19_u64)) } /// Storage: `AssetRegistry::NextAssetId` (r:1 w:0) @@ -117,8 +117,8 @@ impl pallet_transaction_multi_payment::WeightInfo for H // Proof Size summary in bytes: // Measured: `1379` // Estimated: `4087` - // Minimum execution time: 28_687_000 picoseconds. - Weight::from_parts(29_411_000, 4087) + // Minimum execution time: 29_377_000 picoseconds. + Weight::from_parts(30_192_000, 4087) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -166,8 +166,8 @@ impl pallet_transaction_multi_payment::WeightInfo for H // Proof Size summary in bytes: // Measured: `4330` // Estimated: `11322` - // Minimum execution time: 314_289_000 picoseconds. - Weight::from_parts(315_968_000, 11322) + // Minimum execution time: 318_456_000 picoseconds. + Weight::from_parts(320_214_000, 11322) .saturating_add(T::DbWeight::get().reads(30_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_transaction_pause.rs b/runtime/hydradx/src/weights/pallet_transaction_pause.rs index e6560d8a06..e9c6bfbff3 100644 --- a/runtime/hydradx/src/weights/pallet_transaction_pause.rs +++ b/runtime/hydradx/src/weights/pallet_transaction_pause.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_transaction_pause` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -66,8 +66,8 @@ impl pallet_transaction_pause::WeightInfo for HydraWeig // Proof Size summary in bytes: // Measured: `4` // Estimated: `3555` - // Minimum execution time: 12_289_000 picoseconds. - Weight::from_parts(12_585_000, 3555) + // Minimum execution time: 12_894_000 picoseconds. + Weight::from_parts(13_236_000, 3555) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -77,8 +77,8 @@ impl pallet_transaction_pause::WeightInfo for HydraWeig // Proof Size summary in bytes: // Measured: `55` // Estimated: `3555` - // Minimum execution time: 14_198_000 picoseconds. - Weight::from_parts(14_549_000, 3555) + // Minimum execution time: 14_895_000 picoseconds. + Weight::from_parts(15_238_000, 3555) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_transaction_payment.rs b/runtime/hydradx/src/weights/pallet_transaction_payment.rs index 001d9aee3a..d8401d6a39 100644 --- a/runtime/hydradx/src/weights/pallet_transaction_payment.rs +++ b/runtime/hydradx/src/weights/pallet_transaction_payment.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_transaction_payment` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -72,8 +72,8 @@ impl pallet_transaction_payment::WeightInfo for HydraWe // Proof Size summary in bytes: // Measured: `740` // Estimated: `6196` - // Minimum execution time: 89_508_000 picoseconds. - Weight::from_parts(89_890_000, 6196) + // Minimum execution time: 91_399_000 picoseconds. + Weight::from_parts(92_426_000, 6196) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_treasury.rs b/runtime/hydradx/src/weights/pallet_treasury.rs index 5c041f9836..6d4970e427 100644 --- a/runtime/hydradx/src/weights/pallet_treasury.rs +++ b/runtime/hydradx/src/weights/pallet_treasury.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_treasury` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -70,8 +70,8 @@ impl pallet_treasury::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1887` - // Minimum execution time: 16_612_000 picoseconds. - Weight::from_parts(16_915_000, 1887) + // Minimum execution time: 17_294_000 picoseconds. + Weight::from_parts(17_584_000, 1887) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -81,8 +81,8 @@ impl pallet_treasury::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `194` // Estimated: `1887` - // Minimum execution time: 9_160_000 picoseconds. - Weight::from_parts(9_314_000, 1887) + // Minimum execution time: 9_374_000 picoseconds. + Weight::from_parts(9_529_000, 1887) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,10 +97,10 @@ impl pallet_treasury::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `317 + p * (1 ±0)` // Estimated: `3593` - // Minimum execution time: 16_501_000 picoseconds. - Weight::from_parts(19_455_237, 3593) - // Standard Error: 707 - .saturating_add(Weight::from_parts(20_649, 0).saturating_mul(p.into())) + // Minimum execution time: 16_864_000 picoseconds. + Weight::from_parts(21_114_260, 3593) + // Standard Error: 1_203 + .saturating_add(Weight::from_parts(30_802, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -112,8 +112,8 @@ impl pallet_treasury::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1489` - // Minimum execution time: 14_631_000 picoseconds. - Weight::from_parts(15_024_000, 1489) + // Minimum execution time: 15_253_000 picoseconds. + Weight::from_parts(15_591_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -125,8 +125,8 @@ impl pallet_treasury::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `382` // Estimated: `6196` - // Minimum execution time: 67_725_000 picoseconds. - Weight::from_parts(68_257_000, 6196) + // Minimum execution time: 68_094_000 picoseconds. + Weight::from_parts(68_508_000, 6196) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -136,8 +136,8 @@ impl pallet_treasury::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `227` // Estimated: `3534` - // Minimum execution time: 16_891_000 picoseconds. - Weight::from_parts(17_300_000, 3534) + // Minimum execution time: 17_333_000 picoseconds. + Weight::from_parts(17_579_000, 3534) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -147,8 +147,8 @@ impl pallet_treasury::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `227` // Estimated: `3534` - // Minimum execution time: 15_913_000 picoseconds. - Weight::from_parts(16_036_000, 3534) + // Minimum execution time: 16_052_000 picoseconds. + Weight::from_parts(16_446_000, 3534) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_utility.rs b/runtime/hydradx/src/weights/pallet_utility.rs index 9f4c9a7956..0e87f8dddc 100644 --- a/runtime/hydradx/src/weights/pallet_utility.rs +++ b/runtime/hydradx/src/weights/pallet_utility.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_utility` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -67,10 +67,10 @@ impl pallet_utility::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1489` - // Minimum execution time: 12_249_000 picoseconds. - Weight::from_parts(11_461_293, 1489) - // Standard Error: 2_656 - .saturating_add(Weight::from_parts(3_454_391, 0).saturating_mul(c.into())) + // Minimum execution time: 12_773_000 picoseconds. + Weight::from_parts(12_235_375, 1489) + // Standard Error: 1_863 + .saturating_add(Weight::from_parts(3_648_704, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -78,8 +78,8 @@ impl pallet_utility::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_162_000 picoseconds. - Weight::from_parts(7_380_000, 0) + // Minimum execution time: 7_581_000 picoseconds. + Weight::from_parts(7_741_000, 0) } /// Storage: `Broadcast::IncrementalId` (r:1 w:1) /// Proof: `Broadcast::IncrementalId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -88,10 +88,10 @@ impl pallet_utility::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1489` - // Minimum execution time: 12_024_000 picoseconds. - Weight::from_parts(11_161_942, 1489) - // Standard Error: 1_860 - .saturating_add(Weight::from_parts(3_735_370, 0).saturating_mul(c.into())) + // Minimum execution time: 12_809_000 picoseconds. + Weight::from_parts(9_495_659, 1489) + // Standard Error: 2_251 + .saturating_add(Weight::from_parts(3_964_219, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -99,8 +99,8 @@ impl pallet_utility::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_616_000 picoseconds. - Weight::from_parts(10_785_000, 0) + // Minimum execution time: 10_903_000 picoseconds. + Weight::from_parts(11_095_000, 0) } /// Storage: `Broadcast::IncrementalId` (r:1 w:1) /// Proof: `Broadcast::IncrementalId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -109,10 +109,10 @@ impl pallet_utility::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1489` - // Minimum execution time: 12_077_000 picoseconds. - Weight::from_parts(8_837_503, 1489) - // Standard Error: 1_874 - .saturating_add(Weight::from_parts(3_500_202, 0).saturating_mul(c.into())) + // Minimum execution time: 12_710_000 picoseconds. + Weight::from_parts(10_411_264, 1489) + // Standard Error: 2_276 + .saturating_add(Weight::from_parts(3_672_171, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -120,14 +120,14 @@ impl pallet_utility::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_545_000 picoseconds. - Weight::from_parts(10_894_000, 0) + // Minimum execution time: 10_860_000 picoseconds. + Weight::from_parts(11_077_000, 0) } fn if_else() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_762_000 picoseconds. - Weight::from_parts(13_130_000, 0) + // Minimum execution time: 13_250_000 picoseconds. + Weight::from_parts(13_600_000, 0) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_whitelist.rs b/runtime/hydradx/src/weights/pallet_whitelist.rs index 41dea3ef77..9a717689f4 100644 --- a/runtime/hydradx/src/weights/pallet_whitelist.rs +++ b/runtime/hydradx/src/weights/pallet_whitelist.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_whitelist` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-01-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -70,8 +70,8 @@ impl pallet_whitelist::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `3556` - // Minimum execution time: 24_632_000 picoseconds. - Weight::from_parts(25_180_000, 3556) + // Minimum execution time: 25_193_000 picoseconds. + Weight::from_parts(25_648_000, 3556) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -85,8 +85,8 @@ impl pallet_whitelist::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `242` // Estimated: `3556` - // Minimum execution time: 23_729_000 picoseconds. - Weight::from_parts(24_057_000, 3556) + // Minimum execution time: 26_041_000 picoseconds. + Weight::from_parts(26_478_000, 3556) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -103,10 +103,10 @@ impl pallet_whitelist::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `318 + n * (1 ±0)` // Estimated: `3782 + n * (1 ±0)` - // Minimum execution time: 38_174_000 picoseconds. - Weight::from_parts(38_636_000, 3782) - // Standard Error: 19 - .saturating_add(Weight::from_parts(1_669, 0).saturating_mul(n.into())) + // Minimum execution time: 41_258_000 picoseconds. + Weight::from_parts(41_482_000, 3782) + // Standard Error: 17 + .saturating_add(Weight::from_parts(2_013, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -122,10 +122,10 @@ impl pallet_whitelist::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `242` // Estimated: `3556` - // Minimum execution time: 29_377_000 picoseconds. - Weight::from_parts(29_842_942, 3556) + // Minimum execution time: 32_046_000 picoseconds. + Weight::from_parts(32_589_585, 3556) // Standard Error: 2 - .saturating_add(Weight::from_parts(1_178, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_211, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_xcm.rs b/runtime/hydradx/src/weights/pallet_xcm.rs index 081b0183cd..55ce08016b 100644 --- a/runtime/hydradx/src/weights/pallet_xcm.rs +++ b/runtime/hydradx/src/weights/pallet_xcm.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_xcm` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -68,10 +68,10 @@ impl pallet_xcm::WeightInfo for HydraWeight { /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn send() -> Weight { // Proof Size summary in bytes: - // Measured: `109` - // Estimated: `3574` - // Minimum execution time: 32_275_000 picoseconds. - Weight::from_parts(32_921_000, 3574) + // Measured: `179` + // Estimated: `3644` + // Minimum execution time: 38_791_000 picoseconds. + Weight::from_parts(39_254_000, 3644) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -90,14 +90,14 @@ impl pallet_xcm::WeightInfo for HydraWeight { /// Proof: `Broadcast::IncrementalId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) /// Storage: `PolkadotXcm::ShouldRecordXcm` (r:1 w:0) /// Proof: `PolkadotXcm::ShouldRecordXcm` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: `UnknownTokens::ConcreteFungibleBalances` (r:1 w:0) + /// Proof: `UnknownTokens::ConcreteFungibleBalances` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `CircuitBreaker::GlobalAssetOverrides` (r:1 w:0) /// Proof: `CircuitBreaker::GlobalAssetOverrides` (`max_values`: None, `max_size`: Some(21), added: 2496, mode: `MaxEncodedLen`) /// Storage: `AssetRegistry::Assets` (r:1 w:0) /// Proof: `AssetRegistry::Assets` (`max_values`: None, `max_size`: Some(125), added: 2600, mode: `MaxEncodedLen`) - /// Storage: `CircuitBreaker::EgressAccounts` (r:1 w:0) - /// Proof: `CircuitBreaker::EgressAccounts` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) /// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `ParachainSystem::RelevantMessagingState` (r:1 w:0) @@ -108,10 +108,10 @@ impl pallet_xcm::WeightInfo for HydraWeight { /// Proof: `XcmpQueue::OutboundXcmpMessages` (`max_values`: None, `max_size`: Some(131106), added: 133581, mode: `MaxEncodedLen`) fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: - // Measured: `889` - // Estimated: `4354` - // Minimum execution time: 156_651_000 picoseconds. - Weight::from_parts(157_890_000, 4354) + // Measured: `998` + // Estimated: `4463` + // Minimum execution time: 159_158_000 picoseconds. + Weight::from_parts(160_718_000, 4463) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -121,14 +121,14 @@ impl pallet_xcm::WeightInfo for HydraWeight { /// Proof: `Broadcast::IncrementalId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) /// Storage: `PolkadotXcm::ShouldRecordXcm` (r:1 w:0) /// Proof: `PolkadotXcm::ShouldRecordXcm` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: `UnknownTokens::ConcreteFungibleBalances` (r:1 w:0) + /// Proof: `UnknownTokens::ConcreteFungibleBalances` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `CircuitBreaker::GlobalAssetOverrides` (r:1 w:0) /// Proof: `CircuitBreaker::GlobalAssetOverrides` (`max_values`: None, `max_size`: Some(21), added: 2496, mode: `MaxEncodedLen`) /// Storage: `AssetRegistry::Assets` (r:1 w:0) /// Proof: `AssetRegistry::Assets` (`max_values`: None, `max_size`: Some(125), added: 2600, mode: `MaxEncodedLen`) - /// Storage: `CircuitBreaker::EgressAccounts` (r:1 w:0) - /// Proof: `CircuitBreaker::EgressAccounts` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) /// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `ParachainSystem::RelevantMessagingState` (r:1 w:0) @@ -139,10 +139,10 @@ impl pallet_xcm::WeightInfo for HydraWeight { /// Proof: `XcmpQueue::OutboundXcmpMessages` (`max_values`: None, `max_size`: Some(131106), added: 133581, mode: `MaxEncodedLen`) fn transfer_assets() -> Weight { // Proof Size summary in bytes: - // Measured: `889` - // Estimated: `4354` - // Minimum execution time: 151_060_000 picoseconds. - Weight::from_parts(152_429_000, 4354) + // Measured: `998` + // Estimated: `4463` + // Minimum execution time: 155_596_000 picoseconds. + Weight::from_parts(156_896_000, 4463) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -154,8 +154,8 @@ impl pallet_xcm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1489` - // Minimum execution time: 19_949_000 picoseconds. - Weight::from_parts(20_228_000, 1489) + // Minimum execution time: 20_854_000 picoseconds. + Weight::from_parts(21_152_000, 1489) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -165,16 +165,16 @@ impl pallet_xcm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_978_000 picoseconds. - Weight::from_parts(12_224_000, 0) + // Minimum execution time: 12_319_000 picoseconds. + Weight::from_parts(12_777_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn force_default_xcm_version() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_297_000 picoseconds. - Weight::from_parts(4_457_000, 0) + // Minimum execution time: 4_578_000 picoseconds. + Weight::from_parts(4_696_000, 0) } /// Storage: `PolkadotXcm::VersionNotifiers` (r:1 w:1) /// Proof: `PolkadotXcm::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -190,10 +190,10 @@ impl pallet_xcm::WeightInfo for HydraWeight { /// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`) fn force_subscribe_version_notify() -> Weight { // Proof Size summary in bytes: - // Measured: `109` - // Estimated: `3574` - // Minimum execution time: 37_322_000 picoseconds. - Weight::from_parts(38_206_000, 3574) + // Measured: `179` + // Estimated: `3644` + // Minimum execution time: 44_556_000 picoseconds. + Weight::from_parts(45_105_000, 3644) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -209,10 +209,10 @@ impl pallet_xcm::WeightInfo for HydraWeight { /// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`) fn force_unsubscribe_version_notify() -> Weight { // Proof Size summary in bytes: - // Measured: `203` - // Estimated: `3668` - // Minimum execution time: 40_062_000 picoseconds. - Weight::from_parts(40_714_000, 3668) + // Measured: `269` + // Estimated: `3734` + // Minimum execution time: 45_855_000 picoseconds. + Weight::from_parts(46_248_000, 3734) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -222,8 +222,8 @@ impl pallet_xcm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_213_000 picoseconds. - Weight::from_parts(4_394_000, 0) + // Minimum execution time: 4_619_000 picoseconds. + Weight::from_parts(4_761_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `PolkadotXcm::SupportedVersion` (r:6 w:2) @@ -232,8 +232,8 @@ impl pallet_xcm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `22` // Estimated: `15862` - // Minimum execution time: 27_553_000 picoseconds. - Weight::from_parts(28_031_000, 15862) + // Minimum execution time: 27_874_000 picoseconds. + Weight::from_parts(28_318_000, 15862) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -243,8 +243,8 @@ impl pallet_xcm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `26` // Estimated: `15866` - // Minimum execution time: 27_788_000 picoseconds. - Weight::from_parts(28_250_000, 15866) + // Minimum execution time: 27_946_000 picoseconds. + Weight::from_parts(28_284_000, 15866) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -254,8 +254,8 @@ impl pallet_xcm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `75` // Estimated: `18390` - // Minimum execution time: 32_160_000 picoseconds. - Weight::from_parts(32_551_000, 18390) + // Minimum execution time: 32_121_000 picoseconds. + Weight::from_parts(32_587_000, 18390) .saturating_add(T::DbWeight::get().reads(7_u64)) } /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:2 w:1) @@ -264,16 +264,14 @@ impl pallet_xcm::WeightInfo for HydraWeight { /// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0) /// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) - /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn notify_current_targets() -> Weight { // Proof Size summary in bytes: // Measured: `142` // Estimated: `6082` - // Minimum execution time: 35_523_000 picoseconds. - Weight::from_parts(36_155_000, 6082) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 32_014_000 picoseconds. + Weight::from_parts(32_400_000, 6082) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:5 w:0) /// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -281,8 +279,8 @@ impl pallet_xcm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `78` // Estimated: `13443` - // Minimum execution time: 23_395_000 picoseconds. - Weight::from_parts(23_684_000, 13443) + // Minimum execution time: 22_874_000 picoseconds. + Weight::from_parts(23_240_000, 13443) .saturating_add(T::DbWeight::get().reads(5_u64)) } /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:6 w:2) @@ -291,27 +289,25 @@ impl pallet_xcm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `33` // Estimated: `15873` - // Minimum execution time: 27_903_000 picoseconds. - Weight::from_parts(28_391_000, 15873) + // Minimum execution time: 28_249_000 picoseconds. + Weight::from_parts(28_820_000, 15873) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:6 w:2) + /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:6 w:1) /// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) /// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0) /// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) - /// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn migrate_and_notify_old_targets() -> Weight { // Proof Size summary in bytes: // Measured: `142` // Estimated: `15982` - // Minimum execution time: 51_293_000 picoseconds. - Weight::from_parts(51_658_000, 15982) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + // Minimum execution time: 43_749_000 picoseconds. + Weight::from_parts(44_491_000, 15982) + .saturating_add(T::DbWeight::get().reads(8_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `PolkadotXcm::QueryCounter` (r:1 w:1) /// Proof: `PolkadotXcm::QueryCounter` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) @@ -321,8 +317,8 @@ impl pallet_xcm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 4_330_000 picoseconds. - Weight::from_parts(4_511_000, 1485) + // Minimum execution time: 4_587_000 picoseconds. + Weight::from_parts(4_727_000, 1485) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -332,8 +328,8 @@ impl pallet_xcm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `7576` // Estimated: `11041` - // Minimum execution time: 33_079_000 picoseconds. - Weight::from_parts(33_428_000, 11041) + // Minimum execution time: 36_125_000 picoseconds. + Weight::from_parts(36_387_000, 11041) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -351,8 +347,8 @@ impl pallet_xcm::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `411` // Estimated: `4087` - // Minimum execution time: 54_627_000 picoseconds. - Weight::from_parts(55_268_000, 4087) + // Minimum execution time: 56_554_000 picoseconds. + Weight::from_parts(57_425_000, 4087) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/hydradx/src/weights/pallet_xyk.rs b/runtime/hydradx/src/weights/pallet_xyk.rs index 2e78003fc1..571c844cb1 100644 --- a/runtime/hydradx/src/weights/pallet_xyk.rs +++ b/runtime/hydradx/src/weights/pallet_xyk.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_xyk` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -112,8 +112,8 @@ impl pallet_xyk::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4026` // Estimated: `19071` - // Minimum execution time: 635_827_000 picoseconds. - Weight::from_parts(638_783_000, 19071) + // Minimum execution time: 655_366_000 picoseconds. + Weight::from_parts(659_275_000, 19071) .saturating_add(T::DbWeight::get().reads(44_u64)) .saturating_add(T::DbWeight::get().writes(22_u64)) } @@ -161,8 +161,8 @@ impl pallet_xyk::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4452` // Estimated: `19071` - // Minimum execution time: 425_640_000 picoseconds. - Weight::from_parts(427_329_000, 19071) + // Minimum execution time: 439_747_000 picoseconds. + Weight::from_parts(442_192_000, 19071) .saturating_add(T::DbWeight::get().reads(37_u64)) .saturating_add(T::DbWeight::get().writes(15_u64)) } @@ -208,8 +208,8 @@ impl pallet_xyk::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4486` // Estimated: `19071` - // Minimum execution time: 552_036_000 picoseconds. - Weight::from_parts(554_563_000, 19071) + // Minimum execution time: 571_141_000 picoseconds. + Weight::from_parts(575_136_000, 19071) .saturating_add(T::DbWeight::get().reads(37_u64)) .saturating_add(T::DbWeight::get().writes(17_u64)) } @@ -251,8 +251,8 @@ impl pallet_xyk::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4496` // Estimated: `16488` - // Minimum execution time: 363_612_000 picoseconds. - Weight::from_parts(367_303_000, 16488) + // Minimum execution time: 377_776_000 picoseconds. + Weight::from_parts(380_818_000, 16488) .saturating_add(T::DbWeight::get().reads(32_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -294,8 +294,8 @@ impl pallet_xyk::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `4496` // Estimated: `16488` - // Minimum execution time: 363_946_000 picoseconds. - Weight::from_parts(366_444_000, 16488) + // Minimum execution time: 375_855_000 picoseconds. + Weight::from_parts(377_406_000, 16488) .saturating_add(T::DbWeight::get().reads(32_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -338,13 +338,13 @@ impl pallet_xyk::WeightInfo for HydraWeight { fn router_execution_sell(c: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1852 + e * (2644 ±0)` - // Estimated: `6190 + e * (10332 ±3_721_610_289_260_408)` - // Minimum execution time: 43_662_000 picoseconds. - Weight::from_parts(21_945_669, 6190) - // Standard Error: 112_504 - .saturating_add(Weight::from_parts(11_278_740, 0).saturating_mul(c.into())) - // Standard Error: 112_504 - .saturating_add(Weight::from_parts(334_262_748, 0).saturating_mul(e.into())) + // Estimated: `6190 + e * (10332 ±6_801_226_166_572_765)` + // Minimum execution time: 45_753_000 picoseconds. + Weight::from_parts(21_593_238, 6190) + // Standard Error: 95_116 + .saturating_add(Weight::from_parts(12_520_068, 0).saturating_mul(c.into())) + // Standard Error: 95_116 + .saturating_add(Weight::from_parts(346_933_174, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((27_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes((10_u64).saturating_mul(e.into()))) @@ -389,13 +389,13 @@ impl pallet_xyk::WeightInfo for HydraWeight { fn router_execution_buy(c: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1852 + e * (2644 ±0)` - // Estimated: `6190 + e * (10332 ±1_333_083_303_668_343)` - // Minimum execution time: 54_793_000 picoseconds. - Weight::from_parts(23_413_119, 6190) - // Standard Error: 38_066 - .saturating_add(Weight::from_parts(10_726_571, 0).saturating_mul(c.into())) - // Standard Error: 63_363 - .saturating_add(Weight::from_parts(332_455_817, 0).saturating_mul(e.into())) + // Estimated: `6190 + e * (10332 ±832_664_340_444_670)` + // Minimum execution time: 56_837_000 picoseconds. + Weight::from_parts(22_860_617, 6190) + // Standard Error: 37_399 + .saturating_add(Weight::from_parts(11_692_081, 0).saturating_mul(c.into())) + // Standard Error: 62_252 + .saturating_add(Weight::from_parts(344_601_615, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((27_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes((10_u64).saturating_mul(e.into()))) @@ -409,8 +409,8 @@ impl pallet_xyk::WeightInfo for HydraWeight { // Proof Size summary in bytes: // Measured: `1652` // Estimated: `6190` - // Minimum execution time: 37_390_000 picoseconds. - Weight::from_parts(37_864_000, 6190) + // Minimum execution time: 38_955_000 picoseconds. + Weight::from_parts(39_400_000, 6190) .saturating_add(T::DbWeight::get().reads(4_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/pallet_xyk_liquidity_mining.rs b/runtime/hydradx/src/weights/pallet_xyk_liquidity_mining.rs index bef328da9e..d8c2911335 100644 --- a/runtime/hydradx/src/weights/pallet_xyk_liquidity_mining.rs +++ b/runtime/hydradx/src/weights/pallet_xyk_liquidity_mining.rs @@ -18,8 +18,8 @@ //! Autogenerated weights for `pallet_xyk_liquidity_mining` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bench-bot`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024` @@ -96,8 +96,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `3442` // Estimated: `11402` - // Minimum execution time: 372_328_000 picoseconds. - Weight::from_parts(373_763_000, 11402) + // Minimum execution time: 378_030_000 picoseconds. + Weight::from_parts(379_593_000, 11402) .saturating_add(T::DbWeight::get().reads(26_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -127,8 +127,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `4883` // Estimated: `6328` - // Minimum execution time: 154_327_000 picoseconds. - Weight::from_parts(155_513_000, 6328) + // Minimum execution time: 158_289_000 picoseconds. + Weight::from_parts(159_298_000, 6328) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -164,8 +164,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `4176` // Estimated: `8559` - // Minimum execution time: 230_172_000 picoseconds. - Weight::from_parts(231_385_000, 8559) + // Minimum execution time: 235_351_000 picoseconds. + Weight::from_parts(236_353_000, 8559) .saturating_add(T::DbWeight::get().reads(20_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -183,8 +183,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `1577` // Estimated: `3670` - // Minimum execution time: 55_423_000 picoseconds. - Weight::from_parts(56_083_000, 3670) + // Minimum execution time: 57_529_000 picoseconds. + Weight::from_parts(58_115_000, 3670) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -220,8 +220,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `5399` // Estimated: `6328` - // Minimum execution time: 180_480_000 picoseconds. - Weight::from_parts(182_230_000, 6328) + // Minimum execution time: 185_879_000 picoseconds. + Weight::from_parts(186_849_000, 6328) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -255,8 +255,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `5199` // Estimated: `6328` - // Minimum execution time: 175_548_000 picoseconds. - Weight::from_parts(176_404_000, 6328) + // Minimum execution time: 179_260_000 picoseconds. + Weight::from_parts(180_040_000, 6328) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -288,8 +288,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `4986` // Estimated: `6156` - // Minimum execution time: 138_072_000 picoseconds. - Weight::from_parts(139_506_000, 6156) + // Minimum execution time: 141_788_000 picoseconds. + Weight::from_parts(143_220_000, 6156) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -337,8 +337,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `6362` // Estimated: `11322` - // Minimum execution time: 296_881_000 picoseconds. - Weight::from_parts(299_702_000, 11322) + // Minimum execution time: 304_795_000 picoseconds. + Weight::from_parts(307_046_000, 11322) .saturating_add(T::DbWeight::get().reads(29_u64)) .saturating_add(T::DbWeight::get().writes(11_u64)) } @@ -378,8 +378,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `7220` // Estimated: `6328` - // Minimum execution time: 222_397_000 picoseconds. - Weight::from_parts(224_924_000, 6328) + // Minimum execution time: 227_990_000 picoseconds. + Weight::from_parts(230_453_000, 6328) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -415,8 +415,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `7339` // Estimated: `8739` - // Minimum execution time: 247_705_000 picoseconds. - Weight::from_parts(250_256_000, 8739) + // Minimum execution time: 253_268_000 picoseconds. + Weight::from_parts(256_151_000, 8739) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -470,8 +470,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `7101` // Estimated: `13905` - // Minimum execution time: 501_812_000 picoseconds. - Weight::from_parts(505_040_000, 13905) + // Minimum execution time: 508_797_000 picoseconds. + Weight::from_parts(512_375_000, 13905) .saturating_add(T::DbWeight::get().reads(40_u64)) .saturating_add(T::DbWeight::get().writes(16_u64)) } @@ -507,8 +507,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `5729` // Estimated: `6328` - // Minimum execution time: 182_125_000 picoseconds. - Weight::from_parts(183_431_000, 6328) + // Minimum execution time: 185_677_000 picoseconds. + Weight::from_parts(186_995_000, 6328) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -557,10 +557,10 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `6799 + c * (690 ±0)` // Estimated: `8739 + c * (2701 ±0)` - // Minimum execution time: 304_748_000 picoseconds. - Weight::from_parts(196_555_895, 8739) - // Standard Error: 65_291 - .saturating_add(Weight::from_parts(113_561_824, 0).saturating_mul(c.into())) + // Minimum execution time: 311_005_000 picoseconds. + Weight::from_parts(198_724_237, 8739) + // Standard Error: 76_688 + .saturating_add(Weight::from_parts(115_820_750, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(23_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(8_u64)) @@ -624,10 +624,10 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `7392 + c * (672 ±0)` // Estimated: `19071 + c * (2701 ±0)` - // Minimum execution time: 516_507_000 picoseconds. - Weight::from_parts(400_626_679, 19071) - // Standard Error: 125_857 - .saturating_add(Weight::from_parts(119_788_837, 0).saturating_mul(c.into())) + // Minimum execution time: 524_720_000 picoseconds. + Weight::from_parts(408_645_203, 19071) + // Standard Error: 74_419 + .saturating_add(Weight::from_parts(120_089_949, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(37_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(17_u64)) @@ -684,11 +684,11 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW fn exit_farms(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `6708 + c * (692 ±0)` - // Estimated: `6328 + c * (2792 ±12)` - // Minimum execution time: 334_931_000 picoseconds. - Weight::from_parts(107_585_140, 6328) - // Standard Error: 1_004_751 - .saturating_add(Weight::from_parts(225_152_209, 0).saturating_mul(c.into())) + // Estimated: `6328 + c * (2792 ±0)` + // Minimum execution time: 342_263_000 picoseconds. + Weight::from_parts(108_830_970, 6328) + // Standard Error: 1_012_487 + .saturating_add(Weight::from_parts(231_505_237, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -705,8 +705,8 @@ impl pallet_xyk_liquidity_mining::WeightInfo for HydraW // Proof Size summary in bytes: // Measured: `5770` // Estimated: `51701` - // Minimum execution time: 168_953_000 picoseconds. - Weight::from_parts(170_187_000, 51701) + // Minimum execution time: 173_410_000 picoseconds. + Weight::from_parts(174_475_000, 51701) .saturating_add(T::DbWeight::get().reads(21_u64)) } } \ No newline at end of file diff --git a/runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index e150da9f5b..ecdfc34b8a 100644 --- a/runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::fungible` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024 // Executed Command: @@ -62,31 +62,31 @@ impl WeightInfo { // Storage: `AssetRegistry::Assets` (r:1 w:0) // Proof: `AssetRegistry::Assets` (`max_values`: None, `max_size`: Some(125), added: 2600, mode: `MaxEncodedLen`) pub(crate) fn withdraw_asset() -> Weight { - Weight::from_parts(55_207_000_u64, 0) + Weight::from_parts(55_766_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } + // Storage: `UnknownTokens::ConcreteFungibleBalances` (r:1 w:0) + // Proof: `UnknownTokens::ConcreteFungibleBalances` (`max_values`: None, `max_size`: None, mode: `Measured`) // Storage: `System::Account` (r:2 w:2) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) // Storage: `CircuitBreaker::GlobalAssetOverrides` (r:1 w:0) // Proof: `CircuitBreaker::GlobalAssetOverrides` (`max_values`: None, `max_size`: Some(21), added: 2496, mode: `MaxEncodedLen`) // Storage: `AssetRegistry::Assets` (r:1 w:0) // Proof: `AssetRegistry::Assets` (`max_values`: None, `max_size`: Some(125), added: 2600, mode: `MaxEncodedLen`) - // Storage: `CircuitBreaker::EgressAccounts` (r:1 w:0) - // Proof: `CircuitBreaker::EgressAccounts` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) pub(crate) fn transfer_asset() -> Weight { - Weight::from_parts(77_784_000_u64, 0) + Weight::from_parts(77_803_000_u64, 0) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } + // Storage: `UnknownTokens::ConcreteFungibleBalances` (r:1 w:0) + // Proof: `UnknownTokens::ConcreteFungibleBalances` (`max_values`: None, `max_size`: None, mode: `Measured`) // Storage: `System::Account` (r:2 w:2) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) // Storage: `CircuitBreaker::GlobalAssetOverrides` (r:1 w:0) // Proof: `CircuitBreaker::GlobalAssetOverrides` (`max_values`: None, `max_size`: Some(21), added: 2496, mode: `MaxEncodedLen`) // Storage: `AssetRegistry::Assets` (r:1 w:0) // Proof: `AssetRegistry::Assets` (`max_values`: None, `max_size`: Some(125), added: 2600, mode: `MaxEncodedLen`) - // Storage: `CircuitBreaker::EgressAccounts` (r:1 w:0) - // Proof: `CircuitBreaker::EgressAccounts` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) // Storage: `ParachainInfo::ParachainId` (r:1 w:0) // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) // Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) @@ -96,12 +96,12 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn transfer_reserve_asset() -> Weight { - Weight::from_parts(105_697_000_u64, 0) + Weight::from_parts(112_352_000_u64, 0) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } pub(crate) fn reserve_asset_deposited() -> Weight { - Weight::from_parts(2_150_000_u64, 0) + Weight::from_parts(2_427_000_u64, 0) } // Storage: `ParachainInfo::ParachainId` (r:1 w:0) // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -112,7 +112,7 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn initiate_reserve_withdraw() -> Weight { - Weight::from_parts(73_768_000_u64, 0) + Weight::from_parts(83_163_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -128,7 +128,7 @@ impl WeightInfo { // Storage: `AssetRegistry::Assets` (r:1 w:0) // Proof: `AssetRegistry::Assets` (`max_values`: None, `max_size`: Some(125), added: 2600, mode: `MaxEncodedLen`) pub(crate) fn deposit_asset() -> Weight { - Weight::from_parts(51_280_000_u64, 0) + Weight::from_parts(52_050_000_u64, 0) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -136,18 +136,18 @@ impl WeightInfo { // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) // Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) // Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) + // Storage: `ParachainSystem::HostConfiguration` (r:1 w:0) + // Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) // Storage: `System::Account` (r:1 w:1) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) // Storage: `CircuitBreaker::GlobalAssetOverrides` (r:1 w:0) // Proof: `CircuitBreaker::GlobalAssetOverrides` (`max_values`: None, `max_size`: Some(21), added: 2496, mode: `MaxEncodedLen`) // Storage: `AssetRegistry::Assets` (r:1 w:0) // Proof: `AssetRegistry::Assets` (`max_values`: None, `max_size`: Some(125), added: 2600, mode: `MaxEncodedLen`) - // Storage: `ParachainSystem::HostConfiguration` (r:1 w:0) - // Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn deposit_reserve_asset() -> Weight { - Weight::from_parts(95_410_000_u64, 0) + Weight::from_parts(101_921_000_u64, 0) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index f1609d4be0..53fef61cfc 100644 --- a/runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/hydradx/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::generic` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 48.0.0 -//! DATE: 2026-03-04, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0 +//! DATE: 2026-03-17, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024 // Executed Command: @@ -62,39 +62,39 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn report_holding() -> Weight { - Weight::from_parts(66_036_000_u64, 0) + Weight::from_parts(75_767_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } pub(crate) fn buy_execution() -> Weight { - Weight::from_parts(1_124_000_u64, 0) + Weight::from_parts(1_431_000_u64, 0) } // Storage: `PolkadotXcm::Queries` (r:1 w:0) // Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`) pub(crate) fn query_response() -> Weight { - Weight::from_parts(8_520_000_u64, 0) + Weight::from_parts(8_765_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) } pub(crate) fn transact() -> Weight { - Weight::from_parts(11_566_000_u64, 0) + Weight::from_parts(12_170_000_u64, 0) } pub(crate) fn refund_surplus() -> Weight { - Weight::from_parts(2_742_000_u64, 0) + Weight::from_parts(2_955_000_u64, 0) } pub(crate) fn set_error_handler() -> Weight { - Weight::from_parts(1_074_000_u64, 0) + Weight::from_parts(1_367_000_u64, 0) } pub(crate) fn set_appendix() -> Weight { - Weight::from_parts(1_061_000_u64, 0) + Weight::from_parts(1_327_000_u64, 0) } pub(crate) fn clear_error() -> Weight { - Weight::from_parts(1_073_000_u64, 0) + Weight::from_parts(1_251_000_u64, 0) } pub(crate) fn descend_origin() -> Weight { - Weight::from_parts(1_120_000_u64, 0) + Weight::from_parts(1_342_000_u64, 0) } pub(crate) fn clear_origin() -> Weight { - Weight::from_parts(1_048_000_u64, 0) + Weight::from_parts(1_306_000_u64, 0) } // Storage: `ParachainInfo::ParachainId` (r:1 w:0) // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -105,19 +105,19 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn report_error() -> Weight { - Weight::from_parts(27_462_000_u64, 0) + Weight::from_parts(34_987_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `PolkadotXcm::AssetTraps` (r:1 w:1) // Proof: `PolkadotXcm::AssetTraps` (`max_values`: None, `max_size`: None, mode: `Measured`) pub(crate) fn claim_asset() -> Weight { - Weight::from_parts(13_358_000_u64, 0) + Weight::from_parts(13_509_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } pub(crate) fn trap() -> Weight { - Weight::from_parts(1_098_000_u64, 0) + Weight::from_parts(1_326_000_u64, 0) } // Storage: `PolkadotXcm::VersionNotifyTargets` (r:1 w:1) // Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -128,30 +128,30 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn subscribe_version() -> Weight { - Weight::from_parts(31_674_000_u64, 0) + Weight::from_parts(37_334_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } // Storage: `PolkadotXcm::VersionNotifyTargets` (r:0 w:1) // Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) pub(crate) fn unsubscribe_version() -> Weight { - Weight::from_parts(4_920_000_u64, 0) + Weight::from_parts(5_370_000_u64, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } pub(crate) fn burn_asset() -> Weight { - Weight::from_parts(27_184_000_u64, 0) + Weight::from_parts(27_680_000_u64, 0) } pub(crate) fn expect_asset() -> Weight { - Weight::from_parts(8_872_000_u64, 0) + Weight::from_parts(8_376_000_u64, 0) } pub(crate) fn expect_origin() -> Weight { - Weight::from_parts(1_145_000_u64, 0) + Weight::from_parts(1_322_000_u64, 0) } pub(crate) fn expect_error() -> Weight { - Weight::from_parts(1_136_000_u64, 0) + Weight::from_parts(1_345_000_u64, 0) } pub(crate) fn expect_transact_status() -> Weight { - Weight::from_parts(1_236_000_u64, 0) + Weight::from_parts(1_511_000_u64, 0) } // Storage: `ParachainInfo::ParachainId` (r:1 w:0) // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -162,12 +162,12 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn query_pallet() -> Weight { - Weight::from_parts(43_503_000_u64, 0) + Weight::from_parts(52_629_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } pub(crate) fn expect_pallet() -> Weight { - Weight::from_parts(14_195_000_u64, 0) + Weight::from_parts(15_845_000_u64, 0) } // Storage: `ParachainInfo::ParachainId` (r:1 w:0) // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -178,18 +178,18 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn report_transact_status() -> Weight { - Weight::from_parts(27_802_000_u64, 0) + Weight::from_parts(35_350_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } pub(crate) fn clear_transact_status() -> Weight { - Weight::from_parts(1_159_000_u64, 0) + Weight::from_parts(1_406_000_u64, 0) } pub(crate) fn set_topic() -> Weight { - Weight::from_parts(1_080_000_u64, 0) + Weight::from_parts(1_298_000_u64, 0) } pub(crate) fn clear_topic() -> Weight { - Weight::from_parts(1_085_000_u64, 0) + Weight::from_parts(1_289_000_u64, 0) } // Storage: `AssetRegistry::LocationAssets` (r:1 w:0) // Proof: `AssetRegistry::LocationAssets` (`max_values`: None, `max_size`: Some(622), added: 3097, mode: `MaxEncodedLen`) @@ -252,14 +252,14 @@ impl WeightInfo { // Storage: `CircuitBreaker::TradeVolumeLimitPerAsset` (r:2 w:0) // Proof: `CircuitBreaker::TradeVolumeLimitPerAsset` (`max_values`: None, `max_size`: Some(28), added: 2503, mode: `MaxEncodedLen`) pub(crate) fn exchange_asset() -> Weight { - Weight::from_parts(702_892_000_u64, 0) + Weight::from_parts(712_135_000_u64, 0) .saturating_add(T::DbWeight::get().reads(53_u64)) .saturating_add(T::DbWeight::get().writes(24_u64)) } pub(crate) fn set_fees_mode() -> Weight { - Weight::from_parts(1_071_000_u64, 0) + Weight::from_parts(1_330_000_u64, 0) } pub(crate) fn unpaid_execution() -> Weight { - Weight::from_parts(1_118_000_u64, 0) + Weight::from_parts(1_307_000_u64, 0) } } diff --git a/runtime/hydradx/src/xcm.rs b/runtime/hydradx/src/xcm.rs index fb217cfe57..40caa56e80 100644 --- a/runtime/hydradx/src/xcm.rs +++ b/runtime/hydradx/src/xcm.rs @@ -27,7 +27,7 @@ pub use pallet_xcm::GenesisConfig as XcmGenesisConfig; use pallet_xcm::XcmPassthrough; use parachains_common::message_queue::{NarrowOriginToSibling, ParaIdToSibling}; use polkadot_parachain::primitives::Sibling; -use polkadot_xcm::v5::{prelude::*, InteriorLocation, Location, Weight as XcmWeight}; +use polkadot_xcm::v5::{prelude::*, InstructionError, InteriorLocation, Location, Weight as XcmWeight}; use scale_info::TypeInfo; use sp_runtime::{traits::MaybeEquivalence, Perbill}; use xcm_builder::{ @@ -279,7 +279,8 @@ impl::RuntimeCall>> ExecuteXcm<::RuntimeCall>, - ) -> Result::RuntimeCall>> { + weight_limit: XcmWeight, + ) -> Result { //We populate the context in `prepare` as we have the xcm message at this point so we can get the unique topic id let unique_id = if let Some(SetTopic(id)) = message.last() { *id @@ -290,15 +291,17 @@ impl::RuntimeCall>> ExecuteXcm<::remove_from_context().is_err() { log::error!(target: "xcm-executor", "Failed to remove from broadcast context."); - return Err(message); } prepare_result @@ -314,9 +317,10 @@ impl::RuntimeCall>> ExecuteXcm<::remove_from_context().is_err() { - return Outcome::Error { + return Outcome::Error(InstructionError { + index: 0, error: XcmError::FailedToTransactAsset("Unexpected error at modifying broadcast execution stack"), - }; + }); }; outcome @@ -377,7 +381,6 @@ parameter_type_with_key! { } impl orml_xtokens::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type Balance = Balance; type CurrencyId = AssetId; type CurrencyIdConvert = CurrencyIdConvert; @@ -395,12 +398,9 @@ impl orml_xtokens::Config for Runtime { type RateLimiterId = (); } -impl orml_unknown_tokens::Config for Runtime { - type RuntimeEvent = RuntimeEvent; -} +impl orml_unknown_tokens::Config for Runtime {} impl orml_xcm::Config for Runtime { - type RuntimeEvent = RuntimeEvent; type SovereignOrigin = EnsureRoot; } diff --git a/rust-toolchain b/rust-toolchain index 1a13e5851d..8054d3ad8b 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,5 +1,5 @@ [toolchain] -channel = "1.84.1" +channel = "1.88.0" components = [ "rustfmt", "clippy", "rust-src" ] targets = [ "wasm32-unknown-unknown" ] profile = "minimal" diff --git a/scraper/Cargo.toml b/scraper/Cargo.toml index 10f9a305a1..fdb996d6c7 100644 --- a/scraper/Cargo.toml +++ b/scraper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scraper" -version = "1.5.0" +version = "1.5.1" description = "Scraper tool" authors = ["GalacticCouncil"] edition = "2021" diff --git a/scraper/src/lib.rs b/scraper/src/lib.rs index a8989afcd8..9b147d85e2 100644 --- a/scraper/src/lib.rs +++ b/scraper/src/lib.rs @@ -296,7 +296,7 @@ pub async fn save_chainspec( let wasm_code = StateApi::::storage(&rpc, StorageKey(code_key.to_vec()), at) .await .map_err(|e| { - println!("RPC error: {:?}", e); + println!("RPC error: {e:?}"); "Failed to fetch WASM code from chain" })? .ok_or("WASM code not found in chain state")?; @@ -326,7 +326,7 @@ pub async fn save_chainspec( let json = sc_service::chain_ops::build_spec(&input_spec, true).unwrap(); fs::write(path, json).map_err(|err| { - println!("Failed to write chainspec to file {:?}", err); + println!("Failed to write chainspec to file {err:?}"); "Failed to write chainspec file" })?; @@ -360,7 +360,7 @@ pub async fn fetch_all_storage( .collect(); if !excluded_pallets.is_empty() { - println!("Excluding pallets: {:?}", excluded_pallets); + println!("Excluding pallets: {excluded_pallets:?}"); } let mut all_pairs = Vec::new(); diff --git a/scraper/src/main.rs b/scraper/src/main.rs index 2a4bf718bd..2c1bb4456e 100644 --- a/scraper/src/main.rs +++ b/scraper/src/main.rs @@ -125,7 +125,7 @@ fn main() { // Post-process snapshot to exclude specified pallets if !excluded_pallets.is_empty() { - println!("Filtering out excluded pallets: {:?}", excluded_pallets); + println!("Filtering out excluded pallets: {excluded_pallets:?}"); scraper::filter_snapshot_by_excluded_pallets::(&path, &excluded_pallets) .expect("Failed to filter snapshot by excluded pallets"); } diff --git a/utils/test-utils/Cargo.toml b/utils/test-utils/Cargo.toml index 1434d59bbe..a4763824fc 100644 --- a/utils/test-utils/Cargo.toml +++ b/utils/test-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-utils" -version = "1.1.3" +version = "1.2.0" description = "Utility functions for testing pallets" authors = ["GalacticCouncil"] edition = "2021" diff --git a/utils/test-utils/src/lib.rs b/utils/test-utils/src/lib.rs index 863998a6af..2f0e03f2fe 100644 --- a/utils/test-utils/src/lib.rs +++ b/utils/test-utils/src/lib.rs @@ -9,8 +9,7 @@ where // Dev note: 1000 is an arbitrary number, it should be large enough to cover the number of events assert!( last_events::(1000).contains(&e), - "Expected event {:?} not found in the system events", - e + "Expected event {e:?} not found in the system events" ); }