diff --git a/Cargo.lock b/Cargo.lock index 43ae3dacb7..cfb2c89fa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,18 +23,18 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.21.0" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" +checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" dependencies = [ - "gimli 0.28.1", + "gimli 0.31.1", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "adler32" @@ -79,12 +79,12 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.11" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" +checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" dependencies = [ "cfg-if", - "getrandom", + "getrandom 0.3.3", "once_cell", "version_check", "zerocopy", @@ -105,6 +105,48 @@ version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" +[[package]] +name = "alloy-core" +version = "0.8.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d8bcce99ad10fe02640cfaec1c6bc809b837c783c1d52906aa5af66e2a196f6" +dependencies = [ + "alloy-dyn-abi", + "alloy-json-abi", + "alloy-primitives 0.8.25", + "alloy-rlp", + "alloy-sol-types 0.8.25", +] + +[[package]] +name = "alloy-dyn-abi" +version = "0.8.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb8e762aefd39a397ff485bc86df673465c4ad3ec8819cc60833a8a3ba5cdc87" +dependencies = [ + "alloy-json-abi", + "alloy-primitives 0.8.25", + "alloy-sol-type-parser", + "alloy-sol-types 0.8.25", + "const-hex", + "itoa", + "serde", + "serde_json", + "winnow", +] + +[[package]] +name = "alloy-json-abi" +version = "0.8.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe6beff64ad0aa6ad1019a3db26fef565aefeb011736150ab73ed3366c3cfd1b" +dependencies = [ + "alloy-primitives 0.8.25", + "alloy-sol-type-parser", + "serde", + "serde_json", +] + [[package]] name = "alloy-primitives" version = "0.4.2" @@ -115,21 +157,48 @@ dependencies = [ "bytes", "cfg-if", "const-hex", - "derive_more 0.99.18", + "derive_more 0.99.20", "hex-literal 0.4.1", "itoa", "proptest", - "rand", + "rand 0.8.5", + "ruint", + "serde", + "tiny-keccak", +] + +[[package]] +name = "alloy-primitives" +version = "0.8.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c77490fe91a0ce933a1f219029521f20fc28c2c0ca95d53fa4da9c00b8d9d4e" +dependencies = [ + "alloy-rlp", + "bytes", + "cfg-if", + "const-hex", + "derive_more 2.0.1", + "foldhash", + "hashbrown 0.15.4", + "indexmap 2.9.0", + "itoa", + "k256", + "keccak-asm", + "paste", + "proptest", + "rand 0.8.5", "ruint", + "rustc-hash 2.1.1", "serde", + "sha3", "tiny-keccak", ] [[package]] name = "alloy-rlp" -version = "0.3.10" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f542548a609dca89fcd72b3b9f355928cf844d4363c5eed9c5273a3dd225e097" +checksum = "5f70d83b765fdc080dbcd4f4db70d8d23fe4761f2f02ebfa9146b833900634b4" dependencies = [ "arrayvec 0.7.6", "bytes", @@ -147,19 +216,90 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.96", - "syn-solidity", + "syn 2.0.104", + "syn-solidity 0.4.2", + "tiny-keccak", +] + +[[package]] +name = "alloy-sol-macro" +version = "0.8.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e10ae8e9a91d328ae954c22542415303919aabe976fe7a92eb06db1b68fd59f2" +dependencies = [ + "alloy-sol-macro-expander", + "alloy-sol-macro-input", + "proc-macro-error2", + "proc-macro2", + "quote", + "syn 2.0.104", +] + +[[package]] +name = "alloy-sol-macro-expander" +version = "0.8.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83ad5da86c127751bc607c174d6c9fe9b85ef0889a9ca0c641735d77d4f98f26" +dependencies = [ + "alloy-sol-macro-input", + "const-hex", + "heck 0.5.0", + "indexmap 2.9.0", + "proc-macro-error2", + "proc-macro2", + "quote", + "syn 2.0.104", + "syn-solidity 0.8.25", "tiny-keccak", ] +[[package]] +name = "alloy-sol-macro-input" +version = "0.8.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3d30f0d3f9ba3b7686f3ff1de9ee312647aac705604417a2f40c604f409a9e" +dependencies = [ + "const-hex", + "dunce", + "heck 0.5.0", + "macro-string", + "proc-macro2", + "quote", + "syn 2.0.104", + "syn-solidity 0.8.25", +] + +[[package]] +name = "alloy-sol-type-parser" +version = "0.8.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d162f8524adfdfb0e4bd0505c734c985f3e2474eb022af32eef0d52a4f3935c" +dependencies = [ + "serde", + "winnow", +] + [[package]] name = "alloy-sol-types" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98d7107bed88e8f09f0ddcc3335622d87bfb6821f3e0c7473329fb1cfad5e015" dependencies = [ - "alloy-primitives", - "alloy-sol-macro", + "alloy-primitives 0.4.2", + "alloy-sol-macro 0.4.2", + "const-hex", + "serde", +] + +[[package]] +name = "alloy-sol-types" +version = "0.8.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d43d5e60466a440230c07761aa67671d4719d46f43be8ea6e7ed334d8db4a9ab" +dependencies = [ + "alloy-json-abi", + "alloy-primitives 0.8.25", + "alloy-sol-macro 0.8.25", "const-hex", "serde", ] @@ -187,9 +327,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.18" +version = "0.6.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" +checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" dependencies = [ "anstyle", "anstyle-parse", @@ -202,44 +342,44 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" +checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" [[package]] name = "anstyle-parse" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" +checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" +checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" dependencies = [ "windows-sys 0.59.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.7" +version = "3.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" +checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" dependencies = [ "anstyle", - "once_cell", + "once_cell_polyfill", "windows-sys 0.59.0", ] [[package]] name = "anyhow" -version = "1.0.95" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "approx" @@ -261,7 +401,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -440,7 +580,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -450,7 +590,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -482,12 +622,12 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "asn1-rs" -version = "0.5.2" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" +checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" dependencies = [ - "asn1-rs-derive 0.4.0", - "asn1-rs-impl 0.1.0", + "asn1-rs-derive 0.5.1", + "asn1-rs-impl", "displaydoc", "nom", "num-traits", @@ -498,32 +638,20 @@ dependencies = [ [[package]] name = "asn1-rs" -version = "0.6.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" +checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" dependencies = [ - "asn1-rs-derive 0.5.1", - "asn1-rs-impl 0.2.0", + "asn1-rs-derive 0.6.0", + "asn1-rs-impl", "displaydoc", "nom", "num-traits", "rusticata-macros", - "thiserror 1.0.69", + "thiserror 2.0.12", "time", ] -[[package]] -name = "asn1-rs-derive" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "synstructure 0.12.6", -] - [[package]] name = "asn1-rs-derive" version = "0.5.1" @@ -532,19 +660,20 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", - "synstructure 0.13.1", + "syn 2.0.104", + "synstructure 0.13.2", ] [[package]] -name = "asn1-rs-impl" -version = "0.1.0" +name = "asn1-rs-derive" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" +checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.104", + "synstructure 0.13.2", ] [[package]] @@ -555,7 +684,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -649,14 +778,15 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "23.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", "frame-support", "frame-system", + "pallet-asset-conversion", "pallet-assets", "pallet-balances", "pallet-collator-selection", @@ -673,18 +803,17 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "substrate-wasm-builder", + "xcm-runtime-apis", ] [[package]] name = "assets-common" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.21.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-primitives-core", "frame-support", "impl-trait-for-tuples", - "log", "pallet-asset-conversion", "pallet-assets", "pallet-xcm", @@ -696,13 +825,13 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "substrate-wasm-builder", + "tracing", ] [[package]] name = "async-backing-primitives" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "sp-api", "sp-consensus-slots", @@ -733,14 +862,15 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" +checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa" dependencies = [ "async-task", "concurrent-queue", "fastrand 2.3.0", "futures-lite 2.6.0", + "pin-project-lite", "slab", ] @@ -789,9 +919,9 @@ dependencies = [ [[package]] name = "async-io" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" +checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3" dependencies = [ "async-lock 3.4.0", "cfg-if", @@ -799,8 +929,8 @@ dependencies = [ "futures-io", "futures-lite 2.6.0", "parking", - "polling 3.7.4", - "rustix 0.38.43", + "polling 3.8.0", + "rustix 1.0.7", "slab", "tracing", "windows-sys 0.59.0", @@ -843,7 +973,7 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" dependencies = [ - "async-io 2.4.0", + "async-io 2.4.1", "blocking", "futures-lite 2.6.0", ] @@ -861,18 +991,18 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.43", + "rustix 0.38.44", "windows-sys 0.48.0", ] [[package]] name = "async-process" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" +checksum = "cde3f4e40e6021d7acffc90095cbd6dc54cb593903d1de5832f435eb274b85dc" dependencies = [ "async-channel 2.3.1", - "async-io 2.4.0", + "async-io 2.4.1", "async-lock 3.4.0", "async-signal", "async-task", @@ -880,23 +1010,23 @@ dependencies = [ "cfg-if", "event-listener 5.4.0", "futures-lite 2.6.0", - "rustix 0.38.43", + "rustix 1.0.7", "tracing", ] [[package]] name = "async-signal" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" +checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d" dependencies = [ - "async-io 2.4.0", + "async-io 2.4.1", "async-lock 3.4.0", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 0.38.43", + "rustix 1.0.7", "signal-hook-registry", "slab", "windows-sys 0.59.0", @@ -910,13 +1040,13 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.85" +version = "0.1.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" +checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -932,6 +1062,19 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "asynchronous-codec" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233" +dependencies = [ + "bytes", + "futures-sink", + "futures-util", + "memchr", + "pin-project-lite", +] + [[package]] name = "atoi" version = "2.0.0" @@ -966,34 +1109,34 @@ dependencies = [ [[package]] name = "auto_impl" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12882f59de5360c748c4cbf569a042d5fb0eb515f7bea9c1f470b47f6ffbd73" +checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "autocfg" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "backtrace" -version = "0.3.71" +version = "0.3.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" +checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" dependencies = [ - "addr2line 0.21.0", - "cc", + "addr2line 0.24.2", "cfg-if", "libc", "miniz_oxide", - "object 0.32.2", + "object 0.36.7", "rustc-demangle", + "windows-targets 0.52.6", ] [[package]] @@ -1034,23 +1177,14 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.6.0" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" - -[[package]] -name = "beef" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" -dependencies = [ - "serde", -] +checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" [[package]] name = "binary-merkle-tree" -version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "16.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "hash-db", "log", @@ -1084,50 +1218,51 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "bip32" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa13fae8b6255872fd86f7faf4b41168661d7d78609f7bfe6771b85c6739a15b" +checksum = "db40d3dfbeab4e031d78c844642fa0caa0b0db11ce1607ac9d2986dff1405c69" dependencies = [ "bs58", "hmac 0.12.1", "k256", - "rand_core", + "rand_core 0.6.4", "ripemd", - "sha2 0.10.8", + "secp256k1 0.27.0", + "sha2 0.10.9", "subtle 2.6.1", "zeroize", ] [[package]] name = "bip39" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387" +checksum = "43d193de1f7487df1914d3a568b772458861d33f9c54249612cc2893d6915054" dependencies = [ - "bitcoin_hashes", + "bitcoin_hashes 0.13.0", "serde", "unicode-normalization", ] [[package]] name = "bit-set" -version = "0.5.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ "bit-vec", ] [[package]] name = "bit-vec" -version = "0.6.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitcoin-internals" @@ -1135,6 +1270,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" +[[package]] +name = "bitcoin-io" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" + [[package]] name = "bitcoin_hashes" version = "0.13.0" @@ -1142,7 +1283,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" dependencies = [ "bitcoin-internals", - "hex-conservative", + "hex-conservative 0.1.2", +] + +[[package]] +name = "bitcoin_hashes" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" +dependencies = [ + "bitcoin-io", + "hex-conservative 0.2.1", ] [[package]] @@ -1153,9 +1304,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.8.0" +version = "2.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" +checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" [[package]] name = "bitvec" @@ -1203,9 +1354,9 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" +checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99" dependencies = [ "arrayref", "arrayvec 0.7.6", @@ -1214,9 +1365,9 @@ dependencies = [ [[package]] name = "blake2s_simd" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae" +checksum = "e90f7deecfac93095eb874a40febd69427776e24e1bd7f87f33ac62d6f0174df" dependencies = [ "arrayref", "arrayvec 0.7.6", @@ -1225,9 +1376,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.5.5" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" +checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" dependencies = [ "arrayref", "arrayvec 0.7.6", @@ -1269,22 +1420,11 @@ dependencies = [ [[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.2" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d077619e9c237a5d1875166f5e8033e8f6bff0c96f8caf81e1c2d7738c431bf" +checksum = "dee8eddd066a8825ec5570528e6880471210fd5d88cb6abbe1cfdd51ca249c33" dependencies = [ + "jam-codec", "log", "parity-scale-codec", "scale-info", @@ -1302,8 +1442,8 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1319,8 +1459,8 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1335,8 +1475,8 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1352,8 +1492,8 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bp-messages", "bp-runtime", @@ -1369,8 +1509,8 @@ dependencies = [ [[package]] name = "bp-relayers" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bp-header-chain", "bp-messages", @@ -1387,8 +1527,8 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "frame-system", @@ -1408,30 +1548,10 @@ dependencies = [ "trie-db", ] -[[package]] -name = "bp-test-utils" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" -dependencies = [ - "bp-header-chain", - "bp-parachains", - "bp-polkadot-core", - "bp-runtime", - "ed25519-dalek", - "finality-grandpa", - "parity-scale-codec", - "sp-application-crypto", - "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "sp-std", - "sp-trie", -] - [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.6.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bp-messages", "bp-runtime", @@ -1447,8 +1567,8 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.6.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.17.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -1461,7 +1581,7 @@ dependencies = [ name = "bridge-dancelight-integration-tests" version = "0.0.0" dependencies = [ - "alloy-sol-types", + "alloy-sol-types 0.4.2", "dancelight-emulated-chain", "dancelight-runtime", "dancelight-system-emulated-network", @@ -1469,8 +1589,8 @@ dependencies = [ "frame-system", "parity-scale-codec", "snowbridge-core", + "snowbridge-inbound-queue-primitives", "snowbridge-pallet-inbound-queue", - "snowbridge-router-primitives", "sp-core", "sp-keyring", "staging-xcm", @@ -1481,8 +1601,8 @@ dependencies = [ [[package]] name = "bridge-hub-common" -version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.13.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1494,51 +1614,21 @@ dependencies = [ "sp-runtime", "sp-std", "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] -name = "bridge-runtime-common" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +name = "bridge-starlight-integration-tests" +version = "0.0.0" dependencies = [ - "bp-header-chain", - "bp-messages", - "bp-parachains", - "bp-polkadot-core", - "bp-relayers", - "bp-runtime", - "bp-xcm-bridge-hub", - "frame-support", - "frame-system", - "log", - "pallet-bridge-grandpa", - "pallet-bridge-messages", - "pallet-bridge-parachains", - "pallet-bridge-relayers", - "pallet-transaction-payment", - "pallet-utility", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-std", - "sp-trie", - "sp-weights", - "staging-xcm", - "tuplex", -] - -[[package]] -name = "bridge-starlight-integration-tests" -version = "0.0.0" -dependencies = [ - "alloy-sol-types", + "alloy-sol-types 0.4.2", "frame-support", "frame-system", "parity-scale-codec", "snowbridge-core", + "snowbridge-inbound-queue-primitives", "snowbridge-pallet-inbound-queue", - "snowbridge-router-primitives", "sp-core", "sp-keyring", "staging-xcm", @@ -1556,15 +1646,15 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ - "sha2 0.10.8", + "sha2 0.10.9", "tinyvec", ] [[package]] name = "bstr" -version = "1.11.3" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" +checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" dependencies = [ "memchr", "regex-automata 0.4.9", @@ -1582,15 +1672,15 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.16.0" +version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" +checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" [[package]] name = "byte-slice-cast" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" +checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d" [[package]] name = "byte-tools" @@ -1600,9 +1690,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.21.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3" +checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" [[package]] name = "byteorder" @@ -1612,18 +1702,20 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +dependencies = [ + "serde", +] [[package]] name = "bzip2-sys" -version = "0.1.11+1.0.8" +version = "0.1.13+1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" +checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" dependencies = [ "cc", - "libc", "pkg-config", ] @@ -1639,9 +1731,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.9" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" +checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab" dependencies = [ "serde", ] @@ -1663,7 +1755,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.24", + "semver 1.0.26", "serde", "serde_json", "thiserror 1.0.69", @@ -1677,9 +1769,9 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.2.9" +version = "1.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b" +checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" dependencies = [ "jobserver", "libc", @@ -1689,7 +1781,7 @@ dependencies = [ [[package]] name = "ccp-authorities-noting-inherent" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1717,7 +1809,7 @@ dependencies = [ [[package]] name = "ccp-xcm" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "frame-support", "frame-system", @@ -1756,9 +1848,9 @@ dependencies = [ [[package]] name = "cfg-if" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" [[package]] name = "cfg_aliases" @@ -1808,16 +1900,16 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.39" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -1835,15 +1927,14 @@ dependencies = [ [[package]] name = "cid" -version = "0.10.1" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" +checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" dependencies = [ "core2", "multibase", - "multihash 0.18.1", - "serde", - "unsigned-varint 0.7.2", + "multihash 0.19.3", + "unsigned-varint 0.8.0", ] [[package]] @@ -1879,9 +1970,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.26" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783" +checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f" dependencies = [ "clap_builder", "clap_derive", @@ -1889,40 +1980,40 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.26" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121" +checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" dependencies = [ "anstream", "anstyle", "clap_lex", - "strsim 0.11.1", + "strsim", "terminal_size", ] [[package]] name = "clap_derive" -version = "4.5.24" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c" +checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "clap_lex" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" +checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "coarsetime" -version = "0.1.35" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4252bf230cb600c19826a575b31c8c9c84c6f11acfab6dfcad2e941b10b6f8e2" +checksum = "91849686042de1b41cd81490edc83afbcb0abe5a9b6f2c4114f23ce8cca1bcf4" dependencies = [ "libc", "wasix", @@ -1931,19 +2022,20 @@ dependencies = [ [[package]] name = "codespan-reporting" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" +checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" dependencies = [ + "serde", "termcolor", - "unicode-width 0.1.14", + "unicode-width", ] [[package]] name = "color-eyre" -version = "0.6.3" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" +checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" dependencies = [ "backtrace", "eyre", @@ -1954,9 +2046,9 @@ dependencies = [ [[package]] name = "colorchoice" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" +checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "combine" @@ -1970,13 +2062,12 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.3" +version = "7.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9" +checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a" dependencies = [ - "strum 0.26.3", - "strum_macros 0.26.4", - "unicode-width 0.2.0", + "unicode-segmentation", + "unicode-width", ] [[package]] @@ -1996,22 +2087,22 @@ dependencies = [ [[package]] name = "console" -version = "0.15.10" +version = "0.15.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" dependencies = [ "encode_unicode", "libc", "once_cell", - "unicode-width 0.2.0", + "unicode-width", "windows-sys 0.59.0", ] [[package]] name = "const-hex" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" +checksum = "83e22e0ed40b96a48d3db274f72fd365bd78f67af39b6bbd47e8a15e1c6207ff" dependencies = [ "cfg-if", "cpufeatures", @@ -2041,11 +2132,31 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom", + "getrandom 0.2.16", "once_cell", "tiny-keccak", ] +[[package]] +name = "const_format" +version = "0.2.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd" +dependencies = [ + "const_format_proc_macros", +] + +[[package]] +name = "const_format_proc_macros" +version = "0.2.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", +] + [[package]] name = "constant_time_eq" version = "0.1.5" @@ -2058,12 +2169,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 = "container-chain-frontier-node" version = "0.14.0" @@ -2102,7 +2207,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.31", "hex-literal 0.3.4", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "manual-xcm-rpc", "nimbus-consensus", @@ -2188,7 +2293,7 @@ dependencies = [ "frame-benchmarking-cli", "futures 0.3.31", "hex-literal 0.3.4", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "manual-xcm-rpc", "nimbus-consensus", @@ -2253,10 +2358,10 @@ dependencies = [ "ccp-xcm", "cumulus-pallet-parachain-system", "cumulus-pallet-session-benchmarking", + "cumulus-pallet-weight-reclaim", "cumulus-pallet-xcm", "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-timestamp", "cumulus-primitives-utility", "dp-consensus", @@ -2301,7 +2406,7 @@ dependencies = [ "pallet-maintenance-mode", "pallet-message-queue", "pallet-migrations 0.1.0", - "pallet-migrations 1.0.0", + "pallet-migrations 10.1.0", "pallet-multisig", "pallet-parameters", "pallet-proxy", @@ -2355,10 +2460,10 @@ dependencies = [ "async-backing-primitives", "cumulus-pallet-parachain-system", "cumulus-pallet-session-benchmarking", + "cumulus-pallet-weight-reclaim", "cumulus-pallet-xcm", "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-timestamp", "cumulus-primitives-utility", "dp-consensus", @@ -2384,7 +2489,7 @@ dependencies = [ "pallet-maintenance-mode", "pallet-message-queue", "pallet-migrations 0.1.0", - "pallet-migrations 1.0.0", + "pallet-migrations 10.1.0", "pallet-multisig", "pallet-ocw-testing", "pallet-proxy", @@ -2449,9 +2554,9 @@ dependencies = [ [[package]] name = "core-foundation" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" +checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" dependencies = [ "core-foundation-sys", "libc", @@ -2508,9 +2613,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" dependencies = [ "libc", ] @@ -2615,9 +2720,9 @@ dependencies = [ [[package]] name = "crc" -version = "3.2.1" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" dependencies = [ "crc-catalog", ] @@ -2637,6 +2742,21 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "critical-section" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" + +[[package]] +name = "crossbeam-channel" +version = "0.5.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" +dependencies = [ + "crossbeam-utils", +] + [[package]] name = "crossbeam-deque" version = "0.8.6" @@ -2673,9 +2793,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" +checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" [[package]] name = "crypto-bigint" @@ -2684,7 +2804,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array 0.14.7", - "rand_core", + "rand_core 0.6.4", "subtle 2.6.1", "zeroize", ] @@ -2696,7 +2816,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array 0.14.7", - "rand_core", + "rand_core 0.6.4", "typenum", ] @@ -2720,6 +2840,21 @@ dependencies = [ "subtle 2.6.1", ] +[[package]] +name = "crypto_secretbox" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1" +dependencies = [ + "aead", + "cipher 0.4.4", + "generic-array 0.14.7", + "poly1305", + "salsa20", + "subtle 2.6.1", + "zeroize", +] + [[package]] name = "ctr" version = "0.9.2" @@ -2731,8 +2866,8 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.22.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "clap", "parity-scale-codec", @@ -2748,15 +2883,15 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.22.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-primitives-core", "futures 0.3.31", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", @@ -2771,8 +2906,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.22.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2784,7 +2919,7 @@ dependencies = [ "cumulus-relay-chain-interface", "futures 0.3.31", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -2810,6 +2945,7 @@ dependencies = [ "sp-runtime", "sp-state-machine", "sp-timestamp", + "sp-trie", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2817,8 +2953,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.22.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2847,8 +2983,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.19.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "anyhow", "async-trait", @@ -2862,15 +2998,15 @@ dependencies = [ [[package]] name = "cumulus-client-network" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.22.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "cumulus-relay-chain-interface", "futures 0.3.31", "futures-timer", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives", @@ -2888,8 +3024,8 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" -version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.16.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2898,20 +3034,18 @@ dependencies = [ "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", - "sp-api", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-inherents", "sp-runtime", "sp-state-machine", "sp-storage", - "sp-trie", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.22.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2923,7 +3057,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-overseer", "polkadot-primitives", - "rand", + "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-api", @@ -2936,8 +3070,8 @@ dependencies = [ [[package]] name = "cumulus-client-service" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.23.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2973,8 +3107,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2990,7 +3124,6 @@ dependencies = [ "pallet-message-queue", "parity-scale-codec", "polkadot-parachain-primitives", - "polkadot-runtime-common", "polkadot-runtime-parachains", "scale-info", "sp-core", @@ -3010,18 +3143,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "cumulus-pallet-session-benchmarking" -version = "9.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "21.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -3031,10 +3164,29 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "cumulus-pallet-weight-reclaim" +version = "0.2.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" +dependencies = [ + "cumulus-primitives-storage-weight-reclaim", + "derive-where", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "sp-trie", +] + [[package]] name = "cumulus-pallet-xcm" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.19.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3048,10 +3200,10 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "bounded-collections 0.2.2", + "bounded-collections", "bp-xcm-bridge-hub-router", "cumulus-primitives-core", "frame-benchmarking", @@ -3073,8 +3225,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.17.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "sp-api", "sp-consensus-aura", @@ -3082,8 +3234,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.18.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3098,8 +3250,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.18.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3112,8 +3264,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.2.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.12.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3122,8 +3274,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "11.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -3139,8 +3291,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.19.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -3149,8 +3301,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3166,8 +3318,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.23.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3190,13 +3342,13 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.22.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "cumulus-primitives-core", "futures 0.3.31", - "jsonrpsee-core 0.24.7", + "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", @@ -3209,8 +3361,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.23.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "async-trait", @@ -3238,14 +3390,13 @@ dependencies = [ "sp-consensus-babe", "sp-runtime", "substrate-prometheus-endpoint", - "tokio", "tracing", ] [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.22.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3253,12 +3404,12 @@ dependencies = [ "either", "futures 0.3.31", "futures-timer", - "jsonrpsee 0.24.7", + "jsonrpsee", "parity-scale-codec", "pin-project", "polkadot-overseer", "prometheus", - "rand", + "rand 0.8.5", "sc-client-api", "sc-rpc-api", "sc-service", @@ -3267,7 +3418,6 @@ dependencies = [ "serde_json", "smoldot 0.11.0", "smoldot-light 0.9.0", - "sp-api", "sp-authority-discovery", "sp-consensus-babe", "sp-core", @@ -3285,8 +3435,8 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.19.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3320,7 +3470,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -3331,16 +3481,16 @@ checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" dependencies = [ "byteorder", "digest 0.9.0", - "rand_core", + "rand_core 0.6.4", "subtle-ng", "zeroize", ] [[package]] name = "cxx" -version = "1.0.136" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad7c7515609502d316ab9a24f67dc045132d93bfd3f00713389e90d9898bf30d" +checksum = "a71ea7f29c73f7ffa64c50b83c9fe4d3a6d4be89a86b009eb80d5a6d3429d741" dependencies = [ "cc", "cxxbridge-cmd", @@ -3352,47 +3502,47 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.136" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bfd16fca6fd420aebbd80d643c201ee4692114a0de208b790b9cd02ceae65fb" +checksum = "36a8232661d66dcf713394726157d3cfe0a89bfc85f52d6e9f9bbc2306797fe7" dependencies = [ "cc", "codespan-reporting", "proc-macro2", "quote", "scratch", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "cxxbridge-cmd" -version = "1.0.136" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c33fd49f5d956a1b7ee5f7a9768d58580c6752838d92e39d0d56439efdedc35" +checksum = "4f44296c8693e9ea226a48f6a122727f77aa9e9e338380cb021accaeeb7ee279" dependencies = [ "clap", "codespan-reporting", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "cxxbridge-flags" -version = "1.0.136" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be0f1077278fac36299cce8446effd19fe93a95eedb10d39265f3bf67b3036c9" +checksum = "c42f69c181c176981ae44ba9876e2ea41ce8e574c296b38d06925ce9214fb8e4" [[package]] name = "cxxbridge-macro" -version = "1.0.136" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3da7e4d6e74af6b79031d264b2f13c3ea70af1978083741c41ffce9308f1f24f" +checksum = "8faff5d4467e0709448187df29ccbf3b0982cc426ee444a193f87b11afb565a8" dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -3402,16 +3552,24 @@ dependencies = [ "cumulus-primitives-core", "dancebox-runtime", "emulated-integration-tests-common", + "frame-support", + "frame-system", + "nimbus-primitives", + "pallet-async-backing", + "pallet-author-inherent", + "pallet-author-noting", "pallet-configuration", "parity-scale-codec", "polkadot-parachain-primitives", "sp-consensus-aura", "sp-core", "sp-runtime", + "sp-trie", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", "tanssi-emulated-integration-tests-common", + "tp-author-noting-inherent", "xcm-emulator", ] @@ -3425,11 +3583,11 @@ dependencies = [ "container-chain-template-simple-runtime", "cumulus-pallet-parachain-system", "cumulus-pallet-session-benchmarking", + "cumulus-pallet-weight-reclaim", "cumulus-pallet-xcm", "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-timestamp", "cumulus-primitives-utility", "cumulus-test-relay-sproof-builder", @@ -3471,7 +3629,7 @@ dependencies = [ "pallet-maintenance-mode", "pallet-message-queue", "pallet-migrations 0.1.0", - "pallet-migrations 1.0.0", + "pallet-migrations 10.1.0", "pallet-multisig", "pallet-pooled-staking", "pallet-proxy", @@ -3590,6 +3748,8 @@ dependencies = [ "dancelight-runtime", "dancelight-runtime-constants", "emulated-integration-tests-common", + "polkadot-parachain-primitives", + "polkadot-runtime-parachains", "sp-core", "staging-xcm", "tanssi-emulated-integration-tests-common", @@ -3600,7 +3760,7 @@ dependencies = [ name = "dancelight-runtime" version = "0.1.0" dependencies = [ - "alloy-sol-types", + "alloy-sol-types 0.4.2", "binary-merkle-tree", "bitvec", "container-chain-template-frontier-runtime", @@ -3661,7 +3821,7 @@ dependencies = [ "pallet-membership", "pallet-message-queue", "pallet-migrations 0.1.0", - "pallet-migrations 1.0.0", + "pallet-migrations 10.1.0", "pallet-mmr", "pallet-multisig", "pallet-offences", @@ -3697,7 +3857,7 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", - "rand", + "rand 0.8.5", "rococo-runtime", "rococo-runtime-constants", "sc-consensus-grandpa", @@ -3709,14 +3869,17 @@ dependencies = [ "smallvec", "snowbridge-beacon-primitives", "snowbridge-core", + "snowbridge-inbound-queue-primitives", + "snowbridge-merkle-tree", "snowbridge-milagro-bls", + "snowbridge-outbound-queue-primitives", "snowbridge-outbound-queue-runtime-api", "snowbridge-pallet-ethereum-client", "snowbridge-pallet-inbound-queue", "snowbridge-pallet-inbound-queue-fixtures", "snowbridge-pallet-outbound-queue", "snowbridge-pallet-system", - "snowbridge-router-primitives", + "snowbridge-verification-primitives", "sp-api", "sp-application-crypto", "sp-arithmetic", @@ -3801,72 +3964,37 @@ dependencies = [ [[package]] name = "darling" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" -dependencies = [ - "darling_core 0.14.4", - "darling_macro 0.14.4", -] - -[[package]] -name = "darling" -version = "0.20.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" -dependencies = [ - "darling_core 0.20.10", - "darling_macro 0.20.10", -] - -[[package]] -name = "darling_core" -version = "0.14.4" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" +checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim 0.10.0", - "syn 1.0.109", + "darling_core", + "darling_macro", ] [[package]] name = "darling_core" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" +checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" dependencies = [ "fnv", "ident_case", "proc-macro2", "quote", - "strsim 0.11.1", - "syn 2.0.96", -] - -[[package]] -name = "darling_macro" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" -dependencies = [ - "darling_core 0.14.4", - "quote", - "syn 1.0.109", + "strsim", + "syn 2.0.104", ] [[package]] name = "darling_macro" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" +checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ - "darling_core 0.20.10", + "darling_core", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -3879,20 +4007,20 @@ dependencies = [ "hashbrown 0.14.5", "lock_api", "once_cell", - "parking_lot_core 0.9.10", + "parking_lot_core 0.9.11", ] [[package]] name = "data-encoding" -version = "2.7.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f" +checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" [[package]] name = "data-encoding-macro" -version = "0.1.16" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b16d9d0d88a5273d830dac8b78ceb217ffc9b1d5404e5597a3542515329405b" +checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -3900,25 +4028,25 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.14" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1145d32e826a7748b69ee8fc62d3e6355ff7f1051df53141e7048162fc90481b" +checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "dc-orchestrator-chain-interface" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "async-trait", "cumulus-primitives-core", "dp-container-chain-genesis-data", "dp-core", "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "nimbus-primitives", "parity-scale-codec", "polkadot-overseer", @@ -3941,9 +4069,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" +checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" dependencies = [ "const-oid", "zeroize", @@ -3951,11 +4079,11 @@ dependencies = [ [[package]] name = "der-parser" -version = "8.2.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" +checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" dependencies = [ - "asn1-rs 0.5.2", + "asn1-rs 0.6.2", "displaydoc", "nom", "num-bigint", @@ -3965,11 +4093,11 @@ dependencies = [ [[package]] name = "der-parser" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" +checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs 0.7.1", "displaydoc", "nom", "num-bigint", @@ -3979,9 +4107,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.3.11" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" +checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" dependencies = [ "powerfmt", ] @@ -4005,31 +4133,31 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "derive-where" -version = "1.2.7" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" +checksum = "510c292c8cf384b1a340b816a9a6cf2599eb8f566a44949024af88418000c50b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "derive_more" -version = "0.99.18" +version = "0.99.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" +checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" dependencies = [ "convert_case", "proc-macro2", "quote", "rustc_version 0.4.1", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -4038,7 +4166,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.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" +dependencies = [ + "derive_more-impl 2.0.1", ] [[package]] @@ -4049,14 +4186,21 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", + "unicode-xid", ] [[package]] -name = "difflib" -version = "0.4.0" +name = "derive_more-impl" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" +checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.104", + "unicode-xid", +] [[package]] name = "digest" @@ -4107,6 +4251,15 @@ dependencies = [ "dirs-sys-next", ] +[[package]] +name = "dirs" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +dependencies = [ + "dirs-sys", +] + [[package]] name = "dirs-sys" version = "0.4.1" @@ -4138,7 +4291,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -4162,9 +4315,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.96", + "syn 2.0.104", "termcolor", - "toml 0.8.19", + "toml 0.8.23", "walkdir", ] @@ -4189,7 +4342,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dp-chain-state-snapshot" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -4201,7 +4354,7 @@ dependencies = [ [[package]] name = "dp-collator-assignment" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4221,7 +4374,7 @@ dependencies = [ [[package]] name = "dp-consensus" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4238,7 +4391,7 @@ dependencies = [ [[package]] name = "dp-container-chain-genesis-data" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4260,7 +4413,7 @@ dependencies = [ [[package]] name = "dp-core" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4275,7 +4428,7 @@ dependencies = [ [[package]] name = "dp-impl-tanssi-pallets-config" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "dp-consensus", "frame-support", @@ -4290,7 +4443,7 @@ dependencies = [ [[package]] name = "dp-slot-duration-runtime-api" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4304,9 +4457,9 @@ dependencies = [ [[package]] name = "dtoa" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" +checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" [[package]] name = "dunce" @@ -4316,9 +4469,9 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "dyn-clonable" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" +checksum = "a36efbb9bfd58e1723780aa04b61aba95ace6a05d9ffabfdb0b43672552f0805" dependencies = [ "dyn-clonable-impl", "dyn-clone", @@ -4326,20 +4479,20 @@ dependencies = [ [[package]] name = "dyn-clonable-impl" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" +checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.104", ] [[package]] name = "dyn-clone" -version = "1.0.17" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" +checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" [[package]] name = "ecdsa" @@ -4374,9 +4527,9 @@ checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek", "ed25519", - "rand_core", + "rand_core 0.6.4", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "subtle 2.6.1", "zeroize", ] @@ -4391,16 +4544,16 @@ dependencies = [ "ed25519", "hashbrown 0.14.5", "hex", - "rand_core", - "sha2 0.10.8", + "rand_core 0.6.4", + "sha2 0.10.9", "zeroize", ] [[package]] name = "either" -version = "1.13.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" dependencies = [ "serde", ] @@ -4418,7 +4571,7 @@ dependencies = [ "generic-array 0.14.7", "group", "pkcs8", - "rand_core", + "rand_core 0.6.4", "sec1", "serdect", "subtle 2.6.1", @@ -4427,17 +4580,17 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "3.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "20.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "asset-test-utils", "bp-messages", "bp-xcm-bridge-hub", - "bridge-runtime-common", "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", "frame-support", + "hex-literal 0.4.1", "pallet-assets", "pallet-balances", "pallet-bridge-messages", @@ -4469,46 +4622,34 @@ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "enum-as-inner" -version = "0.5.1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "enum-as-inner" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" +checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "enumflags2" -version = "0.7.10" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" +checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" dependencies = [ "enumflags2_derive", ] [[package]] name = "enumflags2_derive" -version = "0.7.10" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" +checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -4519,7 +4660,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -4547,14 +4688,14 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.6" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" +checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" dependencies = [ "anstream", "anstyle", "env_filter", - "humantime", + "jiff", "log", ] @@ -4566,18 +4707,18 @@ checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] name = "equivalent" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" -version = "0.3.10" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" +checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -4598,9 +4739,9 @@ checksum = "8c321610643004cf908ec0f5f2aa0d8f1f8e14b540562a2887a1111ff1ecbf7b" dependencies = [ "crunchy", "fixed-hash", - "impl-codec 0.7.0", + "impl-codec 0.7.1", "impl-rlp", - "impl-serde 0.5.0", + "impl-serde", "scale-info", "tiny-keccak", ] @@ -4608,7 +4749,7 @@ dependencies = [ [[package]] name = "ethereum" version = "0.15.0" -source = "git+https://github.com/rust-ethereum/ethereum?rev=3be0d8fd4c2ad1ba216b69ef65b9382612efc8ba#3be0d8fd4c2ad1ba216b69ef65b9382612efc8ba" +source = "git+https://github.com/rust-ethereum/ethereum?rev=bbb544622208ef6e9890a2dbc224248f6dd13318#bbb544622208ef6e9890a2dbc224248f6dd13318" dependencies = [ "bytes", "ethereum-types", @@ -4630,9 +4771,9 @@ checksum = "1ab15ed80916029f878e0267c3a9f92b67df55e79af370bf66199059ae2b4ee3" dependencies = [ "ethbloom", "fixed-hash", - "impl-codec 0.7.0", + "impl-codec 0.7.1", "impl-rlp", - "impl-serde 0.5.0", + "impl-serde", "primitive-types 0.13.1", "scale-info", "uint 0.10.0", @@ -4655,16 +4796,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "event-listener" -version = "4.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" -dependencies = [ - "concurrent-queue", - "pin-project-lite", -] - [[package]] name = "event-listener" version = "5.4.0" @@ -4678,9 +4809,9 @@ dependencies = [ [[package]] name = "event-listener-strategy" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" +checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" dependencies = [ "event-listener 5.4.0", "pin-project-lite", @@ -4689,7 +4820,7 @@ dependencies = [ [[package]] name = "evm" version = "0.42.0" -source = "git+https://github.com/moondance-labs/evm?branch=tanssi-polkadot-stable2412#4f16e4d093c992f86fd5ef98541d727c85c7145c" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6ca5a72bc8942f4860137155dd9033526fd362a5" dependencies = [ "auto_impl", "environmental", @@ -4709,7 +4840,7 @@ dependencies = [ [[package]] name = "evm-core" version = "0.42.0" -source = "git+https://github.com/moondance-labs/evm?branch=tanssi-polkadot-stable2412#4f16e4d093c992f86fd5ef98541d727c85c7145c" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6ca5a72bc8942f4860137155dd9033526fd362a5" dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", @@ -4720,7 +4851,7 @@ dependencies = [ [[package]] name = "evm-gasometer" version = "0.42.0" -source = "git+https://github.com/moondance-labs/evm?branch=tanssi-polkadot-stable2412#4f16e4d093c992f86fd5ef98541d727c85c7145c" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6ca5a72bc8942f4860137155dd9033526fd362a5" dependencies = [ "environmental", "evm-core", @@ -4731,7 +4862,7 @@ dependencies = [ [[package]] name = "evm-runtime" version = "0.42.0" -source = "git+https://github.com/moondance-labs/evm?branch=tanssi-polkadot-stable2412#4f16e4d093c992f86fd5ef98541d727c85c7145c" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6ca5a72bc8942f4860137155dd9033526fd362a5" dependencies = [ "auto_impl", "environmental", @@ -4761,7 +4892,7 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -4846,17 +4977,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.7.0", - "proc-macro-crate 3.2.0", + "indexmap 2.9.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "async-trait", "fp-storage", @@ -4868,7 +4999,7 @@ dependencies = [ [[package]] name = "fc-cli" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "clap", "ethereum-types", @@ -4886,7 +5017,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "async-trait", "fp-consensus", @@ -4896,13 +5027,13 @@ dependencies = [ "sp-block-builder", "sp-consensus", "sp-runtime", - "thiserror 1.0.69", + "thiserror 2.0.12", ] [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "async-trait", "ethereum", @@ -4916,7 +5047,7 @@ dependencies = [ "log", "parity-db", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-client-db", "smallvec", @@ -4932,7 +5063,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "fc-db", "fc-storage", @@ -4941,7 +5072,7 @@ dependencies = [ "futures 0.3.31", "futures-timer", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-utils", "sp-api", @@ -4955,7 +5086,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "ethereum", "ethereum-types", @@ -4969,13 +5100,13 @@ dependencies = [ "fp-storage", "futures 0.3.31", "hex", - "jsonrpsee 0.24.7", + "jsonrpsee", "libsecp256k1", "log", "pallet-evm", "parity-scale-codec", "prometheus", - "rand", + "rand 0.9.1", "rlp 0.6.1", "sc-client-api", "sc-consensus-aura", @@ -4983,7 +5114,6 @@ dependencies = [ "sc-network-sync", "sc-rpc", "sc-service", - "sc-transaction-pool", "sc-transaction-pool-api", "sc-utils", "schnellru", @@ -5001,30 +5131,31 @@ dependencies = [ "sp-state-machine", "sp-storage", "sp-timestamp", + "sp-trie", "substrate-prometheus-endpoint", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", ] [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "ethereum", "ethereum-types", - "jsonrpsee 0.24.7", + "jsonrpsee", "rlp 0.6.1", "rustc-hex", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", ] [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "ethereum", "ethereum-types", @@ -5050,11 +5181,11 @@ dependencies = [ [[package]] name = "ff" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" dependencies = [ - "rand_core", + "rand_core 0.6.4", "subtle 2.6.1", ] @@ -5098,9 +5229,9 @@ dependencies = [ [[package]] name = "finality-grandpa" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3" +checksum = "b4f8f43dc520133541781ec03a8cab158ae8b7f7169cdf22e9050aa6cf0fbdfc" dependencies = [ "either", "futures 0.3.31", @@ -5108,7 +5239,7 @@ dependencies = [ "log", "num-traits", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "scale-info", ] @@ -5124,16 +5255,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "finito" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2384245d85162258a14b43567a9ee3598f5ae746a1581fb5d3d2cb780f0dbf95" -dependencies = [ - "futures-timer", - "pin-project", -] - [[package]] name = "fixed-hash" version = "0.8.0" @@ -5141,7 +5262,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", "rustc-hex", "static_assertions", ] @@ -5152,6 +5273,12 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" +[[package]] +name = "fixedbitset" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" + [[package]] name = "flashbox-runtime" version = "0.1.0" @@ -5159,9 +5286,9 @@ dependencies = [ "async-backing-primitives", "cumulus-pallet-parachain-system", "cumulus-pallet-session-benchmarking", + "cumulus-pallet-weight-reclaim", "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-timestamp", "cumulus-primitives-utility", "cumulus-test-relay-sproof-builder", @@ -5197,7 +5324,7 @@ dependencies = [ "pallet-invulnerables", "pallet-maintenance-mode", "pallet-migrations 0.1.0", - "pallet-migrations 1.0.0", + "pallet-migrations 10.1.0", "pallet-multisig", "pallet-proxy", "pallet-registrar", @@ -5253,15 +5380,6 @@ dependencies = [ "tp-traits", ] -[[package]] -name = "float-cmp" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" -dependencies = [ - "num-traits", -] - [[package]] name = "flume" version = "0.10.14" @@ -5294,9 +5412,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "foreign-types" @@ -5315,8 +5433,8 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" -version = "12.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "13.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", ] @@ -5343,10 +5461,10 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "hex", - "impl-serde 0.5.0", + "impl-serde", "libsecp256k1", "log", "parity-scale-codec", @@ -5362,7 +5480,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "ethereum", "parity-scale-codec", @@ -5373,7 +5491,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "ethereum", "ethereum-types", @@ -5385,7 +5503,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "environmental", "evm", @@ -5401,7 +5519,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "ethereum", "ethereum-types", @@ -5417,7 +5535,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "frame-support", "parity-scale-codec", @@ -5429,7 +5547,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "parity-scale-codec", "serde", @@ -5437,14 +5555,14 @@ dependencies = [ [[package]] name = "fragile" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" +checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "frame-support-procedural", @@ -5467,8 +5585,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "32.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "47.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "Inflector", "array-bytes", @@ -5482,14 +5600,13 @@ dependencies = [ "frame-system", "gethostname", "handlebars", - "hex", "itertools 0.11.0", "linked-hash-map", "log", "parity-scale-codec", "polkadot-parachain-primitives", "polkadot-primitives", - "rand", + "rand 0.8.5", "rand_pcg", "sc-block-builder", "sc-chain-spec", @@ -5497,7 +5614,7 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-executor", - "sc-executor-common", + "sc-runtime-utilities", "sc-service", "sc-sysinfo", "serde", @@ -5506,7 +5623,6 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", "sp-database", "sp-externalities", "sp-genesis-builder", @@ -5527,21 +5643,35 @@ dependencies = [ "thousands", ] +[[package]] +name = "frame-decode" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6027a409bac4fe95b4d107f965fcdbc252fc89d884a360d076b3070b6128c094" +dependencies = [ + "frame-metadata 17.0.0", + "parity-scale-codec", + "scale-decode 0.14.0", + "scale-info", + "scale-type-resolver", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "frame-election-provider-solution-type" -version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "16.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "frame-election-provider-support" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5556,8 +5686,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "aquamarine", "frame-support", @@ -5574,20 +5704,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "15.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c" -dependencies = [ - "cfg-if", - "parity-scale-codec", - "scale-info", -] - -[[package]] -name = "frame-metadata" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cf1549fba25a6fcac22785b61698317d958e96cac72a59102ea45b9ae64692" +checksum = "701bac17e9b55e0f95067c428ebcb46496587f08e8cf4ccc0fe5903bea10dbb8" dependencies = [ "cfg-if", "parity-scale-codec", @@ -5597,9 +5716,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "18.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daaf440c68eb2c3d88e5760fe8c7af3f9fee9181fab6c2f2c4e7cc48dcc40bb8" +checksum = "26de808fa6461f2485dc51811aefed108850064994fb4a62b3ac21ffa62ac8df" dependencies = [ "cfg-if", "parity-scale-codec", @@ -5609,8 +5728,8 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.8.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "const-hex", @@ -5625,17 +5744,17 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.35.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.50.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", "indicatif", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", "serde", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-io", "sp-runtime", "sp-state-machine", @@ -5647,8 +5766,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "aquamarine", "array-bytes", @@ -5656,7 +5775,7 @@ dependencies = [ "bitflags 1.3.2", "docify", "environmental", - "frame-metadata 18.0.0", + "frame-metadata 20.0.0", "frame-support-procedural", "impl-trait-for-tuples", "k256", @@ -5667,7 +5786,6 @@ dependencies = [ "scale-info", "serde", "serde_json", - "smallvec", "sp-api", "sp-arithmetic", "sp-core", @@ -5684,14 +5802,13 @@ dependencies = [ "sp-tracing", "sp-trie", "sp-weights", - "static_assertions", "tt-call", ] [[package]] name = "frame-support-procedural" -version = "23.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "33.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "Inflector", "cfg-expr", @@ -5701,39 +5818,39 @@ dependencies = [ "frame-support-procedural-tools", "itertools 0.11.0", "macro_magic", - "proc-macro-warning 1.0.2", + "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", - "syn 2.0.96", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", + "syn 2.0.104", ] [[package]] name = "frame-support-procedural-tools" -version = "10.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "13.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support-procedural-tools-derive", - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "frame-support-procedural-tools-derive" -version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "12.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "frame-system" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cfg-if", "docify", @@ -5745,15 +5862,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", "sp-version", "sp-weights", ] [[package]] name = "frame-system-benchmarking" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -5766,8 +5882,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "parity-scale-codec", @@ -5776,8 +5892,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.34.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.46.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "parity-scale-codec", @@ -5793,9 +5909,18 @@ dependencies = [ "cumulus-primitives-core", "emulated-integration-tests-common", "frame-support", + "frame-system", "hex-literal 0.3.4", + "nimbus-primitives", + "pallet-author-inherent", + "pallet-author-noting", + "pallet-cc-authorities-noting", "sp-core", + "sp-runtime", + "sp-trie", "staging-xcm", + "tanssi-emulated-integration-tests-common", + "tp-author-noting-inherent", "xcm-emulator", ] @@ -5824,7 +5949,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.43", + "rustix 0.38.44", "windows-sys 0.48.0", ] @@ -5857,9 +5982,9 @@ dependencies = [ [[package]] name = "futures-bounded" -version = "0.1.0" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b07bbbe7d7e78809544c6f718d875627addc73a7c3582447abc052cd3dc67e0" +checksum = "91f328e7fb845fc832912fb6a34f40cf6d1888c92f974d1893a54e97b5ff542e" dependencies = [ "futures-timer", "futures-util", @@ -5901,7 +6026,7 @@ checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" dependencies = [ "futures-core", "lock_api", - "parking_lot 0.12.3", + "parking_lot 0.12.4", ] [[package]] @@ -5946,17 +6071,18 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "futures-rustls" -version = "0.24.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" +checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.21.12", + "rustls", + "rustls-pki-types", ] [[package]] @@ -6005,6 +6131,20 @@ dependencies = [ "byteorder", ] +[[package]] +name = "generator" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827" +dependencies = [ + "cc", + "cfg-if", + "libc", + "log", + "rustversion", + "windows 0.61.3", +] + [[package]] name = "generic-array" version = "0.12.4" @@ -6037,14 +6177,28 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.15" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" +dependencies = [ + "cfg-if", + "js-sys", + "libc", + "wasi 0.11.1+wasi-snapshot-preview1", + "wasm-bindgen", +] + +[[package]] +name = "getrandom" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" +checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" dependencies = [ "cfg-if", "js-sys", "libc", - "wasi", + "r-efi", + "wasi 0.14.2+wasi-0.2.4", "wasm-bindgen", ] @@ -6054,8 +6208,8 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand", - "rand_core", + "rand 0.8.5", + "rand_core 0.6.4", ] [[package]] @@ -6081,9 +6235,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.28.1" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" dependencies = [ "fallible-iterator 0.3.0", "stable_deref_trait", @@ -6107,10 +6261,10 @@ dependencies = [ "futures-timer", "no-std-compat", "nonzero_ext", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "portable-atomic", "quanta", - "rand", + "rand 0.8.5", "smallvec", "spinning_top", ] @@ -6122,7 +6276,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", - "rand_core", + "rand_core 0.6.4", "subtle 2.6.1", ] @@ -6138,7 +6292,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.7.0", + "indexmap 2.9.0", "slab", "tokio", "tokio-util", @@ -6147,17 +6301,17 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.7" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" +checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.2.0", - "indexmap 2.7.0", + "http 1.3.1", + "indexmap 2.9.0", "slab", "tokio", "tokio-util", @@ -6221,13 +6375,14 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.2" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" dependencies = [ "allocator-api2", "equivalent", "foldhash", + "serde", ] [[package]] @@ -6262,15 +6417,18 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hermit-abi" -version = "0.4.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hex" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +dependencies = [ + "serde", +] [[package]] name = "hex-conservative" @@ -6278,6 +6436,15 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" +[[package]] +name = "hex-conservative" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" +dependencies = [ + "arrayvec 0.7.6", +] + [[package]] name = "hex-literal" version = "0.3.4" @@ -6292,21 +6459,22 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hickory-proto" -version = "0.24.2" +version = "0.24.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "447afdcdb8afb9d0a852af6dc65d9b285ce720ed7a59e42a8bf2e931c67bc1b5" +checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner 0.6.1", + "enum-as-inner", "futures-channel", "futures-io", "futures-util", - "idna 1.0.3", + "idna", "ipnet", "once_cell", - "rand", + "rand 0.8.5", + "socket2 0.5.10", "thiserror 1.0.69", "tinyvec", "tokio", @@ -6314,20 +6482,45 @@ dependencies = [ "url", ] +[[package]] +name = "hickory-proto" +version = "0.25.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner", + "futures-channel", + "futures-io", + "futures-util", + "idna", + "ipnet", + "once_cell", + "rand 0.9.1", + "ring 0.17.14", + "thiserror 2.0.12", + "tinyvec", + "tokio", + "tracing", + "url", +] + [[package]] name = "hickory-resolver" -version = "0.24.2" +version = "0.24.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4" +checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" dependencies = [ "cfg-if", "futures-util", - "hickory-proto", + "hickory-proto 0.24.4", "ipconfig", "lru-cache", "once_cell", - "parking_lot 0.12.3", - "rand", + "parking_lot 0.12.4", + "rand 0.8.5", "resolv-conf", "smallvec", "thiserror 1.0.69", @@ -6335,6 +6528,27 @@ dependencies = [ "tracing", ] +[[package]] +name = "hickory-resolver" +version = "0.25.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" +dependencies = [ + "cfg-if", + "futures-util", + "hickory-proto 0.25.2", + "ipconfig", + "moka", + "once_cell", + "parking_lot 0.12.4", + "rand 0.9.1", + "resolv-conf", + "smallvec", + "thiserror 2.0.12", + "tokio", + "tracing", +] + [[package]] name = "hkdf" version = "0.12.4" @@ -6374,17 +6588,6 @@ dependencies = [ "hmac 0.8.1", ] -[[package]] -name = "hostname" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" -dependencies = [ - "libc", - "match_cfg", - "winapi", -] - [[package]] name = "http" version = "0.2.12" @@ -6398,9 +6601,9 @@ dependencies = [ [[package]] name = "http" -version = "1.2.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", @@ -6425,27 +6628,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.2.0", + "http 1.3.1", ] [[package]] name = "http-body-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", - "futures-util", - "http 1.2.0", + "futures-core", + "http 1.3.1", "http-body 1.0.1", "pin-project-lite", ] [[package]] name = "httparse" -version = "1.9.5" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpdate" @@ -6455,9 +6658,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" [[package]] name = "hyper" @@ -6476,7 +6679,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.8", + "socket2 0.5.10", "tokio", "tower-service", "tracing", @@ -6485,15 +6688,15 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.7", - "http 1.2.0", + "h2 0.4.10", + "http 1.3.1", "http-body 1.0.1", "httparse", "httpdate", @@ -6506,54 +6709,42 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.24.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" -dependencies = [ - "futures-util", - "http 0.2.12", - "hyper 0.14.32", - "log", - "rustls 0.21.12", - "rustls-native-certs 0.6.3", - "tokio", - "tokio-rustls 0.24.1", -] - -[[package]] -name = "hyper-rustls" -version = "0.27.5" +version = "0.27.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" +checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ - "futures-util", - "http 1.2.0", - "hyper 1.5.2", + "http 1.3.1", + "hyper 1.6.0", "hyper-util", "log", - "rustls 0.23.21", - "rustls-native-certs 0.8.1", + "rustls", + "rustls-native-certs", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls", "tower-service", - "webpki-roots 0.26.7", + "webpki-roots 1.0.1", ] [[package]] name = "hyper-util" -version = "0.1.10" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" +checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" dependencies = [ + "base64 0.22.1", "bytes", "futures-channel", + "futures-core", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body 1.0.1", - "hyper 1.5.2", + "hyper 1.6.0", + "ipnet", + "libc", + "percent-encoding", "pin-project-lite", - "socket2 0.5.8", + "socket2 0.5.10", "tokio", "tower-service", "tracing", @@ -6561,16 +6752,17 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.61" +version = "0.1.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" +checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", + "log", "wasm-bindgen", - "windows-core 0.52.0", + "windows-core 0.61.2", ] [[package]] @@ -6584,21 +6776,22 @@ dependencies = [ [[package]] name = "icu_collections" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" +checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" dependencies = [ "displaydoc", + "potential_utf", "yoke", "zerofrom", "zerovec", ] [[package]] -name = "icu_locid" -version = "1.5.0" +name = "icu_locale_core" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" +checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" dependencies = [ "displaydoc", "litemap", @@ -6607,31 +6800,11 @@ dependencies = [ "zerovec", ] -[[package]] -name = "icu_locid_transform" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_locid_transform_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_locid_transform_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" - [[package]] name = "icu_normalizer" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" +checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" dependencies = [ "displaydoc", "icu_collections", @@ -6639,94 +6812,60 @@ dependencies = [ "icu_properties", "icu_provider", "smallvec", - "utf16_iter", - "utf8_iter", - "write16", "zerovec", ] [[package]] name = "icu_normalizer_data" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" +checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" [[package]] name = "icu_properties" -version = "1.5.1" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" +checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" dependencies = [ "displaydoc", "icu_collections", - "icu_locid_transform", + "icu_locale_core", "icu_properties_data", "icu_provider", - "tinystr", + "potential_utf", + "zerotrie", "zerovec", ] [[package]] name = "icu_properties_data" -version = "1.5.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" +checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" [[package]] name = "icu_provider" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" +checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" dependencies = [ "displaydoc", - "icu_locid", - "icu_provider_macros", + "icu_locale_core", "stable_deref_trait", "tinystr", "writeable", "yoke", "zerofrom", + "zerotrie", "zerovec", ] -[[package]] -name = "icu_provider_macros" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.96", -] - [[package]] name = "ident_case" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" -[[package]] -name = "idna" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" -dependencies = [ - "matches", - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "idna" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - [[package]] name = "idna" version = "1.0.3" @@ -6740,9 +6879,9 @@ dependencies = [ [[package]] name = "idna_adapter" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" +checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" dependencies = [ "icu_normalizer", "icu_properties", @@ -6764,7 +6903,7 @@ version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdf9d64cfcf380606e64f9a0bcf493616b65331199f984151a6fa11a7b3cde38" dependencies = [ - "async-io 2.4.0", + "async-io 2.4.1", "core-foundation 0.9.4", "fnv", "futures 0.3.31", @@ -6778,7 +6917,7 @@ dependencies = [ "rtnetlink", "system-configuration", "tokio", - "windows", + "windows 0.53.0", ] [[package]] @@ -6794,7 +6933,7 @@ dependencies = [ "http 0.2.12", "hyper 0.14.32", "log", - "rand", + "rand 0.8.5", "tokio", "url", "xmltree", @@ -6811,9 +6950,9 @@ dependencies = [ [[package]] name = "impl-codec" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67aa010c1e3da95bf151bd8b4c059b2ed7e75387cdb969b4f8f2723a43f9941" +checksum = "2d40b9d5e17727407e55028eafc22b2dc68781786e6d7eb8a21103f5058e3a14" dependencies = [ "parity-scale-codec", ] @@ -6838,15 +6977,6 @@ dependencies = [ "rlp 0.6.1", ] -[[package]] -name = "impl-serde" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" -dependencies = [ - "serde", -] - [[package]] name = "impl-serde" version = "0.5.0" @@ -6864,7 +6994,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -6911,12 +7041,13 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" dependencies = [ "equivalent", - "hashbrown 0.15.2", + "hashbrown 0.15.4", + "serde", ] [[package]] @@ -6927,22 +7058,22 @@ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] name = "indicatif" -version = "0.17.9" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ "console", "number_prefix", "portable-atomic", - "unicode-width 0.2.0", + "unicode-width", "web-time", ] [[package]] name = "inout" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" dependencies = [ "generic-array 0.14.7", ] @@ -6988,7 +7119,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.8", + "socket2 0.5.10", "widestring", "windows-sys 0.48.0", "winreg", @@ -6996,19 +7127,29 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.10.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" + +[[package]] +name = "iri-string" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" +dependencies = [ + "memchr", + "serde", +] [[package]] name = "is-terminal" -version = "0.4.13" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" +checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" dependencies = [ - "hermit-abi 0.4.0", + "hermit-abi 0.5.2", "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -7064,22 +7205,76 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.14" +version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" + +[[package]] +name = "jam-codec" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d72f2fb8cfd27f6c52ea7d0528df594f7f2ed006feac153e9393ec567aafea98" +dependencies = [ + "arrayvec 0.7.6", + "bitvec", + "byte-slice-cast", + "const_format", + "impl-trait-for-tuples", + "jam-codec-derive", + "rustversion", + "serde", +] + +[[package]] +name = "jam-codec-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09985146f40378e13af626964ac9c206d9d9b67c40c70805898d9954f709bcf5" +dependencies = [ + "proc-macro-crate 3.3.0", + "proc-macro2", + "quote", + "syn 2.0.104", +] + +[[package]] +name = "jiff" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49" +dependencies = [ + "jiff-static", + "log", + "portable-atomic", + "portable-atomic-util", + "serde", +] + +[[package]] +name = "jiff-static" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" +checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.104", +] [[package]] name = "jni" -version = "0.19.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" +checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" dependencies = [ "cesu8", + "cfg-if", "combine", "jni-sys", "log", "thiserror 1.0.69", "walkdir", + "windows-sys 0.45.0", ] [[package]] @@ -7090,10 +7285,11 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" dependencies = [ + "getrandom 0.3.3", "libc", ] @@ -7109,105 +7305,39 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" -dependencies = [ - "jsonrpsee-client-transport 0.22.5", - "jsonrpsee-core 0.22.5", - "jsonrpsee-http-client 0.22.5", - "jsonrpsee-types 0.22.5", -] - -[[package]] -name = "jsonrpsee" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" -dependencies = [ - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", - "jsonrpsee-ws-client 0.23.2", -] - -[[package]] -name = "jsonrpsee" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" +checksum = "37b26c20e2178756451cfeb0661fb74c47dd5988cb7e3939de7e9241fd604d42" dependencies = [ - "jsonrpsee-core 0.24.7", - "jsonrpsee-http-client 0.24.7", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-http-client", "jsonrpsee-proc-macros", "jsonrpsee-server", - "jsonrpsee-types 0.24.7", - "jsonrpsee-ws-client 0.24.7", - "tokio", - "tracing", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" -dependencies = [ - "futures-util", - "http 0.2.12", - "jsonrpsee-core 0.22.5", - "pin-project", - "rustls-native-certs 0.7.3", - "rustls-pki-types", - "soketto 0.7.1", - "thiserror 1.0.69", + "jsonrpsee-types", + "jsonrpsee-ws-client", "tokio", - "tokio-rustls 0.25.0", - "tokio-util", "tracing", - "url", ] [[package]] name = "jsonrpsee-client-transport" -version = "0.23.2" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" +checksum = "bacb85abf4117092455e1573625e21b8f8ef4dec8aff13361140b2dc266cdff2" dependencies = [ "base64 0.22.1", "futures-util", - "http 1.2.0", - "jsonrpsee-core 0.23.2", + "http 1.3.1", + "jsonrpsee-core", "pin-project", - "rustls 0.23.21", + "rustls", "rustls-pki-types", "rustls-platform-verifier", "soketto 0.8.1", "thiserror 1.0.69", "tokio", - "tokio-rustls 0.26.1", - "tokio-util", - "tracing", - "url", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" -dependencies = [ - "base64 0.22.1", - "futures-util", - "http 1.2.0", - "jsonrpsee-core 0.24.7", - "pin-project", - "rustls 0.23.21", - "rustls-pki-types", - "rustls-platform-verifier", - "soketto 0.8.1", - "thiserror 1.0.69", - "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls", "tokio-util", "tracing", "url", @@ -7215,67 +7345,22 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.22.5" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b257e1ec385e07b0255dde0b933f948b5c8b8c28d42afda9587c3a967b896d" -dependencies = [ - "anyhow", - "async-trait", - "beef", - "futures-timer", - "futures-util", - "hyper 0.14.32", - "jsonrpsee-types 0.22.5", - "pin-project", - "rustc-hash 1.1.0", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "jsonrpsee-core" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" -dependencies = [ - "anyhow", - "async-trait", - "beef", - "futures-timer", - "futures-util", - "jsonrpsee-types 0.23.2", - "pin-project", - "rustc-hash 1.1.0", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "jsonrpsee-core" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" +checksum = "456196007ca3a14db478346f58c7238028d55ee15c1df15115596e411ff27925" dependencies = [ "async-trait", "bytes", "futures-timer", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body 1.0.1", "http-body-util", - "jsonrpsee-types 0.24.7", - "parking_lot 0.12.3", + "jsonrpsee-types", + "parking_lot 0.12.4", "pin-project", - "rand", - "rustc-hash 2.1.0", + "rand 0.8.5", + "rustc-hash 2.1.1", "serde", "serde_json", "thiserror 1.0.69", @@ -7286,39 +7371,19 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" -dependencies = [ - "async-trait", - "hyper 0.14.32", - "hyper-rustls 0.24.2", - "jsonrpsee-core 0.22.5", - "jsonrpsee-types 0.22.5", - "serde", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tower 0.4.13", - "tracing", - "url", -] - -[[package]] -name = "jsonrpsee-http-client" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" +checksum = "c872b6c9961a4ccc543e321bb5b89f6b2d2c7fe8b61906918273a3333c95400c" dependencies = [ "async-trait", "base64 0.22.1", "http-body 1.0.1", - "hyper 1.5.2", - "hyper-rustls 0.27.5", + "hyper 1.6.0", + "hyper-rustls", "hyper-util", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", - "rustls 0.23.21", + "jsonrpsee-core", + "jsonrpsee-types", + "rustls", "rustls-platform-verifier", "serde", "serde_json", @@ -7331,31 +7396,31 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" +checksum = "5e65763c942dfc9358146571911b0cd1c361c2d63e2d2305622d40d36376ca80" dependencies = [ "heck 0.5.0", - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "jsonrpsee-server" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" +checksum = "55e363146da18e50ad2b51a0a7925fc423137a0b1371af8235b1c231a0647328" dependencies = [ "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", + "jsonrpsee-core", + "jsonrpsee-types", "pin-project", "route-recognizer", "serde", @@ -7371,37 +7436,11 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.22.5" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "150d6168405890a7a3231a3c74843f58b8959471f6df76078db2619ddee1d07d" +checksum = "08a8e70baf945b6b5752fc8eb38c918a48f1234daf11355e07106d963f860089" dependencies = [ - "anyhow", - "beef", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" -dependencies = [ - "beef", - "http 1.2.0", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" -dependencies = [ - "http 1.2.0", + "http 1.3.1", "serde", "serde_json", "thiserror 1.0.69", @@ -7409,27 +7448,14 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.23.2" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" +checksum = "01b3323d890aa384f12148e8d2a1fd18eb66e9e7e825f9de4fa53bcc19b93eef" dependencies = [ - "http 1.2.0", - "jsonrpsee-client-transport 0.23.2", - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", - "url", -] - -[[package]] -name = "jsonrpsee-ws-client" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" -dependencies = [ - "http 1.2.0", - "jsonrpsee-client-transport 0.24.7", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", + "http 1.3.1", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", "url", ] @@ -7444,7 +7470,7 @@ dependencies = [ "elliptic-curve", "once_cell", "serdect", - "sha2 0.10.8", + "sha2 0.10.9", ] [[package]] @@ -7456,13 +7482,23 @@ dependencies = [ "cpufeatures", ] +[[package]] +name = "keccak-asm" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6" +dependencies = [ + "digest 0.10.7", + "sha3-asm", +] + [[package]] name = "keccak-hash" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b286e6b663fb926e1eeb68528e69cb70ed46c6d65871a21b2215ae8154c6d3c" +checksum = "3e1b8590eb6148af2ea2d75f38e7d29f5ca970d5a4df456b3ef19b8b415d0264" dependencies = [ - "primitive-types 0.12.2", + "primitive-types 0.13.1", "tiny-keccak", ] @@ -7488,7 +7524,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" dependencies = [ "kvdb", - "parking_lot 0.12.3", + "parking_lot 0.12.4", ] [[package]] @@ -7499,7 +7535,7 @@ checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" dependencies = [ "kvdb", "num_cpus", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "regex", "rocksdb", "smallvec", @@ -7530,9 +7566,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.169" +version = "0.2.174" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" +checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" [[package]] name = "libflate" @@ -7556,32 +7592,31 @@ dependencies = [ [[package]] name = "libloading" -version = "0.8.6" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" +checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.53.2", ] [[package]] name = "libm" -version = "0.2.11" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" +checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" [[package]] name = "libp2p" -version = "0.52.4" +version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94495eb319a85b70a68b85e2389a95bb3555c71c49025b78c691a854a7e6464" +checksum = "bbbe80f9c7e00526cd6b838075b9c171919404a4732cb2fa8ece0a093223bfc4" dependencies = [ "bytes", "either", "futures 0.3.31", "futures-timer", - "getrandom", - "instant", + "getrandom 0.2.16", "libp2p-allow-block-list", "libp2p-connection-limits", "libp2p-core", @@ -7598,7 +7633,6 @@ dependencies = [ "libp2p-swarm", "libp2p-tcp", "libp2p-upnp", - "libp2p-wasm-ext", "libp2p-websocket", "libp2p-yamux", "multiaddr 0.18.2", @@ -7609,9 +7643,9 @@ dependencies = [ [[package]] name = "libp2p-allow-block-list" -version = "0.2.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" +checksum = "d1027ccf8d70320ed77e984f273bc8ce952f623762cb9bf2d126df73caef8041" dependencies = [ "libp2p-core", "libp2p-identity", @@ -7621,9 +7655,9 @@ dependencies = [ [[package]] name = "libp2p-connection-limits" -version = "0.2.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58" +checksum = "8d003540ee8baef0d254f7b6bfd79bac3ddf774662ca0abf69186d517ef82ad8" dependencies = [ "libp2p-core", "libp2p-identity", @@ -7633,55 +7667,55 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.40.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd44289ab25e4c9230d9246c475a22241e301b23e8f4061d3bdef304a1a99713" +checksum = "a61f26c83ed111104cd820fe9bc3aaabbac5f1652a1d213ed6e900b7918a1298" dependencies = [ "either", "fnv", "futures 0.3.31", "futures-timer", - "instant", "libp2p-identity", - "log", "multiaddr 0.18.2", "multihash 0.19.3", "multistream-select", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "quick-protobuf", - "rand", + "rand 0.8.5", "rw-stream-sink", "smallvec", "thiserror 1.0.69", - "unsigned-varint 0.7.2", + "tracing", + "unsigned-varint 0.8.0", "void", + "web-time", ] [[package]] name = "libp2p-dns" -version = "0.40.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" +checksum = "97f37f30d5c7275db282ecd86e54f29dd2176bd3ac656f06abf43bedb21eb8bd" dependencies = [ "async-trait", "futures 0.3.31", + "hickory-resolver 0.24.4", "libp2p-core", "libp2p-identity", - "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "smallvec", - "trust-dns-resolver", + "tracing", ] [[package]] name = "libp2p-identify" -version = "0.43.1" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a96638a0a176bec0a4bcaebc1afa8cf909b114477209d7456ade52c61cd9cd" +checksum = "1711b004a273be4f30202778856368683bd9a83c4c7dcc8f848847606831a4e3" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.7.0", "either", "futures 0.3.31", "futures-bounded", @@ -7689,148 +7723,150 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", "lru 0.12.5", "quick-protobuf", "quick-protobuf-codec", "smallvec", "thiserror 1.0.69", + "tracing", "void", ] [[package]] name = "libp2p-identity" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "257b5621d159b32282eac446bed6670c39c7dc68a200a992d8f056afa0066f6d" +checksum = "fbb68ea10844211a59ce46230909fd0ea040e8a192454d4cc2ee0d53e12280eb" dependencies = [ "bs58", "ed25519-dalek", "hkdf", "multihash 0.19.3", "quick-protobuf", - "rand", - "sha2 0.10.8", - "thiserror 1.0.69", + "rand 0.8.5", + "sha2 0.10.9", + "thiserror 2.0.12", "tracing", "zeroize", ] [[package]] name = "libp2p-kad" -version = "0.44.6" +version = "0.46.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" +checksum = "ced237d0bd84bbebb7c2cad4c073160dacb4fe40534963c32ed6d4c6bb7702a3" dependencies = [ "arrayvec 0.7.6", - "asynchronous-codec", + "asynchronous-codec 0.7.0", "bytes", "either", "fnv", "futures 0.3.31", + "futures-bounded", "futures-timer", - "instant", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", "quick-protobuf", "quick-protobuf-codec", - "rand", - "sha2 0.10.8", + "rand 0.8.5", + "sha2 0.10.9", "smallvec", "thiserror 1.0.69", + "tracing", "uint 0.9.5", - "unsigned-varint 0.7.2", "void", + "web-time", ] [[package]] name = "libp2p-mdns" -version = "0.44.0" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a" +checksum = "14b8546b6644032565eb29046b42744aee1e9f261ed99671b2c93fb140dba417" dependencies = [ "data-encoding", "futures 0.3.31", + "hickory-proto 0.24.4", "if-watch", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", - "rand", + "rand 0.8.5", "smallvec", - "socket2 0.5.8", + "socket2 0.5.10", "tokio", - "trust-dns-proto 0.22.0", + "tracing", "void", ] [[package]] name = "libp2p-metrics" -version = "0.13.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620" +checksum = "77ebafa94a717c8442d8db8d3ae5d1c6a15e30f2d347e0cd31d057ca72e42566" dependencies = [ - "instant", + "futures 0.3.31", "libp2p-core", "libp2p-identify", "libp2p-identity", "libp2p-kad", "libp2p-ping", "libp2p-swarm", - "once_cell", + "pin-project", "prometheus-client", + "web-time", ] [[package]] name = "libp2p-noise" -version = "0.43.2" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" +checksum = "36b137cb1ae86ee39f8e5d6245a296518912014eaa87427d24e6ff58cfc1b28c" dependencies = [ + "asynchronous-codec 0.7.0", "bytes", "curve25519-dalek", "futures 0.3.31", "libp2p-core", "libp2p-identity", - "log", "multiaddr 0.18.2", "multihash 0.19.3", "once_cell", "quick-protobuf", - "rand", - "sha2 0.10.8", + "rand 0.8.5", + "sha2 0.10.9", "snow", "static_assertions", "thiserror 1.0.69", + "tracing", "x25519-dalek", "zeroize", ] [[package]] name = "libp2p-ping" -version = "0.43.1" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e702d75cd0827dfa15f8fd92d15b9932abe38d10d21f47c50438c71dd1b5dae3" +checksum = "005a34420359223b974ee344457095f027e51346e992d1e0dcd35173f4cdd422" dependencies = [ "either", "futures 0.3.31", "futures-timer", - "instant", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", - "rand", + "rand 0.8.5", + "tracing", "void", + "web-time", ] [[package]] name = "libp2p-quic" -version = "0.9.3" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "130d451d83f21b81eb7b35b360bc7972aeafb15177784adc56528db082e6b927" +checksum = "46352ac5cd040c70e88e7ff8257a2ae2f891a4076abad2c439584a31c15fd24e" dependencies = [ "bytes", "futures 0.3.31", @@ -7839,76 +7875,78 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-tls", - "log", - "parking_lot 0.12.3", - "quinn 0.10.2", - "rand", - "ring 0.16.20", - "rustls 0.21.12", - "socket2 0.5.8", + "parking_lot 0.12.4", + "quinn", + "rand 0.8.5", + "ring 0.17.14", + "rustls", + "socket2 0.5.10", "thiserror 1.0.69", "tokio", + "tracing", ] [[package]] name = "libp2p-request-response" -version = "0.25.3" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4" +checksum = "1356c9e376a94a75ae830c42cdaea3d4fe1290ba409a22c809033d1b7dcab0a6" dependencies = [ "async-trait", "futures 0.3.31", - "instant", + "futures-bounded", + "futures-timer", "libp2p-core", "libp2p-identity", "libp2p-swarm", - "log", - "rand", + "rand 0.8.5", "smallvec", + "tracing", "void", + "web-time", ] [[package]] name = "libp2p-swarm" -version = "0.43.7" +version = "0.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "580189e0074af847df90e75ef54f3f30059aedda37ea5a1659e8b9fca05c0141" +checksum = "d7dd6741793d2c1fb2088f67f82cf07261f25272ebe3c0b0c311e0c6b50e851a" dependencies = [ "either", "fnv", "futures 0.3.31", "futures-timer", - "instant", "libp2p-core", "libp2p-identity", "libp2p-swarm-derive", - "log", + "lru 0.12.5", "multistream-select", "once_cell", - "rand", + "rand 0.8.5", "smallvec", "tokio", + "tracing", "void", + "web-time", ] [[package]] name = "libp2p-swarm-derive" -version = "0.33.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4d5ec2a3df00c7836d7696c136274c9c59705bac69133253696a6c932cd1d74" +checksum = "206e0aa0ebe004d778d79fb0966aa0de996c19894e2c0605ba2f8524dd4443d8" dependencies = [ - "heck 0.4.1", - "proc-macro-warning 0.4.2", + "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "libp2p-tcp" -version = "0.40.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b558dd40d1bcd1aaaed9de898e9ec6a436019ecc2420dd0016e712fbb61c5508" +checksum = "ad964f312c59dcfcac840acd8c555de8403e295d39edf96f5240048b5fcaa314" dependencies = [ "futures 0.3.31", "futures-timer", @@ -7916,92 +7954,80 @@ dependencies = [ "libc", "libp2p-core", "libp2p-identity", - "log", - "socket2 0.5.8", + "socket2 0.5.10", "tokio", + "tracing", ] [[package]] name = "libp2p-tls" -version = "0.2.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" +checksum = "47b23dddc2b9c355f73c1e36eb0c3ae86f7dc964a3715f0731cfad352db4d847" dependencies = [ "futures 0.3.31", "futures-rustls", "libp2p-core", "libp2p-identity", "rcgen", - "ring 0.16.20", - "rustls 0.21.12", + "ring 0.17.14", + "rustls", "rustls-webpki 0.101.7", "thiserror 1.0.69", - "x509-parser 0.15.1", + "x509-parser 0.16.0", "yasna", ] [[package]] name = "libp2p-upnp" -version = "0.1.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82775a47b34f10f787ad3e2a22e2c1541e6ebef4fe9f28f3ac553921554c94c1" +checksum = "01bf2d1b772bd3abca049214a3304615e6a36fa6ffc742bdd1ba774486200b8f" dependencies = [ "futures 0.3.31", "futures-timer", "igd-next", "libp2p-core", "libp2p-swarm", - "log", "tokio", + "tracing", "void", ] -[[package]] -name = "libp2p-wasm-ext" -version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" -dependencies = [ - "futures 0.3.31", - "js-sys", - "libp2p-core", - "send_wrapper", - "wasm-bindgen", - "wasm-bindgen-futures", -] - [[package]] name = "libp2p-websocket" -version = "0.42.2" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" +checksum = "888b2ff2e5d8dcef97283daab35ad1043d18952b65e05279eecbe02af4c6e347" dependencies = [ "either", "futures 0.3.31", "futures-rustls", "libp2p-core", "libp2p-identity", - "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project-lite", "rw-stream-sink", "soketto 0.8.1", "thiserror 1.0.69", + "tracing", "url", "webpki-roots 0.25.4", ] [[package]] name = "libp2p-yamux" -version = "0.44.1" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" +checksum = "788b61c80789dba9760d8c669a5bedb642c8267555c803fabd8396e4ca5c5882" dependencies = [ + "either", "futures 0.3.31", "libp2p-core", - "log", "thiserror 1.0.69", - "yamux", + "tracing", + "yamux 0.12.1", + "yamux 0.13.5", ] [[package]] @@ -8010,9 +8036,9 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.1", "libc", - "redox_syscall 0.5.8", + "redox_syscall 0.5.13", ] [[package]] @@ -8032,18 +8058,18 @@ dependencies = [ [[package]] name = "libsecp256k1" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" +checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139" dependencies = [ "arrayref", - "base64 0.13.1", + "base64 0.22.1", "digest 0.9.0", "hmac-drbg", "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -8091,9 +8117,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.21" +version = "1.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa" +checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" dependencies = [ "cc", "pkg-config", @@ -8102,9 +8128,9 @@ dependencies = [ [[package]] name = "link-cplusplus" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" +checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212" dependencies = [ "cc", ] @@ -8151,6 +8177,12 @@ version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" +[[package]] +name = "linux-raw-sys" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" + [[package]] name = "lioness" version = "0.1.2" @@ -8165,67 +8197,62 @@ dependencies = [ [[package]] name = "litemap" -version = "0.7.4" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" +checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" [[package]] name = "litep2p" -version = "0.8.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0fef34af8847e816003bf7fdeac5ea50b9a7a88441ac927a6166b5e812ab79" +checksum = "14fb10e63363204b89d91e1292df83322fd9de5d7fa76c3d5c78ddc2f8f3efa9" dependencies = [ "async-trait", "bs58", "bytes", - "cid 0.10.1", + "cid 0.11.1", "ed25519-dalek", "futures 0.3.31", "futures-timer", - "hex-literal 0.4.1", - "hickory-resolver", - "indexmap 2.7.0", + "hickory-resolver 0.25.2", + "indexmap 2.9.0", "libc", - "mockall 0.13.1", + "mockall", "multiaddr 0.17.1", "multihash 0.17.0", "network-interface", - "nohash-hasher", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", - "prost 0.12.6", + "prost 0.13.5", "prost-build", - "rand", - "rcgen", - "ring 0.16.20", - "rustls 0.20.9", + "rand 0.8.5", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "simple-dns", "smallvec", "snow", - "socket2 0.5.8", - "static_assertions", - "thiserror 1.0.69", + "socket2 0.5.10", + "thiserror 2.0.12", "tokio", "tokio-stream", "tokio-tungstenite", "tokio-util", "tracing", - "uint 0.9.5", + "uint 0.10.0", "unsigned-varint 0.8.0", "url", "x25519-dalek", - "x509-parser 0.16.0", + "x509-parser 0.17.0", + "yamux 0.13.5", "yasna", "zeroize", ] [[package]] name = "lock_api" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" +checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" dependencies = [ "autocfg", "scopeguard", @@ -8233,9 +8260,22 @@ dependencies = [ [[package]] name = "log" -version = "0.4.25" +version = "0.4.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" + +[[package]] +name = "loom" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" +dependencies = [ + "cfg-if", + "generator", + "scoped-tls", + "tracing", + "tracing-subscriber", +] [[package]] name = "lru" @@ -8249,7 +8289,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.4", ] [[package]] @@ -8261,6 +8301,12 @@ dependencies = [ "linked-hash-map", ] +[[package]] +name = "lru-slab" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" + [[package]] name = "lz4" version = "1.28.1" @@ -8289,6 +8335,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.104", +] + [[package]] name = "macro_magic" version = "0.5.1" @@ -8298,7 +8355,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -8312,7 +8369,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -8323,7 +8380,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -8334,14 +8391,14 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "macro_rules_attribute" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13" +checksum = "65049d7923698040cd0b1ddcced9b0eb14dd22c5f86ae59c3740eab64a676520" dependencies = [ "macro_rules_attribute-proc_macro", "paste", @@ -8349,9 +8406,9 @@ dependencies = [ [[package]] name = "macro_rules_attribute-proc_macro" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568" +checksum = "670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30" [[package]] name = "manual-container-chains-exclusion-rpc" @@ -8359,7 +8416,7 @@ version = "0.1.0" dependencies = [ "cumulus-primitives-core", "flume 0.10.14", - "jsonrpsee 0.24.7", + "jsonrpsee", ] [[package]] @@ -8369,7 +8426,7 @@ dependencies = [ "cumulus-primitives-core", "flume 0.10.14", "hex-literal 0.3.4", - "jsonrpsee 0.24.7", + "jsonrpsee", "parity-scale-codec", "sp-core", "staging-xcm", @@ -8382,7 +8439,7 @@ dependencies = [ "cumulus-primitives-core", "flume 0.10.14", "hex-literal 0.3.4", - "jsonrpsee 0.24.7", + "jsonrpsee", "parity-scale-codec", "staging-xcm", ] @@ -8393,12 +8450,6 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - [[package]] name = "matchers" version = "0.1.0" @@ -8408,17 +8459,11 @@ dependencies = [ "regex-automata 0.1.10", ] -[[package]] -name = "matches" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" - [[package]] name = "matrixmultiply" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" +checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" dependencies = [ "autocfg", "rawpointer", @@ -8426,9 +8471,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.4" +version = "2.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" +checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "memfd" @@ -8436,7 +8481,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.43", + "rustix 0.38.44", ] [[package]] @@ -8477,15 +8522,15 @@ dependencies = [ [[package]] name = "merkleized-metadata" -version = "0.2.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c592efaf1b3250df14c8f3c2d952233f0302bb81d3586db2f303666c1cd607" +checksum = "dc9b7ac0ce054412d9a85ff39bac27aec27483b06cef8756b57d9c29d448d081" dependencies = [ "array-bytes", "blake3", - "frame-metadata 18.0.0", + "frame-metadata 20.0.0", "parity-scale-codec", - "scale-decode", + "scale-decode 0.13.1", "scale-info", ] @@ -8497,16 +8542,10 @@ checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ "byteorder", "keccak", - "rand_core", + "rand_core 0.6.4", "zeroize", ] -[[package]] -name = "mime" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" - [[package]] name = "minimal-lexical" version = "0.2.1" @@ -8515,22 +8554,22 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.4" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" dependencies = [ - "adler", + "adler2", ] [[package]] name = "mio" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" +checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" dependencies = [ "libc", - "wasi", - "windows-sys 0.52.0", + "wasi 0.11.1+wasi-snapshot-preview1", + "windows-sys 0.59.0", ] [[package]] @@ -8549,9 +8588,9 @@ dependencies = [ "hashlink", "lioness", "log", - "parking_lot 0.12.3", - "rand", - "rand_chacha", + "parking_lot 0.12.4", + "rand 0.8.5", + "rand_chacha 0.3.1", "rand_distr", "subtle 2.6.1", "thiserror 1.0.69", @@ -8560,8 +8599,8 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "29.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "44.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", "log", @@ -8579,10 +8618,10 @@ dependencies = [ [[package]] name = "mmr-rpc" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee", "parity-scale-codec", "serde", "sp-api", @@ -8592,21 +8631,6 @@ dependencies = [ "sp-runtime", ] -[[package]] -name = "mockall" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" -dependencies = [ - "cfg-if", - "downcast", - "fragile", - "lazy_static", - "mockall_derive 0.11.4", - "predicates 2.1.5", - "predicates-tree", -] - [[package]] name = "mockall" version = "0.13.1" @@ -8616,35 +8640,48 @@ dependencies = [ "cfg-if", "downcast", "fragile", - "mockall_derive 0.13.1", - "predicates 3.1.3", + "mockall_derive", + "predicates", "predicates-tree", ] [[package]] name = "mockall_derive" -version = "0.11.4" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" +checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898" dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.104", ] [[package]] -name = "mockall_derive" -version = "0.13.1" +name = "moka" +version = "0.12.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898" +checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" dependencies = [ - "cfg-if", - "proc-macro2", - "quote", - "syn 2.0.96", + "crossbeam-channel", + "crossbeam-epoch", + "crossbeam-utils", + "loom", + "parking_lot 0.12.4", + "portable-atomic", + "rustc_version 0.4.1", + "smallvec", + "tagptr", + "thiserror 1.0.69", + "uuid", ] +[[package]] +name = "multi-stash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f" + [[package]] name = "multiaddr" version = "0.17.1" @@ -8706,24 +8743,7 @@ dependencies = [ "core2", "digest 0.10.7", "multihash-derive", - "sha2 0.10.8", - "sha3", - "unsigned-varint 0.7.2", -] - -[[package]] -name = "multihash" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" -dependencies = [ - "blake2b_simd", - "blake2s_simd", - "blake3", - "core2", - "digest 0.10.7", - "multihash-derive", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "unsigned-varint 0.7.2", ] @@ -8754,9 +8774,9 @@ dependencies = [ [[package]] name = "multimap" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" +checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" [[package]] name = "multistream-select" @@ -8793,7 +8813,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand", + "rand 0.8.5", ] [[package]] @@ -8802,14 +8822,14 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" dependencies = [ - "getrandom", + "getrandom 0.2.16", ] [[package]] name = "native-tls" -version = "0.2.12" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" +checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" dependencies = [ "libc", "log", @@ -8861,17 +8881,16 @@ dependencies = [ [[package]] name = "netlink-proto" -version = "0.11.3" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b33524dc0968bfad349684447bfce6db937a9ac3332a1fe60c0c5a5ce63f21" +checksum = "72452e012c2f8d612410d89eea01e2d9b56205274abb35d53f60200b2ec41d60" dependencies = [ "bytes", "futures 0.3.31", "log", "netlink-packet-core", "netlink-sys", - "thiserror 1.0.69", - "tokio", + "thiserror 2.0.12", ] [[package]] @@ -8889,9 +8908,9 @@ dependencies = [ [[package]] name = "network-interface" -version = "1.1.4" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" +checksum = "c3329f515506e4a2de3aa6e07027a6758e22e0f0e8eaf64fa47261cec2282602" dependencies = [ "cc", "libc", @@ -8902,7 +8921,7 @@ dependencies = [ [[package]] name = "nimbus-consensus" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "async-backing-primitives", "async-trait", @@ -8917,7 +8936,7 @@ dependencies = [ "log", "nimbus-primitives", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-primitives", @@ -8942,7 +8961,7 @@ dependencies = [ [[package]] name = "nimbus-primitives" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "async-trait", "frame-benchmarking", @@ -8974,20 +8993,20 @@ version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.1", "cfg-if", "libc", ] [[package]] name = "nix" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.1", "cfg-if", - "cfg_aliases 0.1.1", + "cfg_aliases 0.2.1", "libc", ] @@ -9027,7 +9046,7 @@ dependencies = [ "frame-benchmarking-cli", "futures 0.3.31", "hex-literal 0.3.4", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "nimbus-consensus", "nimbus-primitives", @@ -9112,12 +9131,6 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" -[[package]] -name = "normalize-line-endings" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" - [[package]] name = "nu-ansi-term" version = "0.46.0" @@ -9167,6 +9180,17 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +[[package]] +name = "num-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.104", +] + [[package]] name = "num-format" version = "0.4.4" @@ -9220,33 +9244,34 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi 0.5.2", "libc", ] [[package]] name = "num_enum" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" +checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" dependencies = [ "num_enum_derive", + "rustversion", ] [[package]] name = "num_enum_derive" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" +checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -9269,36 +9294,46 @@ dependencies = [ [[package]] name = "object" -version = "0.32.2" +version = "0.36.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" +checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ "memchr", ] [[package]] name = "oid-registry" -version = "0.6.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" +checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" dependencies = [ - "asn1-rs 0.5.2", + "asn1-rs 0.6.2", ] [[package]] name = "oid-registry" -version = "0.7.1" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" +checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs 0.7.1", ] [[package]] name = "once_cell" -version = "1.20.2" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +dependencies = [ + "critical-section", + "portable-atomic", +] + +[[package]] +name = "once_cell_polyfill" +version = "1.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" [[package]] name = "opaque-debug" @@ -9314,11 +9349,11 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.1", "cfg-if", "foreign-types", "libc", @@ -9335,20 +9370,20 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "openssl-probe" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" dependencies = [ "cc", "libc", @@ -9364,9 +9399,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "orchestra" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41f6bbacc8c189a3f2e45e0fd0436e5d97f194db888e721bdbc3973e7dbed4c2" +checksum = "19051f0b0512402f5d52d6776999f55996f01887396278aeeccbbdfbc83eef2d" dependencies = [ "async-trait", "dyn-clonable", @@ -9381,15 +9416,15 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7b1d40dd8f367db3c65bec8d3dd47d4a604ee8874480738f93191bddab4e0e0" +checksum = "43dfaf083aef571385fccfdc3a2f8ede8d0a1863160455d4f2b014d8f7d04a3f" dependencies = [ "expander", - "indexmap 2.7.0", + "indexmap 2.9.0", "itertools 0.11.0", - "petgraph", - "proc-macro-crate 3.2.0", + "petgraph 0.6.5", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", "syn 1.0.109", @@ -9403,9 +9438,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "owo-colors" -version = "3.5.0" +version = "4.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" +checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e" [[package]] name = "pallet-alt-benchmarks" @@ -9421,8 +9456,8 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives", "polkadot-runtime-parachains", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "scale-info", "sp-core", "sp-io", @@ -9433,8 +9468,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "10.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -9451,8 +9486,8 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -9465,8 +9500,8 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -9482,8 +9517,8 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "29.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "42.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -9499,7 +9534,7 @@ dependencies = [ [[package]] name = "pallet-async-backing" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -9519,7 +9554,7 @@ dependencies = [ [[package]] name = "pallet-author-inherent" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9539,7 +9574,6 @@ dependencies = [ name = "pallet-author-noting" version = "0.1.0" dependencies = [ - "bounded-collections 0.1.9", "cumulus-pallet-parachain-system", "cumulus-primitives-core", "dp-core", @@ -9598,8 +9632,8 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "frame-system", @@ -9627,8 +9661,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "frame-system", @@ -9640,8 +9674,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -9663,8 +9697,8 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "aquamarine", "docify", @@ -9684,8 +9718,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "41.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "frame-benchmarking", @@ -9694,13 +9728,14 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", + "sp-core", "sp-runtime", ] [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "fp-evm", "frame-support", @@ -9713,8 +9748,8 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "41.1.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "frame-system", @@ -9732,8 +9767,8 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "41.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -9757,8 +9792,8 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -9772,29 +9807,10 @@ dependencies = [ "sp-runtime", ] -[[package]] -name = "pallet-bridge-grandpa" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" -dependencies = [ - "bp-header-chain", - "bp-runtime", - "bp-test-utils", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-consensus-grandpa", - "sp-runtime", - "sp-std", -] - [[package]] name = "pallet-bridge-messages" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bp-header-chain", "bp-messages", @@ -9810,54 +9826,10 @@ dependencies = [ "sp-trie", ] -[[package]] -name = "pallet-bridge-parachains" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" -dependencies = [ - "bp-header-chain", - "bp-parachains", - "bp-polkadot-core", - "bp-runtime", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-bridge-grandpa", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "pallet-bridge-relayers" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" -dependencies = [ - "bp-header-chain", - "bp-messages", - "bp-relayers", - "bp-runtime", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-bridge-grandpa", - "pallet-bridge-messages", - "pallet-bridge-parachains", - "pallet-transaction-payment", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-runtime", - "sp-std", -] - [[package]] name = "pallet-broker" -version = "0.6.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.19.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bitvec", "frame-benchmarking", @@ -9875,7 +9847,7 @@ dependencies = [ [[package]] name = "pallet-cc-authorities-noting" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "ccp-authorities-noting-inherent", "cumulus-pallet-parachain-system", @@ -9903,8 +9875,8 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -9929,8 +9901,8 @@ dependencies = [ "frame-system", "log", "parity-scale-codec", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "scale-info", "serde", "sp-core", @@ -9953,8 +9925,8 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "9.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "21.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -9964,7 +9936,7 @@ dependencies = [ "pallet-balances", "pallet-session", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-runtime", "sp-staking", @@ -9972,8 +9944,8 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "frame-benchmarking", @@ -10007,8 +9979,8 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10025,7 +9997,6 @@ dependencies = [ name = "pallet-data-preservers" version = "0.1.0" dependencies = [ - "bounded-collections 0.1.9", "dp-core", "frame-benchmarking", "frame-support", @@ -10058,8 +10029,8 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" -version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "7.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "frame-system", @@ -10073,8 +10044,8 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -10090,8 +10061,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10100,7 +10071,7 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic", "sp-core", @@ -10112,8 +10083,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10125,8 +10096,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "29.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "41.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -10144,7 +10115,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "ethereum", "ethereum-types", @@ -10180,7 +10151,8 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "snowbridge-core", - "snowbridge-outbound-queue-merkle-tree", + "snowbridge-merkle-tree", + "snowbridge-outbound-queue-primitives", "sp-core", "sp-io", "sp-runtime", @@ -10194,8 +10166,9 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ + "cumulus-primitives-storage-weight-reclaim", "environmental", "evm", "fp-account", @@ -10217,7 +10190,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "frame-support", "frame-system", @@ -10228,7 +10201,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-balances-erc20" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "fp-evm", "frame-support", @@ -10251,7 +10224,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-batch" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "evm", "fp-evm", @@ -10272,7 +10245,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-call-permit" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "evm", "fp-evm", @@ -10295,7 +10268,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "fp-evm", "num", @@ -10304,7 +10277,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-proxy" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "evm", "fp-evm", @@ -10325,7 +10298,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "fp-evm", "tiny-keccak", @@ -10334,7 +10307,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "fp-evm", "ripemd", @@ -10344,7 +10317,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-xcm" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "cumulus-primitives-core", "evm", @@ -10370,7 +10343,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-xcm-utils" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "fp-evm", "frame-support", @@ -10392,7 +10365,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompileset-assets-erc20" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "fp-evm", "frame-support", @@ -10426,6 +10399,7 @@ dependencies = [ "polkadot-core-primitives", "scale-info", "snowbridge-core", + "snowbridge-outbound-queue-primitives", "sp-core", "sp-io", "sp-runtime", @@ -10447,7 +10421,7 @@ dependencies = [ "pallet-session", "pallet-timestamp", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-core", "sp-io", @@ -10474,7 +10448,8 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "snowbridge-core", - "snowbridge-outbound-queue-merkle-tree", + "snowbridge-merkle-tree", + "snowbridge-outbound-queue-primitives", "sp-core", "sp-io", "sp-runtime", @@ -10490,15 +10465,15 @@ name = "pallet-external-validators-rewards-runtime-api" version = "0.1.0" dependencies = [ "parity-scale-codec", - "snowbridge-outbound-queue-merkle-tree", + "snowbridge-merkle-tree", "sp-api", "sp-core", ] [[package]] name = "pallet-fast-unstake" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "frame-benchmarking", @@ -10516,7 +10491,7 @@ dependencies = [ [[package]] name = "pallet-foreign-asset-creator" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10534,8 +10509,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -10556,8 +10531,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "29.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10572,8 +10547,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -10610,8 +10585,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -10620,7 +10595,6 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-keyring", "sp-runtime", ] @@ -10628,7 +10602,7 @@ dependencies = [ name = "pallet-inflation-rewards" version = "0.1.0" dependencies = [ - "bounded-collections 0.1.9", + "bounded-collections", "dp-core", "frame-benchmarking", "frame-support", @@ -10673,7 +10647,7 @@ dependencies = [ "pallet-balances", "pallet-session", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-core", "sp-io", @@ -10686,7 +10660,7 @@ dependencies = [ [[package]] name = "pallet-maintenance-mode" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -10701,8 +10675,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -10717,8 +10691,8 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "31.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "43.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "environmental", "frame-benchmarking", @@ -10734,10 +10708,28 @@ dependencies = [ "sp-weights", ] +[[package]] +name = "pallet-meta-tx" +version = "0.2.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" +dependencies = [ + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", +] + [[package]] name = "pallet-migrations" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10755,10 +10747,9 @@ dependencies = [ [[package]] name = "pallet-migrations" -version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "10.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "cfg-if", "docify", "frame-benchmarking", "frame-support", @@ -10766,32 +10757,29 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", "sp-core", + "sp-io", "sp-runtime", ] [[package]] name = "pallet-mmr" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "log", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-core", - "sp-io", "sp-mmr-primitives", - "sp-runtime", ] [[package]] name = "pallet-multisig" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "log", "parity-scale-codec", @@ -10801,23 +10789,18 @@ dependencies = [ [[package]] name = "pallet-nis" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", ] [[package]] name = "pallet-nomination-pools" -version = "25.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "38.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "frame-system", @@ -10834,8 +10817,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10854,8 +10837,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "23.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -10879,13 +10862,12 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "frame-system", "log", - "pallet-balances", "parity-scale-codec", "scale-info", "serde", @@ -10895,8 +10877,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10930,8 +10912,8 @@ dependencies = [ [[package]] name = "pallet-parameters" -version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.11.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "frame-benchmarking", @@ -10970,8 +10952,8 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -10986,8 +10968,8 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10996,8 +10978,8 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -11014,8 +10996,8 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -11028,8 +11010,8 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "assert_matches", "frame-benchmarking", @@ -11086,7 +11068,7 @@ dependencies = [ [[package]] name = "pallet-relay-storage-roots" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -11108,8 +11090,8 @@ dependencies = [ [[package]] name = "pallet-root-testing" -version = "4.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "16.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "frame-system", @@ -11122,8 +11104,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "29.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "41.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "frame-benchmarking", @@ -11167,8 +11149,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "frame-system", @@ -11188,8 +11170,8 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -11197,22 +11179,22 @@ dependencies = [ "pallet-session", "pallet-staking", "parity-scale-codec", - "rand", + "rand 0.8.5", "sp-runtime", "sp-session", ] [[package]] name = "pallet-society" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", - "rand_chacha", + "rand_chacha 0.3.1", "scale-info", "sp-arithmetic", "sp-io", @@ -11221,8 +11203,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11232,7 +11214,7 @@ dependencies = [ "pallet-authorship", "pallet-session", "parity-scale-codec", - "rand_chacha", + "rand_chacha 0.3.1", "scale-info", "serde", "sp-application-crypto", @@ -11243,19 +11225,19 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" -version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "12.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "pallet-staking-reward-fn" -version = "19.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "log", "sp-arithmetic", @@ -11263,8 +11245,8 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "26.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "sp-api", @@ -11273,8 +11255,8 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "29.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "44.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -11324,8 +11306,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "frame-benchmarking", @@ -11339,8 +11321,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "frame-benchmarking", @@ -11358,8 +11340,8 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -11376,8 +11358,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -11392,10 +11374,10 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "30.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "43.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "sp-api", @@ -11408,8 +11390,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -11420,8 +11402,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "frame-benchmarking", @@ -11439,25 +11421,22 @@ dependencies = [ [[package]] name = "pallet-tx-pause" -version = "9.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "21.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", "pallet-balances", "pallet-proxy", "pallet-utility", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-runtime", ] [[package]] name = "pallet-utility" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -11470,39 +11449,51 @@ dependencies = [ ] [[package]] -name = "pallet-vesting" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +name = "pallet-verify-signature" +version = "0.3.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", "parity-scale-codec", "scale-info", + "sp-core", + "sp-io", "sp-runtime", + "sp-weights", ] [[package]] -name = "pallet-whitelist" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +name = "pallet-vesting" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "log", "parity-scale-codec", "scale-info", - "sp-api", "sp-runtime", ] +[[package]] +name = "pallet-whitelist" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" +dependencies = [ + "parity-scale-codec", + "polkadot-sdk-frame", + "scale-info", +] + [[package]] name = "pallet-xcm" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "bounded-collections 0.2.2", + "bounded-collections", "frame-benchmarking", "frame-support", "frame-system", @@ -11522,13 +11513,12 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "20.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", "parity-scale-codec", "scale-info", "sp-io", @@ -11540,8 +11530,8 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" -version = "0.2.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.16.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bp-messages", "bp-runtime", @@ -11562,8 +11552,8 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.5.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.18.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -11583,7 +11573,6 @@ dependencies = [ name = "pallet-xcm-core-buyer" version = "0.1.0" dependencies = [ - "bounded-collections 0.1.9", "dp-core", "frame-benchmarking", "frame-support", @@ -11628,7 +11617,7 @@ dependencies = [ [[package]] name = "pallet-xcm-executor-utils" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "frame-benchmarking", "frame-support", @@ -11647,8 +11636,8 @@ dependencies = [ [[package]] name = "parachains-common" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "21.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -11672,13 +11661,12 @@ dependencies = [ "staging-parachain-info", "staging-xcm", "staging-xcm-executor", - "substrate-wasm-builder", ] [[package]] name = "parachains-runtimes-test-utils" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -11692,6 +11680,7 @@ dependencies = [ "pallet-session", "pallet-timestamp", "pallet-xcm", + "parachains-common", "parity-scale-codec", "polkadot-parachain-primitives", "sp-consensus-aura", @@ -11702,7 +11691,7 @@ dependencies = [ "staging-parachain-info", "staging-xcm", "staging-xcm-executor", - "substrate-wasm-builder", + "xcm-runtime-apis", ] [[package]] @@ -11711,9 +11700,9 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ - "bitcoin_hashes", - "rand", - "rand_core", + "bitcoin_hashes 0.13.0", + "rand 0.8.5", + "rand_core 0.6.4", "serde", "unicode-normalization", ] @@ -11738,8 +11727,8 @@ dependencies = [ "log", "lz4", "memmap2 0.5.10", - "parking_lot 0.12.3", - "rand", + "parking_lot 0.12.4", + "rand 0.8.5", "siphasher 0.3.11", "snap", "winapi", @@ -11747,29 +11736,31 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.6.12" +version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" +checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa" dependencies = [ "arrayvec 0.7.6", "bitvec", "byte-slice-cast", "bytes", + "const_format", "impl-trait-for-tuples", "parity-scale-codec-derive", + "rustversion", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "3.6.12" +version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" +checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.104", ] [[package]] @@ -11797,12 +11788,12 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" dependencies = [ "lock_api", - "parking_lot_core 0.9.10", + "parking_lot_core 0.9.11", ] [[package]] @@ -11821,13 +11812,13 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.10" +version = "0.9.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" +checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.8", + "redox_syscall 0.5.13", "smallvec", "windows-targets 0.52.6", ] @@ -11845,7 +11836,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", - "rand_core", + "rand_core 0.6.4", "subtle 2.6.1", ] @@ -11862,6 +11853,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" dependencies = [ "digest 0.10.7", + "hmac 0.12.1", "password-hash", ] @@ -11873,11 +11865,12 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" [[package]] name = "pem" -version = "1.1.1" +version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" +checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" dependencies = [ - "base64 0.13.1", + "base64 0.22.1", + "serde", ] [[package]] @@ -11888,20 +11881,20 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.15" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" +checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" dependencies = [ "memchr", - "thiserror 2.0.11", + "thiserror 2.0.12", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.7.15" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e" +checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" dependencies = [ "pest", "pest_generator", @@ -11909,26 +11902,25 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.15" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b" +checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "pest_meta" -version = "2.7.15" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea" +checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" dependencies = [ - "once_cell", "pest", - "sha2 0.10.8", + "sha2 0.10.9", ] [[package]] @@ -11937,28 +11929,38 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ - "fixedbitset", - "indexmap 2.7.0", + "fixedbitset 0.4.2", + "indexmap 2.9.0", +] + +[[package]] +name = "petgraph" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" +dependencies = [ + "fixedbitset 0.5.7", + "indexmap 2.9.0", ] [[package]] name = "pin-project" -version = "1.1.8" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916" +checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.8" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb" +checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -11996,16 +11998,15 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-approval-distribution" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "bitvec", "futures 0.3.31", "futures-timer", "itertools 0.11.0", @@ -12015,32 +12016,30 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "rand", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "always-assert", "futures 0.3.31", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "rand", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "derive_more 0.99.18", "fatality", "futures 0.3.31", "parity-scale-codec", @@ -12050,7 +12049,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "rand", + "rand 0.8.5", "sc-network", "schnellru", "sp-core", @@ -12061,8 +12060,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "fatality", @@ -12074,7 +12073,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "rand", + "rand 0.8.5", "sc-network", "schnellru", "thiserror 1.0.69", @@ -12084,9 +12083,9 @@ dependencies = [ [[package]] name = "polkadot-ckb-merkle-mountain-range" -version = "0.7.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4b44320e5f7ce2c18227537a3032ae5b2c476a7e8eddba45333e1011fc31b92" +checksum = "221c71b432b38e494a0fdedb5f720e4cb974edf03a0af09e5b2238dbac7e6947" dependencies = [ "cfg-if", "itertools 0.10.5", @@ -12094,10 +12093,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "23.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "cfg-if", "clap", "frame-benchmarking-cli", "futures 0.3.31", @@ -12106,15 +12104,12 @@ dependencies = [ "polkadot-node-primitives", "polkadot-service", "sc-cli", - "sc-executor", "sc-service", "sc-storage-monitor", "sc-sysinfo", "sc-tracing", "sp-core", - "sp-io", "sp-keyring", - "sp-maybe-compressed-blob", "sp-runtime", "substrate-build-script-utils", "thiserror 1.0.69", @@ -12122,8 +12117,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bitvec", "fatality", @@ -12145,8 +12140,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "17.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12156,23 +12151,20 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "derive_more 0.99.18", "fatality", "futures 0.3.31", "futures-timer", - "indexmap 2.7.0", + "indexmap 2.9.0", "parity-scale-codec", - "polkadot-erasure-coding", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "schnellru", "sp-application-crypto", "sp-keystore", "thiserror 1.0.69", @@ -12181,8 +12173,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -12195,8 +12187,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", "futures-timer", @@ -12204,21 +12196,20 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "sc-network", - "sc-network-common", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-keystore", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "always-assert", "async-trait", @@ -12226,7 +12217,7 @@ dependencies = [ "fatality", "futures 0.3.31", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-subsystem", @@ -12240,8 +12231,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", "parity-scale-codec", @@ -12252,23 +12243,21 @@ dependencies = [ "polkadot-primitives", "schnellru", "sp-core", - "sp-maybe-compressed-blob", "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-approval-voting" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "bitvec", - "derive_more 0.99.18", + "derive_more 0.99.20", "futures 0.3.31", "futures-timer", "itertools 0.11.0", - "kvdb", "merlin", "parity-scale-codec", "polkadot-node-primitives", @@ -12276,9 +12265,9 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "rand", - "rand_chacha", - "rand_core", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", @@ -12292,12 +12281,11 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.5.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", - "futures-timer", "itertools 0.11.0", "polkadot-approval-distribution", "polkadot-node-core-approval-voting", @@ -12308,33 +12296,26 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "rand", - "rand_chacha", - "rand_core", + "rand 0.8.5", + "rand_core 0.6.4", "sc-keystore", - "sp-application-crypto", "sp-consensus", - "sp-consensus-slots", - "sp-runtime", - "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bitvec", "futures 0.3.31", "futures-timer", - "kvdb", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", "polkadot-primitives", "sp-consensus", "thiserror 1.0.69", @@ -12343,8 +12324,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bitvec", "fatality", @@ -12364,8 +12345,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", "polkadot-node-subsystem", @@ -12379,8 +12360,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", @@ -12401,8 +12382,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", "polkadot-node-metrics", @@ -12415,12 +12396,11 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", "futures-timer", - "kvdb", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -12432,12 +12412,11 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "fatality", "futures 0.3.31", - "kvdb", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -12451,8 +12430,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", @@ -12468,8 +12447,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "6.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "21.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "fatality", "futures 0.3.31", @@ -12482,8 +12461,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bitvec", "fatality", @@ -12493,32 +12472,29 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "schnellru", "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "always-assert", "array-bytes", - "blake3", - "cfg-if", "futures 0.3.31", "futures-timer", "parity-scale-codec", "pin-project", - "polkadot-core-primitives", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives", "polkadot-primitives", - "rand", + "rand 0.8.5", + "sc-tracing", "slotmap", "sp-core", "strum 0.26.3", @@ -12530,30 +12506,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", - "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", "polkadot-primitives", "sp-keystore", - "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cpu-time", "futures 0.3.31", "landlock", "libc", - "nix 0.28.0", + "nix 0.29.0", "parity-scale-codec", "polkadot-parachain-primitives", "polkadot-primitives", @@ -12562,7 +12535,7 @@ dependencies = [ "sc-executor-wasmtime", "seccompiler", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-externalities", "sp-io", "sp-tracing", @@ -12572,13 +12545,13 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-execute-worker" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cfg-if", "cpu-time", "libc", - "nix 0.28.0", + "nix 0.29.0", "parity-scale-codec", "polkadot-node-core-pvf-common", "polkadot-node-primitives", @@ -12590,20 +12563,16 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-prepare-worker" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "blake3", "cfg-if", "libc", - "nix 0.28.0", + "nix 0.29.0", "parity-scale-codec", "polkadot-node-core-pvf-common", - "polkadot-node-primitives", "polkadot-primitives", - "rayon", - "sc-executor-common", - "sc-executor-wasmtime", "sp-maybe-compressed-blob", "staging-tracking-allocator", "tikv-jemalloc-ctl", @@ -12613,8 +12582,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", "polkadot-node-metrics", @@ -12628,13 +12597,12 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bs58", "futures 0.3.31", "futures-timer", - "log", "parity-scale-codec", "polkadot-primitives", "prioritized-metered-channel", @@ -12642,25 +12610,24 @@ dependencies = [ "sc-service", "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum", ] [[package]] name = "polkadot-node-network-protocol" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-channel 1.9.0", "async-trait", "bitvec", - "derive_more 0.99.18", + "derive_more 0.99.20", "fatality", "futures 0.3.31", "hex", "parity-scale-codec", "polkadot-node-primitives", "polkadot-primitives", - "rand", + "rand 0.8.5", "sc-authority-discovery", "sc-network", "sc-network-types", @@ -12672,8 +12639,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bitvec", "bounded-vec", @@ -12688,18 +12655,16 @@ dependencies = [ "sp-application-crypto", "sp-consensus-babe", "sp-consensus-slots", - "sp-core", "sp-keystore", "sp-maybe-compressed-blob", - "sp-runtime", "thiserror 1.0.69", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -12708,11 +12673,11 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "polkadot-erasure-coding", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -12729,12 +12694,11 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", - "bitvec", - "derive_more 0.99.18", + "derive_more 0.99.20", "fatality", "futures 0.3.31", "orchestra", @@ -12758,20 +12722,16 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "async-trait", - "derive_more 0.99.18", "fatality", "futures 0.3.31", - "futures-channel", "itertools 0.11.0", "kvdb", "parity-db", "parity-scale-codec", - "parking_lot 0.12.3", - "pin-project", + "parking_lot 0.12.4", "polkadot-erasure-coding", "polkadot-node-metrics", "polkadot-node-network-protocol", @@ -12781,7 +12741,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "prioritized-metered-channel", - "rand", + "rand 0.8.5", "sc-client-api", "schnellru", "sp-application-crypto", @@ -12793,21 +12753,19 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", "futures-timer", "orchestra", - "parking_lot 0.12.3", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", "polkadot-primitives", "sc-client-api", - "sp-api", "sp-core", "tikv-jemalloc-ctl", "tracing-gum", @@ -12815,11 +12773,11 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "6.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "16.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "bounded-collections 0.2.2", - "derive_more 0.99.18", + "bounded-collections", + "derive_more 0.99.20", "parity-scale-codec", "polkadot-core-primitives", "scale-info", @@ -12831,8 +12789,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "18.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -12859,11 +12817,11 @@ dependencies = [ [[package]] name = "polkadot-primitives-test-helpers" -version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "polkadot-primitives", - "rand", + "rand 0.8.5", "sp-application-crypto", "sp-core", "sp-keyring", @@ -12872,10 +12830,10 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "23.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives", @@ -12885,11 +12843,9 @@ dependencies = [ "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", - "sc-consensus-epochs", "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", "sc-rpc", - "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", "sp-api", @@ -12907,8 +12863,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bitvec", "frame-benchmarking", @@ -12939,7 +12895,6 @@ dependencies = [ "rustc-hex", "scale-info", "serde", - "serde_derive", "slot-range-helper", "sp-api", "sp-core", @@ -12958,8 +12913,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "20.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bs58", "frame-benchmarking", @@ -12970,12 +12925,11 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bitflags 1.3.2", "bitvec", - "derive_more 0.99.18", "frame-benchmarking", "frame-support", "frame-system", @@ -12991,14 +12945,13 @@ dependencies = [ "pallet-session", "pallet-staking", "pallet-timestamp", - "pallet-vesting", "parity-scale-codec", "polkadot-core-primitives", "polkadot-parachain-primitives", "polkadot-primitives", "polkadot-runtime-metrics", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "scale-info", "serde", "sp-api", @@ -13018,10 +12971,19 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-sdk" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775" +dependencies = [ + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "polkadot-sdk-frame" -version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.9.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "frame-benchmarking", @@ -13034,6 +12996,7 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", + "serde", "sp-api", "sp-arithmetic", "sp-block-builder", @@ -13054,8 +13017,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "23.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "frame-benchmarking", @@ -13072,7 +13035,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "parity-db", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "polkadot-approval-distribution", "polkadot-availability-bitfield-distribution", "polkadot-availability-distribution", @@ -13162,15 +13125,15 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "arrayvec 0.7.6", "bitvec", "fatality", "futures 0.3.31", "futures-timer", - "indexmap 2.7.0", + "indexmap 2.9.0", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -13185,35 +13148,31 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core", "tracing-gum", ] [[package]] name = "polkadot-test-client" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "parity-scale-codec", - "polkadot-node-subsystem", "polkadot-primitives", "polkadot-test-runtime", "polkadot-test-service", "sc-block-builder", "sc-consensus", - "sc-offchain", "sc-service", "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", "sp-inherents", "sp-io", "sp-runtime", @@ -13225,7 +13184,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-election-provider-support", "frame-executive", @@ -13281,11 +13240,10 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-system", "futures 0.3.31", - "hex", "pallet-balances", "pallet-staking", "pallet-transaction-payment", @@ -13294,47 +13252,39 @@ dependencies = [ "polkadot-overseer", "polkadot-parachain-primitives", "polkadot-primitives", - "polkadot-rpc", "polkadot-runtime-common", "polkadot-runtime-parachains", "polkadot-service", "polkadot-test-runtime", - "rand", - "sc-authority-discovery", + "rand 0.8.5", "sc-chain-spec", "sc-cli", "sc-client-api", "sc-consensus", - "sc-consensus-babe", "sc-consensus-grandpa", "sc-network", "sc-service", "sc-tracing", - "sc-transaction-pool", "serde_json", "sp-arithmetic", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-consensus-grandpa", "sp-core", - "sp-inherents", "sp-keyring", "sp-runtime", "sp-state-machine", "substrate-test-client", - "tempfile", "test-runtime-constants", "tokio", - "tracing-gum", ] [[package]] name = "polkavm" -version = "0.9.3" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" +checksum = "dd044ab1d3b11567ab6b98ca71259a992b4034220d5972988a0e96518e5d343d" dependencies = [ "libc", "log", @@ -13345,63 +13295,65 @@ dependencies = [ [[package]] name = "polkavm-assembler" -version = "0.9.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" +checksum = "eaad38dc420bfed79e6f731471c973ce5ff5e47ab403e63cf40358fef8a6368f" dependencies = [ "log", ] [[package]] name = "polkavm-common" -version = "0.9.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" +checksum = "31ff33982a807d8567645d4784b9b5d7ab87bcb494f534a57cadd9012688e102" dependencies = [ "log", + "polkavm-assembler", ] [[package]] name = "polkavm-derive" -version = "0.9.1" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" +checksum = "c2eb703f3b6404c13228402e98a5eae063fd16b8f58afe334073ec105ee4117e" dependencies = [ "polkavm-derive-impl-macro", ] [[package]] name = "polkavm-derive-impl" -version = "0.9.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" +checksum = "2f2116a92e6e96220a398930f4c8a6cda1264206f3e2034fc9982bfd93f261f7" dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "polkavm-derive-impl-macro" -version = "0.9.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +checksum = "48c16669ddc7433e34c1007d31080b80901e3e8e523cb9d4b441c3910cf9294b" dependencies = [ "polkavm-derive-impl", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "polkavm-linker" -version = "0.9.2" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" +checksum = "e9bfe793b094d9ea5c99b7c43ba46e277b0f8f48f4bbfdbabf8d3ebf701a4bd3" dependencies = [ - "gimli 0.28.1", + "dirs", + "gimli 0.31.1", "hashbrown 0.14.5", "log", - "object 0.32.2", + "object 0.36.7", "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", @@ -13409,9 +13361,9 @@ dependencies = [ [[package]] name = "polkavm-linux-raw" -version = "0.9.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" +checksum = "23eff02c070c70f31878a3d915e88a914ecf3e153741e2fb572dde28cce20fde" [[package]] name = "polling" @@ -13431,15 +13383,15 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.4" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" +checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi 0.4.0", + "hermit-abi 0.5.2", "pin-project-lite", - "rustix 0.38.43", + "rustix 1.0.7", "tracing", "windows-sys 0.59.0", ] @@ -13469,9 +13421,27 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.10.0" +version = "1.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" + +[[package]] +name = "portable-atomic-util" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" +dependencies = [ + "portable-atomic", +] + +[[package]] +name = "potential_utf" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" +checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" +dependencies = [ + "zerovec", +] [[package]] name = "powerfmt" @@ -13492,18 +13462,18 @@ dependencies = [ "log", "nix 0.27.1", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "smallvec", "symbolic-demangle", "tempfile", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] name = "ppv-lite86" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" dependencies = [ "zerocopy", ] @@ -13511,7 +13481,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "environmental", "evm", @@ -13535,28 +13505,15 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2412#078cdac5996ab228d53133ab7d0311f75f6cdf6d" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-stable2503#e17260ad0e384e1c95698f3e7649d4d6889c6bfb" dependencies = [ "case", "num_enum", + "prettyplease", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", - "syn 2.0.96", -] - -[[package]] -name = "predicates" -version = "2.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" -dependencies = [ - "difflib", - "float-cmp", - "itertools 0.10.5", - "normalize-line-endings", - "predicates-core", - "regex", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", + "syn 2.0.104", ] [[package]] @@ -13587,12 +13544,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.29" +version = "0.2.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac" +checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" dependencies = [ "proc-macro2", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -13603,8 +13560,6 @@ checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", "impl-codec 0.6.0", - "impl-serde 0.4.0", - "scale-info", "uint 0.9.5", ] @@ -13615,10 +13570,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5" dependencies = [ "fixed-hash", - "impl-codec 0.7.0", + "impl-codec 0.7.1", "impl-num-traits", "impl-rlp", - "impl-serde 0.5.0", + "impl-serde", "scale-info", "uint 0.10.0", ] @@ -13631,7 +13586,7 @@ checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad" dependencies = [ "coarsetime", "crossbeam-queue", - "derive_more 0.99.18", + "derive_more 0.99.20", "futures 0.3.31", "futures-timer", "nanorand", @@ -13651,9 +13606,9 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" +checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" dependencies = [ "toml_edit", ] @@ -13683,32 +13638,43 @@ dependencies = [ ] [[package]] -name = "proc-macro-warning" -version = "0.4.2" +name = "proc-macro-error-attr2" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "proc-macro-error2" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" +checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" dependencies = [ + "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "proc-macro-warning" -version = "1.0.2" +version = "1.84.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" +checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "proc-macro2" -version = "1.0.93" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" +checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" dependencies = [ "unicode-ident", ] @@ -13723,19 +13689,19 @@ dependencies = [ "fnv", "lazy_static", "memchr", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "thiserror 1.0.69", ] [[package]] name = "prometheus-client" -version = "0.21.2" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" +checksum = "504ee9ff529add891127c4827eb481bd69dc0ebc72e9a682e187db4caa60c3ca" dependencies = [ "dtoa", "itoa", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "prometheus-client-derive-encode", ] @@ -13747,22 +13713,22 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "proptest" -version = "1.5.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" +checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.8.0", + "bitflags 2.9.1", "lazy_static", "num-traits", - "rand", - "rand_chacha", + "rand 0.9.1", + "rand_chacha 0.9.0", "rand_xorshift", "regex-syntax 0.8.5", "rusty-fork", @@ -13792,31 +13758,31 @@ dependencies = [ [[package]] name = "prost" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec" +checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" dependencies = [ "bytes", - "prost-derive 0.13.4", + "prost-derive 0.13.5", ] [[package]] name = "prost-build" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f3e5beed80eb580c68e2c600937ac2c4eedabdfd5ef1e5b7ea4f3fba84497b" +checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ "heck 0.5.0", "itertools 0.13.0", "log", "multimap", "once_cell", - "petgraph", + "petgraph 0.7.1", "prettyplease", - "prost 0.13.4", + "prost 0.13.5", "prost-types", "regex", - "syn 2.0.96", + "syn 2.0.104", "tempfile", ] @@ -13843,36 +13809,36 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "prost-derive" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" +checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", "itertools 0.13.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "prost-types" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2f1e56baa61e93533aebc21af4d2134b70f66275e0fcdf3cbe43d77ff7e8fc" +checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" dependencies = [ - "prost 0.13.4", + "prost 0.13.5", ] [[package]] name = "psm" -version = "0.1.24" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" +checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f" dependencies = [ "cc", ] @@ -13897,27 +13863,26 @@ dependencies = [ [[package]] name = "pyroscope_pprofrs" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614a25777053da6bdca9d84a67892490b5a57590248dbdee3d7bf0716252af70" +checksum = "50da7a8950c542357de489aa9ee628f46322b1beaac1f4fa3313bcdebe85b4ea" dependencies = [ "log", "pprof2", "pyroscope", - "thiserror 1.0.69", ] [[package]] name = "quanta" -version = "0.12.5" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e" +checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" dependencies = [ "crossbeam-utils", "libc", "once_cell", "raw-cpuid", - "wasi", + "wasi 0.11.1+wasi-snapshot-preview1", "web-sys", "winapi", ] @@ -13939,85 +13904,54 @@ dependencies = [ [[package]] name = "quick-protobuf-codec" -version = "0.2.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ededb1cd78531627244d51dd0c7139fbe736c7d57af0092a76f0ffb2f56e98" +checksum = "15a0580ab32b169745d7a39db2ba969226ca16738931be152a3209b409de2474" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.7.0", "bytes", "quick-protobuf", "thiserror 1.0.69", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", ] [[package]] name = "quinn" -version = "0.10.2" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" +checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" dependencies = [ "bytes", + "cfg_aliases 0.2.1", "futures-io", "pin-project-lite", - "quinn-proto 0.10.6", - "quinn-udp 0.4.1", - "rustc-hash 1.1.0", - "rustls 0.21.12", - "thiserror 1.0.69", - "tokio", - "tracing", -] - -[[package]] -name = "quinn" -version = "0.11.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" -dependencies = [ - "bytes", - "pin-project-lite", - "quinn-proto 0.11.9", - "quinn-udp 0.5.9", - "rustc-hash 2.1.0", - "rustls 0.23.21", - "socket2 0.5.8", - "thiserror 2.0.11", + "quinn-proto", + "quinn-udp", + "rustc-hash 2.1.1", + "rustls", + "socket2 0.5.10", + "thiserror 2.0.12", "tokio", "tracing", + "web-time", ] [[package]] name = "quinn-proto" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" -dependencies = [ - "bytes", - "rand", - "ring 0.16.20", - "rustc-hash 1.1.0", - "rustls 0.21.12", - "slab", - "thiserror 1.0.69", - "tinyvec", - "tracing", -] - -[[package]] -name = "quinn-proto" -version = "0.11.9" +version = "0.11.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" +checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" dependencies = [ "bytes", - "getrandom", - "rand", - "ring 0.17.8", - "rustc-hash 2.1.0", - "rustls 0.23.21", + "getrandom 0.3.3", + "lru-slab", + "rand 0.9.1", + "ring 0.17.14", + "rustc-hash 2.1.1", + "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.11", + "thiserror 2.0.12", "tinyvec", "tracing", "web-time", @@ -14025,40 +13959,33 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" -dependencies = [ - "bytes", - "libc", - "socket2 0.5.8", - "tracing", - "windows-sys 0.48.0", -] - -[[package]] -name = "quinn-udp" -version = "0.5.9" +version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904" +checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970" dependencies = [ "cfg_aliases 0.2.1", "libc", "once_cell", - "socket2 0.5.8", + "socket2 0.5.10", "tracing", "windows-sys 0.59.0", ] [[package]] name = "quote" -version = "1.0.38" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" +checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" dependencies = [ "proc-macro2", ] +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + [[package]] name = "radium" version = "0.7.0" @@ -14072,8 +13999,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha", - "rand_core", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "serde", +] + +[[package]] +name = "rand" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.3", ] [[package]] @@ -14083,7 +14021,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.6.4", +] + +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.3", ] [[package]] @@ -14092,7 +14040,16 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom", + "getrandom 0.2.16", +] + +[[package]] +name = "rand_core" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +dependencies = [ + "getrandom 0.3.3", ] [[package]] @@ -14102,7 +14059,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -14111,25 +14068,25 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" dependencies = [ - "rand_core", + "rand_core 0.6.4", ] [[package]] name = "rand_xorshift" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" +checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" dependencies = [ - "rand_core", + "rand_core 0.9.3", ] [[package]] name = "raw-cpuid" -version = "11.3.0" +version = "11.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6928fa44c097620b706542d428957635951bade7143269085389d42c8a4927e" +checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.1", ] [[package]] @@ -14160,9 +14117,9 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.10.0" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" +checksum = "52c4f3084aa3bc7dfbba4eff4fab2a54db4324965d8872ab933565e6fbd83bc6" dependencies = [ "pem", "ring 0.16.20", @@ -14170,22 +14127,6 @@ dependencies = [ "yasna", ] -[[package]] -name = "reconnecting-jsonrpsee-ws-client" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06fa4f17e09edfc3131636082faaec633c7baa269396b4004040bc6c52f49f65" -dependencies = [ - "cfg_aliases 0.2.1", - "finito", - "futures 0.3.31", - "jsonrpsee 0.23.2", - "serde_json", - "thiserror 1.0.69", - "tokio", - "tracing", -] - [[package]] name = "redox_syscall" version = "0.2.16" @@ -14197,11 +14138,11 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.8" +version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" +checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.1", ] [[package]] @@ -14210,7 +14151,7 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom", + "getrandom 0.2.16", "libredox", "thiserror 1.0.69", ] @@ -14221,7 +14162,7 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87413ebb313323d431e85d0afc5a68222aaed972843537cbfe5f061cf1b4bcab" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.20", "fs-err", "static_init", "thiserror 1.0.69", @@ -14229,22 +14170,22 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" +checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" +checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -14318,57 +14259,49 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.12" +version = "0.12.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" +checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" dependencies = [ "base64 0.22.1", "bytes", "futures-channel", "futures-core", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.5.2", - "hyper-rustls 0.27.5", + "hyper 1.6.0", + "hyper-rustls", "hyper-util", - "ipnet", "js-sys", "log", - "mime", - "once_cell", "percent-encoding", "pin-project-lite", - "quinn 0.11.6", - "rustls 0.23.21", - "rustls-pemfile 2.2.0", + "quinn", + "rustls", "rustls-pki-types", "serde", "serde_json", "serde_urlencoded", "sync_wrapper", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls", "tower 0.5.2", + "tower-http 0.6.6", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.26.7", - "windows-registry", + "webpki-roots 1.0.1", ] [[package]] name = "resolv-conf" -version = "0.7.0" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" -dependencies = [ - "hostname", - "quick-error", -] +checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" [[package]] name = "rfc6979" @@ -14397,15 +14330,14 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.8" +version = "0.17.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" +checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if", - "getrandom", + "getrandom 0.2.16", "libc", - "spin 0.9.8", "untrusted 0.9.0", "windows-sys 0.52.0", ] @@ -14454,7 +14386,7 @@ checksum = "652db34deaaa57929e10ca18e5454a32cb0efc351ae80d320334bbf907b908b3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -14487,8 +14419,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "binary-merkle-tree", "bitvec", @@ -14511,16 +14443,14 @@ dependencies = [ "pallet-beefy-mmr", "pallet-bounties", "pallet-child-bounties", - "pallet-collective", "pallet-conviction-voting", "pallet-democracy", "pallet-elections-phragmen", "pallet-grandpa", "pallet-identity", "pallet-indices", - "pallet-membership", "pallet-message-queue", - "pallet-migrations 1.0.0", + "pallet-migrations 10.1.0", "pallet-mmr", "pallet-multisig", "pallet-nis", @@ -14558,7 +14488,6 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "smallvec", "sp-api", "sp-arithmetic", "sp-authority-discovery", @@ -14582,15 +14511,14 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "static_assertions", "substrate-wasm-builder", "xcm-runtime-apis", ] [[package]] name = "rococo-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "20.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "polkadot-primitives", @@ -14626,13 +14554,13 @@ checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" [[package]] name = "rpassword" -version = "7.3.1" +version = "7.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" +checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39" dependencies = [ "libc", "rtoolbox", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -14655,19 +14583,19 @@ dependencies = [ [[package]] name = "rtoolbox" -version = "0.0.2" +version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e" +checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f" dependencies = [ "libc", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "ruint" -version = "1.12.4" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5ef8fb1dd8de3870cb8400d51b4c2023854bbafd5431a3ac7e7317243e22d2f" +checksum = "11256b5fe8c68f56ac6f39ef0720e592f33d2367a4782740d9c9142e889c7fb4" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", @@ -14681,7 +14609,8 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.12.2", "proptest", - "rand", + "rand 0.8.5", + "rand 0.9.1", "rlp 0.5.2", "ruint-macro", "serde", @@ -14697,9 +14626,9 @@ checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" [[package]] name = "rustc-demangle" -version = "0.1.24" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" +checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" [[package]] name = "rustc-hash" @@ -14709,9 +14638,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" [[package]] name = "rustc-hex" @@ -14734,7 +14663,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.24", + "semver 1.0.26", ] [[package]] @@ -14776,11 +14705,11 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.43" +version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.1", "errno", "libc", "linux-raw-sys 0.4.15", @@ -14788,82 +14717,33 @@ dependencies = [ ] [[package]] -name = "rustls" -version = "0.20.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" -dependencies = [ - "ring 0.16.20", - "sct", - "webpki", -] - -[[package]] -name = "rustls" -version = "0.21.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" -dependencies = [ - "log", - "ring 0.17.8", - "rustls-webpki 0.101.7", - "sct", -] - -[[package]] -name = "rustls" -version = "0.22.4" +name = "rustix" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" +checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" dependencies = [ - "log", - "ring 0.17.8", - "rustls-pki-types", - "rustls-webpki 0.102.8", - "subtle 2.6.1", - "zeroize", + "bitflags 2.9.1", + "errno", + "libc", + "linux-raw-sys 0.9.4", + "windows-sys 0.59.0", ] [[package]] name = "rustls" -version = "0.23.21" +version = "0.23.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8" +checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643" dependencies = [ "log", "once_cell", - "ring 0.17.8", + "ring 0.17.14", "rustls-pki-types", - "rustls-webpki 0.102.8", + "rustls-webpki 0.103.3", "subtle 2.6.1", "zeroize", ] -[[package]] -name = "rustls-native-certs" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" -dependencies = [ - "openssl-probe", - "rustls-pemfile 1.0.4", - "schannel", - "security-framework 2.11.1", -] - -[[package]] -name = "rustls-native-certs" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" -dependencies = [ - "openssl-probe", - "rustls-pemfile 2.2.0", - "rustls-pki-types", - "schannel", - "security-framework 2.11.1", -] - [[package]] name = "rustls-native-certs" version = "0.8.1" @@ -14876,52 +14756,35 @@ dependencies = [ "security-framework 3.2.0", ] -[[package]] -name = "rustls-pemfile" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" -dependencies = [ - "base64 0.21.7", -] - -[[package]] -name = "rustls-pemfile" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" -dependencies = [ - "rustls-pki-types", -] - [[package]] name = "rustls-pki-types" -version = "1.10.1" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" +checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" dependencies = [ "web-time", + "zeroize", ] [[package]] name = "rustls-platform-verifier" -version = "0.3.4" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" +checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1" dependencies = [ - "core-foundation 0.9.4", + "core-foundation 0.10.1", "core-foundation-sys", "jni", "log", "once_cell", - "rustls 0.23.21", - "rustls-native-certs 0.7.3", + "rustls", + "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.102.8", - "security-framework 2.11.1", + "rustls-webpki 0.103.3", + "security-framework 3.2.0", "security-framework-sys", - "webpki-roots 0.26.7", - "winapi", + "webpki-root-certs 0.26.11", + "windows-sys 0.59.0", ] [[package]] @@ -14936,26 +14799,26 @@ version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.8", + "ring 0.17.14", "untrusted 0.9.0", ] [[package]] name = "rustls-webpki" -version = "0.102.8" +version = "0.103.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" +checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" dependencies = [ - "ring 0.17.8", + "ring 0.17.14", "rustls-pki-types", "untrusted 0.9.0", ] [[package]] name = "rustversion" -version = "1.0.19" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" +checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" [[package]] name = "rusty-fork" @@ -14982,13 +14845,12 @@ dependencies = [ [[package]] name = "ruzstd" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" +checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b" dependencies = [ "byteorder", - "derive_more 0.99.18", - "twox-hash", + "derive_more 0.99.20", ] [[package]] @@ -15004,9 +14866,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.18" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" +checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "safe_arch" @@ -15017,6 +14879,15 @@ dependencies = [ "bytemuck", ] +[[package]] +name = "salsa20" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" +dependencies = [ + "cipher 0.4.4", +] + [[package]] name = "same-file" version = "1.0.6" @@ -15028,8 +14899,8 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "23.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "31.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "log", "sp-core", @@ -15039,21 +14910,19 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.34.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.49.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", "futures-timer", "ip_network", - "libp2p", "linked_hash_set", "log", - "multihash 0.19.3", "parity-scale-codec", "prost 0.12.6", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-types", @@ -15069,11 +14938,10 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.34.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.49.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", - "futures-timer", "log", "parity-scale-codec", "sc-block-builder", @@ -15091,8 +14959,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.33.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.44.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "sp-api", @@ -15106,12 +14974,11 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "42.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "docify", - "log", "memmap2 0.9.5", "parity-scale-codec", "sc-chain-spec-derive", @@ -15123,7 +14990,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -15133,19 +15000,19 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "12.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "sc-cli" -version = "0.36.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.51.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "chrono", @@ -15158,7 +15025,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -15189,14 +15056,14 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "fnv", "futures 0.3.31", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-executor", "sc-transaction-pool-api", "sc-utils", @@ -15208,7 +15075,6 @@ dependencies = [ "sp-externalities", "sp-runtime", "sp-state-machine", - "sp-statement-store", "sp-storage", "sp-trie", "substrate-prometheus-endpoint", @@ -15216,8 +15082,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.35.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.46.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "hash-db", "kvdb", @@ -15227,7 +15093,7 @@ dependencies = [ "log", "parity-db", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-state-db", "schnellru", @@ -15242,19 +15108,18 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.33.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.48.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", "log", - "mockall 0.11.4", - "parking_lot 0.12.3", + "mockall", + "parking_lot 0.12.4", "sc-client-api", "sc-network-types", "sc-utils", "serde", - "sp-api", "sp-blockchain", "sp-consensus", "sp-core", @@ -15266,8 +15131,8 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.34.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.49.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", @@ -15295,8 +15160,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.34.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.49.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "fork-tree", @@ -15306,7 +15171,7 @@ dependencies = [ "num-rational", "num-traits", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-consensus", "sc-consensus-epochs", @@ -15321,7 +15186,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-inherents", "sp-keystore", "sp-runtime", @@ -15331,11 +15196,11 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.34.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.49.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", "sc-rpc-api", @@ -15353,17 +15218,16 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" -version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "28.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "async-channel 1.9.0", "async-trait", - "fnv", "futures 0.3.31", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-consensus", "sc-network", @@ -15378,7 +15242,6 @@ dependencies = [ "sp-consensus", "sp-consensus-beefy", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -15389,14 +15252,14 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "28.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-consensus-beefy", "sc-rpc", "serde", @@ -15409,8 +15272,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.33.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.48.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "fork-tree", "parity-scale-codec", @@ -15422,8 +15285,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.19.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.34.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "ahash", "array-bytes", @@ -15435,8 +15298,8 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "parking_lot 0.12.3", - "rand", + "parking_lot 0.12.4", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -15457,7 +15320,7 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -15466,12 +15329,12 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.19.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.34.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "finality-grandpa", "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", "sc-client-api", @@ -15486,14 +15349,14 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.35.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.50.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "assert_matches", "async-trait", "futures 0.3.31", "futures-timer", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", "sc-client-api", @@ -15521,8 +15384,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.33.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.48.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", @@ -15544,12 +15407,12 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.32.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.42.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-executor-common", "sc-executor-polkavm", "sc-executor-wasmtime", @@ -15568,8 +15431,8 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.29.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.38.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "polkavm", @@ -15582,8 +15445,8 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" -version = "0.29.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.35.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "log", "polkavm", @@ -15593,15 +15456,15 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.29.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.38.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "anyhow", "cfg-if", "libc", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rustix 0.36.17", "sc-allocator", "sc-executor-common", @@ -15612,8 +15475,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.33.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.48.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "console", "futures 0.3.31", @@ -15621,7 +15484,6 @@ dependencies = [ "log", "sc-client-api", "sc-network", - "sc-network-common", "sc-network-sync", "sp-blockchain", "sp-runtime", @@ -15629,11 +15491,11 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "25.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "35.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "serde_json", "sp-application-crypto", "sp-core", @@ -15643,8 +15505,8 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.4.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.19.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -15654,9 +15516,8 @@ dependencies = [ "futures-timer", "log", "mixnet", - "multiaddr 0.18.2", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-network", "sc-network-types", @@ -15672,13 +15533,13 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.34.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.49.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "async-channel 1.9.0", "async-trait", - "asynchronous-codec", + "asynchronous-codec 0.6.2", "bytes", "cid 0.9.0", "either", @@ -15690,15 +15551,14 @@ dependencies = [ "linked_hash_set", "litep2p", "log", - "mockall 0.11.4", - "once_cell", + "mockall", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "partial_sort", "pin-project", "prost 0.12.6", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network-common", "sc-network-types", @@ -15723,26 +15583,18 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.33.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.48.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "async-trait", "bitflags 1.3.2", - "futures 0.3.31", - "libp2p-identity", "parity-scale-codec", - "prost-build", - "sc-consensus", - "sc-network-types", - "sp-consensus", - "sp-consensus-grandpa", "sp-runtime", ] [[package]] name = "sc-network-gossip" -version = "0.34.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.49.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "ahash", "futures 0.3.31", @@ -15760,8 +15612,8 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.33.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.48.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -15781,17 +15633,16 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.33.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.48.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "async-channel 1.9.0", "async-trait", "fork-tree", "futures 0.3.31", - "futures-timer", "log", - "mockall 0.11.4", + "mockall", "parity-scale-codec", "prost 0.12.6", "prost-build", @@ -15818,15 +15669,16 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ + "async-channel 1.9.0", "async-trait", "futures 0.3.31", "futures-timer", "libp2p", "log", - "parking_lot 0.12.3", - "rand", + "parking_lot 0.12.4", + "rand 0.8.5", "sc-block-builder", "sc-client-api", "sc-consensus", @@ -15849,8 +15701,8 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.33.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.48.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "futures 0.3.31", @@ -15868,45 +15720,44 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.10.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.15.3" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bs58", + "bytes", "ed25519-dalek", "libp2p-identity", + "libp2p-kad", "litep2p", "log", "multiaddr 0.18.2", "multihash 0.19.3", - "rand", + "rand 0.8.5", "thiserror 1.0.69", "zeroize", ] [[package]] name = "sc-offchain" -version = "29.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "44.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "array-bytes", "bytes", "fnv", "futures 0.3.31", "futures-timer", "http-body-util", - "hyper 1.5.2", - "hyper-rustls 0.27.5", + "hyper 1.6.0", + "hyper-rustls", "hyper-util", - "log", "num_cpus", "once_cell", "parity-scale-codec", - "parking_lot 0.12.3", - "rand", - "rustls 0.23.21", + "parking_lot 0.12.4", + "rand 0.8.5", + "rustls", "sc-client-api", "sc-network", - "sc-network-common", "sc-network-types", "sc-transaction-pool-api", "sc-utils", @@ -15922,8 +15773,8 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -15931,14 +15782,14 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "29.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "44.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -15963,10 +15814,10 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.33.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.48.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee", "parity-scale-codec", "sc-chain-spec", "sc-mixnet", @@ -15983,18 +15834,18 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "21.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "dyn-clone", "forwarded-header-value", "futures 0.3.31", "governor", - "http 1.2.0", + "http 1.3.1", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "ip_network", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "sc-rpc-api", "serde", @@ -16002,24 +15853,24 @@ dependencies = [ "substrate-prometheus-endpoint", "tokio", "tower 0.4.13", - "tower-http", + "tower-http 0.5.2", ] [[package]] name = "sc-rpc-spec-v2" -version = "0.34.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.49.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "futures 0.3.31", "futures-util", "hex", "itertools 0.11.0", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.3", - "rand", + "parking_lot 0.12.4", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-rpc", @@ -16037,22 +15888,37 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-runtime-utilities" +version = "0.2.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" +dependencies = [ + "parity-scale-codec", + "sc-executor", + "sc-executor-common", + "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", + "sp-state-machine", + "sp-wasm-interface", + "thiserror 1.0.69", +] + [[package]] name = "sc-service" -version = "0.35.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.50.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "directories", "exit-future", "futures 0.3.31", "futures-timer", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -16103,19 +15969,19 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.30.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.38.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sp-core", ] [[package]] name = "sc-storage-monitor" -version = "0.16.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.24.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "clap", "fs4", @@ -16127,10 +15993,10 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.34.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.49.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee", "parity-scale-codec", "sc-chain-spec", "sc-client-api", @@ -16146,38 +16012,36 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "42.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.20", "futures 0.3.31", "libc", "log", - "rand", + "rand 0.8.5", "rand_pcg", "regex", "sc-telemetry", "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-io", - "sp-std", ] [[package]] name = "sc-telemetry" -version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "28.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "chrono", "futures 0.3.31", "libp2p", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", - "rand", - "sc-network", + "rand 0.8.5", "sc-utils", "serde", "serde_json", @@ -16187,8 +16051,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "chrono", "console", @@ -16196,7 +16060,7 @@ dependencies = [ "libc", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rustc-hash 1.1.0", "sc-client-api", "sc-tracing-proc-macro", @@ -16215,29 +16079,29 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" -version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "11.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "sc-transaction-pool" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", "futures-timer", - "indexmap 2.7.0", + "indexmap 2.9.0", "itertools 0.11.0", "linked-hash-map", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-transaction-pool-api", "sc-utils", @@ -16245,7 +16109,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-runtime", "sp-tracing", "sp-transaction-pool", @@ -16253,15 +16117,17 @@ dependencies = [ "thiserror 1.0.69", "tokio", "tokio-stream", + "tracing", ] [[package]] name = "sc-transaction-pool-api" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", + "indexmap 2.9.0", "log", "parity-scale-codec", "serde", @@ -16273,14 +16139,14 @@ dependencies = [ [[package]] name = "sc-utils" -version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "18.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-channel 1.9.0", "futures 0.3.31", "futures-timer", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "prometheus", "sp-arithmetic", ] @@ -16303,9 +16169,22 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.20", "parity-scale-codec", - "primitive-types 0.12.2", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + +[[package]] +name = "scale-decode" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8ae9cc099ae85ff28820210732b00f019546f36f33225f509fe25d5816864a0" +dependencies = [ + "derive_more 1.0.0", + "parity-scale-codec", + "primitive-types 0.13.1", "scale-bits", "scale-decode-derive", "scale-type-resolver", @@ -16314,25 +16193,25 @@ dependencies = [ [[package]] name = "scale-decode-derive" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bb22f574168103cdd3133b19281639ca65ad985e24612728f727339dcaf4021" +checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648" dependencies = [ - "darling 0.14.4", + "darling", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.104", ] [[package]] name = "scale-encode" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528464e6ae6c8f98e2b79633bf79ef939552e795e316579dab09c61670d56602" +checksum = "5f9271284d05d0749c40771c46180ce89905fd95aa72a2a2fddb4b7c0aa424db" dependencies = [ - "derive_more 0.99.18", + "derive_more 1.0.0", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "scale-bits", "scale-encode-derive", "scale-type-resolver", @@ -16341,15 +16220,15 @@ dependencies = [ [[package]] name = "scale-encode-derive" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef2618f123c88da9cd8853b69d766068f1eddc7692146d7dfe9b89e25ce2efd" +checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137" dependencies = [ - "darling 0.20.10", - "proc-macro-crate 3.2.0", + "darling", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -16372,10 +16251,10 @@ version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -16390,31 +16269,30 @@ dependencies = [ [[package]] name = "scale-typegen" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "498d1aecf2ea61325d4511787c115791639c0fd21ef4f8e11e49dd09eff2bbac" +checksum = "0dc4c70c7fea2eef1740f0081d3fe385d8bee1eef11e9272d3bec7dc8e5438e0" dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.96", + "syn 2.0.104", "thiserror 1.0.69", ] [[package]] name = "scale-value" -version = "0.16.3" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd6ab090d823e75cfdb258aad5fe92e13f2af7d04b43a55d607d25fcc38c811" +checksum = "f5e0ef2a0ee1e02a69ada37feb87ea1616ce9808aca072befe2d3131bf28576e" dependencies = [ "base58", "blake2 0.10.6", - "derive_more 0.99.18", + "derive_more 1.0.0", "either", - "frame-metadata 15.1.0", "parity-scale-codec", "scale-bits", - "scale-decode", + "scale-decode 0.14.0", "scale-encode", "scale-info", "scale-type-resolver", @@ -16452,7 +16330,7 @@ dependencies = [ "arrayvec 0.7.6", "curve25519-dalek-ng", "merlin", - "rand_core", + "rand_core 0.6.4", "sha2 0.9.9", "subtle-ng", "zeroize", @@ -16470,13 +16348,19 @@ dependencies = [ "curve25519-dalek", "getrandom_or_panic", "merlin", - "rand_core", + "rand_core 0.6.4", "serde_bytes", - "sha2 0.10.8", + "sha2 0.10.9", "subtle 2.6.1", "zeroize", ] +[[package]] +name = "scoped-tls" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" + [[package]] name = "scopeguard" version = "1.2.0" @@ -16485,18 +16369,20 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scratch" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" +checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52" [[package]] -name = "sct" -version = "0.7.1" +name = "scrypt" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" +checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "password-hash", + "pbkdf2", + "salsa20", + "sha2 0.10.9", ] [[package]] @@ -16523,13 +16409,42 @@ dependencies = [ "libc", ] +[[package]] +name = "secp256k1" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" +dependencies = [ + "secp256k1-sys 0.8.1", +] + [[package]] name = "secp256k1" version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10" dependencies = [ - "secp256k1-sys", + "secp256k1-sys 0.9.2", +] + +[[package]] +name = "secp256k1" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" +dependencies = [ + "bitcoin_hashes 0.14.0", + "rand 0.8.5", + "secp256k1-sys 0.10.1", +] + +[[package]] +name = "secp256k1-sys" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e" +dependencies = [ + "cc", ] [[package]] @@ -16541,6 +16456,15 @@ dependencies = [ "cc", ] +[[package]] +name = "secp256k1-sys" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9" +dependencies = [ + "cc", +] + [[package]] name = "secrecy" version = "0.8.0" @@ -16550,17 +16474,25 @@ dependencies = [ "zeroize", ] +[[package]] +name = "secrecy" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" +dependencies = [ + "zeroize", +] + [[package]] name = "security-framework" version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.1", "core-foundation 0.9.4", "core-foundation-sys", "libc", - "num-bigint", "security-framework-sys", ] @@ -16570,8 +16502,8 @@ version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" dependencies = [ - "bitflags 2.8.0", - "core-foundation 0.10.0", + "bitflags 2.9.1", + "core-foundation 0.10.1", "core-foundation-sys", "libc", "security-framework-sys", @@ -16607,9 +16539,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.24" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" +checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" dependencies = [ "serde", ] @@ -16629,12 +16561,6 @@ dependencies = [ "pest", ] -[[package]] -name = "send_wrapper" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" - [[package]] name = "separator" version = "0.4.1" @@ -16643,9 +16569,9 @@ checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5" [[package]] name = "serde" -version = "1.0.217" +version = "1.0.219" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" +checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" dependencies = [ "serde_derive", ] @@ -16661,29 +16587,29 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.15" +version = "0.11.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" +checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" dependencies = [ "serde", ] [[package]] name = "serde_derive" -version = "1.0.217" +version = "1.0.219" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" +checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "itoa", "memchr", @@ -16693,9 +16619,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" dependencies = [ "serde", ] @@ -16732,7 +16658,7 @@ dependencies = [ "futures 0.3.31", "lazy_static", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "serial_test_derive", ] @@ -16744,7 +16670,7 @@ checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -16752,7 +16678,7 @@ name = "services-payment-rpc" version = "0.1.0" dependencies = [ "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "pallet-services-payment-runtime-api", "parity-scale-codec", "sc-client-api", @@ -16799,9 +16725,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ "cfg-if", "cpufeatures", @@ -16818,6 +16744,16 @@ dependencies = [ "keccak", ] +[[package]] +name = "sha3-asm" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46" +dependencies = [ + "cc", + "cfg-if", +] + [[package]] name = "sharded-slab" version = "0.1.7" @@ -16835,9 +16771,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.2" +version = "1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" +checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" dependencies = [ "libc", ] @@ -16849,7 +16785,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest 0.10.7", - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -16867,9 +16803,9 @@ dependencies = [ [[package]] name = "similar" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" +checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" dependencies = [ "bstr", "unicode-segmentation", @@ -16877,9 +16813,9 @@ dependencies = [ [[package]] name = "similar-asserts" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe85670573cd6f0fa97940f26e7e6601213c3b0555246c24234131f88c5709e" +checksum = "b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a" dependencies = [ "console", "similar", @@ -16887,11 +16823,11 @@ dependencies = [ [[package]] name = "simple-dns" -version = "0.7.1" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c80e565e7dcc4f1ef247e2f395550d4cf7d777746d5988e7e4e3156b71077fc" +checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.1", ] [[package]] @@ -16907,9 +16843,17 @@ dependencies = [ "container-chain-template-simple-runtime", "cumulus-primitives-core", "emulated-integration-tests-common", + "frame-support", + "frame-system", + "nimbus-primitives", + "pallet-author-inherent", + "pallet-cc-authorities-noting", "sp-core", + "sp-runtime", + "sp-trie", "staging-xcm", "tanssi-emulated-integration-tests-common", + "tp-author-noting-inherent", "xcm-emulator", ] @@ -16927,12 +16871,9 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[package]] name = "slab" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" -dependencies = [ - "autocfg", -] +checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" [[package]] name = "slice-group-by" @@ -16954,8 +16895,8 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "17.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "enumn", "parity-scale-codec", @@ -16974,9 +16915,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.2" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "smol" @@ -17004,10 +16945,10 @@ dependencies = [ "async-channel 2.3.1", "async-executor", "async-fs 2.1.2", - "async-io 2.4.0", + "async-io 2.4.1", "async-lock 3.4.0", "async-net 2.0.0", - "async-process 2.3.0", + "async-process 2.3.1", "blocking", "futures-lite 2.6.0", ] @@ -17027,7 +16968,7 @@ dependencies = [ "bs58", "chacha20", "crossbeam-queue", - "derive_more 0.99.18", + "derive_more 0.99.20", "ed25519-zebra", "either", "event-listener 2.5.3", @@ -17048,54 +16989,53 @@ dependencies = [ "pbkdf2", "pin-project", "poly1305", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "ruzstd 0.4.0", "schnorrkel 0.10.2", "serde", "serde_json", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "siphasher 0.3.11", "slab", "smallvec", "soketto 0.7.1", "twox-hash", - "wasmi", + "wasmi 0.31.2", "x25519-dalek", "zeroize", ] [[package]] name = "smoldot" -version = "0.16.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d1eaa97d77be4d026a1e7ffad1bb3b78448763b357ea6f8188d3e6f736a9b9" +checksum = "966e72d77a3b2171bb7461d0cb91f43670c63558c62d7cf42809cae6c8b6b818" dependencies = [ "arrayvec 0.7.6", "async-lock 3.4.0", "atomic-take", - "base64 0.21.7", + "base64 0.22.1", "bip39", "blake2-rfc", "bs58", "chacha20", "crossbeam-queue", - "derive_more 0.99.18", + "derive_more 0.99.20", "ed25519-zebra", "either", - "event-listener 4.0.3", + "event-listener 5.4.0", "fnv", "futures-lite 2.6.0", "futures-util", "hashbrown 0.14.5", "hex", "hmac 0.12.1", - "itertools 0.12.1", + "itertools 0.13.0", "libm", "libsecp256k1", "merlin", - "no-std-net", "nom", "num-bigint", "num-rational", @@ -17103,20 +17043,20 @@ dependencies = [ "pbkdf2", "pin-project", "poly1305", - "rand", - "rand_chacha", - "ruzstd 0.5.0", + "rand 0.8.5", + "rand_chacha 0.3.1", + "ruzstd 0.6.0", "schnorrkel 0.11.4", "serde", "serde_json", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "siphasher 1.0.1", "slab", "smallvec", - "soketto 0.7.1", + "soketto 0.8.1", "twox-hash", - "wasmi", + "wasmi 0.32.3", "x25519-dalek", "zeroize", ] @@ -17131,7 +17071,7 @@ dependencies = [ "async-lock 2.8.0", "base64 0.21.7", "blake2-rfc", - "derive_more 0.99.18", + "derive_more 0.99.20", "either", "event-listener 2.5.3", "fnv", @@ -17144,10 +17084,10 @@ dependencies = [ "log", "lru 0.11.1", "no-std-net", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "serde", "serde_json", "siphasher 0.3.11", @@ -17159,37 +17099,37 @@ dependencies = [ [[package]] name = "smoldot-light" -version = "0.14.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5496f2d116b7019a526b1039ec2247dd172b8670633b1a64a614c9ea12c9d8c7" +checksum = "2a33b06891f687909632ce6a4e3fd7677b24df930365af3d0bcb078310129f3f" dependencies = [ "async-channel 2.3.1", "async-lock 3.4.0", - "base64 0.21.7", + "base64 0.22.1", "blake2-rfc", - "derive_more 0.99.18", + "bs58", + "derive_more 0.99.20", "either", - "event-listener 4.0.3", + "event-listener 5.4.0", "fnv", "futures-channel", "futures-lite 2.6.0", "futures-util", "hashbrown 0.14.5", "hex", - "itertools 0.12.1", + "itertools 0.13.0", "log", "lru 0.12.5", - "no-std-net", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "serde", "serde_json", "siphasher 1.0.1", "slab", "smol 2.0.2", - "smoldot 0.16.0", + "smoldot 0.18.0", "zeroize", ] @@ -17209,10 +17149,10 @@ dependencies = [ "blake2 0.10.6", "chacha20poly1305", "curve25519-dalek", - "rand_core", - "ring 0.17.8", + "rand_core 0.6.4", + "ring 0.17.14", "rustc_version 0.4.1", - "sha2 0.10.8", + "sha2 0.10.9", "subtle 2.6.1", ] @@ -17228,8 +17168,8 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" -version = "0.2.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.13.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "byte-slice-cast", "frame-support", @@ -17250,18 +17190,19 @@ dependencies = [ [[package]] name = "snowbridge-core" -version = "0.2.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.13.2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ + "bp-relayers", "ethabi-decode", "frame-support", "frame-system", "hex-literal 0.4.1", + "log", "parity-scale-codec", "polkadot-parachain-primitives", "scale-info", "serde", - "snowbridge-beacon-primitives", "sp-arithmetic", "sp-core", "sp-io", @@ -17269,12 +17210,13 @@ dependencies = [ "sp-std", "staging-xcm", "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] name = "snowbridge-ethereum" -version = "0.3.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.12.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "ethabi-decode", "ethbloom", @@ -17291,6 +17233,44 @@ dependencies = [ "sp-std", ] +[[package]] +name = "snowbridge-inbound-queue-primitives" +version = "0.2.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" +dependencies = [ + "alloy-core", + "alloy-primitives 0.4.2", + "alloy-sol-types 0.4.2", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "snowbridge-beacon-primitives", + "snowbridge-core", + "snowbridge-verification-primitives", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", +] + +[[package]] +name = "snowbridge-merkle-tree" +version = "0.2.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", +] + [[package]] name = "snowbridge-milagro-bls" version = "1.5.4" @@ -17300,40 +17280,56 @@ dependencies = [ "hex", "lazy_static", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "snowbridge-amcl", "zeroize", ] [[package]] -name = "snowbridge-outbound-queue-merkle-tree" -version = "0.3.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +name = "snowbridge-outbound-queue-primitives" +version = "0.2.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ + "alloy-core", + "ethabi-decode", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", "parity-scale-codec", + "polkadot-parachain-primitives", "scale-info", + "snowbridge-core", + "snowbridge-verification-primitives", + "sp-arithmetic", "sp-core", + "sp-io", "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] name = "snowbridge-outbound-queue-runtime-api" -version = "0.2.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.13.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "parity-scale-codec", "snowbridge-core", - "snowbridge-outbound-queue-merkle-tree", + "snowbridge-merkle-tree", + "snowbridge-outbound-queue-primitives", "sp-api", "sp-std", ] [[package]] name = "snowbridge-pallet-ethereum-client" -version = "0.2.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.13.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -17349,6 +17345,7 @@ dependencies = [ "snowbridge-core", "snowbridge-ethereum", "snowbridge-pallet-ethereum-client-fixtures", + "snowbridge-verification-primitives", "sp-core", "sp-io", "sp-runtime", @@ -17358,23 +17355,23 @@ dependencies = [ [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" -version = "0.9.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.21.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "hex-literal 0.4.1", "snowbridge-beacon-primitives", "snowbridge-core", + "snowbridge-verification-primitives", "sp-core", "sp-std", ] [[package]] name = "snowbridge-pallet-inbound-queue" -version = "0.2.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.13.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "alloy-primitives", - "alloy-sol-types", + "alloy-core", "frame-benchmarking", "frame-support", "frame-system", @@ -17386,8 +17383,8 @@ dependencies = [ "serde", "snowbridge-beacon-primitives", "snowbridge-core", + "snowbridge-inbound-queue-primitives", "snowbridge-pallet-inbound-queue-fixtures", - "snowbridge-router-primitives", "sp-core", "sp-io", "sp-runtime", @@ -17398,20 +17395,21 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue-fixtures" -version = "0.10.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.21.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "hex-literal 0.4.1", "snowbridge-beacon-primitives", "snowbridge-core", + "snowbridge-inbound-queue-primitives", "sp-core", "sp-std", ] [[package]] name = "snowbridge-pallet-outbound-queue" -version = "0.2.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.13.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -17422,7 +17420,8 @@ dependencies = [ "scale-info", "serde", "snowbridge-core", - "snowbridge-outbound-queue-merkle-tree", + "snowbridge-merkle-tree", + "snowbridge-outbound-queue-primitives", "sp-arithmetic", "sp-core", "sp-io", @@ -17432,8 +17431,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-system" -version = "0.2.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.13.2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-benchmarking", "frame-support", @@ -17442,6 +17441,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "snowbridge-core", + "snowbridge-outbound-queue-primitives", "sp-core", "sp-io", "sp-runtime", @@ -17451,25 +17451,16 @@ dependencies = [ ] [[package]] -name = "snowbridge-router-primitives" -version = "0.9.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +name = "snowbridge-verification-primitives" +version = "0.2.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "alloy-primitives", - "alloy-sol-types", "frame-support", - "hex-literal 0.4.1", - "impl-trait-for-tuples", - "log", "parity-scale-codec", "scale-info", - "snowbridge-core", + "snowbridge-beacon-primitives", "sp-core", - "sp-io", - "sp-runtime", "sp-std", - "staging-xcm", - "staging-xcm-executor", ] [[package]] @@ -17484,9 +17475,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.8" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" +checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" dependencies = [ "libc", "windows-sys 0.52.0", @@ -17503,7 +17494,7 @@ dependencies = [ "futures 0.3.31", "httparse", "log", - "rand", + "rand 0.8.5", "sha-1", ] @@ -17516,17 +17507,17 @@ dependencies = [ "base64 0.22.1", "bytes", "futures 0.3.31", - "http 1.2.0", + "http 1.3.1", "httparse", "log", - "rand", + "rand 0.8.5", "sha1", ] [[package]] name = "sp-api" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "hash-db", @@ -17547,22 +17538,22 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "15.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "Inflector", "blake2 0.10.6", "expander", - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "sp-application-crypto" -version = "30.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -17573,8 +17564,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "23.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "26.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "integer-sqrt", @@ -17587,8 +17578,8 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -17599,8 +17590,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "sp-api", "sp-inherents", @@ -17609,12 +17600,12 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "schnellru", "sp-api", "sp-consensus", @@ -17628,13 +17619,12 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.32.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.42.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "futures 0.3.31", "log", - "sp-core", "sp-inherents", "sp-runtime", "sp-state-machine", @@ -17643,8 +17633,8 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.32.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.42.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "parity-scale-codec", @@ -17659,8 +17649,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.32.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.42.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "parity-scale-codec", @@ -17677,8 +17667,8 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "24.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -17686,7 +17676,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -17697,8 +17687,8 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "23.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "finality-grandpa", "log", @@ -17714,8 +17704,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.32.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.42.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -17725,20 +17715,20 @@ dependencies = [ [[package]] name = "sp-core" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "bitflags 1.3.2", "blake2 0.10.6", - "bounded-collections 0.2.2", + "bounded-collections", "bs58", "dyn-clonable", "ed25519-zebra", "futures 0.3.31", "hash-db", "hash256-std-hasher", - "impl-serde 0.5.0", + "impl-serde", "itertools 0.11.0", "k256", "libsecp256k1", @@ -17746,16 +17736,16 @@ dependencies = [ "merlin", "parity-bip39", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "paste", "primitive-types 0.13.1", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", - "secp256k1", - "secrecy", + "secp256k1 0.28.2", + "secrecy 0.8.0", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", @@ -17778,7 +17768,7 @@ dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "twox-hash", ] @@ -17786,12 +17776,12 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "twox-hash", ] @@ -17799,36 +17789,36 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", - "syn 2.0.96", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", + "syn 2.0.104", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "kvdb", - "parking_lot 0.12.3", + "parking_lot 0.12.4", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.30.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "environmental", "parity-scale-codec", @@ -17837,8 +17827,8 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.8.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.17.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -17849,8 +17839,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -17862,8 +17852,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "30.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "40.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bytes", "docify", @@ -17873,9 +17863,9 @@ dependencies = [ "parity-scale-codec", "polkavm-derive", "rustversion", - "secp256k1", + "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -17888,8 +17878,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "31.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "41.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "sp-core", "sp-runtime", @@ -17898,11 +17888,11 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.34.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.42.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sp-core", "sp-externalities", ] @@ -17910,7 +17900,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -17918,18 +17908,18 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.6.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.10.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "frame-metadata 18.0.0", + "frame-metadata 20.0.0", "parity-scale-codec", "scale-info", ] [[package]] name = "sp-mixnet" -version = "0.4.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.14.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -17939,8 +17929,8 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "log", "parity-scale-codec", @@ -17956,8 +17946,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -17969,8 +17959,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "sp-api", "sp-core", @@ -17979,8 +17969,8 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "13.0.2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "backtrace", "regex", @@ -17988,8 +17978,8 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "34.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -17998,8 +17988,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "31.0.1" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "41.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "binary-merkle-tree", "docify", @@ -18010,7 +18000,7 @@ dependencies = [ "num-traits", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", @@ -18027,8 +18017,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "29.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -18046,21 +18036,21 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "18.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "sp-session" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "38.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "scale-info", @@ -18073,8 +18063,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "38.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -18086,14 +18076,14 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.35.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.45.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "hash-db", "log", "parity-scale-codec", - "parking_lot 0.12.3", - "rand", + "parking_lot 0.12.4", + "rand 0.8.5", "smallvec", "sp-core", "sp-externalities", @@ -18106,21 +18096,21 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "10.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "20.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "aes-gcm", "curve25519-dalek", "ed25519-dalek", "hkdf", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", - "sha2 0.10.8", + "sha2 0.10.9", "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-externalities", "sp-runtime", "sp-runtime-interface", @@ -18131,14 +18121,14 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" [[package]] name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "impl-serde 0.5.0", + "impl-serde", "parity-scale-codec", "ref-cast", "serde", @@ -18147,8 +18137,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "parity-scale-codec", @@ -18159,8 +18149,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "17.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", "tracing", @@ -18170,8 +18160,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "sp-api", "sp-runtime", @@ -18179,8 +18169,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "26.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "36.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", "parity-scale-codec", @@ -18193,16 +18183,16 @@ dependencies = [ [[package]] name = "sp-trie" -version = "29.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "ahash", "hash-db", "memory-db", "nohash-hasher", "parity-scale-codec", - "parking_lot 0.12.3", - "rand", + "parking_lot 0.12.4", + "rand 0.8.5", "scale-info", "schnellru", "sp-core", @@ -18215,10 +18205,10 @@ dependencies = [ [[package]] name = "sp-version" -version = "29.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "39.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "impl-serde 0.5.0", + "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info", @@ -18232,20 +18222,20 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "15.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "parity-scale-codec", - "proc-macro-warning 1.0.2", + "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "21.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -18256,10 +18246,10 @@ dependencies = [ [[package]] name = "sp-weights" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "31.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "bounded-collections 0.2.2", + "bounded-collections", "parity-scale-codec", "scale-info", "serde", @@ -18355,7 +18345,7 @@ dependencies = [ "futures-util", "hashlink", "hex", - "indexmap 2.7.0", + "indexmap 2.9.0", "log", "memchr", "native-tls", @@ -18363,7 +18353,7 @@ dependencies = [ "paste", "percent-encoding", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "smallvec", "sqlformat", "thiserror 1.0.69", @@ -18401,7 +18391,7 @@ dependencies = [ "quote", "serde", "serde_json", - "sha2 0.10.8", + "sha2 0.10.9", "sqlx-core", "sqlx-sqlite", "syn 1.0.109", @@ -18479,8 +18469,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" -version = "0.7.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.20.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -18493,16 +18483,16 @@ dependencies = [ [[package]] name = "staging-tracking-allocator" version = "2.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" [[package]] name = "staging-xcm" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "16.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", - "bounded-collections 0.2.2", - "derivative", + "bounded-collections", + "derive-where", "environmental", "frame-support", "hex-literal 0.4.1", @@ -18518,30 +18508,32 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "20.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ + "environmental", "frame-support", "frame-system", "impl-trait-for-tuples", - "log", "pallet-asset-conversion", "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain-primitives", "scale-info", "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-weights", "staging-xcm", "staging-xcm-executor", + "tracing", ] [[package]] name = "staging-xcm-executor" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.1.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "environmental", "frame-benchmarking", @@ -18563,6 +18555,8 @@ name = "starlight-emulated-chain" version = "0.0.0" dependencies = [ "emulated-integration-tests-common", + "polkadot-parachain-primitives", + "polkadot-runtime-parachains", "sp-core", "staging-xcm", "starlight-runtime", @@ -18575,7 +18569,7 @@ dependencies = [ name = "starlight-runtime" version = "0.1.0" dependencies = [ - "alloy-sol-types", + "alloy-sol-types 0.4.2", "binary-merkle-tree", "bitvec", "container-chain-template-frontier-runtime", @@ -18632,7 +18626,7 @@ dependencies = [ "pallet-membership", "pallet-message-queue", "pallet-migrations 0.1.0", - "pallet-migrations 1.0.0", + "pallet-migrations 10.1.0", "pallet-mmr", "pallet-multisig", "pallet-offences", @@ -18668,7 +18662,7 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", - "rand", + "rand 0.8.5", "rococo-runtime", "rococo-runtime-constants", "sc-consensus-grandpa", @@ -18680,14 +18674,17 @@ dependencies = [ "smallvec", "snowbridge-beacon-primitives", "snowbridge-core", + "snowbridge-inbound-queue-primitives", + "snowbridge-merkle-tree", "snowbridge-milagro-bls", + "snowbridge-outbound-queue-primitives", "snowbridge-outbound-queue-runtime-api", "snowbridge-pallet-ethereum-client", "snowbridge-pallet-inbound-queue", "snowbridge-pallet-inbound-queue-fixtures", "snowbridge-pallet-outbound-queue", "snowbridge-pallet-system", - "snowbridge-router-primitives", + "snowbridge-verification-primitives", "sp-api", "sp-application-crypto", "sp-arithmetic", @@ -18778,15 +18775,15 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "static_init" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" +checksum = "8bae1df58c5fea7502e8e352ec26b5579f6178e1fdb311e088580c980dee25ed" dependencies = [ "bitflags 1.3.2", - "cfg_aliases 0.1.1", + "cfg_aliases 0.2.1", "libc", - "parking_lot 0.11.2", - "parking_lot_core 0.8.6", + "parking_lot 0.12.4", + "parking_lot_core 0.9.11", "static_init_macro", "winapi", ] @@ -18808,7 +18805,7 @@ dependencies = [ name = "stream-payment-rpc" version = "0.1.0" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee", "pallet-stream-payment-runtime-api", "parity-scale-codec", "serde", @@ -18818,10 +18815,14 @@ dependencies = [ ] [[package]] -name = "strsim" -version = "0.10.0" +name = "string-interner" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +checksum = "1c6a0d765f5807e98a091107bae0a56ea3799f66a5de47b2c84c94a39c09974e" +dependencies = [ + "cfg-if", + "hashbrown 0.14.5", +] [[package]] name = "strsim" @@ -18870,35 +18871,35 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "substrate-bip39" -version = "0.4.7" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.6.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "hmac 0.12.1", "pbkdf2", "schnorrkel 0.11.4", - "sha2 0.10.8", + "sha2 0.10.9", "zeroize", ] [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" [[package]] name = "substrate-frame-rpc-system" -version = "28.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "43.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "docify", "frame-system-rpc-runtime-api", "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", @@ -18912,11 +18913,11 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.17.2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "log", "prometheus", @@ -18926,11 +18927,11 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.33.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.48.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "async-trait", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "sc-rpc-api", "serde", @@ -18939,10 +18940,10 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "27.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "42.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", @@ -18957,7 +18958,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "async-trait", @@ -18967,7 +18968,6 @@ dependencies = [ "sc-client-db", "sc-consensus", "sc-executor", - "sc-offchain", "sc-service", "serde", "serde_json", @@ -18977,14 +18977,13 @@ dependencies = [ "sp-keyring", "sp-keystore", "sp-runtime", - "sp-state-machine", "tokio", ] [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "frame-executive", @@ -19007,7 +19006,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-externalities", "sp-genesis-builder", "sp-inherents", @@ -19028,7 +19027,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "futures 0.3.31", "sc-block-builder", @@ -19045,15 +19044,15 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "26.0.1" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "build-helper", "cargo_metadata", "console", "filetime", - "frame-metadata 18.0.0", + "frame-metadata 20.0.0", "jobserver", "merkleized-metadata", "parity-scale-codec", @@ -19068,7 +19067,7 @@ dependencies = [ "sp-version", "strum 0.26.3", "tempfile", - "toml 0.8.19", + "toml 0.8.23", "walkdir", "wasm-opt", ] @@ -19093,99 +19092,97 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] name = "subxt" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a160cba1edbf3ec4fbbeaea3f1a185f70448116a6bccc8276bb39adb3b3053bd" +checksum = "1c17d7ec2359d33133b63c97e28c8b7cd3f0a5bc6ce567ae3aef9d9e85be3433" dependencies = [ "async-trait", "derive-where", "either", - "frame-metadata 16.0.0", + "frame-metadata 17.0.0", "futures 0.3.31", "hex", - "impl-serde 0.4.0", - "instant", - "jsonrpsee 0.22.5", + "impl-serde", + "jsonrpsee", "parity-scale-codec", - "primitive-types 0.12.2", - "reconnecting-jsonrpsee-ws-client", + "polkadot-sdk", + "primitive-types 0.13.1", "scale-bits", - "scale-decode", + "scale-decode 0.14.0", "scale-encode", "scale-info", "scale-value", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-core", "subxt-lightclient", "subxt-macro", "subxt-metadata", "thiserror 1.0.69", + "tokio", "tokio-util", "tracing", "url", + "web-time", ] [[package]] name = "subxt-codegen" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d703dca0905cc5272d7cc27a4ac5f37dcaae7671acc7fef0200057cc8c317786" +checksum = "6550ef451c77db6e3bc7c56fb6fe1dca9398a2c8fc774b127f6a396a769b9c5b" dependencies = [ - "frame-metadata 16.0.0", "heck 0.5.0", - "hex", - "jsonrpsee 0.22.5", "parity-scale-codec", "proc-macro2", "quote", "scale-info", "scale-typegen", "subxt-metadata", - "syn 2.0.96", + "syn 2.0.104", "thiserror 1.0.69", - "tokio", ] [[package]] name = "subxt-core" -version = "0.37.1" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af3b36405538a36b424d229dc908d1396ceb0994c90825ce928709eac1a159a" +checksum = "cb7a1bc6c9c1724971636a66e3225a7253cdb35bb6efb81524a6c71c04f08c59" dependencies = [ "base58", "blake2 0.10.6", "derive-where", - "frame-metadata 16.0.0", + "frame-decode", + "frame-metadata 17.0.0", "hashbrown 0.14.5", "hex", - "impl-serde 0.4.0", + "impl-serde", + "keccak-hash", "parity-scale-codec", - "primitive-types 0.12.2", + "polkadot-sdk", + "primitive-types 0.13.1", "scale-bits", - "scale-decode", + "scale-decode 0.14.0", "scale-encode", "scale-info", "scale-value", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-metadata", "tracing", ] [[package]] name = "subxt-lightclient" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d9406fbdb9548c110803cb8afa750f8b911d51eefdf95474b11319591d225d9" +checksum = "89ebc9131da4d0ba1f7814495b8cc79698798ccd52cacd7bcefe451e415bd945" dependencies = [ "futures 0.3.31", "futures-util", "serde", "serde_json", - "smoldot-light 0.14.0", + "smoldot-light 0.16.2", "thiserror 1.0.69", "tokio", "tokio-stream", @@ -19194,61 +19191,79 @@ dependencies = [ [[package]] name = "subxt-macro" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c195f803d70687e409aba9be6c87115b5da8952cd83c4d13f2e043239818fcd" +checksum = "7819c5e09aae0319981ee853869f2fcd1fac4db8babd0d004c17161297aadc05" dependencies = [ - "darling 0.20.10", + "darling", "parity-scale-codec", - "proc-macro-error", + "proc-macro-error2", "quote", "scale-typegen", "subxt-codegen", - "syn 2.0.96", + "subxt-utils-fetchmetadata", + "syn 2.0.104", ] [[package]] name = "subxt-metadata" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "738be5890fdeff899bbffff4d9c0f244fe2a952fb861301b937e3aa40ebb55da" +checksum = "aacd4e7484fef58deaa2dcb32d94753a864b208a668c0dd0c28be1d8abeeadb2" dependencies = [ - "frame-metadata 16.0.0", + "frame-decode", + "frame-metadata 17.0.0", "hashbrown 0.14.5", "parity-scale-codec", + "polkadot-sdk", "scale-info", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "subxt-signer" -version = "0.37.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49888ae6ae90fe01b471193528eea5bd4ed52d8eecd2d13f4a2333b87388850" +checksum = "d680352d04665b1e4eb6f9d2a54b800c4d8e1b20478e69be1b7d975b08d9fc34" dependencies = [ + "base64 0.22.1", "bip32", "bip39", "cfg-if", + "crypto_secretbox", "hex", "hmac 0.12.1", "keccak-hash", "parity-scale-codec", "pbkdf2", + "polkadot-sdk", "regex", "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "sha2 0.10.8", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "scrypt", + "secp256k1 0.30.0", + "secrecy 0.10.3", + "serde", + "serde_json", + "sha2 0.10.9", "subxt-core", "zeroize", ] +[[package]] +name = "subxt-utils-fetchmetadata" +version = "0.38.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3c53bc3eeaacc143a2f29ace4082edd2edaccab37b69ad20befba9fb00fdb3d" +dependencies = [ + "hex", + "parity-scale-codec", + "thiserror 1.0.69", +] + [[package]] name = "symbolic-common" -version = "12.13.2" +version = "12.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8150eae9699e3c73a3e6431dc1f80d87748797c0457336af23e94c1de619ed24" +checksum = "6a1150bdda9314f6cfeeea801c23f5593c6e6a6c72e64f67e48d723a12b8efdb" dependencies = [ "debugid", "memmap2 0.9.5", @@ -19258,9 +19273,9 @@ dependencies = [ [[package]] name = "symbolic-demangle" -version = "12.13.2" +version = "12.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95f4a9846f7a8933b6d198c022faa2c9bd89e1a970bed9d9a98d25708bf8de17" +checksum = "9f66537def48fbc704a92e4fdaab7833bc7cb2255faca8182592fb5fa617eb82" dependencies = [ "cpp_demangle 0.4.4", "rustc-demangle", @@ -19280,9 +19295,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.96" +version = "2.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" +checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" dependencies = [ "proc-macro2", "quote", @@ -19298,7 +19313,19 @@ dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", +] + +[[package]] +name = "syn-solidity" +version = "0.8.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4560533fbd6914b94a8fb5cc803ed6801c3455668db3b810702c57612bac9412" +dependencies = [ + "paste", + "proc-macro2", + "quote", + "syn 2.0.104", ] [[package]] @@ -19324,13 +19351,13 @@ dependencies = [ [[package]] name = "synstructure" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" +checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -19339,7 +19366,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.1", "core-foundation 0.9.4", "system-configuration-sys", ] @@ -19354,6 +19381,12 @@ dependencies = [ "libc", ] +[[package]] +name = "tagptr" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" + [[package]] name = "tanssi-emulated-integration-tests-common" version = "0.0.0" @@ -19364,13 +19397,17 @@ dependencies = [ "frame-system", "nimbus-primitives", "pallet-message-queue", + "parity-scale-codec", "sc-consensus-grandpa", "snowbridge-beacon-primitives", "snowbridge-core", "snowbridge-pallet-outbound-queue", + "snowbridge-verification-primitives", + "sp-consensus-aura", "sp-consensus-babe", "sp-core", "sp-keyring", + "sp-runtime", "sp-std", "sp-weights", "staging-xcm", @@ -19412,7 +19449,7 @@ dependencies = [ "fs2", "futures 0.3.31", "hex-literal 0.3.4", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "manual-container-chains-exclusion-rpc", "manual-randomness-rpc", @@ -19555,7 +19592,7 @@ dependencies = [ "dancelight-runtime", "dancelight-runtime-constants", "dp-container-chain-genesis-data", - "env_logger 0.11.6", + "env_logger 0.11.8", "flume 0.10.14", "frame-benchmarking", "frame-benchmarking-cli", @@ -19566,7 +19603,7 @@ dependencies = [ "futures 0.3.31", "hex-literal 0.3.4", "is_executable", - "jsonrpsee 0.24.7", + "jsonrpsee", "kvdb", "kvdb-rocksdb", "log", @@ -19579,7 +19616,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "parity-db", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "polkadot-approval-distribution", "polkadot-availability-bitfield-distribution", "polkadot-availability-distribution", @@ -19713,9 +19750,9 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "snowbridge-core", + "snowbridge-inbound-queue-primitives", "snowbridge-pallet-inbound-queue", "snowbridge-pallet-system", - "snowbridge-router-primitives", "sp-core", "sp-runtime", "sp-staking", @@ -19732,7 +19769,7 @@ dependencies = [ "pallet-external-validators-rewards", "serde", "serde_json", - "snowbridge-outbound-queue-merkle-tree", + "snowbridge-merkle-tree", "sp-runtime", ] @@ -19774,7 +19811,7 @@ dependencies = [ "pallet-registrar-runtime-api", "pallet-xcm-core-buyer-runtime-api", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "polkadot-core-primitives", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -19831,7 +19868,7 @@ dependencies = [ "dp-container-chain-genesis-data", "dp-core", "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "parity-scale-codec", "polkadot-overseer", "sc-client-api", @@ -19876,7 +19913,7 @@ dependencies = [ "frame-support", "fs2", "futures 0.3.31", - "jsonrpsee 0.24.7", + "jsonrpsee", "log", "manual-xcm-rpc", "nimbus-consensus", @@ -19927,15 +19964,14 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.15.0" +version = "3.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" +checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" dependencies = [ - "cfg-if", "fastrand 2.3.0", - "getrandom", + "getrandom 0.3.3", "once_cell", - "rustix 0.38.43", + "rustix 1.0.7", "windows-sys 0.59.0", ] @@ -19950,11 +19986,11 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" +checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" dependencies = [ - "rustix 0.38.43", + "rustix 1.0.7", "windows-sys 0.59.0", ] @@ -19967,7 +20003,7 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2412#837429119497bc2d1f5d3c67ff56fad7391bbf3b" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-stable2503#fd1d8dae4b8b1f00641e38ca9bc4c877afa58702" dependencies = [ "cumulus-primitives-core", "dp-collator-assignment", @@ -19982,7 +20018,7 @@ dependencies = [ [[package]] name = "test-runtime-constants" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "polkadot-primitives", @@ -20001,11 +20037,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.11", + "thiserror-impl 2.0.12", ] [[package]] @@ -20025,7 +20061,7 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -20036,18 +20072,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "thiserror-impl" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -20058,12 +20094,11 @@ checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" [[package]] name = "thread_local" -version = "1.1.8" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" +checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" dependencies = [ "cfg-if", - "once_cell", ] [[package]] @@ -20108,9 +20143,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.37" +version = "0.3.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" +checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" dependencies = [ "deranged", "itoa", @@ -20123,15 +20158,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" +checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" [[package]] name = "time-macros" -version = "0.2.19" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" +checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" dependencies = [ "num-conv", "time-core", @@ -20148,9 +20183,9 @@ dependencies = [ [[package]] name = "tinystr" -version = "0.7.6" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" dependencies = [ "displaydoc", "zerovec", @@ -20158,9 +20193,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" +checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" dependencies = [ "tinyvec_macros", ] @@ -20173,18 +20208,18 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes", "libc", "mio", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.8", + "socket2 0.5.10", "tokio-macros", "windows-sys 0.52.0", ] @@ -20197,7 +20232,7 @@ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -20207,38 +20242,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" dependencies = [ "pin-project", - "rand", - "tokio", -] - -[[package]] -name = "tokio-rustls" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" -dependencies = [ - "rustls 0.21.12", - "tokio", -] - -[[package]] -name = "tokio-rustls" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" -dependencies = [ - "rustls 0.22.4", - "rustls-pki-types", + "rand 0.8.5", "tokio", ] [[package]] name = "tokio-rustls" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" +checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" dependencies = [ - "rustls 0.23.21", + "rustls", "tokio", ] @@ -20256,31 +20270,32 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.20.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" +checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" dependencies = [ "futures-util", "log", - "rustls 0.21.12", - "rustls-native-certs 0.6.3", + "rustls", + "rustls-native-certs", + "rustls-pki-types", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls", "tungstenite", ] [[package]] name = "tokio-util" -version = "0.7.13" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" +checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" dependencies = [ "bytes", "futures-core", "futures-io", "futures-sink", "futures-util", - "hashbrown 0.14.5", + "hashbrown 0.15.4", "pin-project-lite", "tokio", ] @@ -20296,9 +20311,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.19" +version = "0.8.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" +checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" dependencies = [ "serde", "serde_spanned", @@ -20308,26 +20323,33 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.8" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" +checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.22.22" +version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" +checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.7.0", + "indexmap 2.9.0", "serde", "serde_spanned", "toml_datetime", + "toml_write", "winnow", ] +[[package]] +name = "toml_write" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" + [[package]] name = "tower" version = "0.4.13" @@ -20364,9 +20386,9 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.1", "bytes", - "http 1.2.0", + "http 1.3.1", "http-body 1.0.1", "http-body-util", "pin-project-lite", @@ -20374,6 +20396,24 @@ dependencies = [ "tower-service", ] +[[package]] +name = "tower-http" +version = "0.6.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +dependencies = [ + "bitflags 2.9.1", + "bytes", + "futures-util", + "http 1.3.1", + "http-body 1.0.1", + "iri-string", + "pin-project-lite", + "tower 0.5.2", + "tower-layer", + "tower-service", +] + [[package]] name = "tower-layer" version = "0.3.3" @@ -20432,9 +20472,10 @@ dependencies = [ "serde", "snowbridge-beacon-primitives", "snowbridge-core", + "snowbridge-inbound-queue-primitives", + "snowbridge-outbound-queue-primitives", "snowbridge-pallet-outbound-queue", "snowbridge-pallet-system", - "snowbridge-router-primitives", "sp-core", "sp-runtime", "sp-std", @@ -20555,20 +20596,20 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.28" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" +checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "tracing-core" -version = "0.1.33" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" +checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" dependencies = [ "once_cell", "valuable", @@ -20586,8 +20627,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "19.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "coarsetime", "polkadot-primitives", @@ -20598,13 +20639,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "expander", - "proc-macro-crate 3.2.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -20627,7 +20668,7 @@ dependencies = [ "matchers", "nu-ansi-term", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "regex", "sharded-slab", "smallvec", @@ -20640,9 +20681,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.29.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" +checksum = "6c0670ab45a6b7002c7df369fee950a27cf29ae0474343fd3a15aa15f691e7a6" dependencies = [ "hash-db", "log", @@ -20655,80 +20696,8 @@ name = "trie-root" version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b" -dependencies = [ - "hash-db", -] - -[[package]] -name = "trust-dns-proto" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" -dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner 0.5.1", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.2.3", - "ipnet", - "lazy_static", - "rand", - "smallvec", - "socket2 0.4.10", - "thiserror 1.0.69", - "tinyvec", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "trust-dns-proto" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" -dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner 0.6.1", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.4.0", - "ipnet", - "once_cell", - "rand", - "smallvec", - "thiserror 1.0.69", - "tinyvec", - "tokio", - "tracing", - "url", -] - -[[package]] -name = "trust-dns-resolver" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lru-cache", - "once_cell", - "parking_lot 0.12.3", - "rand", - "resolv-conf", - "smallvec", - "thiserror 1.0.69", - "tokio", - "tracing", - "trust-dns-proto 0.23.2", +dependencies = [ + "hash-db", ] [[package]] @@ -20745,20 +20714,20 @@ checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" [[package]] name = "tungstenite" -version = "0.20.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" dependencies = [ - "byteorder", "bytes", "data-encoding", - "http 0.2.12", + "http 1.3.1", "httparse", "log", - "rand", - "rustls 0.21.12", + "rand 0.9.1", + "rustls", + "rustls-pki-types", "sha1", - "thiserror 1.0.69", + "thiserror 2.0.12", "url", "utf-8", ] @@ -20777,15 +20746,15 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand", + "rand 0.8.5", "static_assertions", ] [[package]] name = "typenum" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" +checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "ucd-trie" @@ -20823,17 +20792,11 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" -[[package]] -name = "unicode-bidi" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" - [[package]] name = "unicode-ident" -version = "1.0.14" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" +checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "unicode-normalization" @@ -20852,15 +20815,9 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-width" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - -[[package]] -name = "unicode-width" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" +checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" [[package]] name = "unicode-xid" @@ -20890,7 +20847,7 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.6.2", "bytes", "futures-io", "futures-util", @@ -20925,7 +20882,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", - "idna 1.0.3", + "idna", "percent-encoding", ] @@ -20941,12 +20898,6 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" -[[package]] -name = "utf16_iter" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" - [[package]] name = "utf8_iter" version = "1.0.4" @@ -20961,15 +20912,20 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.12.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" +checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" +dependencies = [ + "getrandom 0.3.3", + "js-sys", + "wasm-bindgen", +] [[package]] name = "valuable" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "vcpkg" @@ -20991,9 +20947,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024" +checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -21002,22 +20958,20 @@ dependencies = [ "ark-serialize 0.4.2", "ark-serialize-derive", "arrayref", - "constcat", "digest 0.10.7", - "rand", - "rand_chacha", - "rand_core", - "sha2 0.10.8", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "sha2 0.10.9", "sha3", - "thiserror 1.0.69", "zeroize", ] [[package]] name = "wait-timeout" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" dependencies = [ "libc", ] @@ -21049,9 +21003,18 @@ dependencies = [ [[package]] name = "wasi" -version = "0.11.0+wasi-snapshot-preview1" +version = "0.11.1+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" + +[[package]] +name = "wasi" +version = "0.14.2+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" +dependencies = [ + "wit-bindgen-rt", +] [[package]] name = "wasix" @@ -21059,7 +21022,7 @@ version = "0.12.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" dependencies = [ - "wasi", + "wasi 0.11.1+wasi-snapshot-preview1", ] [[package]] @@ -21084,7 +21047,7 @@ dependencies = [ "log", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", "wasm-bindgen-shared", ] @@ -21119,7 +21082,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -21206,7 +21169,24 @@ dependencies = [ "smallvec", "spin 0.9.8", "wasmi_arena", - "wasmi_core", + "wasmi_core 0.13.0", + "wasmparser-nostd", +] + +[[package]] +name = "wasmi" +version = "0.32.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca" +dependencies = [ + "arrayvec 0.7.6", + "multi-stash", + "num-derive", + "num-traits", + "smallvec", + "spin 0.9.8", + "wasmi_collections", + "wasmi_core 0.32.3", "wasmparser-nostd", ] @@ -21216,6 +21196,17 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" +[[package]] +name = "wasmi_collections" +version = "0.32.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c128c039340ffd50d4195c3f8ce31aac357f06804cfc494c8b9508d4b30dca4" +dependencies = [ + "ahash", + "hashbrown 0.14.5", + "string-interner", +] + [[package]] name = "wasmi_core" version = "0.13.0" @@ -21228,6 +21219,18 @@ dependencies = [ "paste", ] +[[package]] +name = "wasmi_core" +version = "0.32.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a23b3a7f6c8c3ceeec6b83531ee61f0013c56e51cbf2b14b0f213548b23a4b41" +dependencies = [ + "downcast-rs", + "libm", + "num-traits", + "paste", +] + [[package]] name = "wasmparser" version = "0.102.0" @@ -21298,7 +21301,7 @@ dependencies = [ "log", "rustix 0.36.17", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "toml 0.5.11", "windows-sys 0.45.0", "zstd 0.11.2+zstd.1.5.2", @@ -21422,7 +21425,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand", + "rand 0.8.5", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -21463,13 +21466,21 @@ dependencies = [ ] [[package]] -name = "webpki" -version = "0.22.4" +name = "webpki-root-certs" +version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" +checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "webpki-root-certs 1.0.1", +] + +[[package]] +name = "webpki-root-certs" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86138b15b2b7d561bc4469e77027b8dd005a43dc502e9031d1f5afc8ce1f280e" +dependencies = [ + "rustls-pki-types", ] [[package]] @@ -21480,9 +21491,9 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.7" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" +checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502" dependencies = [ "rustls-pki-types", ] @@ -21494,6 +21505,7 @@ dependencies = [ "cumulus-primitives-core", "emulated-integration-tests-common", "pallet-staking", + "polkadot-parachain-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", "sc-consensus-grandpa", @@ -21509,8 +21521,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "22.1.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "binary-merkle-tree", "bitvec", @@ -21533,10 +21545,8 @@ dependencies = [ "pallet-balances", "pallet-beefy", "pallet-beefy-mmr", - "pallet-collective", "pallet-conviction-voting", "pallet-delegated-staking", - "pallet-democracy", "pallet-election-provider-multi-phase", "pallet-election-provider-support-benchmarking", "pallet-elections-phragmen", @@ -21546,7 +21556,8 @@ dependencies = [ "pallet-indices", "pallet-membership", "pallet-message-queue", - "pallet-migrations 1.0.0", + "pallet-meta-tx", + "pallet-migrations 10.1.0", "pallet-mmr", "pallet-multisig", "pallet-nomination-pools", @@ -21573,6 +21584,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-treasury", "pallet-utility", + "pallet-verify-signature", "pallet-vesting", "pallet-whitelist", "pallet-xcm", @@ -21586,7 +21598,6 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "smallvec", "sp-api", "sp-application-crypto", "sp-arithmetic", @@ -21619,8 +21630,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "20.0.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "polkadot-primitives", @@ -21651,9 +21662,9 @@ dependencies = [ [[package]] name = "wide" -version = "0.7.32" +version = "0.7.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b5576b9a81633f3e8df296ce0063042a73507636cbe956c61133dd7034ab22" +checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03" dependencies = [ "bytemuck", "safe_arch", @@ -21661,9 +21672,9 @@ dependencies = [ [[package]] name = "widestring" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" +checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" [[package]] name = "winapi" @@ -21707,12 +21718,25 @@ dependencies = [ ] [[package]] -name = "windows-core" -version = "0.52.0" +name = "windows" +version = "0.61.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" dependencies = [ - "windows-targets 0.52.6", + "windows-collections", + "windows-core 0.61.2", + "windows-future", + "windows-link", + "windows-numerics", +] + +[[package]] +name = "windows-collections" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" +dependencies = [ + "windows-core 0.61.2", ] [[package]] @@ -21726,14 +21750,65 @@ dependencies = [ ] [[package]] -name = "windows-registry" -version = "0.2.0" +name = "windows-core" +version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" +checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" dependencies = [ - "windows-result 0.2.0", + "windows-implement", + "windows-interface", + "windows-link", + "windows-result 0.3.4", "windows-strings", - "windows-targets 0.52.6", +] + +[[package]] +name = "windows-future" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" +dependencies = [ + "windows-core 0.61.2", + "windows-link", + "windows-threading", +] + +[[package]] +name = "windows-implement" +version = "0.60.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.104", +] + +[[package]] +name = "windows-interface" +version = "0.59.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.104", +] + +[[package]] +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + +[[package]] +name = "windows-numerics" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" +dependencies = [ + "windows-core 0.61.2", + "windows-link", ] [[package]] @@ -21747,21 +21822,20 @@ dependencies = [ [[package]] name = "windows-result" -version = "0.2.0" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" dependencies = [ - "windows-targets 0.52.6", + "windows-link", ] [[package]] name = "windows-strings" -version = "0.1.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" dependencies = [ - "windows-result 0.2.0", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -21800,6 +21874,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.60.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" +dependencies = [ + "windows-targets 0.53.2", +] + [[package]] name = "windows-targets" version = "0.42.2" @@ -21839,13 +21922,38 @@ dependencies = [ "windows_aarch64_gnullvm 0.52.6", "windows_aarch64_msvc 0.52.6", "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", + "windows_i686_gnullvm 0.52.6", "windows_i686_msvc 0.52.6", "windows_x86_64_gnu 0.52.6", "windows_x86_64_gnullvm 0.52.6", "windows_x86_64_msvc 0.52.6", ] +[[package]] +name = "windows-targets" +version = "0.53.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" +dependencies = [ + "windows_aarch64_gnullvm 0.53.0", + "windows_aarch64_msvc 0.53.0", + "windows_i686_gnu 0.53.0", + "windows_i686_gnullvm 0.53.0", + "windows_i686_msvc 0.53.0", + "windows_x86_64_gnu 0.53.0", + "windows_x86_64_gnullvm 0.53.0", + "windows_x86_64_msvc 0.53.0", +] + +[[package]] +name = "windows-threading" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" +dependencies = [ + "windows-link", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.42.2" @@ -21864,6 +21972,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" + [[package]] name = "windows_aarch64_msvc" version = "0.42.2" @@ -21882,6 +21996,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" +[[package]] +name = "windows_aarch64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" + [[package]] name = "windows_i686_gnu" version = "0.42.2" @@ -21900,12 +22020,24 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" +[[package]] +name = "windows_i686_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" + [[package]] name = "windows_i686_gnullvm" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" +[[package]] +name = "windows_i686_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" + [[package]] name = "windows_i686_msvc" version = "0.42.2" @@ -21924,6 +22056,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" +[[package]] +name = "windows_i686_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" + [[package]] name = "windows_x86_64_gnu" version = "0.42.2" @@ -21942,6 +22080,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" +[[package]] +name = "windows_x86_64_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" + [[package]] name = "windows_x86_64_gnullvm" version = "0.42.2" @@ -21960,6 +22104,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" + [[package]] name = "windows_x86_64_msvc" version = "0.42.2" @@ -21978,11 +22128,17 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" +[[package]] +name = "windows_x86_64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" + [[package]] name = "winnow" -version = "0.6.24" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" +checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" dependencies = [ "memchr", ] @@ -21998,16 +22154,19 @@ dependencies = [ ] [[package]] -name = "write16" -version = "1.0.0" +name = "wit-bindgen-rt" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" +checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" +dependencies = [ + "bitflags 2.9.1", +] [[package]] name = "writeable" -version = "0.5.5" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" +checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" [[package]] name = "wyz" @@ -22025,23 +22184,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ "curve25519-dalek", - "rand_core", + "rand_core 0.6.4", "serde", "zeroize", ] [[package]] name = "x509-parser" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" dependencies = [ - "asn1-rs 0.5.2", + "asn1-rs 0.6.2", "data-encoding", - "der-parser 8.2.0", + "der-parser 9.0.0", "lazy_static", "nom", - "oid-registry 0.6.1", + "oid-registry 0.7.1", "rusticata-macros", "thiserror 1.0.69", "time", @@ -22049,29 +22208,28 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" +checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs 0.7.1", "data-encoding", - "der-parser 9.0.0", + "der-parser 10.0.0", "lazy_static", "nom", - "oid-registry 0.7.1", + "oid-registry 0.8.1", "rusticata-macros", - "thiserror 1.0.69", + "thiserror 2.0.12", "time", ] [[package]] name = "xcm-emulator" -version = "0.5.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.19.2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "array-bytes", "cumulus-pallet-parachain-system", - "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", @@ -22081,6 +22239,7 @@ dependencies = [ "log", "pallet-balances", "pallet-message-queue", + "pallet-timestamp", "parachains-common", "parity-scale-codec", "paste", @@ -22091,10 +22250,9 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503)", "sp-io", "sp-runtime", - "sp-std", "sp-tracing", "staging-xcm", "staging-xcm-executor", @@ -22103,13 +22261,13 @@ dependencies = [ [[package]] name = "xcm-primitives" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2412#4041c78098e024f3d2e05cb14506789709f20981" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-stable2503#a408238d698f40695a10c4315e44ff3ecbef3b2d" dependencies = [ "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "sp-core", "sp-runtime", "sp-std", @@ -22118,19 +22276,19 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "7.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "11.0.2" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "xcm-runtime-apis" -version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2412#c5861d93308a32430197b5ed0b6d330ed7a4eef2" +version = "0.7.0" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-stable2503#a87133ab09cbcec36ae439cd98f1bb75d4f007a2" dependencies = [ "frame-support", "parity-scale-codec", @@ -22143,9 +22301,9 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.25" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4" +checksum = "a62ce76d9b56901b19a74f19431b0d8b3bc7ca4ad685a746dfd78ca8f4fc6bda" [[package]] name = "xmltree" @@ -22165,10 +22323,26 @@ dependencies = [ "futures 0.3.31", "log", "nohash-hasher", - "parking_lot 0.12.3", + "parking_lot 0.12.4", + "pin-project", + "rand 0.8.5", + "static_assertions", +] + +[[package]] +name = "yamux" +version = "0.13.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3da1acad1c2dc53f0dde419115a38bd8221d8c3e47ae9aeceaf453266d29307e" +dependencies = [ + "futures 0.3.31", + "log", + "nohash-hasher", + "parking_lot 0.12.4", "pin-project", - "rand", + "rand 0.9.1", "static_assertions", + "web-time", ] [[package]] @@ -22188,9 +22362,9 @@ dependencies = [ [[package]] name = "yoke" -version = "0.7.5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" +checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" dependencies = [ "serde", "stable_deref_trait", @@ -22200,56 +22374,55 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" +checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", - "synstructure 0.13.1", + "syn 2.0.104", + "synstructure 0.13.2", ] [[package]] name = "zerocopy" -version = "0.7.35" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" +checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" dependencies = [ - "byteorder", "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.35" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" +checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] name = "zerofrom" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", - "synstructure 0.13.1", + "syn 2.0.104", + "synstructure 0.13.2", ] [[package]] @@ -22269,14 +22442,25 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", +] + +[[package]] +name = "zerotrie" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", ] [[package]] name = "zerovec" -version = "0.10.4" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" +checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" dependencies = [ "yoke", "zerofrom", @@ -22285,13 +22469,13 @@ dependencies = [ [[package]] name = "zerovec-derive" -version = "0.10.3" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" +checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.96", + "syn 2.0.104", ] [[package]] @@ -22334,9 +22518,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.13+zstd.1.5.6" +version = "2.0.15+zstd.1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" +checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" dependencies = [ "cc", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index 326bd77a27..5c02a15568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,236 +153,237 @@ tp-xcm-commons = { path = "primitives/xcm-commons", default-features = false } tp-xcm-core-buyer = { path = "primitives/xcm-core-buyer", default-features = false } # Dancekit (wasm) -ccp-authorities-noting-inherent = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } -ccp-xcm = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } -dp-chain-state-snapshot = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } -dp-collator-assignment = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } -dp-consensus = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } -dp-impl-tanssi-pallets-config = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } -dp-slot-duration-runtime-api = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } +ccp-authorities-noting-inherent = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } +ccp-xcm = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } +dp-chain-state-snapshot = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } +dp-collator-assignment = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } +dp-consensus = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } +dp-impl-tanssi-pallets-config = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } +dp-slot-duration-runtime-api = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } -dp-core = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-cc-authorities-noting = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-xcm-executor-utils = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } -test-relay-sproof-builder = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } +dp-core = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-cc-authorities-noting = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-xcm-executor-utils = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } +test-relay-sproof-builder = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } -dp-container-chain-genesis-data = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false } +dp-container-chain-genesis-data = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503", default-features = false } # Dancekit (client) -dc-orchestrator-chain-interface = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412" } +dc-orchestrator-chain-interface = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2503" } # Moonkit (wasm) -async-backing-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -nimbus-consensus = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412" } -nimbus-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-async-backing = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-author-inherent = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm-precompile-balances-erc20 = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm-precompile-batch = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm-precompile-call-permit = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm-precompile-proxy = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm-precompile-xcm = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm-precompile-xcm-utils = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm-precompileset-assets-erc20 = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-foreign-asset-creator = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-maintenance-mode = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-migrations = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-relay-storage-roots = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } -xcm-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2412", default-features = false } +async-backing-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +nimbus-consensus = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503" } +nimbus-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-async-backing = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-author-inherent = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm-precompile-balances-erc20 = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm-precompile-batch = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm-precompile-call-permit = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm-precompile-proxy = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm-precompile-xcm = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm-precompile-xcm-utils = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm-precompileset-assets-erc20 = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-foreign-asset-creator = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-maintenance-mode = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-migrations = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-relay-storage-roots = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } +xcm-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-stable2503", default-features = false } # Substrate (wasm) -frame-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -frame-executive = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -frame-metadata-hash-extension = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -frame-support = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -frame-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -frame-system-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -frame-try-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-asset-rate = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-assets = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-balances = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-identity = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-message-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-multiblock-migrations = { package = "pallet-migrations", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-multisig = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-parameters = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-proxy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-root-testing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-sudo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-transaction-payment = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-treasury = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-tx-pause = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } +frame-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +frame-executive = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +frame-metadata-hash-extension = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +frame-support = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +frame-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +frame-try-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-asset-rate = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-assets = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-balances = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-identity = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-message-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-multiblock-migrations = { package = "pallet-migrations", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-multisig = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-parameters = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-proxy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-root-testing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-sudo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-treasury = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-tx-pause = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive", "max-encoded-len" ] } -sc-rpc-spec-v2 = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } +sc-rpc-spec-v2 = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } scale-info = { version = "2.10.0", default-features = false } -sp-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-application-crypto = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-consensus-babe = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-consensus-beefy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-debug-derive = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-inherents = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-io = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-keyring = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-panic-handler = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-state-machine = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-std = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-trie = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-version = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } +sp-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-application-crypto = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-consensus-babe = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-consensus-beefy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-debug-derive = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-inherents = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-io = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-keyring = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-panic-handler = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-state-machine = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-std = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-trie = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-version = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } # Substrate (client) -frame-benchmarking-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -pallet-transaction-payment-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sc-basic-authorship = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-chain-spec = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-client-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-consensus-grandpa = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-consensus-manual-seal = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-executor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-network-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-network-sync = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-network-test = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-network-transactions = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-rpc-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sc-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-sysinfo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-telemetry = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-tracing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-transaction-pool-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sc-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sp-blockchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -sp-externalities = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-genesis-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-storage = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -substrate-build-script-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -substrate-frame-rpc-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -substrate-prometheus-endpoint = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -substrate-test-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -substrate-test-runtime-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -substrate-wasm-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } +frame-benchmarking-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +pallet-transaction-payment-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sc-basic-authorship = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-chain-spec = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-client-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-consensus-grandpa = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-consensus-manual-seal = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-executor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-network-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-network-sync = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-network-test = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-network-transactions = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-rpc-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sc-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-sysinfo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-telemetry = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-tracing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-transaction-pool-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sc-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sp-blockchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +sp-externalities = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-genesis-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-storage = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +substrate-build-script-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +substrate-frame-rpc-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +substrate-prometheus-endpoint = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +substrate-test-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +substrate-test-runtime-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } # Polkadot (wasm) -pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-xcm-benchmarks = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-core-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-parachain-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-runtime-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-runtime-parachains = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -rococo-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -rococo-runtime-constants = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -westend-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -westend-runtime-constants = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -xcm-runtime-apis = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } +pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-xcm-benchmarks = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-core-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-parachain-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-runtime-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-runtime-parachains = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +rococo-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +rococo-runtime-constants = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +westend-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +westend-runtime-constants = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +xcm-runtime-apis = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } # Bridges (wasm) alloy-sol-types = { version = "0.4.2", default-features = false } milagro-bls = { package = "snowbridge-milagro-bls", version = "1.5.4", default-features = false } -snowbridge-beacon-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -snowbridge-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -snowbridge-outbound-queue-merkle-tree = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -snowbridge-outbound-queue-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -snowbridge-pallet-ethereum-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -snowbridge-pallet-inbound-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -snowbridge-pallet-inbound-queue-fixtures = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -snowbridge-pallet-outbound-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -snowbridge-pallet-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -snowbridge-router-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } - +snowbridge-beacon-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +snowbridge-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +snowbridge-inbound-queue-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +snowbridge-merkle-tree = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +snowbridge-outbound-queue-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +snowbridge-outbound-queue-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +snowbridge-pallet-ethereum-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +snowbridge-pallet-inbound-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +snowbridge-pallet-inbound-queue-fixtures = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +snowbridge-pallet-outbound-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +snowbridge-pallet-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +snowbridge-verification-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } # Polkadot (client) -polkadot-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -polkadot-node-subsystem = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -polkadot-overseer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } +polkadot-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +polkadot-node-subsystem = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +polkadot-overseer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } # Cumulus (wasm) -cumulus-pallet-parachain-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-pallet-session-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-primitives-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-primitives-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -parachain-info = { package = "staging-parachain-info", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -parachains-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-pallet-session-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-primitives-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-primitives-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +parachain-info = { package = "staging-parachain-info", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +parachains-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } # Cumulus (client) -assets-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -cumulus-client-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-client-collator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-client-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-client-consensus-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-client-consensus-proposer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-client-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-client-parachain-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-client-pov-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-client-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-primitives-parachain-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-relay-chain-interface = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -cumulus-test-relay-sproof-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -emulated-integration-tests-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412" } -xcm-emulator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } +assets-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +cumulus-client-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-client-collator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-client-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-client-consensus-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-client-consensus-proposer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-client-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-client-parachain-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-client-pov-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-client-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-pallet-weight-reclaim = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-relay-chain-interface = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +cumulus-test-relay-sproof-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +emulated-integration-tests-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503" } +xcm-emulator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } # Frontier (wasm) -fp-account = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -fp-evm = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -fp-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -fp-self-contained = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-base-fee = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-ethereum = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -precompile-utils = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } +fp-account = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +fp-evm = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +fp-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +fp-self-contained = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-base-fee = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-ethereum = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +precompile-utils = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } # Frontier (client) -fc-api = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -fc-cli = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -fc-consensus = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -fc-db = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -fc-mapping-sync = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -fc-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", features = [ +fc-api = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +fc-cli = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +fc-consensus = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +fc-db = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +fc-mapping-sync = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +fc-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", features = [ "rpc-binary-search-estimate", ] } -fc-rpc-core = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } -fc-storage = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2412", default-features = false } +fc-rpc-core = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } +fc-storage = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-stable2503", default-features = false } # General (wasm) -bounded-collections = { version = "0.1.8", default-features = false } +bounded-collections = { version = "0.3.2", default-features = false } ethabi = { package = "ethabi-decode", version = "2.0.0", default-features = false } finality-grandpa = { version = "0.16.2", default-features = false } hex-literal = { version = "0.3.4" } @@ -395,6 +396,7 @@ serde = { version = "1.0.197", default-features = false } smallvec = "1.10.0" tap = "1.0.1" + # General (client) async-io = "1.3" async-trait = "0.1" @@ -432,50 +434,50 @@ serde_derive = { version = "1.0.117" } static_assertions = "1.1.0" tiny-keccak = { version = "2.0.2", features = [ "keccak" ] } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -binary-merkle-tree = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -keyring = { package = "sp-keyring", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-authority-discovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-authorship = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-babe = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-beefy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-beefy-mmr = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-collective = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-conviction-voting = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-democracy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-grandpa = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-membership = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-mmr = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-offences = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-preimage = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-ranked-collective = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-referenda = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-scheduler = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-tips = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -pallet-whitelist = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -primitives = { package = "polkadot-primitives", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -remote-externalities = { package = "frame-remote-externalities", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -runtime-parachains = { package = "polkadot-runtime-parachains", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-arithmetic = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-mmr-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-tracing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-weights = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -xcm = { package = "staging-xcm", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +binary-merkle-tree = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +keyring = { package = "sp-keyring", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-authority-discovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-authorship = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-babe = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-beefy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-beefy-mmr = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-collective = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-conviction-voting = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-democracy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-grandpa = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-membership = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-mmr = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-offences = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-preimage = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-ranked-collective = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-referenda = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-scheduler = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-tips = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +pallet-whitelist = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +primitives = { package = "polkadot-primitives", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +remote-externalities = { package = "frame-remote-externalities", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +runtime-parachains = { package = "polkadot-runtime-parachains", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-arithmetic = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-mmr-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-tracing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-weights = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +xcm = { package = "staging-xcm", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } # Tanssi Relay Node assert_matches = "1.5.0" -codec = { package = "parity-scale-codec", version = "3.6.1" } +codec = { package = "parity-scale-codec", version = "3.7.4" } env_logger = "0.11" is_executable = "1.0.1" kvdb = "0.13.0" @@ -484,71 +486,71 @@ parity-db = "0.4.12" schnellru = "0.2.1" serial_test = "2.0.0" -polkadot-approval-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-availability-bitfield-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-availability-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-availability-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-collator-protocol = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-dispute-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-gossip-support = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-network-bridge = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-collation-generation = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-approval-voting = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-av-store = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-backing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-bitfield-signing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-candidate-validation = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-chain-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-chain-selection = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-dispute-coordinator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-prospective-parachains = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-provisioner = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-pvf = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-pvf-checker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-statement-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } - -polkadot-node-core-parachains-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-network-protocol = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-subsystem-test-helpers = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-subsystem-types = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-subsystem-util = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-test-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -test-helpers = { package = "polkadot-primitives-test-helpers", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } - -consensus_common = { package = "sp-consensus", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sc-authority-discovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sc-client-db = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sc-sync-state-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-authority-discovery= { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } - -babe = { package = "sc-consensus-babe", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -beefy = { package = "sc-consensus-beefy", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } - -gum = { package = "tracing-gum", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -service = { package = "sc-service", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } +polkadot-approval-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-availability-bitfield-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-availability-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-availability-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-collator-protocol = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-dispute-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-gossip-support = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-network-bridge = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-collation-generation = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-approval-voting = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-av-store = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-backing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-bitfield-signing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-candidate-validation = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-chain-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-chain-selection = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-dispute-coordinator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-prospective-parachains = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-provisioner = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-pvf = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-pvf-checker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-statement-distribution = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } + +polkadot-node-core-parachains-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-network-protocol = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-subsystem-test-helpers = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-subsystem-types = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-subsystem-util = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-test-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +test-helpers = { package = "polkadot-primitives-test-helpers", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } + +consensus_common = { package = "sp-consensus", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sc-authority-discovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sc-client-db = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sc-sync-state-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-authority-discovery= { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } + +babe = { package = "sc-consensus-babe", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +beefy = { package = "sc-consensus-beefy", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } + +gum = { package = "tracing-gum", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +service = { package = "sc-service", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } # Tanssi Relay Chain CLI pyro = { package = "pyroscope", version = "0.5.3" } pyroscope_pprofrs = { version = "0.2" } -polkadot-node-metrics = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sc-storage-monitor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -sp-maybe-compressed-blob = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } +polkadot-node-metrics = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sc-storage-monitor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +sp-maybe-compressed-blob = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } # Tanssi Relay Chain color-eyre = { version = "0.6.1", default-features = false } tikv-jemallocator = { version = "0.5.0", features = [ "unprefixed_malloc_on_supported_platforms" ] } -polkadot-node-core-pvf-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-pvf-execute-worker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } -polkadot-node-core-pvf-prepare-worker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } +polkadot-node-core-pvf-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-pvf-execute-worker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } +polkadot-node-core-pvf-prepare-worker = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } -substrate-rpc-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2412", default-features = false } +substrate-rpc-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-stable2503", default-features = false } [profile.production] codegen-units = 1 diff --git a/bin/utils/tanssi-utils/Cargo.toml b/bin/utils/tanssi-utils/Cargo.toml index 4f5551fa5a..3891e1b8ec 100644 --- a/bin/utils/tanssi-utils/Cargo.toml +++ b/bin/utils/tanssi-utils/Cargo.toml @@ -23,5 +23,5 @@ hex = { workspace = true } pallet-external-validators-rewards = { workspace = true, features = [ "std" ] } serde = { workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } -snowbridge-outbound-queue-merkle-tree = { workspace = true } +snowbridge-merkle-tree = { workspace = true } sp-runtime = { workspace = true, features = [ "std" ] } diff --git a/bin/utils/tanssi-utils/src/main.rs b/bin/utils/tanssi-utils/src/main.rs index 3344db9301..9dce726680 100644 --- a/bin/utils/tanssi-utils/src/main.rs +++ b/bin/utils/tanssi-utils/src/main.rs @@ -17,7 +17,7 @@ use { clap::{Parser, Subcommand}, serde::{Deserialize, Deserializer}, - snowbridge_outbound_queue_merkle_tree::merkle_proof, + snowbridge_merkle_tree::merkle_proof, sp_runtime::{traits::Keccak256, AccountId32}, std::{ collections::BTreeMap, diff --git a/chains/container-chains/nodes/frontier/src/chain_spec.rs b/chains/container-chains/nodes/frontier/src/chain_spec.rs index 9c7b8752d7..669ebf4872 100644 --- a/chains/container-chains/nodes/frontier/src/chain_spec.rs +++ b/chains/container-chains/nodes/frontier/src/chain_spec.rs @@ -134,6 +134,7 @@ fn testnet_genesis( .cloned() .map(|k| (k, 1 << 80)) .collect(), + ..Default::default() }, parachain_info: container_chain_template_frontier_runtime::ParachainInfoConfig { parachain_id: id, diff --git a/chains/container-chains/nodes/frontier/src/rpc/eth.rs b/chains/container-chains/nodes/frontier/src/rpc/eth.rs index 43b668d051..ed09bf236b 100644 --- a/chains/container-chains/nodes/frontier/src/rpc/eth.rs +++ b/chains/container-chains/nodes/frontier/src/rpc/eth.rs @@ -17,7 +17,6 @@ use { sc_network::NetworkService, sc_network_sync::SyncingService, - sc_transaction_pool::{ChainApi, Pool}, sp_core::H256, sp_runtime::traits::Block as BlockT, std::{collections::BTreeMap, sync::Arc}, @@ -31,13 +30,13 @@ pub use { }; /// Extra dependencies for Ethereum compatibility. -pub struct EthDeps { +pub struct EthDeps { /// The client instance to use. pub client: Arc, /// Transaction pool instance. pub pool: Arc

, /// Graph pool instance. - pub graph: Arc>, + pub graph: Arc

, /// Ethereum transaction converter. pub converter: Option, /// The Node authority flag @@ -71,7 +70,7 @@ pub struct EthDeps { pub forced_parent_hashes: Option>, } -impl Clone for EthDeps { +impl Clone for EthDeps { fn clone(&self) -> Self { Self { client: self.client.clone(), diff --git a/chains/container-chains/nodes/frontier/src/rpc/mod.rs b/chains/container-chains/nodes/frontier/src/rpc/mod.rs index 367239f495..814d4aeb01 100644 --- a/chains/container-chains/nodes/frontier/src/rpc/mod.rs +++ b/chains/container-chains/nodes/frontier/src/rpc/mod.rs @@ -24,16 +24,14 @@ pub use sc_rpc::SubscriptionTaskExecutor; use { - container_chain_template_frontier_runtime::{ - opaque::Block, AccountId, Hash, Index, RuntimeApi, - }, + container_chain_template_frontier_runtime::{opaque::Block, AccountId, Hash, Index}, core::marker::PhantomData, cumulus_client_parachain_inherent::ParachainInherentData, - cumulus_client_service::ParachainHostFunctions, cumulus_primitives_core::{ParaId, PersistedValidationData}, cumulus_test_relay_sproof_builder::RelayStateSproofBuilder, - fc_rpc::{EthTask, TxPool}, - fc_rpc_core::TxPoolApiServer, + fc_rpc::{ + EthApiServer, EthFilterApiServer, EthPubSubApiServer, EthTask, TxPool, TxPoolApiServer, + }, fc_storage::StorageOverride, fp_rpc::EthereumRuntimeRPCApi, frame_support::CloneNoBound, @@ -46,10 +44,8 @@ use { AuxStore, BlockOf, StorageProvider, }, sc_consensus_manual_seal::rpc::{EngineCommand, ManualSeal, ManualSealApiServer}, - sc_executor::WasmExecutor, sc_network_sync::SyncingService, - sc_service::{TFullClient, TaskManager}, - sc_transaction_pool::{ChainApi, Pool}, + sc_service::TaskManager, sc_transaction_pool_api::TransactionPool, sp_api::{CallApiAt, ProvideRuntimeApi}, sp_block_builder::BlockBuilder, @@ -67,12 +63,6 @@ use { tc_service_container_chain::service::{ContainerChainClient, MinimalContainerRuntimeApi}, }; -type ParachainExecutor = WasmExecutor; -type ParachainClient = TFullClient; - -type FullPool = - sc_transaction_pool::BasicPool, Block>; - pub struct DefaultEthConfig(std::marker::PhantomData<(C, BE)>); impl fc_rpc::EthConfig for DefaultEthConfig @@ -90,13 +80,13 @@ pub use eth::*; mod finality; /// Full client dependencies. -pub struct FullDeps { +pub struct FullDeps { /// The client instance to use. pub client: Arc, /// Transaction pool instance. pub pool: Arc

, /// Graph pool instance. - pub graph: Arc>, + pub graph: Arc

, /// Network service pub network: Arc, /// Chain syncing service @@ -130,8 +120,8 @@ pub struct FullDeps { } /// Instantiate all Full RPC extensions. -pub fn create_full( - deps: FullDeps, +pub fn create_full( + deps: FullDeps, subscription_task_executor: SubscriptionTaskExecutor, pubsub_notification_sinks: Arc< fc_mapping_sync::EthereumBlockNotificationSinks< @@ -148,15 +138,11 @@ where C: HeaderBackend + HeaderMetadata + 'static, C: CallApiAt, C: Send + Sync + 'static, - A: ChainApi + 'static, C::Api: RuntimeApiCollection, - P: TransactionPool + 'static, + P: TransactionPool::Hash> + 'static, { use { - fc_rpc::{ - Eth, EthApiServer, EthFilter, EthFilterApiServer, EthPubSub, EthPubSubApiServer, Net, - NetApiServer, Web3, Web3ApiServer, - }, + fc_rpc::{Eth, EthFilter, EthPubSub, Net, NetApiServer, Web3, Web3ApiServer}, finality::{FrontierFinality, FrontierFinalityApiServer}, substrate_frame_rpc_system::{System, SystemApiServer}, }; @@ -200,7 +186,7 @@ where let authorities = vec![tc_consensus::get_aura_id_from_seed("alice")]; let authorities_for_cdp = authorities.clone(); - let pending_create_inherent_data_providers = move |_, _| { + let pending_create_inherent_data_providers = move |_, ()| { let authorities_for_cidp = authorities.clone(); async move { @@ -254,7 +240,7 @@ where )); io.merge( - Eth::<_, _, _, _, _, _, _, DefaultEthConfig>::new( + Eth::<_, _, _, _, _, _, DefaultEthConfig>::new( Arc::clone(&client), Arc::clone(&pool), Arc::clone(&graph), @@ -275,7 +261,7 @@ where .into_rpc(), )?; - let tx_pool = TxPool::new(client.clone(), graph.clone()); + let tx_pool: TxPool = TxPool::new(client.clone(), graph.clone()); if let Some(filter_pool) = filter_pool { io.merge( EthFilter::new( @@ -558,10 +544,6 @@ const _: () = { )); Ok(Box::new(move |subscription_task_executor| { - let graph_pool = transaction_pool.0 - .as_any() - .downcast_ref::>() - .expect("Frontier container chain template supports only single state transaction pool! Use --pool-type=single-state"); let deps = crate::rpc::FullDeps { backend: backend.clone(), client: client.clone(), @@ -570,7 +552,7 @@ const _: () = { fc_db::Backend::KeyValue(b) => b.clone(), fc_db::Backend::Sql(b) => b.clone(), }, - graph: graph_pool.pool().clone(), + graph: transaction_pool.clone(), pool: transaction_pool.clone(), max_past_logs, max_block_range, diff --git a/chains/container-chains/nodes/frontier/src/service.rs b/chains/container-chains/nodes/frontier/src/service.rs index bc8acc7954..e11d2e2b18 100644 --- a/chains/container-chains/nodes/frontier/src/service.rs +++ b/chains/container-chains/nodes/frontier/src/service.rs @@ -252,12 +252,6 @@ async fn start_node_impl( let frontier_backend = frontier_backend.clone(); Box::new(move |subscription_task_executor| { - let graph_pool = pool.0.as_any() - .downcast_ref:: - , Block - >>().expect("Frontier container chain template supports only single state transaction pool! Use --pool-type=single-state"); - let deps = crate::rpc::FullDeps { backend: backend.clone(), client: client.clone(), @@ -266,7 +260,7 @@ async fn start_node_impl( fc_db::Backend::KeyValue(b) => b.clone(), fc_db::Backend::Sql(b) => b.clone(), }, - graph: graph_pool.pool().clone(), + graph: pool.clone(), pool: pool.clone(), max_past_logs, max_block_range, @@ -298,8 +292,6 @@ async fn start_node_impl( relay_chain_slot_duration, )?; - node_builder.network.start_network.start_network(); - Ok((node_builder.task_manager, node_builder.client)) } @@ -532,11 +524,6 @@ pub async fn start_dev_node( let block_data_cache = block_data_cache; Box::new(move |subscription_task_executor| { - let graph_pool= pool.0.as_any() - .downcast_ref:: - , Block - >>().expect("Frontier container chain template supports only single state transaction pool! Use --pool-type=single-state"); let deps = crate::rpc::FullDeps { backend: backend.clone(), client: client.clone(), @@ -545,7 +532,7 @@ pub async fn start_dev_node( fc_db::Backend::KeyValue(b) => b.clone(), fc_db::Backend::Sql(b) => b.clone(), }, - graph: graph_pool.pool().clone(), + graph: pool.clone(), pool: pool.clone(), max_past_logs, max_block_range, @@ -572,6 +559,5 @@ pub async fn start_dev_node( log::info!("Development Service Ready"); - node_builder.network.start_network.start_network(); Ok(node_builder.task_manager) } diff --git a/chains/container-chains/nodes/simple/src/chain_spec.rs b/chains/container-chains/nodes/simple/src/chain_spec.rs index 2eabf8a0b3..3fd896a37c 100644 --- a/chains/container-chains/nodes/simple/src/chain_spec.rs +++ b/chains/container-chains/nodes/simple/src/chain_spec.rs @@ -125,6 +125,7 @@ fn testnet_genesis( .cloned() .map(|k| (k, 1 << 60)) .collect(), + ..Default::default() }, parachain_info: container_chain_template_simple_runtime::ParachainInfoConfig { parachain_id: id, diff --git a/chains/container-chains/nodes/simple/src/service.rs b/chains/container-chains/nodes/simple/src/service.rs index 2f43dc84f4..8cc57d9ec2 100644 --- a/chains/container-chains/nodes/simple/src/service.rs +++ b/chains/container-chains/nodes/simple/src/service.rs @@ -166,8 +166,6 @@ pub async fn start_parachain_node( relay_chain_slot_duration, )?; - node_builder.network.start_network.start_network(); - Ok((node_builder.task_manager, node_builder.client)) } @@ -349,7 +347,5 @@ pub async fn start_dev_node( log::info!("Development Service Ready"); - node_builder.network.start_network.start_network(); - Ok(node_builder.task_manager) } diff --git a/chains/container-chains/runtime-templates/frontier/Cargo.toml b/chains/container-chains/runtime-templates/frontier/Cargo.toml index 5730363c6d..46f1713b41 100644 --- a/chains/container-chains/runtime-templates/frontier/Cargo.toml +++ b/chains/container-chains/runtime-templates/frontier/Cargo.toml @@ -100,10 +100,10 @@ xcm-runtime-apis = { workspace = true } # Cumulus cumulus-pallet-parachain-system = { workspace = true } cumulus-pallet-session-benchmarking = { workspace = true } +cumulus-pallet-weight-reclaim = { workspace = true } cumulus-pallet-xcm = { workspace = true } cumulus-pallet-xcmp-queue = { workspace = true } cumulus-primitives-core = { workspace = true } -cumulus-primitives-storage-weight-reclaim = { workspace = true } cumulus-primitives-timestamp = { workspace = true } cumulus-primitives-utility = { workspace = true } parachain-info = { workspace = true } @@ -137,10 +137,10 @@ std = [ "ccp-xcm/std", "cumulus-pallet-parachain-system/std", "cumulus-pallet-session-benchmarking/std", + "cumulus-pallet-weight-reclaim/std", "cumulus-pallet-xcm/std", "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-core/std", - "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-timestamp/std", "cumulus-primitives-utility/std", "dp-consensus/std", @@ -236,6 +236,7 @@ force-debug = [ "sp-debug-derive/force-debug" ] runtime-benchmarks = [ "cumulus-pallet-parachain-system/runtime-benchmarks", "cumulus-pallet-session-benchmarking/runtime-benchmarks", + "cumulus-pallet-weight-reclaim/runtime-benchmarks", "cumulus-pallet-xcmp-queue/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", "cumulus-primitives-utility/runtime-benchmarks", @@ -279,10 +280,12 @@ runtime-benchmarks = [ "xcm-executor/runtime-benchmarks", "xcm-primitives/runtime-benchmarks", "xcm-runtime-apis/runtime-benchmarks", + "xcm/runtime-benchmarks", ] try-runtime = [ "cumulus-pallet-parachain-system/try-runtime", + "cumulus-pallet-weight-reclaim/try-runtime", "cumulus-pallet-xcm/try-runtime", "cumulus-pallet-xcmp-queue/try-runtime", "fp-self-contained/try-runtime", diff --git a/chains/container-chains/runtime-templates/frontier/src/lib.rs b/chains/container-chains/runtime-templates/frontier/src/lib.rs index 9e6282c000..226e550533 100644 --- a/chains/container-chains/runtime-templates/frontier/src/lib.rs +++ b/chains/container-chains/runtime-templates/frontier/src/lib.rs @@ -76,7 +76,7 @@ use { IdentityAddressMapping, OnChargeEVMTransaction as OnChargeEVMTransactionT, Runner, }, pallet_transaction_payment::FungibleAdapter, - parity_scale_codec::{Decode, Encode}, + parity_scale_codec::{Decode, DecodeWithMemTracking, Encode}, polkadot_runtime_common::SlowAdjustingFeeUpdate, scale_info::TypeInfo, smallvec::smallvec, @@ -96,6 +96,7 @@ use { }, sp_std::prelude::*, sp_version::RuntimeVersion, + xcm::Version as XcmVersion, xcm::{IntoVersion, VersionedAssetId, VersionedAssets, VersionedLocation, VersionedXcm}, xcm_runtime_apis::{ dry_run::{CallDryRunEffects, Error as XcmDryRunApiError, XcmDryRunEffects}, @@ -146,19 +147,19 @@ pub type SignedBlock = generic::SignedBlock; /// BlockId type as expected by this runtime. pub type BlockId = generic::BlockId; -/// The `TxExtension` to the basic transaction logic. -pub type TxExtension = ( - frame_system::CheckNonZeroSender, - frame_system::CheckSpecVersion, - frame_system::CheckTxVersion, - frame_system::CheckGenesis, - frame_system::CheckEra, - frame_system::CheckNonce, - frame_system::CheckWeight, - pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, -); - +pub type TxExtension = cumulus_pallet_weight_reclaim::StorageWeightReclaim< + Runtime, + ( + frame_system::CheckNonZeroSender, + frame_system::CheckSpecVersion, + frame_system::CheckTxVersion, + frame_system::CheckGenesis, + frame_system::CheckEra, + frame_system::CheckNonce, + frame_system::CheckWeight, + pallet_transaction_payment::ChargeTransactionPayment, + ), +>; /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = fp_self_contained::UncheckedExtrinsic; @@ -585,7 +586,18 @@ impl pallet_utility::Config for Runtime { /// The type used to represent the kinds of proxying allowed. #[derive( - Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, Debug, MaxEncodedLen, TypeInfo, + Copy, + Clone, + Eq, + PartialEq, + Ord, + PartialOrd, + Encode, + Decode, + DecodeWithMemTracking, + Debug, + MaxEncodedLen, + TypeInfo, )] #[allow(clippy::unnecessary_cast)] pub enum ProxyType { @@ -695,6 +707,7 @@ impl pallet_proxy::Config for Runtime { // - 4 bytes BlockNumber (u32) type AnnouncementDepositFactor = ConstU128<{ currency::deposit(0, 56) }>; type WeightInfo = weights::pallet_proxy::SubstrateWeight; + type BlockNumberProvider = System; } pub struct XcmExecutionManager; @@ -707,6 +720,10 @@ impl xcm_primitives::PauseXcmExecution for XcmExecutionManager { } } +impl cumulus_pallet_weight_reclaim::Config for Runtime { + type WeightInfo = weights::cumulus_pallet_weight_reclaim::SubstrateWeight; +} + impl pallet_migrations::Config for Runtime { type RuntimeEvent = RuntimeEvent; type MigrationsList = (migrations::TemplateMigrations,); @@ -807,7 +824,9 @@ impl Default for RuntimeParameters { } } -#[derive(Clone, PartialEq, Encode, Decode, TypeInfo, Eq, MaxEncodedLen, Debug)] +#[derive( + Clone, PartialEq, Encode, Decode, DecodeWithMemTracking, TypeInfo, Eq, MaxEncodedLen, Debug, +)] pub enum DeployFilter { All, Whitelisted(BoundedVec>), @@ -881,9 +900,9 @@ impl pallet_evm::Config for Runtime { type CallOrigin = EnsureAddressRoot; type WithdrawOrigin = EnsureAddressNever; type AddressMapping = IdentityAddressMapping; - type CreateOrigin = + type CreateOriginFilter = AddressFilter; - type CreateInnerOrigin = AddressFilter< + type CreateInnerOriginFilter = AddressFilter< Runtime, dynamic_params::contract_deploy_filter::AllowedAddressesToCreateInner, >; @@ -980,6 +999,7 @@ impl pallet_multisig::Config for Runtime { type DepositFactor = DepositFactor; type MaxSignatories = MaxSignatories; type WeightInfo = weights::pallet_multisig::SubstrateWeight; + type BlockNumberProvider = System; } impl_tanssi_pallets_config!(Runtime); @@ -1029,6 +1049,8 @@ construct_runtime!( AssetRate: pallet_asset_rate::{Pallet, Call, Storage, Event} = 77, XcmExecutorUtils: pallet_xcm_executor_utils::{Pallet, Call, Storage, Event} = 78, + WeightReclaim: cumulus_pallet_weight_reclaim = 80, + RootTesting: pallet_root_testing = 100, AsyncBacking: pallet_async_backing::{Pallet, Storage} = 110, } @@ -1060,6 +1082,7 @@ mod benches { [pallet_foreign_asset_creator, ForeignAssetsCreator] [pallet_asset_rate, AssetRate] [pallet_xcm_executor_utils, XcmExecutorUtils] + [cumulus_pallet_weight_reclaim, WeightReclaim] ); } @@ -1156,7 +1179,7 @@ impl_runtime_apis! { None => 0, Some((_, _, ref signed_extra)) => { // Yuck, this depends on the index of charge transaction in Signed Extra - let charge_transaction = &signed_extra.7; + let charge_transaction = &signed_extra.0.7; charge_transaction.tip() } }; @@ -1239,7 +1262,7 @@ impl_runtime_apis! { Vec, Vec, ) { - use frame_benchmarking::{Benchmarking, BenchmarkList}; + use frame_benchmarking::{BenchmarkList}; use frame_support::traits::StorageInfoTrait; use pallet_xcm::benchmarking::Pallet as PalletXcmExtrinsicsBenchmark; @@ -1250,10 +1273,11 @@ impl_runtime_apis! { (list, storage_info) } + #[allow(non_local_definitions)] fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig, ) -> Result, alloc::string::String> { - use frame_benchmarking::{BenchmarkBatch, Benchmarking, BenchmarkError}; + use frame_benchmarking::{BenchmarkBatch, BenchmarkError}; use sp_core::storage::TrackedStorageKey; use xcm::latest::prelude::*; impl frame_system_benchmarking::Config for Runtime { @@ -1558,41 +1582,22 @@ impl_runtime_apis! { let is_transactional = false; let validate = true; - // Estimated encoded transaction size must be based on the heaviest transaction - // type (EIP1559Transaction) to be compatible with all transaction types. - // TODO: remove, since we will get rid of base_cost - let mut estimated_transaction_len = data.len() + - // pallet ethereum index: 1 - // transact call index: 1 - // Transaction enum variant: 1 - // chain_id 8 bytes - // nonce: 32 - // max_priority_fee_per_gas: 32 - // max_fee_per_gas: 32 - // gas_limit: 32 - // action: 21 (enum varianrt + call address) - // value: 32 - // access_list: 1 (empty vec size) - // 65 bytes signature - 258; - - if let Some(ref list) = access_list { - estimated_transaction_len += list.encoded_size(); - } + let transaction_data = pallet_ethereum::TransactionData::new( + pallet_ethereum::TransactionAction::Call(to), + data.clone(), + nonce.unwrap_or_default(), + gas_limit, + None, + max_fee_per_gas.or(Some(U256::default())), + max_priority_fee_per_gas.or(Some(U256::default())), + value, + Some(::ChainId::get()), + access_list.clone().unwrap_or_default(), + ); let gas_limit = gas_limit.min(u64::MAX.into()).low_u64(); - let without_base_extrinsic_weight = true; - - let (weight_limit, proof_size_base_cost) = match - ::GasWeightMapping::gas_to_weight( - gas_limit, - without_base_extrinsic_weight - ) { - weight_limit if weight_limit.proof_size() > 0 => { - (Some(weight_limit), Some(estimated_transaction_len as u64)) - } - _ => (None, None), - }; + + let (weight_limit, proof_size_base_cost) = pallet_ethereum::Pallet::::transaction_weight(&transaction_data); ::Runner::call( from, @@ -1633,39 +1638,23 @@ impl_runtime_apis! { let is_transactional = false; let validate = true; - let mut estimated_transaction_len = data.len() + - // from: 20 - // value: 32 - // gas_limit: 32 - // nonce: 32 - // 1 byte transaction action variant - // chain id 8 bytes - // 65 bytes signature - 190; - - if max_fee_per_gas.is_some() { - estimated_transaction_len += 32; - } - if max_priority_fee_per_gas.is_some() { - estimated_transaction_len += 32; - } - if let Some(ref list) = access_list { - estimated_transaction_len += list.encoded_size(); - } + let transaction_data = pallet_ethereum::TransactionData::new( + pallet_ethereum::TransactionAction::Create, + data.clone(), + nonce.unwrap_or_default(), + gas_limit, + None, + max_fee_per_gas.or(Some(U256::default())), + max_priority_fee_per_gas.or(Some(U256::default())), + value, + Some(::ChainId::get()), + access_list.clone().unwrap_or_default(), + ); let gas_limit = gas_limit.min(u64::MAX.into()).low_u64(); - let without_base_extrinsic_weight = true; - - let (weight_limit, proof_size_base_cost) = match - ::GasWeightMapping::gas_to_weight( - gas_limit, - without_base_extrinsic_weight - ) { - weight_limit if weight_limit.proof_size() > 0 => { - (Some(weight_limit), Some(estimated_transaction_len as u64)) - } - _ => (None, None), - }; + + let (weight_limit, proof_size_base_cost) = pallet_ethereum::Pallet::::transaction_weight(&transaction_data); + ::Runner::create( from, @@ -1839,8 +1828,8 @@ impl_runtime_apis! { } impl xcm_runtime_apis::dry_run::DryRunApi for Runtime { - fn dry_run_call(origin: OriginCaller, call: RuntimeCall) -> Result, XcmDryRunApiError> { - PolkadotXcm::dry_run_call::(origin, call) + fn dry_run_call(origin: OriginCaller, call: RuntimeCall, result_xcms_version: XcmVersion) -> Result, XcmDryRunApiError> { + PolkadotXcm::dry_run_call::(origin, call, result_xcms_version) } fn dry_run_xcm(origin_location: VersionedLocation, xcm: VersionedXcm) -> Result, XcmDryRunApiError> { diff --git a/chains/container-chains/runtime-templates/frontier/src/weights/cumulus_pallet_weight_reclaim.rs b/chains/container-chains/runtime-templates/frontier/src/weights/cumulus_pallet_weight_reclaim.rs new file mode 100644 index 0000000000..6748f8e720 --- /dev/null +++ b/chains/container-chains/runtime-templates/frontier/src/weights/cumulus_pallet_weight_reclaim.rs @@ -0,0 +1,72 @@ +// Copyright (C) Moondance Labs Ltd. +// This file is part of Tanssi. + +// Tanssi is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Tanssi is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Tanssi. If not, see + + +//! Autogenerated weights for cumulus_pallet_weight_reclaim +//! +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-07-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `macbook`, CPU: `` +//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 + +// Executed Command: +// target/release/container-chain-frontier-node +// benchmark +// pallet +// --execution=wasm +// --wasm-execution=compiled +// --pallet +// cumulus_pallet_weight_reclaim +// --extrinsic +// * +// --chain=dev +// --steps +// 50 +// --repeat +// 20 +// --template=benchmarking/frame-weight-runtime-template.hbs +// --json-file +// raw.json +// --output +// chains/container-chains/runtime-templates/frontier/src/weights/cumulus_pallet_weight_reclaim.rs + +#![cfg_attr(rustfmt, rustfmt_skip)] +#![allow(unused_parens)] +#![allow(unused_imports)] + +use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; +use sp_std::marker::PhantomData; + +/// Weights for cumulus_pallet_weight_reclaim using the Substrate node and recommended hardware. +pub struct SubstrateWeight(PhantomData); +impl cumulus_pallet_weight_reclaim::WeightInfo for SubstrateWeight { + /// Storage: `System::BlockWeight` (r:1 w:1) + /// Proof: `System::BlockWeight` (`max_values`: Some(1), `max_size`: Some(48), added: 543, mode: `MaxEncodedLen`) + /// Storage: `System::ExtrinsicWeightReclaimed` (r:1 w:1) + /// Proof: `System::ExtrinsicWeightReclaimed` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: `System::AllExtrinsicsLen` (r:1 w:0) + /// Proof: `System::AllExtrinsicsLen` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + fn storage_weight_reclaim() -> Weight { + // Proof Size summary in bytes: + // Measured: `24` + // Estimated: `1533` + // Minimum execution time: 5_000_000 picoseconds. + Weight::from_parts(6_000_000, 1533) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) + } +} \ No newline at end of file diff --git a/chains/container-chains/runtime-templates/frontier/src/weights/cumulus_pallet_xcmp_queue.rs b/chains/container-chains/runtime-templates/frontier/src/weights/cumulus_pallet_xcmp_queue.rs index 4c2c8ec614..caa7013bff 100644 --- a/chains/container-chains/runtime-templates/frontier/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/chains/container-chains/runtime-templates/frontier/src/weights/cumulus_pallet_xcmp_queue.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for cumulus_pallet_xcmp_queue using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl cumulus_pallet_xcmp_queue::WeightInfo for SubstrateWeight { + fn enqueue_n_bytes_xcmp_message(_: u32) -> cumulus_primitives_core::Weight { + Default::default() + } + fn enqueue_2_empty_xcmp_messages() -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `XcmpQueue::QueueConfig` (r:1 w:1) /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: Some(12), added: 507, mode: `MaxEncodedLen`) fn set_config_with_u32() -> Weight { @@ -65,25 +71,6 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Substrat .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// 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:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`) - fn enqueue_xcmp_message() -> Weight { - // Proof Size summary in bytes: - // Measured: `115` - // Estimated: `5487` - // Minimum execution time: 17_519_000 picoseconds. - Weight::from_parts(17_836_000, 5487) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(3_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 { diff --git a/chains/container-chains/runtime-templates/frontier/src/weights/frame_system_extensions.rs b/chains/container-chains/runtime-templates/frontier/src/weights/frame_system_extensions.rs index 35d697d99e..28119a505d 100644 --- a/chains/container-chains/runtime-templates/frontier/src/weights/frame_system_extensions.rs +++ b/chains/container-chains/runtime-templates/frontier/src/weights/frame_system_extensions.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for frame_system_extensions using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl frame_system::ExtensionsWeightInfo for SubstrateWeight { + fn weight_reclaim() -> cumulus_primitives_core::Weight { + Default::default() + } fn check_genesis() -> Weight { // Proof Size summary in bytes: // Measured: `54` diff --git a/chains/container-chains/runtime-templates/frontier/src/weights/mod.rs b/chains/container-chains/runtime-templates/frontier/src/weights/mod.rs index bfc5c11212..a6805bd484 100644 --- a/chains/container-chains/runtime-templates/frontier/src/weights/mod.rs +++ b/chains/container-chains/runtime-templates/frontier/src/weights/mod.rs @@ -17,6 +17,7 @@ //! A list of the different weight modules for our runtime. pub mod cumulus_pallet_parachain_system; +pub mod cumulus_pallet_weight_reclaim; pub mod cumulus_pallet_xcmp_queue; pub mod frame_system; pub mod frame_system_extensions; diff --git a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_message_queue.rs b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_message_queue.rs index 69d122314b..9d45796e1d 100644 --- a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_message_queue.rs +++ b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_message_queue.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_message_queue using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_message_queue::WeightInfo for SubstrateWeight { + fn set_service_head() -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `MessageQueue::ServiceHead` (r:1 w:0) /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`) /// Storage: `MessageQueue::BookStateFor` (r:2 w:2) diff --git a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_multiblock_migrations.rs b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_multiblock_migrations.rs index 3ac3e89d75..b8f0286cf8 100644 --- a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_multiblock_migrations.rs +++ b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_multiblock_migrations.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multiblock_migrations using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multiblock_migrations::WeightInfo for SubstrateWeight { + fn reset_pallet_migration(_: u32) -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `MultiBlockMigrations::Cursor` (r:1 w:1) /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) /// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0) diff --git a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_multisig.rs b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_multisig.rs index 5fa6f4ae7b..fac868f5c8 100644 --- a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_multisig.rs +++ b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_multisig.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multisig using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multisig::WeightInfo for SubstrateWeight { + fn poke_deposit(_: u32) -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `TxPause::PausedCalls` (r:1 w:0) diff --git a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_proxy.rs b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_proxy.rs index 19a4caadeb..aafe8c0d41 100644 --- a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_proxy.rs +++ b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_proxy.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_proxy using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_proxy::WeightInfo for SubstrateWeight { + fn poke_deposit() -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `Proxy::Proxies` (r:1 w:0) /// Proof: `Proxy::Proxies` (`max_values`: None, `max_size`: Some(845), added: 3320, mode: `MaxEncodedLen`) /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) diff --git a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_utility.rs b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_utility.rs index 01d173837b..84a1849559 100644 --- a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_utility.rs +++ b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_utility.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for pallet_utility using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_utility::WeightInfo for SubstrateWeight { + fn dispatch_as_fallible() -> cumulus_primitives_core::Weight { + Default::default() + } + fn if_else() -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `TxPause::PausedCalls` (r:1 w:0) diff --git a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_xcm.rs b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_xcm.rs index 88857b378a..34b162f7b9 100644 --- a/chains/container-chains/runtime-templates/frontier/src/weights/pallet_xcm.rs +++ b/chains/container-chains/runtime-templates/frontier/src/weights/pallet_xcm.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for pallet_xcm using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_xcm::WeightInfo for SubstrateWeight { + fn add_authorized_alias() -> cumulus_primitives_core::Weight { + Default::default() + } + fn remove_authorized_alias() -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0) /// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) diff --git a/chains/container-chains/runtime-templates/frontier/src/weights/xcm/mod.rs b/chains/container-chains/runtime-templates/frontier/src/weights/xcm/mod.rs index a6c4f0ab24..decce9f90a 100644 --- a/chains/container-chains/runtime-templates/frontier/src/weights/xcm/mod.rs +++ b/chains/container-chains/runtime-templates/frontier/src/weights/xcm/mod.rs @@ -241,7 +241,7 @@ where _dest: &Location, _remote_fees: &Option, _preserve_origin: &bool, - _assets: &Vec, + _assets: &BoundedVec, _xcm: &Xcm<()>, ) -> Weight { Weight::MAX diff --git a/chains/container-chains/runtime-templates/frontier/src/xcm_config.rs b/chains/container-chains/runtime-templates/frontier/src/xcm_config.rs index f726ed4d6f..c6945ca609 100644 --- a/chains/container-chains/runtime-templates/frontier/src/xcm_config.rs +++ b/chains/container-chains/runtime-templates/frontier/src/xcm_config.rs @@ -28,7 +28,7 @@ use { cumulus_primitives_core::{AggregateMessageOrigin, ParaId}, frame_support::{ parameter_types, - traits::{Everything, Nothing, PalletInfoAccess, TransformOrigin}, + traits::{Disabled, Equals, Everything, Nothing, PalletInfoAccess, TransformOrigin}, weights::Weight, }, frame_system::EnsureRoot, @@ -55,6 +55,7 @@ use { IsConcrete, ParentIsPreset, RelayChainAsNative, SiblingParachainAsNative, SiblingParachainConvertsVia, SignedAccountKey20AsNative, SovereignSignedViaLocation, TakeWeightCredit, UsingComponents, WeightInfoBounds, WithComputedOrigin, + XcmFeeManagerFromComponents, }, xcm_executor::XcmExecutor, xcm_primitives::AccountIdAssetIdConversion, @@ -89,8 +90,8 @@ parameter_types! { // The universal location within the global consensus system pub UniversalLocation: InteriorLocation = [GlobalConsensus(RelayNetwork::get()), Parachain(ParachainInfo::parachain_id().into())].into(); - pub const BaseDeliveryFee: u128 = 100 * MICROUNIT; + pub RootLocation: Location = Location::here(); } #[cfg(feature = "runtime-benchmarks")] @@ -218,7 +219,7 @@ impl xcm_executor::Config for XcmConfig { type MaxAssetsIntoHolding = MaxAssetsIntoHolding; type AssetLocker = (); type AssetExchanger = (); - type FeeManager = (); + type FeeManager = XcmFeeManagerFromComponents, ()>; type MessageExporter = (); type UniversalAliases = Nothing; type CallDispatcher = RuntimeCall; @@ -229,6 +230,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); type XcmRecorder = (); + type XcmEventEmitter = PolkadotXcm; } impl pallet_xcm::Config for Runtime { @@ -256,6 +258,7 @@ impl pallet_xcm::Config for Runtime { // TODO pallet-xcm weights type WeightInfo = weights::pallet_xcm::SubstrateWeight; type AdminOrigin = EnsureRoot; + type AuthorizedAliasConsideration = Disabled; } pub type PriceForSiblingParachainDelivery = @@ -386,6 +389,7 @@ impl pallet_assets::Config for Runtime { type CallbackHandle = (); type AssetAccountDeposit = ForeignAssetsAssetAccountDeposit; type RemoveItemsLimit = frame_support::traits::ConstU32<1000>; + type Holder = (); #[cfg(feature = "runtime-benchmarks")] type BenchmarkHelper = ForeignAssetBenchmarkHelper; } diff --git a/chains/container-chains/runtime-templates/simple/Cargo.toml b/chains/container-chains/runtime-templates/simple/Cargo.toml index ccf5f039bc..2a383861a9 100644 --- a/chains/container-chains/runtime-templates/simple/Cargo.toml +++ b/chains/container-chains/runtime-templates/simple/Cargo.toml @@ -90,10 +90,10 @@ xcm-runtime-apis = { workspace = true } # Cumulus cumulus-pallet-parachain-system = { workspace = true } cumulus-pallet-session-benchmarking = { workspace = true } +cumulus-pallet-weight-reclaim = { workspace = true } cumulus-pallet-xcm = { workspace = true } cumulus-pallet-xcmp-queue = { workspace = true } cumulus-primitives-core = { workspace = true } -cumulus-primitives-storage-weight-reclaim = { workspace = true } cumulus-primitives-timestamp = { workspace = true } cumulus-primitives-utility = { workspace = true } parachain-info = { workspace = true } @@ -116,10 +116,10 @@ std = [ "async-backing-primitives/std", "cumulus-pallet-parachain-system/std", "cumulus-pallet-session-benchmarking/std", + "cumulus-pallet-weight-reclaim/std", "cumulus-pallet-xcm/std", "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-core/std", - "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-timestamp/std", "cumulus-primitives-utility/std", "dp-consensus/std", @@ -195,6 +195,7 @@ force-debug = [ "sp-debug-derive/force-debug" ] runtime-benchmarks = [ "cumulus-pallet-parachain-system/runtime-benchmarks", "cumulus-pallet-session-benchmarking/runtime-benchmarks", + "cumulus-pallet-weight-reclaim/runtime-benchmarks", "cumulus-pallet-xcmp-queue/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", "cumulus-primitives-utility/runtime-benchmarks", @@ -233,10 +234,12 @@ runtime-benchmarks = [ "xcm-executor/runtime-benchmarks", "xcm-primitives/runtime-benchmarks", "xcm-runtime-apis/runtime-benchmarks", + "xcm/runtime-benchmarks", ] try-runtime = [ "cumulus-pallet-parachain-system/try-runtime", + "cumulus-pallet-weight-reclaim/try-runtime", "cumulus-pallet-xcm/try-runtime", "cumulus-pallet-xcmp-queue/try-runtime", "frame-executive/try-runtime", diff --git a/chains/container-chains/runtime-templates/simple/src/lib.rs b/chains/container-chains/runtime-templates/simple/src/lib.rs index 79a72fb231..434d4dd5c5 100644 --- a/chains/container-chains/runtime-templates/simple/src/lib.rs +++ b/chains/container-chains/runtime-templates/simple/src/lib.rs @@ -63,7 +63,7 @@ use { }, nimbus_primitives::{NimbusId, SlotBeacon}, pallet_transaction_payment::FungibleAdapter, - parity_scale_codec::{Decode, Encode}, + parity_scale_codec::{Decode, DecodeWithMemTracking, Encode}, polkadot_runtime_common::SlowAdjustingFeeUpdate, scale_info::TypeInfo, serde::{Deserialize, Serialize}, @@ -81,6 +81,7 @@ use { }, sp_std::prelude::*, sp_version::RuntimeVersion, + xcm::Version as XcmVersion, xcm::{IntoVersion, VersionedAssetId, VersionedAssets, VersionedLocation, VersionedXcm}, xcm_runtime_apis::{ dry_run::{CallDryRunEffects, Error as XcmDryRunApiError, XcmDryRunEffects}, @@ -128,17 +129,19 @@ pub type SignedBlock = generic::SignedBlock; pub type BlockId = generic::BlockId; /// The SignedExtension to the basic transaction logic. -pub type TxExtension = ( - frame_system::CheckNonZeroSender, - frame_system::CheckSpecVersion, - frame_system::CheckTxVersion, - frame_system::CheckGenesis, - frame_system::CheckEra, - frame_system::CheckNonce, - frame_system::CheckWeight, - pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, -); +pub type TxExtension = cumulus_pallet_weight_reclaim::StorageWeightReclaim< + Runtime, + ( + frame_system::CheckNonZeroSender, + frame_system::CheckSpecVersion, + frame_system::CheckTxVersion, + frame_system::CheckGenesis, + frame_system::CheckEra, + frame_system::CheckNonce, + frame_system::CheckWeight, + pallet_transaction_payment::ChargeTransactionPayment, + ), +>; /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = @@ -496,6 +499,7 @@ impl pallet_utility::Config for Runtime { Decode, Debug, MaxEncodedLen, + DecodeWithMemTracking, TypeInfo, Serialize, Deserialize, @@ -580,6 +584,7 @@ impl pallet_proxy::Config for Runtime { // - 4 bytes BlockNumber (u32) type AnnouncementDepositFactor = ConstU128<{ deposit(0, 68) }>; type WeightInfo = weights::pallet_proxy::SubstrateWeight; + type BlockNumberProvider = System; } pub struct XcmExecutionManager; @@ -682,6 +687,7 @@ impl pallet_multisig::Config for Runtime { type DepositFactor = DepositFactor; type MaxSignatories = MaxSignatories; type WeightInfo = weights::pallet_multisig::SubstrateWeight; + type BlockNumberProvider = System; } impl frame_system::offchain::SigningTypes for Runtime { @@ -716,7 +722,7 @@ where // so the actual block number is `n`. .saturating_sub(1); let tip = 0; - let tx_ext: TxExtension = ( + let tx_ext = TxExtension::new(( frame_system::CheckNonZeroSender::::new(), frame_system::CheckSpecVersion::::new(), frame_system::CheckTxVersion::::new(), @@ -728,9 +734,8 @@ where frame_system::CheckNonce::::from(nonce), frame_system::CheckWeight::::new(), pallet_transaction_payment::ChargeTransactionPayment::::from(tip), - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim::::new(), //frame_metadata_hash_extension::CheckMetadataHash::new(true), - ); + )); let raw_payload = SignedPayload::new(call, tx_ext) .map_err(|e| { log::warn!("Unable to create signed payload: {:?}", e); @@ -766,6 +771,10 @@ impl pallet_ocw_testing::Config for Runtime { type UnsignedInterval = ConstU32<6>; } +impl cumulus_pallet_weight_reclaim::Config for Runtime { + type WeightInfo = weights::cumulus_pallet_weight_reclaim::SubstrateWeight; +} + impl_tanssi_pallets_config!(Runtime); // Create the runtime by composing the FRAME pallets that were previously configured. @@ -806,6 +815,8 @@ construct_runtime!( AssetRate: pallet_asset_rate::{Pallet, Call, Storage, Event} = 77, XcmExecutorUtils: pallet_xcm_executor_utils::{Pallet, Call, Storage, Event} = 78, + WeightReclaim: cumulus_pallet_weight_reclaim = 80, + RootTesting: pallet_root_testing = 100, AsyncBacking: pallet_async_backing::{Pallet, Storage} = 110, @@ -838,6 +849,7 @@ mod benches { [pallet_foreign_asset_creator, ForeignAssetsCreator] [pallet_asset_rate, AssetRate] [pallet_xcm_executor_utils, XcmExecutorUtils] + [cumulus_pallet_weight_reclaim, WeightReclaim] ); } @@ -961,7 +973,7 @@ impl_runtime_apis! { Vec, Vec, ) { - use frame_benchmarking::{Benchmarking, BenchmarkList}; + use frame_benchmarking::{BenchmarkList}; use frame_support::traits::StorageInfoTrait; use pallet_xcm::benchmarking::Pallet as PalletXcmExtrinsicsBenchmark; @@ -972,10 +984,11 @@ impl_runtime_apis! { (list, storage_info) } + #[allow(non_local_definitions)] fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig, ) -> Result, alloc::string::String> { - use frame_benchmarking::{BenchmarkBatch, Benchmarking, BenchmarkError}; + use frame_benchmarking::{BenchmarkBatch, BenchmarkError}; use sp_core::storage::TrackedStorageKey; use xcm::latest::prelude::*; impl frame_system_benchmarking::Config for Runtime { @@ -995,7 +1008,6 @@ impl_runtime_apis! { ExistentialDeposit::get() ).into()); } - impl pallet_xcm_benchmarks::Config for Runtime { type XcmConfig = xcm_config::XcmConfig; type AccountIdConverter = xcm_config::LocationToAccountId; @@ -1314,8 +1326,8 @@ impl_runtime_apis! { } impl xcm_runtime_apis::dry_run::DryRunApi for Runtime { - fn dry_run_call(origin: OriginCaller, call: RuntimeCall) -> Result, XcmDryRunApiError> { - PolkadotXcm::dry_run_call::(origin, call) + fn dry_run_call(origin: OriginCaller, call: RuntimeCall, result_xcms_version: XcmVersion) -> Result, XcmDryRunApiError> { + PolkadotXcm::dry_run_call::(origin, call, result_xcms_version) } fn dry_run_xcm(origin_location: VersionedLocation, xcm: VersionedXcm) -> Result, XcmDryRunApiError> { diff --git a/chains/container-chains/runtime-templates/simple/src/weights/cumulus_pallet_weight_reclaim.rs b/chains/container-chains/runtime-templates/simple/src/weights/cumulus_pallet_weight_reclaim.rs new file mode 100644 index 0000000000..2f06881b40 --- /dev/null +++ b/chains/container-chains/runtime-templates/simple/src/weights/cumulus_pallet_weight_reclaim.rs @@ -0,0 +1,72 @@ +// Copyright (C) Moondance Labs Ltd. +// This file is part of Tanssi. + +// Tanssi is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Tanssi is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Tanssi. If not, see + + +//! Autogenerated weights for cumulus_pallet_weight_reclaim +//! +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-07-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `macbook`, CPU: `` +//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 + +// Executed Command: +// target/release/container-chain-simple-node +// benchmark +// pallet +// --execution=wasm +// --wasm-execution=compiled +// --pallet +// cumulus_pallet_weight_reclaim +// --extrinsic +// * +// --chain=dev +// --steps +// 50 +// --repeat +// 20 +// --template=benchmarking/frame-weight-runtime-template.hbs +// --json-file +// raw.json +// --output +// chains/container-chains/runtime-templates/simple/src/weights/cumulus_pallet_weight_reclaim.rs + +#![cfg_attr(rustfmt, rustfmt_skip)] +#![allow(unused_parens)] +#![allow(unused_imports)] + +use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; +use sp_std::marker::PhantomData; + +/// Weights for cumulus_pallet_weight_reclaim using the Substrate node and recommended hardware. +pub struct SubstrateWeight(PhantomData); +impl cumulus_pallet_weight_reclaim::WeightInfo for SubstrateWeight { + /// Storage: `System::BlockWeight` (r:1 w:1) + /// Proof: `System::BlockWeight` (`max_values`: Some(1), `max_size`: Some(48), added: 543, mode: `MaxEncodedLen`) + /// Storage: `System::ExtrinsicWeightReclaimed` (r:1 w:1) + /// Proof: `System::ExtrinsicWeightReclaimed` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: `System::AllExtrinsicsLen` (r:1 w:0) + /// Proof: `System::AllExtrinsicsLen` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + fn storage_weight_reclaim() -> Weight { + // Proof Size summary in bytes: + // Measured: `24` + // Estimated: `1533` + // Minimum execution time: 5_000_000 picoseconds. + Weight::from_parts(5_000_000, 1533) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) + } +} \ No newline at end of file diff --git a/chains/container-chains/runtime-templates/simple/src/weights/cumulus_pallet_xcmp_queue.rs b/chains/container-chains/runtime-templates/simple/src/weights/cumulus_pallet_xcmp_queue.rs index fc7189f885..be49c147b5 100644 --- a/chains/container-chains/runtime-templates/simple/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/chains/container-chains/runtime-templates/simple/src/weights/cumulus_pallet_xcmp_queue.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for cumulus_pallet_xcmp_queue using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl cumulus_pallet_xcmp_queue::WeightInfo for SubstrateWeight { + fn enqueue_n_bytes_xcmp_message(_: u32) -> cumulus_primitives_core::Weight { + Default::default() + } + fn enqueue_2_empty_xcmp_messages() -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `XcmpQueue::QueueConfig` (r:1 w:1) /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: Some(12), added: 507, mode: `MaxEncodedLen`) fn set_config_with_u32() -> Weight { @@ -65,25 +71,6 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Substrat .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// 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:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`) - fn enqueue_xcmp_message() -> Weight { - // Proof Size summary in bytes: - // Measured: `115` - // Estimated: `5487` - // Minimum execution time: 18_263_000 picoseconds. - Weight::from_parts(18_641_000, 5487) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(3_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 { diff --git a/chains/container-chains/runtime-templates/simple/src/weights/frame_system_extensions.rs b/chains/container-chains/runtime-templates/simple/src/weights/frame_system_extensions.rs index 672ae86209..5992bb3da7 100644 --- a/chains/container-chains/runtime-templates/simple/src/weights/frame_system_extensions.rs +++ b/chains/container-chains/runtime-templates/simple/src/weights/frame_system_extensions.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for frame_system_extensions using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl frame_system::ExtensionsWeightInfo for SubstrateWeight { + fn weight_reclaim() -> cumulus_primitives_core::Weight { + Default::default() + } fn check_genesis() -> Weight { // Proof Size summary in bytes: // Measured: `54` diff --git a/chains/container-chains/runtime-templates/simple/src/weights/mod.rs b/chains/container-chains/runtime-templates/simple/src/weights/mod.rs index 5025e29112..c5af07ae1e 100644 --- a/chains/container-chains/runtime-templates/simple/src/weights/mod.rs +++ b/chains/container-chains/runtime-templates/simple/src/weights/mod.rs @@ -17,6 +17,7 @@ //! A list of the different weight modules for our runtime. pub mod cumulus_pallet_parachain_system; +pub mod cumulus_pallet_weight_reclaim; pub mod cumulus_pallet_xcmp_queue; pub mod frame_system; pub mod frame_system_extensions; diff --git a/chains/container-chains/runtime-templates/simple/src/weights/pallet_message_queue.rs b/chains/container-chains/runtime-templates/simple/src/weights/pallet_message_queue.rs index 5cb76396c3..6f44bbd274 100644 --- a/chains/container-chains/runtime-templates/simple/src/weights/pallet_message_queue.rs +++ b/chains/container-chains/runtime-templates/simple/src/weights/pallet_message_queue.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_message_queue using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_message_queue::WeightInfo for SubstrateWeight { + fn set_service_head() -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `MessageQueue::ServiceHead` (r:1 w:0) /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`) /// Storage: `MessageQueue::BookStateFor` (r:2 w:2) diff --git a/chains/container-chains/runtime-templates/simple/src/weights/pallet_multiblock_migrations.rs b/chains/container-chains/runtime-templates/simple/src/weights/pallet_multiblock_migrations.rs index eb2899ab23..fd69d22625 100644 --- a/chains/container-chains/runtime-templates/simple/src/weights/pallet_multiblock_migrations.rs +++ b/chains/container-chains/runtime-templates/simple/src/weights/pallet_multiblock_migrations.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multiblock_migrations using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multiblock_migrations::WeightInfo for SubstrateWeight { + fn reset_pallet_migration(_: u32) -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `MultiBlockMigrations::Cursor` (r:1 w:1) /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) /// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0) diff --git a/chains/container-chains/runtime-templates/simple/src/weights/pallet_multisig.rs b/chains/container-chains/runtime-templates/simple/src/weights/pallet_multisig.rs index 26ddae7e82..f024d412c7 100644 --- a/chains/container-chains/runtime-templates/simple/src/weights/pallet_multisig.rs +++ b/chains/container-chains/runtime-templates/simple/src/weights/pallet_multisig.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multisig using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multisig::WeightInfo for SubstrateWeight { + fn poke_deposit(_: u32) -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `TxPause::PausedCalls` (r:1 w:0) diff --git a/chains/container-chains/runtime-templates/simple/src/weights/pallet_proxy.rs b/chains/container-chains/runtime-templates/simple/src/weights/pallet_proxy.rs index ec3d27d1ad..ee6577fbeb 100644 --- a/chains/container-chains/runtime-templates/simple/src/weights/pallet_proxy.rs +++ b/chains/container-chains/runtime-templates/simple/src/weights/pallet_proxy.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_proxy using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_proxy::WeightInfo for SubstrateWeight { + fn poke_deposit() -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `Proxy::Proxies` (r:1 w:0) /// Proof: `Proxy::Proxies` (`max_values`: None, `max_size`: Some(1241), added: 3716, mode: `MaxEncodedLen`) /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) diff --git a/chains/container-chains/runtime-templates/simple/src/weights/pallet_utility.rs b/chains/container-chains/runtime-templates/simple/src/weights/pallet_utility.rs index dd3ea10fbe..d69469804c 100644 --- a/chains/container-chains/runtime-templates/simple/src/weights/pallet_utility.rs +++ b/chains/container-chains/runtime-templates/simple/src/weights/pallet_utility.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for pallet_utility using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_utility::WeightInfo for SubstrateWeight { + fn dispatch_as_fallible() -> cumulus_primitives_core::Weight { + Default::default() + } + fn if_else() -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `TxPause::PausedCalls` (r:1 w:0) diff --git a/chains/container-chains/runtime-templates/simple/src/weights/pallet_xcm.rs b/chains/container-chains/runtime-templates/simple/src/weights/pallet_xcm.rs index a9aed52827..91f242843f 100644 --- a/chains/container-chains/runtime-templates/simple/src/weights/pallet_xcm.rs +++ b/chains/container-chains/runtime-templates/simple/src/weights/pallet_xcm.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for pallet_xcm using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_xcm::WeightInfo for SubstrateWeight { + fn add_authorized_alias() -> cumulus_primitives_core::Weight { + Default::default() + } + fn remove_authorized_alias() -> cumulus_primitives_core::Weight { + Default::default() + } /// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0) /// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) diff --git a/chains/container-chains/runtime-templates/simple/src/weights/xcm/mod.rs b/chains/container-chains/runtime-templates/simple/src/weights/xcm/mod.rs index 6b9b5a83ac..938d0b311e 100644 --- a/chains/container-chains/runtime-templates/simple/src/weights/xcm/mod.rs +++ b/chains/container-chains/runtime-templates/simple/src/weights/xcm/mod.rs @@ -243,7 +243,7 @@ where _dest: &Location, _remote_fees: &Option, _preserve_origin: &bool, - _assets: &Vec, + _assets: &BoundedVec, _xcm: &Xcm<()>, ) -> Weight { Weight::MAX diff --git a/chains/container-chains/runtime-templates/simple/src/xcm_config.rs b/chains/container-chains/runtime-templates/simple/src/xcm_config.rs index 60c0bcb1ec..09f792469b 100644 --- a/chains/container-chains/runtime-templates/simple/src/xcm_config.rs +++ b/chains/container-chains/runtime-templates/simple/src/xcm_config.rs @@ -26,7 +26,7 @@ use { cumulus_primitives_core::{AggregateMessageOrigin, ParaId}, frame_support::{ parameter_types, - traits::{Everything, Nothing, PalletInfoAccess, TransformOrigin}, + traits::{Disabled, Equals, Everything, Nothing, PalletInfoAccess, TransformOrigin}, weights::Weight, }, frame_system::EnsureRoot, @@ -46,7 +46,7 @@ use { IsConcrete, ParentIsPreset, RelayChainAsNative, SiblingParachainAsNative, SiblingParachainConvertsVia, SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, TakeWeightCredit, UsingComponents, WeightInfoBounds, - WithComputedOrigin, + WithComputedOrigin, XcmFeeManagerFromComponents, }, xcm_executor::XcmExecutor, }; @@ -82,6 +82,8 @@ parameter_types! { pub UniversalLocation: InteriorLocation = [GlobalConsensus(RelayNetwork::get()), Parachain(ParachainInfo::parachain_id().into())].into(); pub const BaseDeliveryFee: u128 = 100 * MICROUNIT; + + pub RootLocation: Location = Location::here(); } #[cfg(feature = "runtime-benchmarks")] @@ -204,7 +206,7 @@ impl xcm_executor::Config for XcmConfig { type MaxAssetsIntoHolding = MaxAssetsIntoHolding; type AssetLocker = (); type AssetExchanger = (); - type FeeManager = (); + type FeeManager = XcmFeeManagerFromComponents, ()>; type MessageExporter = (); type UniversalAliases = Nothing; type CallDispatcher = RuntimeCall; @@ -215,6 +217,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); type XcmRecorder = (); + type XcmEventEmitter = PolkadotXcm; } impl pallet_xcm::Config for Runtime { @@ -242,6 +245,7 @@ impl pallet_xcm::Config for Runtime { // TODO pallet-xcm weights type WeightInfo = weights::pallet_xcm::SubstrateWeight; type AdminOrigin = EnsureRoot; + type AuthorizedAliasConsideration = Disabled; } pub type PriceForSiblingParachainDelivery = @@ -346,6 +350,7 @@ impl pallet_assets::Config for Runtime { type CallbackHandle = (); type AssetAccountDeposit = ForeignAssetsAssetAccountDeposit; type RemoveItemsLimit = frame_support::traits::ConstU32<1000>; + type Holder = (); #[cfg(feature = "runtime-benchmarks")] type BenchmarkHelper = ForeignAssetBenchmarkHelper; } diff --git a/chains/orchestrator-paras/node/src/chain_spec/dancebox.rs b/chains/orchestrator-paras/node/src/chain_spec/dancebox.rs index 7f4b33033e..b8d1e49d8e 100644 --- a/chains/orchestrator-paras/node/src/chain_spec/dancebox.rs +++ b/chains/orchestrator-paras/node/src/chain_spec/dancebox.rs @@ -240,6 +240,7 @@ fn testnet_genesis( .map(|k| (k, dancebox_runtime::EXISTENTIAL_DEPOSIT)), ) .collect(), + ..Default::default() }, parachain_info: dancebox_runtime::ParachainInfoConfig { parachain_id: id, diff --git a/chains/orchestrator-paras/node/src/chain_spec/flashbox.rs b/chains/orchestrator-paras/node/src/chain_spec/flashbox.rs index 32babad4d8..f6c3734f97 100644 --- a/chains/orchestrator-paras/node/src/chain_spec/flashbox.rs +++ b/chains/orchestrator-paras/node/src/chain_spec/flashbox.rs @@ -242,6 +242,7 @@ fn testnet_genesis( .map(|k| (k, flashbox_runtime::EXISTENTIAL_DEPOSIT)), ) .collect(), + ..Default::default() }, parachain_info: flashbox_runtime::ParachainInfoConfig { parachain_id: id, diff --git a/chains/orchestrator-paras/node/src/cli.rs b/chains/orchestrator-paras/node/src/cli.rs index c0841827fd..c01eed1d98 100644 --- a/chains/orchestrator-paras/node/src/cli.rs +++ b/chains/orchestrator-paras/node/src/cli.rs @@ -150,7 +150,7 @@ pub struct RunCmd { /// configuration of the relay-chain. /// /// It will be removed once is fixed. - #[arg(long)] + #[arg(id = "tanssi_experimental_max_pov_percentage")] pub experimental_max_pov_percentage: Option, } diff --git a/chains/orchestrator-paras/node/src/command/solochain.rs b/chains/orchestrator-paras/node/src/command/solochain.rs index 306a5fedae..194b13ca9a 100644 --- a/chains/orchestrator-paras/node/src/command/solochain.rs +++ b/chains/orchestrator-paras/node/src/command/solochain.rs @@ -286,8 +286,7 @@ pub fn dummy_config(tokio_handle: tokio::runtime::Handle, base_path: BasePath) - kademlia_disjoint_query_paths: false, kademlia_replication_factor: NonZeroUsize::new(20).unwrap(), ipfs_server: false, - yamux_window_size: None, - network_backend: NetworkBackendType::Libp2p, + network_backend: Some(NetworkBackendType::Libp2p), }, keystore: KeystoreConfig::InMemory, database: DatabaseSource::ParityDb { diff --git a/chains/orchestrator-paras/node/src/service.rs b/chains/orchestrator-paras/node/src/service.rs index 4e2c48f457..41e6bb642d 100644 --- a/chains/orchestrator-paras/node/src/service.rs +++ b/chains/orchestrator-paras/node/src/service.rs @@ -413,8 +413,6 @@ async fn start_node_impl( collate_on_tanssi = Arc::new(start_collation); } - node_builder.network.start_network.start_network(); - let sync_keystore = node_builder.keystore_container.keystore(); if let Some((container_chain_cli, tokio_handle)) = container_chain_config { @@ -1139,9 +1137,6 @@ pub fn start_dev_node( log::info!("Development Service Ready"); - // We start the networking part. - node_builder.network.start_network.start_network(); - Ok(node_builder.task_manager) } diff --git a/chains/orchestrator-paras/runtime/dancebox/Cargo.toml b/chains/orchestrator-paras/runtime/dancebox/Cargo.toml index dc5a080ccf..58ad5116a6 100644 --- a/chains/orchestrator-paras/runtime/dancebox/Cargo.toml +++ b/chains/orchestrator-paras/runtime/dancebox/Cargo.toml @@ -122,10 +122,10 @@ xcm-runtime-apis = { workspace = true } # Cumulus cumulus-pallet-parachain-system = { workspace = true } cumulus-pallet-session-benchmarking = { workspace = true } +cumulus-pallet-weight-reclaim = { workspace = true } cumulus-pallet-xcm = { workspace = true } cumulus-pallet-xcmp-queue = { workspace = true } cumulus-primitives-core = { workspace = true } -cumulus-primitives-storage-weight-reclaim = { workspace = true } cumulus-primitives-timestamp = { workspace = true } cumulus-primitives-utility = { workspace = true } pallet-invulnerables = { workspace = true } @@ -174,11 +174,11 @@ std = [ "container-chain-template-simple-runtime/std", "cumulus-pallet-parachain-system/std", "cumulus-pallet-session-benchmarking/std", + "cumulus-pallet-weight-reclaim/std", "cumulus-pallet-xcm/std", "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-core/std", "cumulus-primitives-parachain-inherent/std", - "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-timestamp/std", "cumulus-primitives-utility/std", "cumulus-test-relay-sproof-builder/std", @@ -303,6 +303,7 @@ runtime-benchmarks = [ "container-chain-template-simple-runtime/runtime-benchmarks", "cumulus-pallet-parachain-system/runtime-benchmarks", "cumulus-pallet-session-benchmarking/runtime-benchmarks", + "cumulus-pallet-weight-reclaim/runtime-benchmarks", "cumulus-pallet-xcmp-queue/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", "cumulus-primitives-utility/runtime-benchmarks", @@ -365,12 +366,14 @@ runtime-benchmarks = [ "xcm-executor/runtime-benchmarks", "xcm-primitives/runtime-benchmarks", "xcm-runtime-apis/runtime-benchmarks", + "xcm/runtime-benchmarks", ] try-runtime = [ "container-chain-template-frontier-runtime/try-runtime", "container-chain-template-simple-runtime/try-runtime", "cumulus-pallet-parachain-system/try-runtime", + "cumulus-pallet-weight-reclaim/try-runtime", "cumulus-pallet-xcm/try-runtime", "cumulus-pallet-xcmp-queue/try-runtime", "frame-executive/try-runtime", diff --git a/chains/orchestrator-paras/runtime/dancebox/src/lib.rs b/chains/orchestrator-paras/runtime/dancebox/src/lib.rs index 7c0f7f0f1c..05513efb88 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/lib.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/lib.rs @@ -93,6 +93,7 @@ use { pallet_stream_payment_runtime_api::{StreamPaymentApiError, StreamPaymentApiStatus}, pallet_transaction_payment::FungibleAdapter, pallet_xcm_core_buyer::BuyingError, + parity_scale_codec::DecodeWithMemTracking, polkadot_runtime_common::BlockHashCount, scale_info::prelude::format, smallvec::smallvec, @@ -122,6 +123,7 @@ use { RelayStorageRootProvider, RemoveInvulnerables, SlotFrequency, }, tp_xcm_core_buyer::BuyCoreCollatorProof, + xcm::Version as XcmVersion, xcm::{IntoVersion, VersionedAssetId, VersionedAssets, VersionedLocation, VersionedXcm}, xcm_runtime_apis::{ dry_run::{CallDryRunEffects, Error as XcmDryRunApiError, XcmDryRunEffects}, @@ -144,18 +146,20 @@ pub type BlockId = generic::BlockId; pub type CollatorId = AccountId; /// The `TxExtension` to the basic transaction logic. -pub type TxExtension = ( - frame_system::CheckNonZeroSender, - frame_system::CheckSpecVersion, - frame_system::CheckTxVersion, - frame_system::CheckGenesis, - frame_system::CheckEra, - frame_system::CheckNonce, - frame_system::CheckWeight, - pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, - frame_metadata_hash_extension::CheckMetadataHash, -); +pub type TxExtension = cumulus_pallet_weight_reclaim::StorageWeightReclaim< + Runtime, + ( + frame_system::CheckNonZeroSender, + frame_system::CheckSpecVersion, + frame_system::CheckTxVersion, + frame_system::CheckGenesis, + frame_system::CheckEra, + frame_system::CheckNonce, + frame_system::CheckWeight, + pallet_transaction_payment::ChargeTransactionPayment, + frame_metadata_hash_extension::CheckMetadataHash, + ), +>; /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = @@ -399,6 +403,10 @@ impl frame_system::Config for Runtime { type ExtensionsWeightInfo = weights::frame_system_extensions::SubstrateWeight; } +impl cumulus_pallet_weight_reclaim::Config for Runtime { + type WeightInfo = weights::cumulus_pallet_weight_reclaim::SubstrateWeight; +} + impl pallet_timestamp::Config for Runtime { /// A timestamp: milliseconds since the unix epoch. type Moment = u64; @@ -717,6 +725,7 @@ impl pallet_session::Config for Runtime { type SessionHandler = ::KeyTypeIdProviders; type Keys = SessionKeys; type WeightInfo = weights::pallet_session::SubstrateWeight; + type DisablingStrategy = (); } /// Read full_rotation_period from pallet_configuration @@ -1258,7 +1267,7 @@ impl pallet_utility::Config for Runtime { /// The type used to represent the kinds of proxying allowed. #[apply(derive_storage_traits)] -#[derive(Copy, Ord, PartialOrd, MaxEncodedLen)] +#[derive(Copy, Ord, PartialOrd, MaxEncodedLen, DecodeWithMemTracking)] #[allow(clippy::unnecessary_cast)] pub enum ProxyType { /// All calls can be proxied. This is the trivial/most permissive filter. @@ -1369,6 +1378,7 @@ impl pallet_proxy::Config for Runtime { // - 4 bytes BlockNumber (u32) type AnnouncementDepositFactor = ConstU128<{ currency::deposit(0, 68) }>; type WeightInfo = weights::pallet_proxy::SubstrateWeight; + type BlockNumberProvider = System; } pub struct XcmExecutionManager; @@ -1709,6 +1719,7 @@ impl pallet_multisig::Config for Runtime { type DepositFactor = DepositFactor; type MaxSignatories = MaxSignatories; type WeightInfo = weights::pallet_multisig::SubstrateWeight; + type BlockNumberProvider = System; } parameter_types! { pub const MaxInactiveSessions: u32 = 5; @@ -1787,6 +1798,7 @@ construct_runtime!( // More system support stuff RelayStorageRoots: pallet_relay_storage_roots = 60, + WeightReclaim: cumulus_pallet_weight_reclaim = 61, RootTesting: pallet_root_testing = 100, AsyncBacking: pallet_async_backing::{Pallet, Storage} = 110, @@ -1834,6 +1846,7 @@ mod benches { [pallet_message_queue, MessageQueue] [pallet_xcm_core_buyer, XcmCoreBuyer] [pallet_relay_storage_roots, RelayStorageRoots] + [cumulus_pallet_weight_reclaim, WeightReclaim] ); } @@ -2008,7 +2021,7 @@ impl_runtime_apis! { Vec, ) { use cumulus_pallet_session_benchmarking::Pallet as SessionBench; - use frame_benchmarking::{Benchmarking, BenchmarkList}; + use frame_benchmarking::{BenchmarkList}; use frame_support::traits::StorageInfoTrait; use pallet_xcm::benchmarking::Pallet as PalletXcmExtrinsicsBenchmark; @@ -2019,10 +2032,11 @@ impl_runtime_apis! { (list, storage_info) } + #[allow(non_local_definitions)] fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig, ) -> Result, alloc::string::String> { - use frame_benchmarking::{BenchmarkBatch, Benchmarking, BenchmarkError}; + use frame_benchmarking::{BenchmarkBatch, BenchmarkError}; use sp_core::storage::TrackedStorageKey; use cumulus_pallet_session_benchmarking::Pallet as SessionBench; impl cumulus_pallet_session_benchmarking::Config for Runtime {} @@ -2644,8 +2658,8 @@ impl_runtime_apis! { } impl xcm_runtime_apis::dry_run::DryRunApi for Runtime { - fn dry_run_call(origin: OriginCaller, call: RuntimeCall) -> Result, XcmDryRunApiError> { - PolkadotXcm::dry_run_call::(origin, call) + fn dry_run_call(origin: OriginCaller, call: RuntimeCall, result_xcms_version: XcmVersion) -> Result, XcmDryRunApiError> { + PolkadotXcm::dry_run_call::(origin, call, result_xcms_version) } fn dry_run_xcm(origin_location: VersionedLocation, xcm: VersionedXcm) -> Result, XcmDryRunApiError> { diff --git a/chains/orchestrator-paras/runtime/dancebox/src/tests/common/mod.rs b/chains/orchestrator-paras/runtime/dancebox/src/tests/common/mod.rs index 46cab46f99..b4b2171bf5 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/tests/common/mod.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/tests/common/mod.rs @@ -406,6 +406,7 @@ impl ExtBuilder { pallet_balances::GenesisConfig:: { balances: self.balances, + ..Default::default() } .assimilate_storage(&mut t) .unwrap(); diff --git a/chains/orchestrator-paras/runtime/dancebox/src/weights/cumulus_pallet_weight_reclaim.rs b/chains/orchestrator-paras/runtime/dancebox/src/weights/cumulus_pallet_weight_reclaim.rs new file mode 100644 index 0000000000..d656402617 --- /dev/null +++ b/chains/orchestrator-paras/runtime/dancebox/src/weights/cumulus_pallet_weight_reclaim.rs @@ -0,0 +1,72 @@ +// Copyright (C) Moondance Labs Ltd. +// This file is part of Tanssi. + +// Tanssi is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Tanssi is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Tanssi. If not, see + + +//! Autogenerated weights for cumulus_pallet_weight_reclaim +//! +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-07-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `macbook`, CPU: `` +//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 + +// Executed Command: +// target/release/tanssi-node +// benchmark +// pallet +// --execution=wasm +// --wasm-execution=compiled +// --pallet +// cumulus_pallet_weight_reclaim +// --extrinsic +// * +// --chain=dev +// --steps +// 50 +// --repeat +// 20 +// --template=benchmarking/frame-weight-runtime-template.hbs +// --json-file +// raw.json +// --output +// chains/orchestrator-paras/runtime/dancebox/src/weights/cumulus_pallet_weight_reclaim.rs + +#![cfg_attr(rustfmt, rustfmt_skip)] +#![allow(unused_parens)] +#![allow(unused_imports)] + +use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; +use sp_std::marker::PhantomData; + +/// Weights for cumulus_pallet_weight_reclaim using the Substrate node and recommended hardware. +pub struct SubstrateWeight(PhantomData); +impl cumulus_pallet_weight_reclaim::WeightInfo for SubstrateWeight { + /// Storage: `System::BlockWeight` (r:1 w:1) + /// Proof: `System::BlockWeight` (`max_values`: Some(1), `max_size`: Some(48), added: 543, mode: `MaxEncodedLen`) + /// Storage: `System::ExtrinsicWeightReclaimed` (r:1 w:1) + /// Proof: `System::ExtrinsicWeightReclaimed` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: `System::AllExtrinsicsLen` (r:1 w:0) + /// Proof: `System::AllExtrinsicsLen` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + fn storage_weight_reclaim() -> Weight { + // Proof Size summary in bytes: + // Measured: `24` + // Estimated: `1533` + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_000_000, 1533) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) + } +} \ No newline at end of file diff --git a/chains/orchestrator-paras/runtime/dancebox/src/weights/cumulus_pallet_xcmp_queue.rs b/chains/orchestrator-paras/runtime/dancebox/src/weights/cumulus_pallet_xcmp_queue.rs index 012310f1da..78fd67475c 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/weights/cumulus_pallet_xcmp_queue.rs @@ -54,6 +54,13 @@ use sp_std::marker::PhantomData; /// Weights for cumulus_pallet_xcmp_queue using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl cumulus_pallet_xcmp_queue::WeightInfo for SubstrateWeight { + fn enqueue_n_bytes_xcmp_message(_n: u32, ) -> Weight { + Default::default() + } + fn enqueue_2_empty_xcmp_messages() -> Weight { + Default::default() + } + /// Storage: `XcmpQueue::QueueConfig` (r:1 w:1) /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: Some(12), added: 507, mode: `MaxEncodedLen`) fn set_config_with_u32() -> Weight { @@ -65,25 +72,6 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for Substrat .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// 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:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`) - fn enqueue_xcmp_message() -> Weight { - // Proof Size summary in bytes: - // Measured: `115` - // Estimated: `5487` - // Minimum execution time: 18_766_000 picoseconds. - Weight::from_parts(19_071_000, 5487) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(3_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 { diff --git a/chains/orchestrator-paras/runtime/dancebox/src/weights/frame_system_extensions.rs b/chains/orchestrator-paras/runtime/dancebox/src/weights/frame_system_extensions.rs index aec92d4914..5f25e5a984 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/weights/frame_system_extensions.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/weights/frame_system_extensions.rs @@ -54,6 +54,10 @@ use sp_std::marker::PhantomData; /// Weights for frame_system_extensions using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl frame_system::ExtensionsWeightInfo for SubstrateWeight { + fn weight_reclaim() -> Weight { + Default::default() + } + fn check_genesis() -> Weight { // Proof Size summary in bytes: // Measured: `54` diff --git a/chains/orchestrator-paras/runtime/dancebox/src/weights/mod.rs b/chains/orchestrator-paras/runtime/dancebox/src/weights/mod.rs index 465ab1912b..c130ceb6ae 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/weights/mod.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/weights/mod.rs @@ -17,6 +17,7 @@ //! A list of the different weight modules for our runtime. pub mod cumulus_pallet_parachain_system; +pub mod cumulus_pallet_weight_reclaim; pub mod cumulus_pallet_xcmp_queue; pub mod frame_system; pub mod frame_system_extensions; diff --git a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_message_queue.rs b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_message_queue.rs index 253486d73b..355d9c647e 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_message_queue.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_message_queue.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_message_queue using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_message_queue::WeightInfo for SubstrateWeight { + fn set_service_head() -> sp_runtime::Weight { + Default::default() + } /// Storage: `MessageQueue::ServiceHead` (r:1 w:0) /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`) /// Storage: `MessageQueue::BookStateFor` (r:2 w:2) diff --git a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_multiblock_migrations.rs b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_multiblock_migrations.rs index 9a894348b9..3d1e410e5b 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_multiblock_migrations.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_multiblock_migrations.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multiblock_migrations using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multiblock_migrations::WeightInfo for SubstrateWeight { + fn reset_pallet_migration(_: u32) -> sp_runtime::Weight { + Default::default() + } /// Storage: `MultiBlockMigrations::Cursor` (r:1 w:1) /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) /// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0) diff --git a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_multisig.rs b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_multisig.rs index 3285198243..1a60873e92 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_multisig.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_multisig.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multisig using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multisig::WeightInfo for SubstrateWeight { + fn poke_deposit(_: u32) -> sp_runtime::Weight { + Default::default() + } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `TxPause::PausedCalls` (r:1 w:0) diff --git a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_proxy.rs b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_proxy.rs index 7e0ae1fce1..70f655bd6d 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_proxy.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_proxy.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_proxy using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_proxy::WeightInfo for SubstrateWeight { + fn poke_deposit() -> sp_runtime::Weight { + Default::default() + } /// Storage: `Proxy::Proxies` (r:1 w:0) /// Proof: `Proxy::Proxies` (`max_values`: None, `max_size`: Some(1241), added: 3716, mode: `MaxEncodedLen`) /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) diff --git a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_utility.rs b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_utility.rs index c5b46c771d..d2cfbdc175 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_utility.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_utility.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for pallet_utility using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_utility::WeightInfo for SubstrateWeight { + fn dispatch_as_fallible() -> sp_runtime::Weight { + Default::default() + } + fn if_else() -> sp_runtime::Weight { + Default::default() + } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `TxPause::PausedCalls` (r:1 w:0) diff --git a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_xcm.rs b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_xcm.rs index 9f709ca45a..651b985c3e 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_xcm.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/weights/pallet_xcm.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for pallet_xcm using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_xcm::WeightInfo for SubstrateWeight { + fn add_authorized_alias() -> sp_runtime::Weight { + Default::default() + } + fn remove_authorized_alias() -> sp_runtime::Weight { + Default::default() + } /// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0) /// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) diff --git a/chains/orchestrator-paras/runtime/dancebox/src/weights/xcm/mod.rs b/chains/orchestrator-paras/runtime/dancebox/src/weights/xcm/mod.rs index 9a9c6525ec..de6f401b89 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/weights/xcm/mod.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/weights/xcm/mod.rs @@ -244,7 +244,7 @@ where _dest: &Location, remote_fees: &Option, _preserve_origin: &bool, - assets: &Vec, + assets: &BoundedVec, _xcm: &Xcm<()>, ) -> Weight { let mut weight = if let Some(remote_fees) = remote_fees { diff --git a/chains/orchestrator-paras/runtime/dancebox/src/xcm_config.rs b/chains/orchestrator-paras/runtime/dancebox/src/xcm_config.rs index b6bf6778a2..16f57fbb9e 100644 --- a/chains/orchestrator-paras/runtime/dancebox/src/xcm_config.rs +++ b/chains/orchestrator-paras/runtime/dancebox/src/xcm_config.rs @@ -35,7 +35,7 @@ use { cumulus_primitives_core::{AggregateMessageOrigin, ParaId}, frame_support::{ parameter_types, - traits::{Everything, Nothing, PalletInfoAccess, TransformOrigin}, + traits::{Disabled, Equals, Everything, Nothing, PalletInfoAccess, TransformOrigin}, weights::Weight, }, frame_system::{pallet_prelude::BlockNumberFor, EnsureRoot}, @@ -46,7 +46,7 @@ use { ParaIdIntoAccountTruncating, XCMNotifier, }, parachains_common::message_queue::{NarrowOriginToSibling, ParaIdToSibling}, - parity_scale_codec::{Decode, Encode}, + parity_scale_codec::{Decode, DecodeWithMemTracking, Encode}, polkadot_runtime_common::xcm_sender::ExponentialPrice, scale_info::TypeInfo, sp_consensus_slots::Slot, @@ -62,7 +62,7 @@ use { FungiblesAdapter, IsConcrete, NoChecking, ParentIsPreset, RelayChainAsNative, SiblingParachainAsNative, SiblingParachainConvertsVia, SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, TakeWeightCredit, TrailingSetTopicAsId, - UsingComponents, WeightInfoBounds, WithComputedOrigin, + UsingComponents, WeightInfoBounds, WithComputedOrigin, XcmFeeManagerFromComponents, }, xcm_executor::{traits::JustTry, XcmExecutor}, }; @@ -99,6 +99,7 @@ parameter_types! { [GlobalConsensus(RelayNetwork::get()), Parachain(ParachainInfo::parachain_id().into())].into(); pub const BaseDeliveryFee: u128 = 100 * MICRODANCE; + pub RootLocation: Location = Location::here(); } #[cfg(feature = "runtime-benchmarks")] @@ -224,7 +225,7 @@ impl xcm_executor::Config for XcmConfig { type MaxAssetsIntoHolding = MaxAssetsIntoHolding; type AssetLocker = (); type AssetExchanger = (); - type FeeManager = (); + type FeeManager = XcmFeeManagerFromComponents, ()>; type MessageExporter = (); type UniversalAliases = Nothing; type CallDispatcher = RuntimeCall; @@ -235,6 +236,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); type XcmRecorder = (); + type XcmEventEmitter = PolkadotXcm; } impl pallet_xcm::Config for Runtime { @@ -262,6 +264,7 @@ impl pallet_xcm::Config for Runtime { // TODO pallet-xcm weights type WeightInfo = weights::pallet_xcm::SubstrateWeight; type AdminOrigin = EnsureRoot; + type AuthorizedAliasConsideration = Disabled; } pub type PriceForSiblingParachainDelivery = @@ -340,6 +343,7 @@ impl pallet_assets::Config for Runtime { type CallbackHandle = (); type AssetAccountDeposit = ForeignAssetsAssetAccountDeposit; type RemoveItemsLimit = frame_support::traits::ConstU32<1000>; + type Holder = (); #[cfg(feature = "runtime-benchmarks")] type BenchmarkHelper = ForeignAssetBenchmarkHelper; } @@ -524,7 +528,18 @@ impl CheckCollatorValidity for CheckCollatorValidityImpl { /// Relay chains supported by pallet_xcm_core_buyer, each relay chain has different /// pallet indices for pallet_on_demand_assignment_provider -#[derive(Debug, Default, Clone, PartialEq, Eq, Encode, Decode, TypeInfo, MaxEncodedLen)] +#[derive( + Debug, + Default, + Clone, + PartialEq, + Eq, + Encode, + Decode, + TypeInfo, + MaxEncodedLen, + DecodeWithMemTracking, +)] pub enum RelayChain { #[default] Westend, diff --git a/chains/orchestrator-paras/runtime/flashbox/Cargo.toml b/chains/orchestrator-paras/runtime/flashbox/Cargo.toml index d5db62cc0c..dd4070e883 100644 --- a/chains/orchestrator-paras/runtime/flashbox/Cargo.toml +++ b/chains/orchestrator-paras/runtime/flashbox/Cargo.toml @@ -101,8 +101,8 @@ polkadot-runtime-common = { workspace = true } # Cumulus cumulus-pallet-parachain-system = { workspace = true } cumulus-pallet-session-benchmarking = { workspace = true } +cumulus-pallet-weight-reclaim = { workspace = true } cumulus-primitives-core = { workspace = true } -cumulus-primitives-storage-weight-reclaim = { workspace = true } cumulus-primitives-timestamp = { workspace = true } cumulus-primitives-utility = { workspace = true } pallet-invulnerables = { workspace = true } @@ -134,9 +134,9 @@ std = [ "async-backing-primitives/std", "cumulus-pallet-parachain-system/std", "cumulus-pallet-session-benchmarking/std", + "cumulus-pallet-weight-reclaim/std", "cumulus-primitives-core/std", "cumulus-primitives-parachain-inherent/std", - "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-timestamp/std", "cumulus-primitives-utility/std", "cumulus-test-relay-sproof-builder/std", @@ -231,6 +231,7 @@ force-debug = [ "sp-debug-derive/force-debug" ] runtime-benchmarks = [ "cumulus-pallet-parachain-system/runtime-benchmarks", "cumulus-pallet-session-benchmarking/runtime-benchmarks", + "cumulus-pallet-weight-reclaim/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", "cumulus-primitives-utility/runtime-benchmarks", "dp-consensus/runtime-benchmarks", @@ -275,6 +276,7 @@ runtime-benchmarks = [ try-runtime = [ "cumulus-pallet-parachain-system/try-runtime", + "cumulus-pallet-weight-reclaim/try-runtime", "frame-executive/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", diff --git a/chains/orchestrator-paras/runtime/flashbox/src/lib.rs b/chains/orchestrator-paras/runtime/flashbox/src/lib.rs index d6ab4d9dbb..0f4c25f9bd 100644 --- a/chains/orchestrator-paras/runtime/flashbox/src/lib.rs +++ b/chains/orchestrator-paras/runtime/flashbox/src/lib.rs @@ -32,6 +32,7 @@ use { traits::{ExistenceRequirement, WithdrawReasons}, }, pallet_services_payment::ProvideCollatorAssignmentCost, + parity_scale_codec::DecodeWithMemTracking, polkadot_runtime_common::SlowAdjustingFeeUpdate, }; @@ -125,18 +126,20 @@ pub type BlockId = generic::BlockId; pub type CollatorId = AccountId; /// The `TxExtension` to the basic transaction logic. -pub type TxExtension = ( - frame_system::CheckNonZeroSender, - frame_system::CheckSpecVersion, - frame_system::CheckTxVersion, - frame_system::CheckGenesis, - frame_system::CheckEra, - frame_system::CheckNonce, - frame_system::CheckWeight, - pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, - frame_metadata_hash_extension::CheckMetadataHash, -); +pub type TxExtension = cumulus_pallet_weight_reclaim::StorageWeightReclaim< + Runtime, + ( + frame_system::CheckNonZeroSender, + frame_system::CheckSpecVersion, + frame_system::CheckTxVersion, + frame_system::CheckGenesis, + frame_system::CheckEra, + frame_system::CheckNonce, + frame_system::CheckWeight, + pallet_transaction_payment::ChargeTransactionPayment, + frame_metadata_hash_extension::CheckMetadataHash, + ), +>; /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = @@ -145,6 +148,12 @@ pub type UncheckedExtrinsic = /// Extrinsic type that has already been checked. pub type CheckedExtrinsic = generic::CheckedExtrinsic; +/// The runtime migrations per release. +pub mod migrations { + /// Unreleased migrations. Add new ones here: + pub type Unreleased = (); +} + /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive< Runtime, @@ -152,6 +161,7 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPalletsWithSystem, + migrations::Unreleased, >; /// DANCE, the native token, uses 12 decimals of precision. @@ -590,6 +600,7 @@ impl pallet_session::Config for Runtime { type SessionHandler = ::KeyTypeIdProviders; type Keys = SessionKeys; type WeightInfo = weights::pallet_session::SubstrateWeight; + type DisablingStrategy = (); } pub struct RemoveInvulnerablesImpl; @@ -1084,7 +1095,7 @@ impl pallet_utility::Config for Runtime { /// The type used to represent the kinds of proxies allowed. #[apply(derive_storage_traits)] -#[derive(Copy, Ord, PartialOrd, MaxEncodedLen)] +#[derive(Copy, Ord, PartialOrd, MaxEncodedLen, DecodeWithMemTracking)] #[allow(clippy::unnecessary_cast)] pub enum ProxyType { /// All calls can be proxied. This is the trivial/most permissive filter. @@ -1188,6 +1199,7 @@ impl pallet_proxy::Config for Runtime { // - 4 bytes BlockNumber (u32) type AnnouncementDepositFactor = ConstU128<{ currency::deposit(0, 68) }>; type WeightInfo = weights::pallet_proxy::SubstrateWeight; + type BlockNumberProvider = System; } impl pallet_migrations::Config for Runtime { @@ -1438,6 +1450,11 @@ impl pallet_multisig::Config for Runtime { type DepositFactor = DepositFactor; type MaxSignatories = MaxSignatories; type WeightInfo = weights::pallet_multisig::SubstrateWeight; + type BlockNumberProvider = System; +} + +impl cumulus_pallet_weight_reclaim::Config for Runtime { + type WeightInfo = weights::cumulus_pallet_weight_reclaim::SubstrateWeight; } // Create the runtime by composing the FRAME pallets that were previously configured. @@ -1489,6 +1506,7 @@ construct_runtime!( // More system support stuff RelayStorageRoots: pallet_relay_storage_roots = 60, + WeightReclaim: cumulus_pallet_weight_reclaim = 61, RootTesting: pallet_root_testing = 100, AsyncBacking: pallet_async_backing::{Pallet, Storage} = 110, @@ -1523,6 +1541,7 @@ mod benches { [pallet_author_inherent, AuthorInherent] [pallet_treasury, Treasury] [pallet_relay_storage_roots, RelayStorageRoots] + [cumulus_pallet_weight_reclaim, WeightReclaim] ); } @@ -1662,7 +1681,7 @@ impl_runtime_apis! { Vec, ) { use cumulus_pallet_session_benchmarking::Pallet as SessionBench; - use frame_benchmarking::{Benchmarking, BenchmarkList}; + use frame_benchmarking::{BenchmarkList}; use frame_support::traits::StorageInfoTrait; let mut list = Vec::::new(); @@ -1672,10 +1691,11 @@ impl_runtime_apis! { (list, storage_info) } + #[allow(non_local_definitions)] fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig, ) -> Result, alloc::string::String> { - use frame_benchmarking::{BenchmarkBatch, Benchmarking, BenchmarkError}; + use frame_benchmarking::{BenchmarkBatch, BenchmarkError}; use sp_core::storage::TrackedStorageKey; impl frame_system_benchmarking::Config for Runtime { diff --git a/chains/orchestrator-paras/runtime/flashbox/src/tests/common/mod.rs b/chains/orchestrator-paras/runtime/flashbox/src/tests/common/mod.rs index 063e26a973..9735f91a15 100644 --- a/chains/orchestrator-paras/runtime/flashbox/src/tests/common/mod.rs +++ b/chains/orchestrator-paras/runtime/flashbox/src/tests/common/mod.rs @@ -391,6 +391,7 @@ impl ExtBuilder { pallet_balances::GenesisConfig:: { balances: self.balances, + ..Default::default() } .assimilate_storage(&mut t) .unwrap(); diff --git a/chains/orchestrator-paras/runtime/flashbox/src/weights/cumulus_pallet_weight_reclaim.rs b/chains/orchestrator-paras/runtime/flashbox/src/weights/cumulus_pallet_weight_reclaim.rs new file mode 100644 index 0000000000..19bbdc5a39 --- /dev/null +++ b/chains/orchestrator-paras/runtime/flashbox/src/weights/cumulus_pallet_weight_reclaim.rs @@ -0,0 +1,72 @@ +// Copyright (C) Moondance Labs Ltd. +// This file is part of Tanssi. + +// Tanssi is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Tanssi is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Tanssi. If not, see + + +//! Autogenerated weights for cumulus_pallet_weight_reclaim +//! +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47.0.0 +//! DATE: 2025-07-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `macbook`, CPU: `` +//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("flashbox_dev"), DB CACHE: 1024 + +// Executed Command: +// target/release/tanssi-node +// benchmark +// pallet +// --execution=wasm +// --wasm-execution=compiled +// --pallet +// cumulus_pallet_weight_reclaim +// --extrinsic +// * +// --chain=flashbox_dev +// --steps +// 50 +// --repeat +// 20 +// --template=benchmarking/frame-weight-runtime-template.hbs +// --json-file +// raw.json +// --output +// chains/orchestrator-paras/runtime/flashbox/src/weights/cumulus_pallet_weight_reclaim.rs + +#![cfg_attr(rustfmt, rustfmt_skip)] +#![allow(unused_parens)] +#![allow(unused_imports)] + +use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; +use sp_std::marker::PhantomData; + +/// Weights for cumulus_pallet_weight_reclaim using the Substrate node and recommended hardware. +pub struct SubstrateWeight(PhantomData); +impl cumulus_pallet_weight_reclaim::WeightInfo for SubstrateWeight { + /// Storage: `System::BlockWeight` (r:1 w:1) + /// Proof: `System::BlockWeight` (`max_values`: Some(1), `max_size`: Some(48), added: 543, mode: `MaxEncodedLen`) + /// Storage: `System::ExtrinsicWeightReclaimed` (r:1 w:1) + /// Proof: `System::ExtrinsicWeightReclaimed` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: `System::AllExtrinsicsLen` (r:1 w:0) + /// Proof: `System::AllExtrinsicsLen` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + fn storage_weight_reclaim() -> Weight { + // Proof Size summary in bytes: + // Measured: `24` + // Estimated: `1533` + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_000_000, 1533) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) + } +} \ No newline at end of file diff --git a/chains/orchestrator-paras/runtime/flashbox/src/weights/frame_system_extensions.rs b/chains/orchestrator-paras/runtime/flashbox/src/weights/frame_system_extensions.rs index 6883bfeb28..82366407b4 100644 --- a/chains/orchestrator-paras/runtime/flashbox/src/weights/frame_system_extensions.rs +++ b/chains/orchestrator-paras/runtime/flashbox/src/weights/frame_system_extensions.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for frame_system_extensions using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl frame_system::ExtensionsWeightInfo for SubstrateWeight { + fn weight_reclaim() -> sp_runtime::Weight { + Default::default() + } fn check_genesis() -> Weight { // Proof Size summary in bytes: // Measured: `54` diff --git a/chains/orchestrator-paras/runtime/flashbox/src/weights/mod.rs b/chains/orchestrator-paras/runtime/flashbox/src/weights/mod.rs index c36f2be83b..c7ee831971 100644 --- a/chains/orchestrator-paras/runtime/flashbox/src/weights/mod.rs +++ b/chains/orchestrator-paras/runtime/flashbox/src/weights/mod.rs @@ -17,6 +17,7 @@ //! A list of the different weight modules for our runtime. pub mod cumulus_pallet_parachain_system; +pub mod cumulus_pallet_weight_reclaim; pub mod frame_system; pub mod frame_system_extensions; pub mod pallet_author_inherent; diff --git a/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_multiblock_migrations.rs b/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_multiblock_migrations.rs index 78ff6491f2..5a928faf2b 100644 --- a/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_multiblock_migrations.rs +++ b/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_multiblock_migrations.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multiblock_migrations using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multiblock_migrations::WeightInfo for SubstrateWeight { + fn reset_pallet_migration(_: u32) -> sp_runtime::Weight { + Default::default() + } /// Storage: `MultiBlockMigrations::Cursor` (r:1 w:1) /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) /// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0) diff --git a/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_multisig.rs b/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_multisig.rs index 4d1d4836bb..0d3dba056b 100644 --- a/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_multisig.rs +++ b/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_multisig.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multisig using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multisig::WeightInfo for SubstrateWeight { + fn poke_deposit(_: u32) -> sp_runtime::Weight { + Default::default() + } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `TxPause::PausedCalls` (r:1 w:0) diff --git a/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_proxy.rs b/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_proxy.rs index 438842d0b9..71e0763b33 100644 --- a/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_proxy.rs +++ b/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_proxy.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_proxy using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_proxy::WeightInfo for SubstrateWeight { + fn poke_deposit() -> sp_runtime::Weight { + Default::default() + } /// Storage: `Proxy::Proxies` (r:1 w:0) /// Proof: `Proxy::Proxies` (`max_values`: None, `max_size`: Some(1241), added: 3716, mode: `MaxEncodedLen`) /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) diff --git a/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_utility.rs b/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_utility.rs index 8397a0e8fb..dd6c485870 100644 --- a/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_utility.rs +++ b/chains/orchestrator-paras/runtime/flashbox/src/weights/pallet_utility.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for pallet_utility using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_utility::WeightInfo for SubstrateWeight { + fn dispatch_as_fallible() -> sp_runtime::Weight { + Default::default() + } + fn if_else() -> sp_runtime::Weight { + Default::default() + } /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0) /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `TxPause::PausedCalls` (r:1 w:0) diff --git a/chains/orchestrator-relays/client/cli/src/cli.rs b/chains/orchestrator-relays/client/cli/src/cli.rs index 061a2b7867..66b23efb15 100644 --- a/chains/orchestrator-relays/client/cli/src/cli.rs +++ b/chains/orchestrator-relays/client/cli/src/cli.rs @@ -162,7 +162,6 @@ pub struct RunCmd { /// pool for tasks with the priority below critical. /// /// **Dangerous!** Do not touch unless explicitly advised to. - #[arg(long)] pub prepare_workers_soft_max_num: Option, /// Override the absolute number of pvf workers that can be spawned in the pvf prepare pool. @@ -184,6 +183,12 @@ pub struct RunCmd { // Enable the development service #[arg(long)] pub dev_service: bool, + + /// How long finalized data should be kept in the availability store (in hours). + /// Only used for testnets. If not specified, set to 1 hour. Always set to 25 hours for live + /// networks. + #[arg(long)] + pub keep_finalized_for: Option, } #[allow(missing_docs)] diff --git a/chains/orchestrator-relays/client/cli/src/command.rs b/chains/orchestrator-relays/client/cli/src/command.rs index 83a6c9dd5c..c09aa17d0f 100644 --- a/chains/orchestrator-relays/client/cli/src/command.rs +++ b/chains/orchestrator-relays/client/cli/src/command.rs @@ -178,6 +178,7 @@ where prepare_workers_hard_max_num: cli.run.prepare_workers_hard_max_num, prepare_workers_soft_max_num: cli.run.prepare_workers_soft_max_num, enable_approval_voting_parallel: cli.run.enable_approval_voting_parallel, + keep_finalized_for: cli.run.keep_finalized_for, }, ) .map(|full| full.task_manager)? @@ -206,6 +207,7 @@ where prepare_workers_hard_max_num: cli.run.prepare_workers_hard_max_num, prepare_workers_soft_max_num: cli.run.prepare_workers_soft_max_num, enable_approval_voting_parallel: cli.run.enable_approval_voting_parallel, + keep_finalized_for: cli.run.keep_finalized_for, }, ) .map(|full| full.task_manager)? diff --git a/chains/orchestrator-relays/node/tanssi-relay-service/Cargo.toml b/chains/orchestrator-relays/node/tanssi-relay-service/Cargo.toml index 455e3ec37a..fdc36af16c 100644 --- a/chains/orchestrator-relays/node/tanssi-relay-service/Cargo.toml +++ b/chains/orchestrator-relays/node/tanssi-relay-service/Cargo.toml @@ -229,6 +229,7 @@ runtime-benchmarks = [ "starlight-runtime-constants?/runtime-benchmarks", "starlight-runtime?/runtime-benchmarks", "xcm-runtime-apis/runtime-benchmarks", + "xcm/runtime-benchmarks", ] try-runtime = [ "dancelight-runtime?/try-runtime", diff --git a/chains/orchestrator-relays/node/tanssi-relay-service/src/dev_service.rs b/chains/orchestrator-relays/node/tanssi-relay-service/src/dev_service.rs index 21aaa7217e..03db18b55d 100644 --- a/chains/orchestrator-relays/node/tanssi-relay-service/src/dev_service.rs +++ b/chains/orchestrator-relays/node/tanssi-relay-service/src/dev_service.rs @@ -223,7 +223,11 @@ pub fn build_full( capacity }); - match config.network.network_backend { + match config + .network + .network_backend + .unwrap_or(sc_network::config::NetworkBackendType::Libp2p) + { sc_network::config::NetworkBackendType::Libp2p => { new_full::<_, sc_network::NetworkWorker>(sealing, config, params) } @@ -497,7 +501,7 @@ where candidate, validity_votes.clone(), bitvec::bitvec![u8, bitvec::order::Lsb0; 1; indices_associated_to_core.len()], - Some(core), + core, )); } } @@ -657,7 +661,7 @@ fn new_full< let (upward_mock_sender, upward_mock_receiver) = flume::bounded::>(100); - let (network, system_rpc_tx, tx_handler_controller, network_starter, sync_service) = + let (network, system_rpc_tx, tx_handler_controller, sync_service) = service::build_network(service::BuildNetworkParams { config: &config, net_config, @@ -859,8 +863,6 @@ fn new_full< telemetry: telemetry.as_mut(), })?; - network_starter.start_network(); - Ok(NewFull { task_manager, client, diff --git a/chains/orchestrator-relays/runtime/dancelight/Cargo.toml b/chains/orchestrator-relays/runtime/dancelight/Cargo.toml index f488042d2b..b5835b6fd2 100644 --- a/chains/orchestrator-relays/runtime/dancelight/Cargo.toml +++ b/chains/orchestrator-relays/runtime/dancelight/Cargo.toml @@ -163,13 +163,16 @@ pallet-migrations = { workspace = true } keyring = { workspace = true } snowbridge-beacon-primitives = { workspace = true } snowbridge-core = { workspace = true } +snowbridge-inbound-queue-primitives = { workspace = true } +snowbridge-merkle-tree = { workspace = true } +snowbridge-outbound-queue-primitives = { workspace = true } snowbridge-outbound-queue-runtime-api = { workspace = true } snowbridge-pallet-ethereum-client = { workspace = true } snowbridge-pallet-inbound-queue = { workspace = true } snowbridge-pallet-inbound-queue-fixtures = { workspace = true, optional = true } snowbridge-pallet-outbound-queue = { workspace = true } snowbridge-pallet-system = { workspace = true } -snowbridge-router-primitives = { workspace = true } +snowbridge-verification-primitives = { workspace = true } tp-bridge = { workspace = true } [dev-dependencies] @@ -312,6 +315,9 @@ std = [ "serde_json/std", "snowbridge-beacon-primitives/std", "snowbridge-core/std", + "snowbridge-inbound-queue-primitives/std", + "snowbridge-merkle-tree/std", + "snowbridge-outbound-queue-primitives/std", "snowbridge-outbound-queue-runtime-api/std", "snowbridge-pallet-ethereum-client/fuzzing", "snowbridge-pallet-ethereum-client/std", @@ -319,7 +325,7 @@ std = [ "snowbridge-pallet-inbound-queue/std", "snowbridge-pallet-outbound-queue/std", "snowbridge-pallet-system/std", - "snowbridge-router-primitives/std", + "snowbridge-verification-primitives/std", "sp-api/std", "sp-application-crypto/std", "sp-arithmetic/std", @@ -430,13 +436,13 @@ runtime-benchmarks = [ "runtime-common/runtime-benchmarks", "runtime-parachains/runtime-benchmarks", "snowbridge-core/runtime-benchmarks", + "snowbridge-inbound-queue-primitives/runtime-benchmarks", "snowbridge-pallet-ethereum-client/runtime-benchmarks", "snowbridge-pallet-inbound-queue-fixtures", "snowbridge-pallet-inbound-queue-fixtures/runtime-benchmarks", "snowbridge-pallet-inbound-queue/runtime-benchmarks", "snowbridge-pallet-outbound-queue/runtime-benchmarks", "snowbridge-pallet-system/runtime-benchmarks", - "snowbridge-router-primitives/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", "tanssi-runtime-common/runtime-benchmarks", @@ -449,6 +455,7 @@ runtime-benchmarks = [ "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", "xcm-runtime-apis/runtime-benchmarks", + "xcm/runtime-benchmarks", ] try-runtime = [ "container-chain-template-frontier-runtime/try-runtime", diff --git a/chains/orchestrator-relays/runtime/dancelight/constants/Cargo.toml b/chains/orchestrator-relays/runtime/dancelight/constants/Cargo.toml index 794cc02b34..291cb6da60 100644 --- a/chains/orchestrator-relays/runtime/dancelight/constants/Cargo.toml +++ b/chains/orchestrator-relays/runtime/dancelight/constants/Cargo.toml @@ -46,4 +46,5 @@ runtime-benchmarks = [ "sp-runtime/runtime-benchmarks", "tp-traits/runtime-benchmarks", "xcm-builder/runtime-benchmarks", + "xcm/runtime-benchmarks", ] diff --git a/chains/orchestrator-relays/runtime/dancelight/src/bridge_to_ethereum_config.rs b/chains/orchestrator-relays/runtime/dancelight/src/bridge_to_ethereum_config.rs index 246f454288..b5197ab62a 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/bridge_to_ethereum_config.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/bridge_to_ethereum_config.rs @@ -45,12 +45,13 @@ use { pallet_xcm::EnsureXcm, parity_scale_codec::DecodeAll, snowbridge_beacon_primitives::ForkVersions, - snowbridge_core::{gwei, inbound::Message, meth, Channel, PricingParameters, Rewards}, + snowbridge_core::{gwei, meth, Channel, PricingParameters, Rewards}, + snowbridge_inbound_queue_primitives::v1::{ + Command, Destination, Envelope, MessageProcessor, MessageV1, VersionedXcmMessage, + }, + snowbridge_inbound_queue_primitives::EventProof, snowbridge_pallet_inbound_queue::RewardProcessor, snowbridge_pallet_outbound_queue::OnNewCommitment, - snowbridge_router_primitives::inbound::{ - envelope::Envelope, Command, Destination, MessageProcessor, MessageV1, VersionedXcmMessage, - }, sp_core::{ConstU32, ConstU8, Get, H160, H256}, sp_runtime::{traits::Zero, DispatchError, DispatchResult}, sp_std::{marker::PhantomData, vec}, @@ -99,7 +100,7 @@ impl snowbridge_pallet_outbound_queue::Config for Runtime { type Decimals = ConstU8<12>; type MaxMessagePayloadSize = ConstU32<2048>; type MaxMessagesPerBlock = ConstU32<32>; - type GasMeter = snowbridge_core::outbound::ConstantGasMeter; + type GasMeter = snowbridge_outbound_queue_primitives::v1::ConstantGasMeter; type Balance = Balance; type WeightToFee = WeightToFee; type WeightInfo = crate::weights::snowbridge_pallet_outbound_queue::SubstrateWeight; @@ -353,8 +354,8 @@ mod benchmark_helper { crate::{EthereumBeaconClient, Runtime, RuntimeOrigin}, snowbridge_beacon_primitives::BeaconHeader, snowbridge_core::Channel, + snowbridge_inbound_queue_primitives::v1::{Envelope, MessageProcessor}, snowbridge_pallet_system::Channels, - snowbridge_router_primitives::inbound::{envelope::Envelope, MessageProcessor}, sp_core::H256, xcm::latest::Location, }; @@ -370,7 +371,7 @@ mod benchmark_helper { impl snowbridge_pallet_inbound_queue::BenchmarkHelper for EthSystemBenchHelper { fn initialize_storage(beacon_header: BeaconHeader, block_roots_root: H256) { let submit_message = snowbridge_pallet_inbound_queue_fixtures::register_token::make_register_token_message(); - let envelope: Envelope = Envelope::try_from(&submit_message.message.event_log).unwrap(); + let envelope: Envelope = Envelope::try_from(&submit_message.event.event_log).unwrap(); Channels::::set( envelope.channel_id, @@ -399,7 +400,7 @@ mod benchmark_helper { #[cfg(any(test, feature = "testing-helpers"))] mod test_helpers { - use snowbridge_core::inbound::{Log, Proof, VerificationError, Verifier}; + use snowbridge_inbound_queue_primitives::{Log, Proof, VerificationError, Verifier}; pub struct MockVerifier; @@ -420,7 +421,7 @@ where T::AccountId: From, >::Balance: core::fmt::Debug, { - fn process_reward(who: T::AccountId, _channel: Channel, message: Message) -> DispatchResult { + fn process_reward(who: T::AccountId, _channel: Channel, message: EventProof) -> DispatchResult { let reward_amount = snowbridge_pallet_inbound_queue::Pallet::::calculate_delivery_cost( message.encode().len() as u32, ); diff --git a/chains/orchestrator-relays/runtime/dancelight/src/governance/fellowship.rs b/chains/orchestrator-relays/runtime/dancelight/src/governance/fellowship.rs index 45d3e31145..51b28d52f3 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/governance/fellowship.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/governance/fellowship.rs @@ -18,6 +18,7 @@ use { frame_support::traits::{MapSuccess, TryMapSuccess}, + sp_runtime::str_array as s, sp_runtime::traits::{CheckedReduceBy, ConstU16, Replace, ReplaceWithDefault}, }; @@ -36,12 +37,14 @@ pub struct TracksInfo; impl pallet_referenda::TracksInfo for TracksInfo { type Id = u16; type RuntimeOrigin = ::PalletsOrigin; - fn tracks() -> &'static [(Self::Id, pallet_referenda::TrackInfo)] { - static DATA: [(u16, pallet_referenda::TrackInfo); 10] = [ - ( - 0u16, - pallet_referenda::TrackInfo { - name: "candidates", + fn tracks( + ) -> impl Iterator>> + { + static DATA: [pallet_referenda::Track; 10] = [ + pallet_referenda::Track { + id: 0, + info: pallet_referenda::TrackInfo { + name: s("candidates"), max_deciding: 10, decision_deposit: 100 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -59,11 +62,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 1u16, - pallet_referenda::TrackInfo { - name: "members", + }, + pallet_referenda::Track { + id: 1, + info: pallet_referenda::TrackInfo { + name: s("members"), max_deciding: 10, decision_deposit: 10 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -81,11 +84,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 2u16, - pallet_referenda::TrackInfo { - name: "proficients", + }, + pallet_referenda::Track { + id: 2, + info: pallet_referenda::TrackInfo { + name: s("proficients"), max_deciding: 10, decision_deposit: 10 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -103,11 +106,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 3u16, - pallet_referenda::TrackInfo { - name: "fellows", + }, + pallet_referenda::Track { + id: 3, + info: pallet_referenda::TrackInfo { + name: s("fellows"), max_deciding: 10, decision_deposit: 10 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -125,11 +128,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 4u16, - pallet_referenda::TrackInfo { - name: "senior fellows", + }, + pallet_referenda::Track { + id: 4, + info: pallet_referenda::TrackInfo { + name: s("senior fellows"), max_deciding: 10, decision_deposit: 10 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -147,11 +150,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 5u16, - pallet_referenda::TrackInfo { - name: "experts", + }, + pallet_referenda::Track { + id: 5, + info: pallet_referenda::TrackInfo { + name: s("experts"), max_deciding: 10, decision_deposit: 1 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -169,11 +172,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 6u16, - pallet_referenda::TrackInfo { - name: "senior experts", + }, + pallet_referenda::Track { + id: 6, + info: pallet_referenda::TrackInfo { + name: s("senior experts"), max_deciding: 10, decision_deposit: 1 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -191,11 +194,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 7u16, - pallet_referenda::TrackInfo { - name: "masters", + }, + pallet_referenda::Track { + id: 7, + info: pallet_referenda::TrackInfo { + name: s("masters"), max_deciding: 10, decision_deposit: 1 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -213,11 +216,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 8u16, - pallet_referenda::TrackInfo { - name: "senior masters", + }, + pallet_referenda::Track { + id: 8, + info: pallet_referenda::TrackInfo { + name: s("senior masters"), max_deciding: 10, decision_deposit: 1 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -235,11 +238,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 9u16, - pallet_referenda::TrackInfo { - name: "grand masters", + }, + pallet_referenda::Track { + id: 9, + info: pallet_referenda::TrackInfo { + name: s("grand masters"), max_deciding: 10, decision_deposit: 1 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -257,9 +260,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), + }, ]; - &DATA[..] + DATA.iter().map(Cow::Borrowed) } fn track_for(id: &Self::RuntimeOrigin) -> Result { use super::origins::Origin; @@ -289,7 +292,6 @@ impl pallet_referenda::TracksInfo for TracksInfo { } } } -pallet_referenda::impl_tracksinfo_get!(TracksInfo, Balance, BlockNumber); pub type FellowshipReferendaInstance = pallet_referenda::Instance2; @@ -312,6 +314,7 @@ impl pallet_referenda::Config for Runtime { type AlarmInterval = AlarmInterval; type Tracks = TracksInfo; type Preimages = Preimage; + type BlockNumberProvider = System; } pub type FellowshipCollectiveInstance = pallet_ranked_collective::Instance1; diff --git a/chains/orchestrator-relays/runtime/dancelight/src/governance/mod.rs b/chains/orchestrator-relays/runtime/dancelight/src/governance/mod.rs index f061acabd3..58fda5ab59 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/governance/mod.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/governance/mod.rs @@ -49,6 +49,8 @@ impl pallet_conviction_voting::Config for Runtime { type MaxTurnout = frame_support::traits::tokens::currency::ActiveIssuanceOf; type Polls = Referenda; + type BlockNumberProvider = frame_system::Pallet; + type VotingHooks = (); } parameter_types! { @@ -92,4 +94,5 @@ impl pallet_referenda::Config for Runtime { type AlarmInterval = AlarmInterval; type Tracks = TracksInfo; type Preimages = Preimage; + type BlockNumberProvider = frame_system::Pallet; } diff --git a/chains/orchestrator-relays/runtime/dancelight/src/governance/origins.rs b/chains/orchestrator-relays/runtime/dancelight/src/governance/origins.rs index ac70b3473e..2b68f69f9c 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/governance/origins.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/governance/origins.rs @@ -31,7 +31,17 @@ pub mod pallet_custom_origins { #[pallet::pallet] pub struct Pallet(_); - #[derive(PartialEq, Eq, Clone, MaxEncodedLen, Encode, Decode, TypeInfo, RuntimeDebug)] + #[derive( + PartialEq, + Eq, + Clone, + MaxEncodedLen, + Encode, + Decode, + TypeInfo, + RuntimeDebug, + DecodeWithMemTracking, + )] #[pallet::origin] pub enum Origin { /// Origin for cancelling slashes. diff --git a/chains/orchestrator-relays/runtime/dancelight/src/governance/tracks.rs b/chains/orchestrator-relays/runtime/dancelight/src/governance/tracks.rs index 17bcb08060..79b012c28c 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/governance/tracks.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/governance/tracks.rs @@ -17,7 +17,7 @@ //! Track configurations for governance. use super::*; - +use sp_runtime::str_array as s; const fn percent(x: i32) -> sp_arithmetic::FixedI64 { sp_arithmetic::FixedI64::from_rational(x as u128, 100) } @@ -65,11 +65,11 @@ const APP_WHITELISTED_CALLER: Curve = const SUP_WHITELISTED_CALLER: Curve = Curve::make_reciprocal(1, 28, percent(20), percent(5), percent(50)); -const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15] = [ - ( - 0, - pallet_referenda::TrackInfo { - name: "root", +const TRACKS_DATA: [pallet_referenda::Track; 15] = [ + pallet_referenda::Track { + id: 0, + info: pallet_referenda::TrackInfo { + name: s("root"), max_deciding: 1, decision_deposit: 100 * GRAND, prepare_period: 8 * MINUTES, @@ -79,11 +79,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_ROOT, min_support: SUP_ROOT, }, - ), - ( - 1, - pallet_referenda::TrackInfo { - name: "whitelisted_caller", + }, + pallet_referenda::Track { + id: 1, + info: pallet_referenda::TrackInfo { + name: s("whitelisted_caller"), max_deciding: 100, decision_deposit: 10 * GRAND, prepare_period: 6 * MINUTES, @@ -93,11 +93,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_WHITELISTED_CALLER, min_support: SUP_WHITELISTED_CALLER, }, - ), - ( - 10, - pallet_referenda::TrackInfo { - name: "staking_admin", + }, + pallet_referenda::Track { + id: 10, + info: pallet_referenda::TrackInfo { + name: s("staking_admin"), max_deciding: 10, decision_deposit: 5 * GRAND, prepare_period: 8 * MINUTES, @@ -107,11 +107,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_STAKING_ADMIN, min_support: SUP_STAKING_ADMIN, }, - ), - ( - 11, - pallet_referenda::TrackInfo { - name: "treasurer", + }, + pallet_referenda::Track { + id: 11, + info: pallet_referenda::TrackInfo { + name: s("treasurer"), max_deciding: 10, decision_deposit: 1 * GRAND, prepare_period: 8 * MINUTES, @@ -121,11 +121,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_TREASURER, min_support: SUP_TREASURER, }, - ), - ( - 12, - pallet_referenda::TrackInfo { - name: "lease_admin", + }, + pallet_referenda::Track { + id: 12, + info: pallet_referenda::TrackInfo { + name: s("lease_admin"), max_deciding: 10, decision_deposit: 5 * GRAND, prepare_period: 8 * MINUTES, @@ -135,11 +135,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_LEASE_ADMIN, min_support: SUP_LEASE_ADMIN, }, - ), - ( - 13, - pallet_referenda::TrackInfo { - name: "fellowship_admin", + }, + pallet_referenda::Track { + id: 13, + info: pallet_referenda::TrackInfo { + name: s("fellowship_admin"), max_deciding: 10, decision_deposit: 5 * GRAND, prepare_period: 8 * MINUTES, @@ -149,11 +149,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_FELLOWSHIP_ADMIN, min_support: SUP_FELLOWSHIP_ADMIN, }, - ), - ( - 14, - pallet_referenda::TrackInfo { - name: "general_admin", + }, + pallet_referenda::Track { + id: 14, + info: pallet_referenda::TrackInfo { + name: s("general_admin"), max_deciding: 10, decision_deposit: 5 * GRAND, prepare_period: 8 * MINUTES, @@ -163,11 +163,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_GENERAL_ADMIN, min_support: SUP_GENERAL_ADMIN, }, - ), - ( - 15, - pallet_referenda::TrackInfo { - name: "auction_admin", + }, + pallet_referenda::Track { + id: 15, + info: pallet_referenda::TrackInfo { + name: s("auction_admin"), max_deciding: 10, decision_deposit: 5 * GRAND, prepare_period: 8 * MINUTES, @@ -177,11 +177,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_AUCTION_ADMIN, min_support: SUP_AUCTION_ADMIN, }, - ), - ( - 20, - pallet_referenda::TrackInfo { - name: "referendum_canceller", + }, + pallet_referenda::Track { + id: 20, + info: pallet_referenda::TrackInfo { + name: s("referendum_canceller"), max_deciding: 1_000, decision_deposit: 10 * GRAND, prepare_period: 8 * MINUTES, @@ -191,11 +191,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_REFERENDUM_CANCELLER, min_support: SUP_REFERENDUM_CANCELLER, }, - ), - ( - 21, - pallet_referenda::TrackInfo { - name: "referendum_killer", + }, + pallet_referenda::Track { + id: 21, + info: pallet_referenda::TrackInfo { + name: s("referendum_killer"), max_deciding: 1_000, decision_deposit: 50 * GRAND, prepare_period: 8 * MINUTES, @@ -205,11 +205,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_REFERENDUM_KILLER, min_support: SUP_REFERENDUM_KILLER, }, - ), - ( - 30, - pallet_referenda::TrackInfo { - name: "small_tipper", + }, + pallet_referenda::Track { + id: 30, + info: pallet_referenda::TrackInfo { + name: s("small_tipper"), max_deciding: 200, decision_deposit: 1 * 3 * CENTS, prepare_period: 1 * MINUTES, @@ -219,11 +219,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_SMALL_TIPPER, min_support: SUP_SMALL_TIPPER, }, - ), - ( - 31, - pallet_referenda::TrackInfo { - name: "big_tipper", + }, + pallet_referenda::Track { + id: 31, + info: pallet_referenda::TrackInfo { + name: s("big_tipper"), max_deciding: 100, decision_deposit: 10 * 3 * CENTS, prepare_period: 4 * MINUTES, @@ -233,11 +233,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_BIG_TIPPER, min_support: SUP_BIG_TIPPER, }, - ), - ( - 32, - pallet_referenda::TrackInfo { - name: "small_spender", + }, + pallet_referenda::Track { + id: 32, + info: pallet_referenda::TrackInfo { + name: s("small_spender"), max_deciding: 50, decision_deposit: 100 * 3 * CENTS, prepare_period: 10 * MINUTES, @@ -247,11 +247,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_SMALL_SPENDER, min_support: SUP_SMALL_SPENDER, }, - ), - ( - 33, - pallet_referenda::TrackInfo { - name: "medium_spender", + }, + pallet_referenda::Track { + id: 33, + info: pallet_referenda::TrackInfo { + name: s("medium_spender"), max_deciding: 50, decision_deposit: 200 * 3 * CENTS, prepare_period: 10 * MINUTES, @@ -261,11 +261,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_MEDIUM_SPENDER, min_support: SUP_MEDIUM_SPENDER, }, - ), - ( - 34, - pallet_referenda::TrackInfo { - name: "big_spender", + }, + pallet_referenda::Track { + id: 34, + info: pallet_referenda::TrackInfo { + name: s("big_spender"), max_deciding: 50, decision_deposit: 400 * 3 * CENTS, prepare_period: 10 * MINUTES, @@ -275,15 +275,17 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_BIG_SPENDER, min_support: SUP_BIG_SPENDER, }, - ), + }, ]; pub struct TracksInfo; impl pallet_referenda::TracksInfo for TracksInfo { type Id = u16; type RuntimeOrigin = ::PalletsOrigin; - fn tracks() -> &'static [(Self::Id, pallet_referenda::TrackInfo)] { - &TRACKS_DATA[..] + fn tracks( + ) -> impl Iterator>> + { + TRACKS_DATA.iter().map(Cow::Borrowed) } fn track_for(id: &Self::RuntimeOrigin) -> Result { if let Ok(system_origin) = frame_system::RawOrigin::try_from(id.clone()) { @@ -317,4 +319,3 @@ impl pallet_referenda::TracksInfo for TracksInfo { } } } -pallet_referenda::impl_tracksinfo_get!(TracksInfo, Balance, BlockNumber); diff --git a/chains/orchestrator-relays/runtime/dancelight/src/lib.rs b/chains/orchestrator-relays/runtime/dancelight/src/lib.rs index 208387628f..824938fa50 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/lib.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/lib.rs @@ -50,7 +50,7 @@ use { pallet_registrar_runtime_api::ContainerChainGenesisData, pallet_services_payment::{ProvideBlockProductionCost, ProvideCollatorAssignmentCost}, parachains_scheduler::common::Assignment, - parity_scale_codec::{Decode, Encode, MaxEncodedLen}, + parity_scale_codec::{Decode, DecodeWithMemTracking, Encode, MaxEncodedLen}, primitives::{ slashing, vstaging::CandidateEvent, vstaging::CommittedCandidateReceiptV2, vstaging::CoreState, vstaging::ScrapedOnChainVotes, ApprovalVotingParams, BlockNumber, @@ -77,17 +77,17 @@ use { shared as parachains_shared, }, scale_info::TypeInfo, - snowbridge_core::{ - outbound::{Command, Fee}, - ChannelId, PricingParameters, - }, - snowbridge_pallet_outbound_queue::MerkleProof, + snowbridge_core::{ChannelId, PricingParameters}, + snowbridge_merkle_tree::MerkleProof, + snowbridge_outbound_queue_primitives::v1::Command, + snowbridge_outbound_queue_primitives::v1::Fee, sp_core::{storage::well_known_keys as StorageWellKnownKeys, Get}, sp_genesis_builder::PresetId, sp_runtime::{ traits::{BlockNumberProvider, ConvertInto}, AccountId32, }, + sp_staking::offence::OffenceSeverity, sp_std::{ cmp::Ordering, collections::{btree_map::BTreeMap, btree_set::BTreeSet, vec_deque::VecDeque}, @@ -99,6 +99,7 @@ use { prod_or_fast_parameter_types, EraIndex, GetHostConfiguration, GetSessionContainerChains, ParaIdAssignmentHooks, RegistrarHandler, Slot, SlotFrequency, }, + xcm::Version as XcmVersion, xcm_runtime_apis::{ dry_run::{CallDryRunEffects, Error as XcmDryRunApiError, XcmDryRunEffects}, fees::Error as XcmPaymentApiError, @@ -222,7 +223,17 @@ pub fn native_version() -> NativeVersion { /// /// Can be extended to serve further use-cases besides just UMP. Is stored in storage, so any change /// to existing values will require a migration. -#[derive(Encode, Decode, Clone, MaxEncodedLen, Eq, PartialEq, RuntimeDebug, TypeInfo)] +#[derive( + Encode, + Decode, + Clone, + MaxEncodedLen, + Eq, + PartialEq, + RuntimeDebug, + TypeInfo, + DecodeWithMemTracking, +)] pub enum AggregateMessageOrigin { /// Inbound upward message. #[codec(index = 0)] @@ -436,6 +447,7 @@ impl pallet_scheduler::Config for Runtime { type WeightInfo = weights::pallet_scheduler::SubstrateWeight; type OriginPrivilegeCmp = OriginPrivilegeCmp; type Preimages = Preimage; + type BlockNumberProvider = System; } parameter_types! { @@ -578,6 +590,7 @@ impl pallet_session::Config for Runtime { type SessionHandler = ::KeyTypeIdProviders; type Keys = SessionKeys; type WeightInfo = weights::pallet_session::SubstrateWeight; + type DisablingStrategy = (); } pub struct FullIdentificationOf; @@ -837,6 +850,7 @@ impl pallet_multisig::Config for Runtime { type DepositFactor = DepositFactor; type MaxSignatories = MaxSignatories; type WeightInfo = weights::pallet_multisig::SubstrateWeight; + type BlockNumberProvider = System; } parameter_types! { @@ -862,6 +876,7 @@ parameter_types! { Decode, RuntimeDebug, MaxEncodedLen, + DecodeWithMemTracking, TypeInfo, )] pub enum ProxyType { @@ -995,6 +1010,7 @@ impl pallet_proxy::Config for Runtime { type CallHasher = BlakeTwo256; type AnnouncementDepositBase = AnnouncementDepositBase; type AnnouncementDepositFactor = AnnouncementDepositFactor; + type BlockNumberProvider = System; } impl parachains_origin::Config for Runtime {} @@ -1403,10 +1419,6 @@ use { pub struct DancelightSessionInterface; impl SessionInterface for DancelightSessionInterface { - fn disable_validator(validator_index: u32) -> bool { - Session::disable_index(validator_index) - } - fn validators() -> Vec { Session::validators() } @@ -1414,6 +1426,10 @@ impl SessionInterface for DancelightSessionInterface { fn prune_historical_up_to(up_to: SessionIndex) { Historical::prune_up_to(up_to); } + + fn report_offence(validator: AccountId, severity: OffenceSeverity) { + Session::report_offence(validator, severity); + } } prod_or_fast_parameter_types! { @@ -2336,7 +2352,6 @@ mod benches { // Substrate [pallet_balances, Balances] - [frame_benchmarking::baseline, Baseline::] [pallet_conviction_voting, ConvictionVoting] [pallet_identity, Identity] [pallet_message_queue, MessageQueue] @@ -2360,7 +2375,7 @@ mod benches { [pallet_services_payment, ServicesPayment] [pallet_mmr, Mmr] [pallet_beefy_mmr, BeefyMmrLeaf] - [pallet_multiblock_migrations, MultiBlockMigrations] + [frame_benchmarking::baseline, Baseline::] [pallet_session, cumulus_pallet_session_benchmarking::Pallet::] // Tanssi @@ -2410,8 +2425,8 @@ sp_api::impl_runtime_apis! { } impl xcm_runtime_apis::dry_run::DryRunApi for Runtime { - fn dry_run_call(origin: OriginCaller, call: RuntimeCall) -> Result, XcmDryRunApiError> { - XcmPallet::dry_run_call::(origin, call) + fn dry_run_call(origin: OriginCaller, call: RuntimeCall, result_xcms_version: XcmVersion) -> Result, XcmDryRunApiError> { + XcmPallet::dry_run_call::(origin, call, result_xcms_version) } fn dry_run_xcm(origin_location: VersionedLocation, xcm: VersionedXcm) -> Result, XcmDryRunApiError> { @@ -2651,10 +2666,12 @@ sp_api::impl_runtime_apis! { } fn para_backing_state(para_id: ParaId) -> Option { + #[allow(deprecated)] parachains_runtime_api_impl::backing_state::(para_id) } fn async_backing_params() -> primitives::AsyncBackingParams { + #[allow(deprecated)] parachains_runtime_api_impl::async_backing_params::() } @@ -3111,13 +3128,12 @@ sp_api::impl_runtime_apis! { Vec, Vec, ) { - use frame_benchmarking::{Benchmarking, BenchmarkList}; + use frame_benchmarking::{BenchmarkList}; use frame_support::traits::StorageInfoTrait; - use frame_system_benchmarking::Pallet as SystemBench; + use pallet_xcm::benchmarking::Pallet as PalletXcmExtrinsicsBenchmark; use frame_benchmarking::baseline::Pallet as Baseline; - use pallet_xcm::benchmarking::Pallet as PalletXcmExtrinsicsBenchmark; let mut list = Vec::::new(); list_benchmarks!(list, extra); @@ -3126,6 +3142,7 @@ sp_api::impl_runtime_apis! { (list, storage_info) } + #[allow(non_local_definitions)] fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig, ) -> Result< @@ -3133,10 +3150,10 @@ sp_api::impl_runtime_apis! { alloc::string::String, > { use frame_support::traits::WhitelistedStorageKeys; - use frame_benchmarking::{Benchmarking, BenchmarkBatch, BenchmarkError}; + use frame_benchmarking::{BenchmarkBatch, BenchmarkError}; use frame_system_benchmarking::Pallet as SystemBench; - use frame_benchmarking::baseline::Pallet as Baseline; use pallet_xcm::benchmarking::Pallet as PalletXcmExtrinsicsBenchmark; + use frame_benchmarking::baseline::Pallet as Baseline; use sp_storage::TrackedStorageKey; use xcm::latest::prelude::*; use xcm_config::{ @@ -3161,14 +3178,14 @@ sp_api::impl_runtime_apis! { ExistentialDepositAsset, xcm_config::PriceForChildParachainDelivery, AssetHubParaId, - (), + Dmp, >, runtime_common::xcm_sender::ToParachainDeliveryHelper< XcmConfig, ExistentialDepositAsset, xcm_config::PriceForChildParachainDelivery, RandomParaId, - (), + Dmp, > ); @@ -3227,7 +3244,7 @@ sp_api::impl_runtime_apis! { ExistentialDepositAsset, xcm_config::PriceForChildParachainDelivery, AssetHubParaId, - (), + Dmp, >; fn valid_destination() -> Result { Ok(AssetHub::get()) diff --git a/chains/orchestrator-relays/runtime/dancelight/src/tests/common/mod.rs b/chains/orchestrator-relays/runtime/dancelight/src/tests/common/mod.rs index 1864fdc74d..4db35d2012 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/tests/common/mod.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/tests/common/mod.rs @@ -53,7 +53,7 @@ use { paras_inherent as parachains_paras_inherent, }, snowbridge_beacon_primitives::{types::deneb, ExecutionProof, VersionedExecutionPayloadHeader}, - snowbridge_core::inbound::Proof, + snowbridge_verification_primitives::Proof, sp_core::Pair, sp_core::Public, sp_keystore::{KeystoreExt, KeystorePtr}, @@ -524,6 +524,7 @@ impl ExtBuilder { pallet_balances::GenesisConfig:: { balances: self.balances, + ..Default::default() } .assimilate_storage(&mut t) .unwrap(); @@ -1303,7 +1304,8 @@ impl ParasInherentTestBuilder let core_idx = runtime_parachains::configuration::ActiveConfig::::get() .node_features .get(FeatureIndex::ElasticScalingMVP as usize) - .and_then(|the_bit| if *the_bit { Some(core_idx) } else { None }); + .and_then(|the_bit| if *the_bit { Some(core_idx) } else { None }) + .expect("ElasticScalingMVP feature index should be present"); assert_eq!(group_validators.len(), 1); diff --git a/chains/orchestrator-relays/runtime/dancelight/src/tests/core_scheduling_tests.rs b/chains/orchestrator-relays/runtime/dancelight/src/tests/core_scheduling_tests.rs index 60dfbecd01..00e841c2d5 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/tests/core_scheduling_tests.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/tests/core_scheduling_tests.rs @@ -163,11 +163,13 @@ fn test_cannot_produce_block_even_if_buying_on_demand_if_no_collators() { // Here para-id is registered but does not have collators, but we can indeed buy a on-demand core // however we should not be able to produce for it - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( + #[allow(deprecated)] + let result = OnDemandAssignmentProvider::place_order_allow_death( origin_of(ALICE.into()), 100 * UNIT, - 1000u32.into() - )); + 1000u32.into(), + ); + assert_ok!(result); run_block(); // We even have affinity with respect to what on-demand thinks @@ -206,103 +208,6 @@ fn test_cannot_produce_block_even_if_buying_on_demand_if_no_collators() { }) } -#[test] -#[should_panic(expected = "InherentDataFilteredDuringExecution")] -// This test does not panic when producing the candidate, but when injecting it as backed -// the inclusion pallet will filter it as it does not have a core assigned -fn test_cannot_use_elastic_scaling_if_not_enabled() { - ExtBuilder::default() - .with_balances(vec![ - // Alice gets 10k extra tokens for her mapping deposit - (AccountId::from(ALICE), 210_000 * UNIT), - (AccountId::from(BOB), 100_000 * UNIT), - (AccountId::from(CHARLIE), 100_000 * UNIT), - (AccountId::from(DAVE), 100_000 * UNIT), - ]) - .with_config(pallet_configuration::HostConfiguration { - max_collators: 2, - min_orchestrator_collators: 0, - max_orchestrator_collators: 0, - collators_per_container: 2, - ..Default::default() - }) - .with_collators(vec![ - (AccountId::from(ALICE), 210 * UNIT), - (AccountId::from(BOB), 100 * UNIT), - ]) - .with_para_ids(vec![ParaRegistrationParams { - para_id: 1000, - genesis_data: empty_genesis_data(), - block_production_credits: u32::MAX, - collator_assignment_credits: u32::MAX, - parathread_params: None, - }]) - .with_inherent_data_enabled() - .with_relay_config(runtime_parachains::configuration::HostConfiguration::< - BlockNumberFor, - > { - scheduler_params: SchedulerParams { - num_cores: 2, - // A very high number to avoid group rotation in tests - // Otherwise we get a 1 by default, which changes groups every block - group_rotation_frequency: 10000000, - ..Default::default() - }, - async_backing_params: AsyncBackingParams { - allowed_ancestry_len: 1, - max_candidate_depth: 0, - }, - minimum_backing_votes: 1, - max_head_data_size: 5, - ..Default::default() - }) - .with_keystore(Arc::new(MemoryKeystore::new())) - .build() - .execute_with(|| { - sp_tracing::try_init_simple(); - run_to_block(2); - // Here para-id is registered and has collators, but we can indeed buy a on-demand core additional - // however we should not be able to produce for it without elastic scaling enabled - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( - origin_of(ALICE.into()), - 100 * UNIT, - 1000u32.into() - )); - run_block(); - - // The claim queue this time allows us to produce blocks - // We have a parachain core and a bought core through on demand - let assignments: BTreeMap<_, _> = claim_queue_assignments().collect(); - assert_eq!( - assignments.get(&CoreIndex(0)).unwrap(), - &Assignment::Bulk(1000u32.into()) - ); - assert_eq!( - assignments.get(&CoreIndex(1)).unwrap(), - &Assignment::Pool { - para_id: 1000u32.into(), - core_index: CoreIndex(1) - } - ); - - // Now we try to create the block - // Since we have 2 cores (the one we bought, and the one assigned for being parachain) - // This is assumed to be elastic scaling, and since it is not enabled in the node features, - // it will fail - let cores_with_backed: BTreeMap<_, _> = - vec![(1000u32, Session::validators().len() as u32)] - .into_iter() - .collect(); - - let inherent_data = ParasInherentTestBuilder::::new() - .set_backed_and_concluding_paras(cores_with_backed) - .build(); - set_new_inherent_data(inherent_data); - // This should filter out, because we are trying to use elastic scaling when not enabled - run_block(); - }) -} - #[test] #[should_panic(expected = "InherentDataFilteredDuringExecution")] // This test does not panic when producing the candidate, but when injecting it as backed @@ -460,11 +365,13 @@ fn test_parathread_that_buys_core_has_affinity_and_can_produce() { ); // let's buy core - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( + #[allow(deprecated)] + let result = OnDemandAssignmentProvider::place_order_allow_death( origin_of(ALICE.into()), 100 * UNIT, - 1000u32.into() - )); + 1000u32.into(), + ); + assert_ok!(result); run_block(); // The claim queue this time allows us to produce blocks @@ -568,11 +475,13 @@ fn test_on_demand_core_affinity_bound_to_core_gets_expired_at_session_boundaries ); // let's buy core - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( + #[allow(deprecated)] + let result = OnDemandAssignmentProvider::place_order_allow_death( origin_of(ALICE.into()), 100 * UNIT, - 1000u32.into() - )); + 1000u32.into(), + ); + assert_ok!(result); run_block(); // The claim queue this time allows us to produce blocks @@ -733,11 +642,13 @@ fn test_parathread_uses_0_and_then_1_after_parachain_onboarded() { assert_eq!(authorities_for_container(2000u32.into()), None); // let's buy core for 2001 - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( + #[allow(deprecated)] + let result = OnDemandAssignmentProvider::place_order_allow_death( origin_of(ALICE.into()), 100 * UNIT, - 2001u32.into() - )); + 2001u32.into(), + ); + assert_ok!(result); // We need to run one block for the place order to have effect in the claim queue run_block(); @@ -802,11 +713,13 @@ fn test_parathread_uses_0_and_then_1_after_parachain_onboarded() { // 2000 should occupy core 0 now, as it is a parachains. which means if we try to buy a core (and use it) // for parathread 2001 then it should assign core 1 to the parathread // let's buy core for 2001 - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( + #[allow(deprecated)] + let result = OnDemandAssignmentProvider::place_order_allow_death( origin_of(ALICE.into()), 100 * UNIT, - 2001u32.into() - )); + 2001u32.into(), + ); + assert_ok!(result); run_block(); // The claim queue allows us to produce blocks at core 1 for 2001 diff --git a/chains/orchestrator-relays/runtime/dancelight/src/tests/ethereum_system.rs b/chains/orchestrator-relays/runtime/dancelight/src/tests/ethereum_system.rs deleted file mode 100644 index c5fdc86e6b..0000000000 --- a/chains/orchestrator-relays/runtime/dancelight/src/tests/ethereum_system.rs +++ /dev/null @@ -1,224 +0,0 @@ -// Copyright (C) Moondance Labs Ltd. -// This file is part of Tanssi. - -// Tanssi is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. - -// Tanssi is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with Tanssi. If not, see - -#![cfg(test)] - -use { - crate::{tests::common::*, EthereumSystem}, - frame_support::assert_noop, - pallet_xcm::Origin as XcmOrigin, - snowbridge_core::outbound::OperatingMode, - sp_core::H160, - sp_runtime::DispatchError::BadOrigin, - sp_std::vec, - xcm::latest::{Junction::Parachain, Location}, -}; - -#[test] -fn test_create_agent_not_allowed() { - ExtBuilder::default() - .with_balances(vec![(AccountId::from(ALICE), 210_000 * UNIT)]) - .build() - .execute_with(|| { - let sibling_para_location = Location::new(1, [Parachain(2000)]); - - // create_agent is disabled for sibling parachains - assert_noop!( - EthereumSystem::create_agent(XcmOrigin::Xcm(sibling_para_location).into()), - BadOrigin - ); - - let relay_location = Location::new(1, []); - - // create_agent also disabled for relay origin - assert_noop!( - EthereumSystem::create_agent(XcmOrigin::Xcm(relay_location).into()), - BadOrigin - ); - - // create_agent is disabled for signed origins - assert_noop!( - EthereumSystem::create_agent( - ::RuntimeOrigin::signed(AccountId::from( - ALICE - )) - ), - BadOrigin - ); - - // create_agent is disabled for root - assert_noop!( - EthereumSystem::create_agent( - ::RuntimeOrigin::root() - ), - BadOrigin - ); - }) -} - -#[test] -fn test_create_channel_not_allowed() { - ExtBuilder::default() - .with_balances(vec![(AccountId::from(ALICE), 210_000 * UNIT)]) - .build() - .execute_with(|| { - let sibling_para_location = Location::new(1, [Parachain(2000)]); - - // create_channel is disabled for sibling parachains - assert_noop!( - EthereumSystem::create_channel( - XcmOrigin::Xcm(sibling_para_location).into(), - OperatingMode::Normal - ), - BadOrigin - ); - - let relay_location = Location::new(1, []); - - // create_channel also disabled for relay origin - assert_noop!( - EthereumSystem::create_channel( - XcmOrigin::Xcm(relay_location).into(), - OperatingMode::Normal - ), - BadOrigin - ); - - // create_channel is disabled for signed origins - assert_noop!( - EthereumSystem::create_channel( - ::RuntimeOrigin::signed(AccountId::from( - ALICE - )), - OperatingMode::Normal - ), - BadOrigin - ); - - // create_channel is disabled for root - assert_noop!( - EthereumSystem::create_channel( - ::RuntimeOrigin::root(), - OperatingMode::Normal - ), - BadOrigin - ); - }) -} - -#[test] -fn test_update_channel_not_allowed() { - ExtBuilder::default() - .with_balances(vec![(AccountId::from(ALICE), 210_000 * UNIT)]) - .build() - .execute_with(|| { - let sibling_para_location = Location::new(1, [Parachain(2000)]); - - // update_channel is disabled for sibling parachains - assert_noop!( - EthereumSystem::update_channel( - XcmOrigin::Xcm(sibling_para_location).into(), - OperatingMode::Normal - ), - BadOrigin - ); - - let relay_location = Location::new(1, []); - - // update_channel also disabled for relay origin - assert_noop!( - EthereumSystem::update_channel( - XcmOrigin::Xcm(relay_location).into(), - OperatingMode::Normal - ), - BadOrigin - ); - - // update_channel is disabled for signed origins - assert_noop!( - EthereumSystem::update_channel( - ::RuntimeOrigin::signed(AccountId::from( - ALICE - )), - OperatingMode::Normal - ), - BadOrigin - ); - - // update_channel is disabled for root - assert_noop!( - EthereumSystem::update_channel( - ::RuntimeOrigin::root(), - OperatingMode::Normal - ), - BadOrigin - ); - }) -} - -#[test] -fn test_transfer_native_from_agent_not_allowed() { - ExtBuilder::default() - .with_balances(vec![(AccountId::from(ALICE), 210_000 * UNIT)]) - .build() - .execute_with(|| { - let sibling_para_location = Location::new(1, [Parachain(2000)]); - - // transfer_native_from_agent is disabled for sibling parachains - assert_noop!( - EthereumSystem::transfer_native_from_agent( - XcmOrigin::Xcm(sibling_para_location).into(), - H160::default(), - 1000u128 - ), - BadOrigin - ); - - let relay_location = Location::new(1, []); - - // transfer_native_from_agent also disabled for relay origin - assert_noop!( - EthereumSystem::transfer_native_from_agent( - XcmOrigin::Xcm(relay_location).into(), - H160::default(), - 1000u128 - ), - BadOrigin - ); - - // transfer_native_from_agent is disabled for signed origins - assert_noop!( - EthereumSystem::transfer_native_from_agent( - ::RuntimeOrigin::signed(AccountId::from( - ALICE - )), - H160::default(), - 1000u128 - ), - BadOrigin - ); - - // transfer_native_from_agent is disabled for root - assert_noop!( - EthereumSystem::transfer_native_from_agent( - ::RuntimeOrigin::root(), - H160::default(), - 1000u128 - ), - BadOrigin - ); - }) -} diff --git a/chains/orchestrator-relays/runtime/dancelight/src/tests/ethereum_token_transfers.rs b/chains/orchestrator-relays/runtime/dancelight/src/tests/ethereum_token_transfers.rs index e82f0d980d..f5e2102616 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/tests/ethereum_token_transfers.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/tests/ethereum_token_transfers.rs @@ -28,14 +28,12 @@ use { frame_support::{assert_noop, assert_ok}, hex_literal::hex, parity_scale_codec::Encode, - snowbridge_core::{ - inbound::{Log, Message}, - AgentId, Channel, ChannelId, ParaId, - }, - snowbridge_router_primitives::inbound::{ - envelope::{Envelope, OutboundMessageAccepted}, - Command, Destination, MessageProcessor, MessageV1, VersionedXcmMessage, + snowbridge_core::{AgentId, Channel, ChannelId, ParaId}, + snowbridge_inbound_queue_primitives::v1::{ + Command, Destination, Envelope, MessageProcessor, MessageV1, OutboundMessageAccepted, + VersionedXcmMessage, }, + snowbridge_inbound_queue_primitives::{EventProof, Log}, sp_core::{H160, H256}, sp_runtime::{traits::MaybeEquivalence, FixedU128, TokenError}, sp_std::vec, @@ -477,7 +475,7 @@ fn receive_native_tokens_from_eth_happy_path() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -571,7 +569,7 @@ fn no_error_when_receiving_register_token_command() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -652,7 +650,7 @@ fn fail_receiving_native_tokens_with_foreign_account_id_20() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -741,7 +739,7 @@ fn fail_receiving_native_tokens_with_foreign_account_id_32() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -833,7 +831,7 @@ fn fail_receiving_native_tokens_with_destination_below_existential_deposit() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -924,7 +922,7 @@ fn receive_eth_native_token_in_tanssi_zero_address() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -1038,7 +1036,7 @@ fn receive_erc20_tokens_in_tanssi_non_zero_address() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -1151,7 +1149,7 @@ fn receive_erc20_tokens_fails_if_not_registered_in_foreign_assets() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -1238,7 +1236,7 @@ fn receive_eth_native_token_fails_if_not_registered_in_foreign_assets() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), diff --git a/chains/orchestrator-relays/runtime/dancelight/src/tests/inbound_queue_tests/integration_tests.rs b/chains/orchestrator-relays/runtime/dancelight/src/tests/inbound_queue_tests/integration_tests.rs index d877f9df58..383efdca41 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/tests/inbound_queue_tests/integration_tests.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/tests/inbound_queue_tests/integration_tests.rs @@ -23,11 +23,9 @@ use { frame_system::pallet_prelude::OriginFor, keyring::Sr25519Keyring, parity_scale_codec::Encode, - snowbridge_core::{ - inbound::{Log, Message}, - Channel, PRIMARY_GOVERNANCE_CHANNEL, - }, - snowbridge_router_primitives::inbound::envelope::OutboundMessageAccepted, + snowbridge_core::{Channel, PRIMARY_GOVERNANCE_CHANNEL}, + snowbridge_inbound_queue_primitives::v1::OutboundMessageAccepted, + snowbridge_verification_primitives::{EventProof, Log}, sp_core::H256, sp_runtime::DispatchError, tp_bridge::symbiotic_message_processor::{ @@ -63,7 +61,7 @@ fn test_inbound_queue_message_passing() { payload: vec![], }; - assert_eq!(EthereumInboundQueue::submit(OriginFor::::signed(AccountId::new([0; 32])), Message { + assert_eq!(EthereumInboundQueue::submit(OriginFor::::signed(AccountId::new([0; 32])), EventProof { event_log: Log { address: ::GatewayAddress::get(), topics: event_with_empty_payload.encode_topics().into_iter().map(|word| H256::from(word.0.0)).collect(), @@ -93,7 +91,7 @@ fn test_inbound_queue_message_passing() { payload: payload.encode(), }; - assert_eq!(EthereumInboundQueue::submit(OriginFor::::signed(AccountId::new([0; 32])), Message { + assert_eq!(EthereumInboundQueue::submit(OriginFor::::signed(AccountId::new([0; 32])), EventProof { event_log: Log { address: ::GatewayAddress::get(), topics: event_with_valid_payload.encode_topics().into_iter().map(|word| H256::from(word.0.0)).collect(), diff --git a/chains/orchestrator-relays/runtime/dancelight/src/tests/inbound_queue_tests/message_processor_tests.rs b/chains/orchestrator-relays/runtime/dancelight/src/tests/inbound_queue_tests/message_processor_tests.rs index cc7ebc79d9..5170a17dc7 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/tests/inbound_queue_tests/message_processor_tests.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/tests/inbound_queue_tests/message_processor_tests.rs @@ -20,7 +20,7 @@ use { hex_literal::hex, keyring::Sr25519Keyring, snowbridge_core::{Channel, PRIMARY_GOVERNANCE_CHANNEL}, - snowbridge_router_primitives::inbound::{envelope::Envelope, MessageProcessor}, + snowbridge_inbound_queue_primitives::v1::{Envelope, MessageProcessor}, sp_core::{H160, H256}, sp_runtime::DispatchError, tp_bridge::symbiotic_message_processor::{ diff --git a/chains/orchestrator-relays/runtime/dancelight/src/tests/mod.rs b/chains/orchestrator-relays/runtime/dancelight/src/tests/mod.rs index 7b342e5839..dfcf7920bd 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/tests/mod.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/tests/mod.rs @@ -27,7 +27,6 @@ mod collator_assignment_tests; mod common; mod core_scheduling_tests; mod ethereum_client; -mod ethereum_system; mod ethereum_token_transfers; mod external_validators_tests; mod inactivity_tracking; diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/frame_system_extensions.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/frame_system_extensions.rs index ffd0a184ce..974516d56f 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/frame_system_extensions.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/frame_system_extensions.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for frame_system_extensions using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl frame_system::ExtensionsWeightInfo for SubstrateWeight { + fn weight_reclaim() -> Weight { + Default::default() + } fn check_genesis() -> Weight { // Proof Size summary in bytes: // Measured: `30` diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_beefy_mmr.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_beefy_mmr.rs index 6f8261a073..ad2030a9ed 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_beefy_mmr.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_beefy_mmr.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_beefy_mmr using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_beefy_mmr::WeightInfo for SubstrateWeight { + fn n_leafs_proof_is_optimal(_n: u32) -> Weight { + Default::default() + } /// Storage: `System::BlockHash` (r:1 w:0) /// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) fn extract_validation_context() -> Weight { diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_message_queue.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_message_queue.rs index 8bf164617b..51bbb212c4 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_message_queue.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_message_queue.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_message_queue using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_message_queue::WeightInfo for SubstrateWeight { + fn set_service_head() -> Weight { + Default::default() + } /// Storage: `MessageQueue::ServiceHead` (r:1 w:0) /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) /// Storage: `MessageQueue::BookStateFor` (r:2 w:2) diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_multiblock_migrations.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_multiblock_migrations.rs index e58a6e4241..18f2e84736 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_multiblock_migrations.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_multiblock_migrations.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multiblock_migrations using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multiblock_migrations::WeightInfo for SubstrateWeight { + fn reset_pallet_migration(_n: u32) -> Weight { + Default::default() + } /// Storage: `MultiBlockMigrations::Cursor` (r:1 w:1) /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) /// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0) diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_multisig.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_multisig.rs index 2e188442b9..4eaaa12a14 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_multisig.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_multisig.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multisig using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multisig::WeightInfo for SubstrateWeight { + fn poke_deposit(_s: u32, ) -> Weight { + Default::default() + } /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { // Proof Size summary in bytes: diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_proxy.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_proxy.rs index 793d639788..2343219c05 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_proxy.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_proxy.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_proxy using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_proxy::WeightInfo for SubstrateWeight { + fn poke_deposit() -> Weight { + Default::default() + } /// Storage: `Proxy::Proxies` (r:1 w:0) /// Proof: `Proxy::Proxies` (`max_values`: None, `max_size`: Some(1241), added: 3716, mode: `MaxEncodedLen`) /// The range of component `p` is `[1, 31]`. diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_utility.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_utility.rs index 8545e6c426..1ee2c03be1 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_utility.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_utility.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for pallet_utility using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_utility::WeightInfo for SubstrateWeight { + fn dispatch_as_fallible() -> sp_runtime::Weight { + Default::default() + } + fn if_else() -> sp_runtime::Weight { + Default::default() + } /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { // Proof Size summary in bytes: diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_xcm.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_xcm.rs index e3767dae5a..1432b7e5b6 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_xcm.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/pallet_xcm.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for pallet_xcm using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_xcm::WeightInfo for SubstrateWeight { + fn add_authorized_alias() -> sp_runtime::Weight { + Default::default() + } + fn remove_authorized_alias() -> sp_runtime::Weight { + Default::default() + } /// Storage: `Dmp::DeliveryFeeFactor` (r:1 w:0) /// Proof: `Dmp::DeliveryFeeFactor` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `XcmPallet::SupportedVersion` (r:1 w:0) diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/runtime_parachains_assigner_on_demand.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/runtime_parachains_assigner_on_demand.rs index 7c5dd1f9b8..9afe8ed67f 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/runtime_parachains_assigner_on_demand.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/runtime_parachains_assigner_on_demand.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for runtime_parachains::assigner_on_demand using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl runtime_parachains::on_demand::WeightInfo for SubstrateWeight { + fn place_order_with_credits(_: u32) -> sp_runtime::Weight { + Default::default() + } /// Storage: `OnDemandAssignmentProvider::QueueStatus` (r:1 w:1) /// Proof: `OnDemandAssignmentProvider::QueueStatus` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `System::Account` (r:1 w:1) diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/runtime_parachains_disputes_slashing.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/runtime_parachains_disputes_slashing.rs index b77b292852..71a3d82517 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/runtime_parachains_disputes_slashing.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/runtime_parachains_disputes_slashing.rs @@ -50,46 +50,12 @@ use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; +use runtime_parachains::initializer::ValidatorSetCount; /// Weights for runtime_parachains::disputes::slashing using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl runtime_parachains::disputes::slashing::WeightInfo for SubstrateWeight { - /// Storage: `Session::CurrentIndex` (r:1 w:0) - /// Proof: `Session::CurrentIndex` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Historical::HistoricalSessions` (r:1 w:0) - /// Proof: `Historical::HistoricalSessions` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `ParasSlashing::UnappliedSlashes` (r:1 w:1) - /// Proof: `ParasSlashing::UnappliedSlashes` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Offences::ConcurrentReportsIndex` (r:1 w:1) - /// Proof: `Offences::ConcurrentReportsIndex` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Offences::Reports` (r:1 w:1) - /// Proof: `Offences::Reports` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ExternalValidatorSlashes::SlashingMode` (r:1 w:0) - /// Proof: `ExternalValidatorSlashes::SlashingMode` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidators::ActiveEra` (r:1 w:0) - /// Proof: `ExternalValidators::ActiveEra` (`max_values`: Some(1), `max_size`: Some(13), added: 508, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidators::ErasStartSessionIndex` (r:1 w:0) - /// Proof: `ExternalValidators::ErasStartSessionIndex` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidators::CurrentExternalIndex` (r:1 w:0) - /// Proof: `ExternalValidators::CurrentExternalIndex` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidators::WhitelistedValidators` (r:1 w:0) - /// Proof: `ExternalValidators::WhitelistedValidators` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidatorSlashes::NextSlashId` (r:1 w:1) - /// Proof: `ExternalValidatorSlashes::NextSlashId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidatorSlashes::ValidatorSlashInEra` (r:1 w:1) - /// Proof: `ExternalValidatorSlashes::ValidatorSlashInEra` (`max_values`: None, `max_size`: Some(56), added: 2531, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidatorSlashes::Slashes` (r:1 w:1) - /// Proof: `ExternalValidatorSlashes::Slashes` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// The range of component `n` is `[4, 100]`. - fn report_dispute_lost(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1083` - // Estimated: `4687` - // Minimum execution time: 100_966_000 picoseconds. - Weight::from_parts(117_478_873, 4687) - // Standard Error: 4_044 - .saturating_add(Weight::from_parts(105_566, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(13_u64)) - .saturating_add(T::DbWeight::get().writes(6_u64)) + fn report_dispute_lost_unsigned(_validator_count: ValidatorSetCount) -> Weight{ + Default::default() } } \ No newline at end of file diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/snowbridge_pallet_system.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/snowbridge_pallet_system.rs index 965b37c4fb..c1a98d1505 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/snowbridge_pallet_system.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/snowbridge_pallet_system.rs @@ -123,89 +123,6 @@ impl snowbridge_pallet_system::WeightInfo for Substrate .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } - /// Storage: `EthereumSystem::Agents` (r:1 w:1) - /// Proof: `EthereumSystem::Agents` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::Channels` (r:1 w:0) - /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) - /// Proof: `EthereumSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `EthereumOutboundQueue::OperatingMode` (r:1 w:0) - /// Proof: `EthereumOutboundQueue::OperatingMode` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::ServiceHead` (r:1 w:1) - /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Proof: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Storage: `MessageQueue::Pages` (r:0 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(32845), added: 35320, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - /// Proof: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - fn create_agent() -> Weight { - // Proof Size summary in bytes: - // Measured: `698` - // Estimated: `3601` - // Minimum execution time: 109_832_000 picoseconds. - Weight::from_parts(113_933_000, 3601) - .saturating_add(T::DbWeight::get().reads(7_u64)) - .saturating_add(T::DbWeight::get().writes(7_u64)) - } - /// Storage: `EthereumSystem::Agents` (r:1 w:0) - /// Proof: `EthereumSystem::Agents` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::Channels` (r:2 w:1) - /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) - /// Proof: `EthereumSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `EthereumOutboundQueue::OperatingMode` (r:1 w:0) - /// Proof: `EthereumOutboundQueue::OperatingMode` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::Pages` (r:1 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(32845), added: 35320, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Proof: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Storage: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - /// Proof: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - fn create_channel() -> Weight { - // Proof Size summary in bytes: - // Measured: `1136` - // Estimated: `36310` - // Minimum execution time: 121_147_000 picoseconds. - Weight::from_parts(123_935_000, 36310) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(6_u64)) - } - /// Storage: `EthereumSystem::Channels` (r:1 w:0) - /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) - /// Proof: `EthereumSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `EthereumOutboundQueue::OperatingMode` (r:1 w:0) - /// Proof: `EthereumOutboundQueue::OperatingMode` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::BookStateFor` (r:2 w:2) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::ServiceHead` (r:1 w:0) - /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Proof: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Storage: `MessageQueue::Pages` (r:0 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(32845), added: 35320, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - /// Proof: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - fn update_channel() -> Weight { - // Proof Size summary in bytes: - // Measured: `919` - // Estimated: `6212` - // Minimum execution time: 114_498_000 picoseconds. - Weight::from_parts(117_667_000, 6212) - .saturating_add(T::DbWeight::get().reads(7_u64)) - .saturating_add(T::DbWeight::get().writes(6_u64)) - } /// Storage: `EthereumSystem::Channels` (r:2 w:0) /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) @@ -235,35 +152,6 @@ impl snowbridge_pallet_system::WeightInfo for Substrate /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) /// Proof: `EthereumSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `EthereumOutboundQueue::OperatingMode` (r:1 w:0) - /// Proof: `EthereumOutboundQueue::OperatingMode` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::BookStateFor` (r:2 w:2) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::ServiceHead` (r:1 w:0) - /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Proof: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Storage: `MessageQueue::Pages` (r:0 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(32845), added: 35320, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - /// Proof: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - fn transfer_native_from_agent() -> Weight { - // Proof Size summary in bytes: - // Measured: `1021` - // Estimated: `6212` - // Minimum execution time: 119_555_000 picoseconds. - Weight::from_parts(123_591_000, 6212) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(6_u64)) - } - /// Storage: `EthereumSystem::Agents` (r:1 w:0) - /// Proof: `EthereumSystem::Agents` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::Channels` (r:1 w:0) - /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) - /// Proof: `EthereumSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`) /// Storage: `MessageQueue::BookStateFor` (r:2 w:2) /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`) /// Storage: `MessageQueue::ServiceHead` (r:1 w:0) diff --git a/chains/orchestrator-relays/runtime/dancelight/src/weights/xcm/mod.rs b/chains/orchestrator-relays/runtime/dancelight/src/weights/xcm/mod.rs index b40cbd8f85..44d45d9b5c 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/weights/xcm/mod.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/weights/xcm/mod.rs @@ -298,7 +298,7 @@ where _dest: &Location, remote_fees: &Option, _preserve_origin: &bool, - assets: &Vec, + assets: &BoundedVec, _xcm: &Xcm<()>, ) -> Weight { let mut weight = if let Some(remote_fees) = remote_fees { diff --git a/chains/orchestrator-relays/runtime/dancelight/src/xcm_config.rs b/chains/orchestrator-relays/runtime/dancelight/src/xcm_config.rs index 3e637f1e08..55979b1b69 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/xcm_config.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/xcm_config.rs @@ -33,7 +33,7 @@ use { }, frame_support::{ parameter_types, - traits::{Contains, Equals, Everything, Nothing}, + traits::{Contains, Disabled, Equals, Everything, Nothing}, weights::Weight, }, frame_system::EnsureRoot, @@ -255,6 +255,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); type XcmRecorder = (); + type XcmEventEmitter = XcmPallet; } parameter_types! { @@ -317,6 +318,7 @@ impl pallet_xcm::Config for Runtime { type RemoteLockConsumerIdentifier = (); type WeightInfo = weights::pallet_xcm::SubstrateWeight; type AdminOrigin = EnsureRoot; + type AuthorizedAliasConsideration = Disabled; } parameter_types! { @@ -362,6 +364,7 @@ impl pallet_assets::Config for Runtime { type CallbackHandle = (); type AssetAccountDeposit = ForeignAssetsAssetAccountDeposit; type RemoveItemsLimit = frame_support::traits::ConstU32<1000>; + type Holder = (); #[cfg(feature = "runtime-benchmarks")] type BenchmarkHelper = ForeignAssetBenchmarkHelper; } diff --git a/chains/orchestrator-relays/runtime/starlight/Cargo.toml b/chains/orchestrator-relays/runtime/starlight/Cargo.toml index 31ed09685c..85620359a3 100644 --- a/chains/orchestrator-relays/runtime/starlight/Cargo.toml +++ b/chains/orchestrator-relays/runtime/starlight/Cargo.toml @@ -159,13 +159,16 @@ pallet-migrations = { workspace = true } keyring = { workspace = true } snowbridge-beacon-primitives = { workspace = true } snowbridge-core = { workspace = true } +snowbridge-inbound-queue-primitives = { workspace = true } +snowbridge-merkle-tree = { workspace = true } +snowbridge-outbound-queue-primitives = { workspace = true } snowbridge-outbound-queue-runtime-api = { workspace = true } snowbridge-pallet-ethereum-client = { workspace = true } snowbridge-pallet-inbound-queue = { workspace = true } snowbridge-pallet-inbound-queue-fixtures = { workspace = true, optional = true } snowbridge-pallet-outbound-queue = { workspace = true } snowbridge-pallet-system = { workspace = true } -snowbridge-router-primitives = { workspace = true } +snowbridge-verification-primitives = { workspace = true } tp-bridge = { workspace = true } [dev-dependencies] @@ -304,6 +307,9 @@ std = [ "serde_json/std", "snowbridge-beacon-primitives/std", "snowbridge-core/std", + "snowbridge-inbound-queue-primitives/std", + "snowbridge-merkle-tree/std", + "snowbridge-outbound-queue-primitives/std", "snowbridge-outbound-queue-runtime-api/std", "snowbridge-pallet-ethereum-client/fuzzing", "snowbridge-pallet-ethereum-client/std", @@ -311,7 +317,7 @@ std = [ "snowbridge-pallet-inbound-queue/std", "snowbridge-pallet-outbound-queue/std", "snowbridge-pallet-system/std", - "snowbridge-router-primitives/std", + "snowbridge-verification-primitives/std", "sp-api/std", "sp-application-crypto/std", "sp-arithmetic/std", @@ -418,13 +424,13 @@ runtime-benchmarks = [ "runtime-common/runtime-benchmarks", "runtime-parachains/runtime-benchmarks", "snowbridge-core/runtime-benchmarks", + "snowbridge-inbound-queue-primitives/runtime-benchmarks", "snowbridge-pallet-ethereum-client/runtime-benchmarks", "snowbridge-pallet-inbound-queue-fixtures", "snowbridge-pallet-inbound-queue-fixtures/runtime-benchmarks", "snowbridge-pallet-inbound-queue/runtime-benchmarks", "snowbridge-pallet-outbound-queue/runtime-benchmarks", "snowbridge-pallet-system/runtime-benchmarks", - "snowbridge-router-primitives/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", "starlight-runtime-constants/runtime-benchmarks", @@ -437,6 +443,7 @@ runtime-benchmarks = [ "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", "xcm-runtime-apis/runtime-benchmarks", + "xcm/runtime-benchmarks", ] try-runtime = [ "container-chain-template-frontier-runtime/try-runtime", diff --git a/chains/orchestrator-relays/runtime/starlight/constants/Cargo.toml b/chains/orchestrator-relays/runtime/starlight/constants/Cargo.toml index 09d368df5e..7ca01cfe1b 100644 --- a/chains/orchestrator-relays/runtime/starlight/constants/Cargo.toml +++ b/chains/orchestrator-relays/runtime/starlight/constants/Cargo.toml @@ -46,4 +46,5 @@ runtime-benchmarks = [ "sp-runtime/runtime-benchmarks", "tp-traits/runtime-benchmarks", "xcm-builder/runtime-benchmarks", + "xcm/runtime-benchmarks", ] diff --git a/chains/orchestrator-relays/runtime/starlight/src/bridge_to_ethereum_config.rs b/chains/orchestrator-relays/runtime/starlight/src/bridge_to_ethereum_config.rs index ee237ba8e3..448167d6fb 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/bridge_to_ethereum_config.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/bridge_to_ethereum_config.rs @@ -44,7 +44,8 @@ use { pallet_xcm::EnsureXcm, parity_scale_codec::Encode, snowbridge_beacon_primitives::ForkVersions, - snowbridge_core::{gwei, inbound::Message, meth, Channel, PricingParameters, Rewards}, + snowbridge_core::{gwei, meth, Channel, PricingParameters, Rewards}, + snowbridge_inbound_queue_primitives::EventProof, snowbridge_pallet_inbound_queue::RewardProcessor, snowbridge_pallet_outbound_queue::OnNewCommitment, sp_core::{ConstU32, ConstU8, Get, H160, H256}, @@ -89,7 +90,7 @@ impl snowbridge_pallet_outbound_queue::Config for Runtime { type Decimals = ConstU8<12>; type MaxMessagePayloadSize = ConstU32<2048>; type MaxMessagesPerBlock = ConstU32<32>; - type GasMeter = snowbridge_core::outbound::ConstantGasMeter; + type GasMeter = snowbridge_outbound_queue_primitives::v1::ConstantGasMeter; type Balance = Balance; type WeightToFee = WeightToFee; type WeightInfo = crate::weights::snowbridge_pallet_outbound_queue::SubstrateWeight; @@ -156,8 +157,8 @@ mod benchmark_helper { crate::{EthereumBeaconClient, Runtime, RuntimeOrigin}, snowbridge_beacon_primitives::BeaconHeader, snowbridge_core::Channel, + snowbridge_inbound_queue_primitives::v1::{Envelope, MessageProcessor}, snowbridge_pallet_system::Channels, - snowbridge_router_primitives::inbound::{envelope::Envelope, MessageProcessor}, sp_core::H256, xcm::latest::Location, }; @@ -173,7 +174,7 @@ mod benchmark_helper { impl snowbridge_pallet_inbound_queue::BenchmarkHelper for EthSystemBenchHelper { fn initialize_storage(beacon_header: BeaconHeader, block_roots_root: H256) { let submit_message = snowbridge_pallet_inbound_queue_fixtures::register_token::make_register_token_message(); - let envelope: Envelope = Envelope::try_from(&submit_message.message.event_log).unwrap(); + let envelope: Envelope = Envelope::try_from(&submit_message.event.event_log).unwrap(); Channels::::set( envelope.channel_id, @@ -202,7 +203,7 @@ mod benchmark_helper { #[cfg(any(test, feature = "testing-helpers"))] mod test_helpers { - use snowbridge_core::inbound::{Log, Proof, VerificationError, Verifier}; + use snowbridge_inbound_queue_primitives::{Log, Proof, VerificationError, Verifier}; pub struct MockVerifier; @@ -223,7 +224,7 @@ where T::AccountId: From, >::Balance: From, { - fn process_reward(who: T::AccountId, _channel: Channel, message: Message) -> DispatchResult { + fn process_reward(who: T::AccountId, _channel: Channel, message: EventProof) -> DispatchResult { let reward_amount = snowbridge_pallet_inbound_queue::Pallet::::calculate_delivery_cost( message.encode().len() as u32, ); diff --git a/chains/orchestrator-relays/runtime/starlight/src/governance/fellowship.rs b/chains/orchestrator-relays/runtime/starlight/src/governance/fellowship.rs index 90686f358e..da356b437b 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/governance/fellowship.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/governance/fellowship.rs @@ -18,6 +18,7 @@ use { frame_support::traits::{MapSuccess, TryMapSuccess}, + sp_runtime::str_array as s, sp_runtime::traits::{CheckedReduceBy, ConstU16, Replace, ReplaceWithDefault}, }; @@ -36,12 +37,14 @@ pub struct TracksInfo; impl pallet_referenda::TracksInfo for TracksInfo { type Id = u16; type RuntimeOrigin = ::PalletsOrigin; - fn tracks() -> &'static [(Self::Id, pallet_referenda::TrackInfo)] { - static DATA: [(u16, pallet_referenda::TrackInfo); 10] = [ - ( - 0u16, - pallet_referenda::TrackInfo { - name: "candidates", + fn tracks( + ) -> impl Iterator>> + { + static DATA: [pallet_referenda::Track; 10] = [ + pallet_referenda::Track { + id: 0, + info: pallet_referenda::TrackInfo { + name: s("candidates"), max_deciding: 10, decision_deposit: 100 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -59,11 +62,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 1u16, - pallet_referenda::TrackInfo { - name: "members", + }, + pallet_referenda::Track { + id: 1, + info: pallet_referenda::TrackInfo { + name: s("members"), max_deciding: 10, decision_deposit: 10 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -81,11 +84,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 2u16, - pallet_referenda::TrackInfo { - name: "proficients", + }, + pallet_referenda::Track { + id: 2, + info: pallet_referenda::TrackInfo { + name: s("proficients"), max_deciding: 10, decision_deposit: 10 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -103,11 +106,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 3u16, - pallet_referenda::TrackInfo { - name: "fellows", + }, + pallet_referenda::Track { + id: 3, + info: pallet_referenda::TrackInfo { + name: s("fellows"), max_deciding: 10, decision_deposit: 10 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -125,11 +128,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 4u16, - pallet_referenda::TrackInfo { - name: "senior fellows", + }, + pallet_referenda::Track { + id: 4, + info: pallet_referenda::TrackInfo { + name: s("senior fellows"), max_deciding: 10, decision_deposit: 10 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -147,11 +150,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 5u16, - pallet_referenda::TrackInfo { - name: "experts", + }, + pallet_referenda::Track { + id: 5, + info: pallet_referenda::TrackInfo { + name: s("experts"), max_deciding: 10, decision_deposit: 1 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -169,11 +172,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 6u16, - pallet_referenda::TrackInfo { - name: "senior experts", + }, + pallet_referenda::Track { + id: 6, + info: pallet_referenda::TrackInfo { + name: s("senior experts"), max_deciding: 10, decision_deposit: 1 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -191,11 +194,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 7u16, - pallet_referenda::TrackInfo { - name: "masters", + }, + pallet_referenda::Track { + id: 7, + info: pallet_referenda::TrackInfo { + name: s("masters"), max_deciding: 10, decision_deposit: 1 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -213,11 +216,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 8u16, - pallet_referenda::TrackInfo { - name: "senior masters", + }, + pallet_referenda::Track { + id: 8, + info: pallet_referenda::TrackInfo { + name: s("senior masters"), max_deciding: 10, decision_deposit: 1 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -235,11 +238,11 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), - ( - 9u16, - pallet_referenda::TrackInfo { - name: "grand masters", + }, + pallet_referenda::Track { + id: 9, + info: pallet_referenda::TrackInfo { + name: s("grand masters"), max_deciding: 10, decision_deposit: 1 * 3 * CENTS, prepare_period: 30 * MINUTES, @@ -257,9 +260,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { ceil: Perbill::from_percent(50), }, }, - ), + }, ]; - &DATA[..] + DATA.iter().map(Cow::Borrowed) } fn track_for(id: &Self::RuntimeOrigin) -> Result { use super::origins::Origin; @@ -289,7 +292,6 @@ impl pallet_referenda::TracksInfo for TracksInfo { } } } -pallet_referenda::impl_tracksinfo_get!(TracksInfo, Balance, BlockNumber); pub type FellowshipReferendaInstance = pallet_referenda::Instance2; @@ -312,6 +314,7 @@ impl pallet_referenda::Config for Runtime { type AlarmInterval = AlarmInterval; type Tracks = TracksInfo; type Preimages = Preimage; + type BlockNumberProvider = System; } pub type FellowshipCollectiveInstance = pallet_ranked_collective::Instance1; diff --git a/chains/orchestrator-relays/runtime/starlight/src/governance/mod.rs b/chains/orchestrator-relays/runtime/starlight/src/governance/mod.rs index 198b6d8609..c2644d1bb2 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/governance/mod.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/governance/mod.rs @@ -49,6 +49,8 @@ impl pallet_conviction_voting::Config for Runtime { type MaxTurnout = frame_support::traits::tokens::currency::ActiveIssuanceOf; type Polls = Referenda; + type BlockNumberProvider = System; + type VotingHooks = (); } parameter_types! { @@ -92,4 +94,5 @@ impl pallet_referenda::Config for Runtime { type AlarmInterval = AlarmInterval; type Tracks = TracksInfo; type Preimages = Preimage; + type BlockNumberProvider = System; } diff --git a/chains/orchestrator-relays/runtime/starlight/src/governance/origins.rs b/chains/orchestrator-relays/runtime/starlight/src/governance/origins.rs index ac70b3473e..2b68f69f9c 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/governance/origins.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/governance/origins.rs @@ -31,7 +31,17 @@ pub mod pallet_custom_origins { #[pallet::pallet] pub struct Pallet(_); - #[derive(PartialEq, Eq, Clone, MaxEncodedLen, Encode, Decode, TypeInfo, RuntimeDebug)] + #[derive( + PartialEq, + Eq, + Clone, + MaxEncodedLen, + Encode, + Decode, + TypeInfo, + RuntimeDebug, + DecodeWithMemTracking, + )] #[pallet::origin] pub enum Origin { /// Origin for cancelling slashes. diff --git a/chains/orchestrator-relays/runtime/starlight/src/governance/tracks.rs b/chains/orchestrator-relays/runtime/starlight/src/governance/tracks.rs index 17bcb08060..096b99acab 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/governance/tracks.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/governance/tracks.rs @@ -21,7 +21,8 @@ use super::*; const fn percent(x: i32) -> sp_arithmetic::FixedI64 { sp_arithmetic::FixedI64::from_rational(x as u128, 100) } -use pallet_referenda::Curve; +use pallet_referenda::{Curve, Track}; +use sp_runtime::str_array as s; const APP_ROOT: Curve = Curve::make_reciprocal(4, 28, percent(80), percent(50), percent(100)); const SUP_ROOT: Curve = Curve::make_linear(28, 28, percent(0), percent(50)); const APP_STAKING_ADMIN: Curve = Curve::make_linear(17, 28, percent(50), percent(100)); @@ -65,11 +66,11 @@ const APP_WHITELISTED_CALLER: Curve = const SUP_WHITELISTED_CALLER: Curve = Curve::make_reciprocal(1, 28, percent(20), percent(5), percent(50)); -const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15] = [ - ( - 0, - pallet_referenda::TrackInfo { - name: "root", +const TRACKS_DATA: [pallet_referenda::Track; 15] = [ + pallet_referenda::Track { + id: 0, + info: pallet_referenda::TrackInfo { + name: s("root"), max_deciding: 1, decision_deposit: 100 * GRAND, prepare_period: 8 * MINUTES, @@ -79,11 +80,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_ROOT, min_support: SUP_ROOT, }, - ), - ( - 1, - pallet_referenda::TrackInfo { - name: "whitelisted_caller", + }, + pallet_referenda::Track { + id: 1, + info: pallet_referenda::TrackInfo { + name: s("whitelisted_caller"), max_deciding: 100, decision_deposit: 10 * GRAND, prepare_period: 6 * MINUTES, @@ -93,11 +94,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_WHITELISTED_CALLER, min_support: SUP_WHITELISTED_CALLER, }, - ), - ( - 10, - pallet_referenda::TrackInfo { - name: "staking_admin", + }, + pallet_referenda::Track { + id: 10, + info: pallet_referenda::TrackInfo { + name: s("staking_admin"), max_deciding: 10, decision_deposit: 5 * GRAND, prepare_period: 8 * MINUTES, @@ -107,11 +108,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_STAKING_ADMIN, min_support: SUP_STAKING_ADMIN, }, - ), - ( - 11, - pallet_referenda::TrackInfo { - name: "treasurer", + }, + pallet_referenda::Track { + id: 11, + info: pallet_referenda::TrackInfo { + name: s("treasurer"), max_deciding: 10, decision_deposit: 1 * GRAND, prepare_period: 8 * MINUTES, @@ -121,11 +122,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_TREASURER, min_support: SUP_TREASURER, }, - ), - ( - 12, - pallet_referenda::TrackInfo { - name: "lease_admin", + }, + pallet_referenda::Track { + id: 12, + info: pallet_referenda::TrackInfo { + name: s("lease_admin"), max_deciding: 10, decision_deposit: 5 * GRAND, prepare_period: 8 * MINUTES, @@ -135,11 +136,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_LEASE_ADMIN, min_support: SUP_LEASE_ADMIN, }, - ), - ( - 13, - pallet_referenda::TrackInfo { - name: "fellowship_admin", + }, + pallet_referenda::Track { + id: 13, + info: pallet_referenda::TrackInfo { + name: s("fellowship_admin"), max_deciding: 10, decision_deposit: 5 * GRAND, prepare_period: 8 * MINUTES, @@ -149,11 +150,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_FELLOWSHIP_ADMIN, min_support: SUP_FELLOWSHIP_ADMIN, }, - ), - ( - 14, - pallet_referenda::TrackInfo { - name: "general_admin", + }, + pallet_referenda::Track { + id: 14, + info: pallet_referenda::TrackInfo { + name: s("general_admin"), max_deciding: 10, decision_deposit: 5 * GRAND, prepare_period: 8 * MINUTES, @@ -163,11 +164,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_GENERAL_ADMIN, min_support: SUP_GENERAL_ADMIN, }, - ), - ( - 15, - pallet_referenda::TrackInfo { - name: "auction_admin", + }, + pallet_referenda::Track { + id: 15, + info: pallet_referenda::TrackInfo { + name: s("auction_admin"), max_deciding: 10, decision_deposit: 5 * GRAND, prepare_period: 8 * MINUTES, @@ -177,11 +178,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_AUCTION_ADMIN, min_support: SUP_AUCTION_ADMIN, }, - ), - ( - 20, - pallet_referenda::TrackInfo { - name: "referendum_canceller", + }, + pallet_referenda::Track { + id: 20, + info: pallet_referenda::TrackInfo { + name: s("referendum_canceller"), max_deciding: 1_000, decision_deposit: 10 * GRAND, prepare_period: 8 * MINUTES, @@ -191,11 +192,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_REFERENDUM_CANCELLER, min_support: SUP_REFERENDUM_CANCELLER, }, - ), - ( - 21, - pallet_referenda::TrackInfo { - name: "referendum_killer", + }, + pallet_referenda::Track { + id: 21, + info: pallet_referenda::TrackInfo { + name: s("referendum_killer"), max_deciding: 1_000, decision_deposit: 50 * GRAND, prepare_period: 8 * MINUTES, @@ -205,11 +206,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_REFERENDUM_KILLER, min_support: SUP_REFERENDUM_KILLER, }, - ), - ( - 30, - pallet_referenda::TrackInfo { - name: "small_tipper", + }, + pallet_referenda::Track { + id: 30, + info: pallet_referenda::TrackInfo { + name: s("small_tipper"), max_deciding: 200, decision_deposit: 1 * 3 * CENTS, prepare_period: 1 * MINUTES, @@ -219,11 +220,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_SMALL_TIPPER, min_support: SUP_SMALL_TIPPER, }, - ), - ( - 31, - pallet_referenda::TrackInfo { - name: "big_tipper", + }, + pallet_referenda::Track { + id: 31, + info: pallet_referenda::TrackInfo { + name: s("big_tipper"), max_deciding: 100, decision_deposit: 10 * 3 * CENTS, prepare_period: 4 * MINUTES, @@ -233,11 +234,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_BIG_TIPPER, min_support: SUP_BIG_TIPPER, }, - ), - ( - 32, - pallet_referenda::TrackInfo { - name: "small_spender", + }, + pallet_referenda::Track { + id: 32, + info: pallet_referenda::TrackInfo { + name: s("small_spender"), max_deciding: 50, decision_deposit: 100 * 3 * CENTS, prepare_period: 10 * MINUTES, @@ -247,11 +248,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_SMALL_SPENDER, min_support: SUP_SMALL_SPENDER, }, - ), - ( - 33, - pallet_referenda::TrackInfo { - name: "medium_spender", + }, + pallet_referenda::Track { + id: 33, + info: pallet_referenda::TrackInfo { + name: s("medium_spender"), max_deciding: 50, decision_deposit: 200 * 3 * CENTS, prepare_period: 10 * MINUTES, @@ -261,11 +262,11 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_MEDIUM_SPENDER, min_support: SUP_MEDIUM_SPENDER, }, - ), - ( - 34, - pallet_referenda::TrackInfo { - name: "big_spender", + }, + pallet_referenda::Track { + id: 34, + info: pallet_referenda::TrackInfo { + name: s("big_spender"), max_deciding: 50, decision_deposit: 400 * 3 * CENTS, prepare_period: 10 * MINUTES, @@ -275,15 +276,15 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo); 15 min_approval: APP_BIG_SPENDER, min_support: SUP_BIG_SPENDER, }, - ), + }, ]; pub struct TracksInfo; impl pallet_referenda::TracksInfo for TracksInfo { type Id = u16; type RuntimeOrigin = ::PalletsOrigin; - fn tracks() -> &'static [(Self::Id, pallet_referenda::TrackInfo)] { - &TRACKS_DATA[..] + fn tracks() -> impl Iterator>> { + TRACKS_DATA.iter().map(Cow::Borrowed) } fn track_for(id: &Self::RuntimeOrigin) -> Result { if let Ok(system_origin) = frame_system::RawOrigin::try_from(id.clone()) { @@ -317,4 +318,3 @@ impl pallet_referenda::TracksInfo for TracksInfo { } } } -pallet_referenda::impl_tracksinfo_get!(TracksInfo, Balance, BlockNumber); diff --git a/chains/orchestrator-relays/runtime/starlight/src/lib.rs b/chains/orchestrator-relays/runtime/starlight/src/lib.rs index 3642d9603d..bf33342d42 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/lib.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/lib.rs @@ -50,7 +50,7 @@ use { pallet_registrar_runtime_api::ContainerChainGenesisData, pallet_services_payment::{ProvideBlockProductionCost, ProvideCollatorAssignmentCost}, parachains_scheduler::common::Assignment, - parity_scale_codec::{Decode, Encode, MaxEncodedLen}, + parity_scale_codec::{Decode, DecodeWithMemTracking, Encode, MaxEncodedLen}, primitives::{ slashing, vstaging::CandidateEvent, vstaging::CommittedCandidateReceiptV2, vstaging::CoreState, vstaging::ScrapedOnChainVotes, ApprovalVotingParams, BlockNumber, @@ -77,11 +77,10 @@ use { shared as parachains_shared, }, scale_info::TypeInfo, - snowbridge_core::{ - outbound::{Command, Fee}, - ChannelId, PricingParameters, - }, - snowbridge_pallet_outbound_queue::MerkleProof, + snowbridge_core::{ChannelId, PricingParameters}, + snowbridge_merkle_tree::MerkleProof, + snowbridge_outbound_queue_primitives::v1::Command, + snowbridge_outbound_queue_primitives::v1::Fee, sp_core::{storage::well_known_keys as StorageWellKnownKeys, Get}, sp_genesis_builder::PresetId, sp_runtime::{ @@ -99,6 +98,7 @@ use { prod_or_fast_parameter_types, EraIndex, GetHostConfiguration, GetSessionContainerChains, ParaIdAssignmentHooks, RegistrarHandler, Slot, SlotFrequency, }, + xcm::Version as XcmVersion, xcm_runtime_apis::{ dry_run::{CallDryRunEffects, Error as XcmDryRunApiError, XcmDryRunEffects}, fees::Error as XcmPaymentApiError, @@ -135,6 +135,7 @@ use { transaction_validity::{TransactionPriority, TransactionSource, TransactionValidity}, ApplyExtrinsicResult, Cow, FixedU128, KeyTypeId, Perbill, Percent, Permill, RuntimeDebug, }, + sp_staking::offence::OffenceSeverity, sp_staking::SessionIndex, sp_version::RuntimeVersion, xcm::{ @@ -218,7 +219,17 @@ pub fn native_version() -> NativeVersion { /// /// Can be extended to serve further use-cases besides just UMP. Is stored in storage, so any change /// to existing values will require a migration. -#[derive(Encode, Decode, Clone, MaxEncodedLen, Eq, PartialEq, RuntimeDebug, TypeInfo)] +#[derive( + Encode, + Decode, + Clone, + MaxEncodedLen, + Eq, + PartialEq, + RuntimeDebug, + TypeInfo, + DecodeWithMemTracking, +)] pub enum AggregateMessageOrigin { /// Inbound upward message. #[codec(index = 0)] @@ -458,6 +469,7 @@ impl pallet_scheduler::Config for Runtime { type WeightInfo = weights::pallet_scheduler::SubstrateWeight; type OriginPrivilegeCmp = OriginPrivilegeCmp; type Preimages = Preimage; + type BlockNumberProvider = System; } parameter_types! { @@ -600,6 +612,7 @@ impl pallet_session::Config for Runtime { type SessionHandler = ::KeyTypeIdProviders; type Keys = SessionKeys; type WeightInfo = weights::pallet_session::SubstrateWeight; + type DisablingStrategy = (); } pub struct FullIdentificationOf; @@ -858,6 +871,7 @@ impl pallet_multisig::Config for Runtime { type DepositFactor = DepositFactor; type MaxSignatories = MaxSignatories; type WeightInfo = weights::pallet_multisig::SubstrateWeight; + type BlockNumberProvider = System; } parameter_types! { @@ -883,6 +897,7 @@ parameter_types! { Decode, RuntimeDebug, MaxEncodedLen, + DecodeWithMemTracking, TypeInfo, )] pub enum ProxyType { @@ -1016,6 +1031,7 @@ impl pallet_proxy::Config for Runtime { type CallHasher = BlakeTwo256; type AnnouncementDepositBase = AnnouncementDepositBase; type AnnouncementDepositFactor = AnnouncementDepositFactor; + type BlockNumberProvider = System; } impl parachains_origin::Config for Runtime {} @@ -1423,8 +1439,8 @@ use { pub struct StarlightSessionInterface; impl SessionInterface for StarlightSessionInterface { - fn disable_validator(validator_index: u32) -> bool { - Session::disable_index(validator_index) + fn report_offence(validator: AccountId, severity: OffenceSeverity) { + Session::report_offence(validator, severity); } fn validators() -> Vec { @@ -2066,12 +2082,6 @@ pub type TxExtension = ( pub type UncheckedExtrinsic = generic::UncheckedExtrinsic; -/// The runtime migrations per release. -pub mod migrations { - /// Unreleased migrations. Add new ones here: - pub type Unreleased = (); -} - /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive< Runtime, @@ -2079,7 +2089,6 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPalletsWithSystem, - migrations::Unreleased, >; /// The payload being signed in transactions. pub type SignedPayload = generic::SignedPayload; @@ -2340,7 +2349,6 @@ mod benches { [pallet_conviction_voting, ConvictionVoting] [pallet_identity, Identity] [pallet_message_queue, MessageQueue] - [pallet_multiblock_migrations, MultiBlockMigrations] [pallet_multisig, Multisig] [pallet_parameters, Parameters] [pallet_preimage, Preimage] @@ -2405,8 +2413,8 @@ sp_api::impl_runtime_apis! { } impl xcm_runtime_apis::dry_run::DryRunApi for Runtime { - fn dry_run_call(origin: OriginCaller, call: RuntimeCall) -> Result, XcmDryRunApiError> { - XcmPallet::dry_run_call::(origin, call) + fn dry_run_call(origin: OriginCaller, call: RuntimeCall, result_xcms_version: XcmVersion) -> Result, XcmDryRunApiError> { + XcmPallet::dry_run_call::(origin, call, result_xcms_version) } fn dry_run_xcm(origin_location: VersionedLocation, xcm: VersionedXcm) -> Result, XcmDryRunApiError> { @@ -2646,10 +2654,14 @@ sp_api::impl_runtime_apis! { } fn para_backing_state(para_id: ParaId) -> Option { + // TODO: the alternative is to use backing_constraints and candidates_pending_availability + // but backing_constraints is private. + #[allow(deprecated)] parachains_runtime_api_impl::backing_state::(para_id) } fn async_backing_params() -> primitives::AsyncBackingParams { + #[allow(deprecated)] parachains_runtime_api_impl::async_backing_params::() } @@ -3106,12 +3118,10 @@ sp_api::impl_runtime_apis! { Vec, Vec, ) { - use frame_benchmarking::{Benchmarking, BenchmarkList}; + use frame_benchmarking::{BenchmarkList}; use frame_support::traits::StorageInfoTrait; - use frame_system_benchmarking::Pallet as SystemBench; use frame_benchmarking::baseline::Pallet as Baseline; - use pallet_xcm::benchmarking::Pallet as PalletXcmExtrinsicsBenchmark; let mut list = Vec::::new(); @@ -3121,6 +3131,7 @@ sp_api::impl_runtime_apis! { (list, storage_info) } + #[allow(non_local_definitions)] fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig, ) -> Result< @@ -3128,7 +3139,7 @@ sp_api::impl_runtime_apis! { alloc::string::String, > { use frame_support::traits::WhitelistedStorageKeys; - use frame_benchmarking::{Benchmarking, BenchmarkBatch, BenchmarkError}; + use frame_benchmarking::{BenchmarkBatch, BenchmarkError}; use frame_system_benchmarking::Pallet as SystemBench; use frame_benchmarking::baseline::Pallet as Baseline; use pallet_xcm::benchmarking::Pallet as PalletXcmExtrinsicsBenchmark; @@ -3156,14 +3167,14 @@ sp_api::impl_runtime_apis! { ExistentialDepositAsset, xcm_config::PriceForChildParachainDelivery, AssetHubParaId, - (), + Dmp, >, runtime_common::xcm_sender::ToParachainDeliveryHelper< XcmConfig, ExistentialDepositAsset, xcm_config::PriceForChildParachainDelivery, RandomParaId, - (), + Dmp, > ); @@ -3222,7 +3233,7 @@ sp_api::impl_runtime_apis! { ExistentialDepositAsset, xcm_config::PriceForChildParachainDelivery, AssetHubParaId, - (), + Dmp, >; fn valid_destination() -> Result { Ok(AssetHub::get()) diff --git a/chains/orchestrator-relays/runtime/starlight/src/tests/common/mod.rs b/chains/orchestrator-relays/runtime/starlight/src/tests/common/mod.rs index 7c553a988d..dd0766480a 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/tests/common/mod.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/tests/common/mod.rs @@ -53,7 +53,7 @@ use { paras_inherent as parachains_paras_inherent, }, snowbridge_beacon_primitives::{types::deneb, ExecutionProof, VersionedExecutionPayloadHeader}, - snowbridge_core::inbound::Proof, + snowbridge_verification_primitives::Proof, sp_core::Pair, sp_core::Public, sp_keystore::{KeystoreExt, KeystorePtr}, @@ -521,6 +521,7 @@ impl ExtBuilder { pallet_balances::GenesisConfig:: { balances: self.balances, + ..Default::default() } .assimilate_storage(&mut t) .unwrap(); @@ -1300,7 +1301,8 @@ impl ParasInherentTestBuilder let core_idx = runtime_parachains::configuration::ActiveConfig::::get() .node_features .get(FeatureIndex::ElasticScalingMVP as usize) - .and_then(|the_bit| if *the_bit { Some(core_idx) } else { None }); + .and_then(|the_bit| if *the_bit { Some(core_idx) } else { None }) + .expect("ElasticScalingMVP feature index should be present"); assert_eq!(group_validators.len(), 1); diff --git a/chains/orchestrator-relays/runtime/starlight/src/tests/core_scheduling_tests.rs b/chains/orchestrator-relays/runtime/starlight/src/tests/core_scheduling_tests.rs index 285c0d4275..3bc6b8b2e4 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/tests/core_scheduling_tests.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/tests/core_scheduling_tests.rs @@ -163,11 +163,13 @@ fn test_cannot_produce_block_even_if_buying_on_demand_if_no_collators() { // Here para-id is registered but does not have collators, but we can indeed buy a on-demand core // however we should not be able to produce for it - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( + #[allow(deprecated)] + let result = OnDemandAssignmentProvider::place_order_allow_death( origin_of(ALICE.into()), 100 * UNIT, - 1000u32.into() - )); + 1000u32.into(), + ); + assert_ok!(result); run_block(); // We even have affinity with respect to what on-demand thinks @@ -206,103 +208,6 @@ fn test_cannot_produce_block_even_if_buying_on_demand_if_no_collators() { }) } -#[test] -#[should_panic(expected = "InherentDataFilteredDuringExecution")] -// This test does not panic when producing the candidate, but when injecting it as backed -// the inclusion pallet will filter it as it does not have a core assigned -fn test_cannot_use_elastic_scaling_if_not_enabled() { - ExtBuilder::default() - .with_balances(vec![ - // Alice gets 10k extra tokens for her mapping deposit - (AccountId::from(ALICE), 210_000 * UNIT), - (AccountId::from(BOB), 100_000 * UNIT), - (AccountId::from(CHARLIE), 100_000 * UNIT), - (AccountId::from(DAVE), 100_000 * UNIT), - ]) - .with_config(pallet_configuration::HostConfiguration { - max_collators: 2, - min_orchestrator_collators: 0, - max_orchestrator_collators: 0, - collators_per_container: 2, - ..Default::default() - }) - .with_collators(vec![ - (AccountId::from(ALICE), 210 * UNIT), - (AccountId::from(BOB), 100 * UNIT), - ]) - .with_para_ids(vec![ParaRegistrationParams { - para_id: 1000, - genesis_data: empty_genesis_data(), - block_production_credits: u32::MAX, - collator_assignment_credits: u32::MAX, - parathread_params: None, - }]) - .with_inherent_data_enabled() - .with_relay_config(runtime_parachains::configuration::HostConfiguration::< - BlockNumberFor, - > { - scheduler_params: SchedulerParams { - num_cores: 2, - // A very high number to avoid group rotation in tests - // Otherwise we get a 1 by default, which changes groups every block - group_rotation_frequency: 10000000, - ..Default::default() - }, - async_backing_params: AsyncBackingParams { - allowed_ancestry_len: 1, - max_candidate_depth: 0, - }, - minimum_backing_votes: 1, - max_head_data_size: 5, - ..Default::default() - }) - .with_keystore(Arc::new(MemoryKeystore::new())) - .build() - .execute_with(|| { - sp_tracing::try_init_simple(); - run_to_block(2); - // Here para-id is registered and has collators, but we can indeed buy a on-demand core additional - // however we should not be able to produce for it without elastic scaling enabled - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( - origin_of(ALICE.into()), - 100 * UNIT, - 1000u32.into() - )); - run_block(); - - // The claim queue this time allows us to produce blocks - // We have a parachain core and a bought core through on demand - let assignments: BTreeMap<_, _> = claim_queue_assignments().collect(); - assert_eq!( - assignments.get(&CoreIndex(0)).unwrap(), - &Assignment::Bulk(1000u32.into()) - ); - assert_eq!( - assignments.get(&CoreIndex(1)).unwrap(), - &Assignment::Pool { - para_id: 1000u32.into(), - core_index: CoreIndex(1) - } - ); - - // Now we try to create the block - // Since we have 2 cores (the one we bought, and the one assigned for being parachain) - // This is assumed to be elastic scaling, and since it is not enabled in the node features, - // it will fail - let cores_with_backed: BTreeMap<_, _> = - vec![(1000u32, Session::validators().len() as u32)] - .into_iter() - .collect(); - - let inherent_data = ParasInherentTestBuilder::::new() - .set_backed_and_concluding_paras(cores_with_backed) - .build(); - set_new_inherent_data(inherent_data); - // This should filter out, because we are trying to use elastic scaling when not enabled - run_block(); - }) -} - #[test] #[should_panic(expected = "InherentDataFilteredDuringExecution")] // This test does not panic when producing the candidate, but when injecting it as backed @@ -460,11 +365,13 @@ fn test_parathread_that_buys_core_has_affinity_and_can_produce() { ); // let's buy core - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( + #[allow(deprecated)] + let result = OnDemandAssignmentProvider::place_order_allow_death( origin_of(ALICE.into()), 100 * UNIT, - 1000u32.into() - )); + 1000u32.into(), + ); + assert_ok!(result); run_block(); // The claim queue this time allows us to produce blocks @@ -568,11 +475,13 @@ fn test_on_demand_core_affinity_bound_to_core_gets_expired_at_session_boundaries ); // let's buy core - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( + #[allow(deprecated)] + let result = OnDemandAssignmentProvider::place_order_allow_death( origin_of(ALICE.into()), 100 * UNIT, - 1000u32.into() - )); + 1000u32.into(), + ); + assert_ok!(result); run_block(); // The claim queue this time allows us to produce blocks @@ -733,11 +642,13 @@ fn test_parathread_uses_0_and_then_1_after_parachain_onboarded() { assert_eq!(authorities_for_container(2000u32.into()), None); // let's buy core for 2001 - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( + #[allow(deprecated)] + let result = OnDemandAssignmentProvider::place_order_allow_death( origin_of(ALICE.into()), 100 * UNIT, - 2001u32.into() - )); + 2001u32.into(), + ); + assert_ok!(result); // We need to run one block for the place order to have effect in the claim queue run_block(); @@ -802,11 +713,13 @@ fn test_parathread_uses_0_and_then_1_after_parachain_onboarded() { // 2000 should occupy core 0 now, as it is a parachains. which means if we try to buy a core (and use it) // for parathread 2001 then it should assign core 1 to the parathread // let's buy core for 2001 - assert_ok!(OnDemandAssignmentProvider::place_order_allow_death( + #[allow(deprecated)] + let result = OnDemandAssignmentProvider::place_order_allow_death( origin_of(ALICE.into()), 100 * UNIT, - 2001u32.into() - )); + 2001u32.into(), + ); + assert_ok!(result); run_block(); // The claim queue allows us to produce blocks at core 1 for 2001 diff --git a/chains/orchestrator-relays/runtime/starlight/src/tests/ethereum_system.rs b/chains/orchestrator-relays/runtime/starlight/src/tests/ethereum_system.rs deleted file mode 100644 index c5fdc86e6b..0000000000 --- a/chains/orchestrator-relays/runtime/starlight/src/tests/ethereum_system.rs +++ /dev/null @@ -1,224 +0,0 @@ -// Copyright (C) Moondance Labs Ltd. -// This file is part of Tanssi. - -// Tanssi is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. - -// Tanssi is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with Tanssi. If not, see - -#![cfg(test)] - -use { - crate::{tests::common::*, EthereumSystem}, - frame_support::assert_noop, - pallet_xcm::Origin as XcmOrigin, - snowbridge_core::outbound::OperatingMode, - sp_core::H160, - sp_runtime::DispatchError::BadOrigin, - sp_std::vec, - xcm::latest::{Junction::Parachain, Location}, -}; - -#[test] -fn test_create_agent_not_allowed() { - ExtBuilder::default() - .with_balances(vec![(AccountId::from(ALICE), 210_000 * UNIT)]) - .build() - .execute_with(|| { - let sibling_para_location = Location::new(1, [Parachain(2000)]); - - // create_agent is disabled for sibling parachains - assert_noop!( - EthereumSystem::create_agent(XcmOrigin::Xcm(sibling_para_location).into()), - BadOrigin - ); - - let relay_location = Location::new(1, []); - - // create_agent also disabled for relay origin - assert_noop!( - EthereumSystem::create_agent(XcmOrigin::Xcm(relay_location).into()), - BadOrigin - ); - - // create_agent is disabled for signed origins - assert_noop!( - EthereumSystem::create_agent( - ::RuntimeOrigin::signed(AccountId::from( - ALICE - )) - ), - BadOrigin - ); - - // create_agent is disabled for root - assert_noop!( - EthereumSystem::create_agent( - ::RuntimeOrigin::root() - ), - BadOrigin - ); - }) -} - -#[test] -fn test_create_channel_not_allowed() { - ExtBuilder::default() - .with_balances(vec![(AccountId::from(ALICE), 210_000 * UNIT)]) - .build() - .execute_with(|| { - let sibling_para_location = Location::new(1, [Parachain(2000)]); - - // create_channel is disabled for sibling parachains - assert_noop!( - EthereumSystem::create_channel( - XcmOrigin::Xcm(sibling_para_location).into(), - OperatingMode::Normal - ), - BadOrigin - ); - - let relay_location = Location::new(1, []); - - // create_channel also disabled for relay origin - assert_noop!( - EthereumSystem::create_channel( - XcmOrigin::Xcm(relay_location).into(), - OperatingMode::Normal - ), - BadOrigin - ); - - // create_channel is disabled for signed origins - assert_noop!( - EthereumSystem::create_channel( - ::RuntimeOrigin::signed(AccountId::from( - ALICE - )), - OperatingMode::Normal - ), - BadOrigin - ); - - // create_channel is disabled for root - assert_noop!( - EthereumSystem::create_channel( - ::RuntimeOrigin::root(), - OperatingMode::Normal - ), - BadOrigin - ); - }) -} - -#[test] -fn test_update_channel_not_allowed() { - ExtBuilder::default() - .with_balances(vec![(AccountId::from(ALICE), 210_000 * UNIT)]) - .build() - .execute_with(|| { - let sibling_para_location = Location::new(1, [Parachain(2000)]); - - // update_channel is disabled for sibling parachains - assert_noop!( - EthereumSystem::update_channel( - XcmOrigin::Xcm(sibling_para_location).into(), - OperatingMode::Normal - ), - BadOrigin - ); - - let relay_location = Location::new(1, []); - - // update_channel also disabled for relay origin - assert_noop!( - EthereumSystem::update_channel( - XcmOrigin::Xcm(relay_location).into(), - OperatingMode::Normal - ), - BadOrigin - ); - - // update_channel is disabled for signed origins - assert_noop!( - EthereumSystem::update_channel( - ::RuntimeOrigin::signed(AccountId::from( - ALICE - )), - OperatingMode::Normal - ), - BadOrigin - ); - - // update_channel is disabled for root - assert_noop!( - EthereumSystem::update_channel( - ::RuntimeOrigin::root(), - OperatingMode::Normal - ), - BadOrigin - ); - }) -} - -#[test] -fn test_transfer_native_from_agent_not_allowed() { - ExtBuilder::default() - .with_balances(vec![(AccountId::from(ALICE), 210_000 * UNIT)]) - .build() - .execute_with(|| { - let sibling_para_location = Location::new(1, [Parachain(2000)]); - - // transfer_native_from_agent is disabled for sibling parachains - assert_noop!( - EthereumSystem::transfer_native_from_agent( - XcmOrigin::Xcm(sibling_para_location).into(), - H160::default(), - 1000u128 - ), - BadOrigin - ); - - let relay_location = Location::new(1, []); - - // transfer_native_from_agent also disabled for relay origin - assert_noop!( - EthereumSystem::transfer_native_from_agent( - XcmOrigin::Xcm(relay_location).into(), - H160::default(), - 1000u128 - ), - BadOrigin - ); - - // transfer_native_from_agent is disabled for signed origins - assert_noop!( - EthereumSystem::transfer_native_from_agent( - ::RuntimeOrigin::signed(AccountId::from( - ALICE - )), - H160::default(), - 1000u128 - ), - BadOrigin - ); - - // transfer_native_from_agent is disabled for root - assert_noop!( - EthereumSystem::transfer_native_from_agent( - ::RuntimeOrigin::root(), - H160::default(), - 1000u128 - ), - BadOrigin - ); - }) -} diff --git a/chains/orchestrator-relays/runtime/starlight/src/tests/ethereum_token_transfers.rs b/chains/orchestrator-relays/runtime/starlight/src/tests/ethereum_token_transfers.rs index 53a45a2358..a96c5583c2 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/tests/ethereum_token_transfers.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/tests/ethereum_token_transfers.rs @@ -26,14 +26,12 @@ use { frame_support::{assert_noop, assert_ok}, hex_literal::hex, parity_scale_codec::Encode, - snowbridge_core::{ - inbound::{Log, Message}, - AgentId, Channel, ChannelId, ParaId, - }, - snowbridge_router_primitives::inbound::{ - envelope::{Envelope, OutboundMessageAccepted}, - Command, Destination, MessageProcessor, MessageV1, VersionedXcmMessage, + snowbridge_core::{AgentId, Channel, ChannelId, ParaId}, + snowbridge_inbound_queue_primitives::v1::{ + Command, Destination, Envelope, MessageProcessor, MessageV1, OutboundMessageAccepted, + VersionedXcmMessage, }, + snowbridge_verification_primitives::{EventProof, Log}, sp_core::{H160, H256}, sp_runtime::{traits::MaybeEquivalence, FixedU128, TokenError}, sp_std::vec, @@ -472,7 +470,7 @@ fn receive_native_tokens_from_eth_happy_path() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -566,7 +564,7 @@ fn no_error_when_receiving_register_token_command() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -631,7 +629,7 @@ fn no_error_when_receiving_send_token_command() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -713,7 +711,7 @@ fn fail_receiving_native_tokens_with_foreign_account_id_20() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -802,7 +800,7 @@ fn fail_receiving_native_tokens_with_foreign_account_id_32() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), @@ -894,7 +892,7 @@ fn fail_receiving_native_tokens_with_destination_below_existential_deposit() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { address: ::GatewayAddress::get(), diff --git a/chains/orchestrator-relays/runtime/starlight/src/tests/inbound_queue_tests/integration_tests.rs b/chains/orchestrator-relays/runtime/starlight/src/tests/inbound_queue_tests/integration_tests.rs index d877f9df58..c80058e8d0 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/tests/inbound_queue_tests/integration_tests.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/tests/inbound_queue_tests/integration_tests.rs @@ -23,11 +23,9 @@ use { frame_system::pallet_prelude::OriginFor, keyring::Sr25519Keyring, parity_scale_codec::Encode, - snowbridge_core::{ - inbound::{Log, Message}, - Channel, PRIMARY_GOVERNANCE_CHANNEL, - }, - snowbridge_router_primitives::inbound::envelope::OutboundMessageAccepted, + snowbridge_core::{Channel, PRIMARY_GOVERNANCE_CHANNEL}, + snowbridge_inbound_queue_primitives::v1::OutboundMessageAccepted, + snowbridge_inbound_queue_primitives::{EventProof, Log}, sp_core::H256, sp_runtime::DispatchError, tp_bridge::symbiotic_message_processor::{ @@ -63,7 +61,7 @@ fn test_inbound_queue_message_passing() { payload: vec![], }; - assert_eq!(EthereumInboundQueue::submit(OriginFor::::signed(AccountId::new([0; 32])), Message { + assert_eq!(EthereumInboundQueue::submit(OriginFor::::signed(AccountId::new([0; 32])), EventProof { event_log: Log { address: ::GatewayAddress::get(), topics: event_with_empty_payload.encode_topics().into_iter().map(|word| H256::from(word.0.0)).collect(), @@ -93,7 +91,7 @@ fn test_inbound_queue_message_passing() { payload: payload.encode(), }; - assert_eq!(EthereumInboundQueue::submit(OriginFor::::signed(AccountId::new([0; 32])), Message { + assert_eq!(EthereumInboundQueue::submit(OriginFor::::signed(AccountId::new([0; 32])), EventProof { event_log: Log { address: ::GatewayAddress::get(), topics: event_with_valid_payload.encode_topics().into_iter().map(|word| H256::from(word.0.0)).collect(), diff --git a/chains/orchestrator-relays/runtime/starlight/src/tests/inbound_queue_tests/message_processor_tests.rs b/chains/orchestrator-relays/runtime/starlight/src/tests/inbound_queue_tests/message_processor_tests.rs index cc7ebc79d9..5170a17dc7 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/tests/inbound_queue_tests/message_processor_tests.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/tests/inbound_queue_tests/message_processor_tests.rs @@ -20,7 +20,7 @@ use { hex_literal::hex, keyring::Sr25519Keyring, snowbridge_core::{Channel, PRIMARY_GOVERNANCE_CHANNEL}, - snowbridge_router_primitives::inbound::{envelope::Envelope, MessageProcessor}, + snowbridge_inbound_queue_primitives::v1::{Envelope, MessageProcessor}, sp_core::{H160, H256}, sp_runtime::DispatchError, tp_bridge::symbiotic_message_processor::{ diff --git a/chains/orchestrator-relays/runtime/starlight/src/tests/mod.rs b/chains/orchestrator-relays/runtime/starlight/src/tests/mod.rs index 25ca319024..936d86b9c2 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/tests/mod.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/tests/mod.rs @@ -26,8 +26,6 @@ mod beefy; mod collator_assignment_tests; mod common; mod core_scheduling_tests; -mod ethereum_client; -mod ethereum_system; mod ethereum_token_transfers; mod external_validators_tests; mod inbound_queue_tests; diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/frame_system_extensions.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/frame_system_extensions.rs index bbea15a629..6a8ccc53e3 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/frame_system_extensions.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/frame_system_extensions.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for frame_system_extensions using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl frame_system::ExtensionsWeightInfo for SubstrateWeight { + fn weight_reclaim() -> Weight { + Default::default() + } fn check_genesis() -> Weight { // Proof Size summary in bytes: // Measured: `30` diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_beefy_mmr.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_beefy_mmr.rs index 2a98b74e49..95109f4dca 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_beefy_mmr.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_beefy_mmr.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_beefy_mmr using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_beefy_mmr::WeightInfo for SubstrateWeight { + fn n_leafs_proof_is_optimal(_n: u32, ) -> Weight { + Default::default() + } /// Storage: `System::BlockHash` (r:1 w:0) /// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) fn extract_validation_context() -> Weight { diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_message_queue.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_message_queue.rs index 9a66172acf..448d752f01 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_message_queue.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_message_queue.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_message_queue using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_message_queue::WeightInfo for SubstrateWeight { + fn set_service_head() -> Weight { + Default::default() + } /// Storage: `MessageQueue::ServiceHead` (r:1 w:0) /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) /// Storage: `MessageQueue::BookStateFor` (r:2 w:2) diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_multiblock_migrations.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_multiblock_migrations.rs index b3c6d9ae4b..54110d05a6 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_multiblock_migrations.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_multiblock_migrations.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multiblock_migrations using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multiblock_migrations::WeightInfo for SubstrateWeight { + fn reset_pallet_migration(_n: u32, ) -> Weight { + Default::default() + } /// Storage: `MultiBlockMigrations::Cursor` (r:1 w:1) /// Proof: `MultiBlockMigrations::Cursor` (`max_values`: Some(1), `max_size`: Some(65550), added: 66045, mode: `MaxEncodedLen`) /// Storage: UNKNOWN KEY `0x583359fe0e84d953a9dd84e8addb08a5` (r:1 w:0) diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_multisig.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_multisig.rs index 2532abafd3..8ca5c041ae 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_multisig.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_multisig.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_multisig using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_multisig::WeightInfo for SubstrateWeight { + fn poke_deposit(_s: u32, ) -> Weight { + Default::default() + } /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { // Proof Size summary in bytes: diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_proxy.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_proxy.rs index de3fee5a89..df820fbc88 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_proxy.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_proxy.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for pallet_proxy using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_proxy::WeightInfo for SubstrateWeight { + fn poke_deposit() -> Weight { + Default::default() + } /// Storage: `Proxy::Proxies` (r:1 w:0) /// Proof: `Proxy::Proxies` (`max_values`: None, `max_size`: Some(1241), added: 3716, mode: `MaxEncodedLen`) /// The range of component `p` is `[1, 31]`. diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_utility.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_utility.rs index 007e2df8da..51ed1aad93 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_utility.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_utility.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for pallet_utility using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_utility::WeightInfo for SubstrateWeight { + fn dispatch_as_fallible() -> Weight { + Default::default() + } + fn if_else() -> Weight { + Default::default() + } /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { // Proof Size summary in bytes: diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_xcm.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_xcm.rs index 42ee086ba6..0124435e02 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_xcm.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/pallet_xcm.rs @@ -54,6 +54,12 @@ use sp_std::marker::PhantomData; /// Weights for pallet_xcm using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_xcm::WeightInfo for SubstrateWeight { + fn add_authorized_alias() -> Weight { + Default::default() + } + fn remove_authorized_alias() -> Weight { + Default::default() + } /// Storage: `Dmp::DeliveryFeeFactor` (r:1 w:0) /// Proof: `Dmp::DeliveryFeeFactor` (`max_values`: None, `max_size`: None, mode: `Measured`) /// Storage: `XcmPallet::SupportedVersion` (r:1 w:0) diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/runtime_parachains_assigner_on_demand.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/runtime_parachains_assigner_on_demand.rs index 3cbc1e98c2..648acd2f37 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/runtime_parachains_assigner_on_demand.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/runtime_parachains_assigner_on_demand.rs @@ -54,6 +54,9 @@ use sp_std::marker::PhantomData; /// Weights for runtime_parachains::assigner_on_demand using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl runtime_parachains::on_demand::WeightInfo for SubstrateWeight { + fn place_order_with_credits(_s: u32) -> Weight { + Default::default() + } /// Storage: `OnDemandAssignmentProvider::QueueStatus` (r:1 w:1) /// Proof: `OnDemandAssignmentProvider::QueueStatus` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// Storage: `System::Account` (r:1 w:1) diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/runtime_parachains_disputes_slashing.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/runtime_parachains_disputes_slashing.rs index b8cf0f90c3..74d207077f 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/runtime_parachains_disputes_slashing.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/runtime_parachains_disputes_slashing.rs @@ -54,42 +54,7 @@ use sp_std::marker::PhantomData; /// Weights for runtime_parachains::disputes::slashing using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl runtime_parachains::disputes::slashing::WeightInfo for SubstrateWeight { - /// Storage: `Session::CurrentIndex` (r:1 w:0) - /// Proof: `Session::CurrentIndex` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Historical::HistoricalSessions` (r:1 w:0) - /// Proof: `Historical::HistoricalSessions` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `ParasSlashing::UnappliedSlashes` (r:1 w:1) - /// Proof: `ParasSlashing::UnappliedSlashes` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Offences::ConcurrentReportsIndex` (r:1 w:1) - /// Proof: `Offences::ConcurrentReportsIndex` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Offences::Reports` (r:1 w:1) - /// Proof: `Offences::Reports` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ExternalValidatorSlashes::SlashingMode` (r:1 w:0) - /// Proof: `ExternalValidatorSlashes::SlashingMode` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidators::ActiveEra` (r:1 w:0) - /// Proof: `ExternalValidators::ActiveEra` (`max_values`: Some(1), `max_size`: Some(13), added: 508, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidators::ErasStartSessionIndex` (r:1 w:0) - /// Proof: `ExternalValidators::ErasStartSessionIndex` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidators::CurrentExternalIndex` (r:1 w:0) - /// Proof: `ExternalValidators::CurrentExternalIndex` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidators::WhitelistedValidators` (r:1 w:0) - /// Proof: `ExternalValidators::WhitelistedValidators` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidatorSlashes::NextSlashId` (r:1 w:1) - /// Proof: `ExternalValidatorSlashes::NextSlashId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidatorSlashes::ValidatorSlashInEra` (r:1 w:1) - /// Proof: `ExternalValidatorSlashes::ValidatorSlashInEra` (`max_values`: None, `max_size`: Some(56), added: 2531, mode: `MaxEncodedLen`) - /// Storage: `ExternalValidatorSlashes::Slashes` (r:1 w:1) - /// Proof: `ExternalValidatorSlashes::Slashes` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// The range of component `n` is `[4, 100]`. - fn report_dispute_lost(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1083` - // Estimated: `4687` - // Minimum execution time: 102_085_000 picoseconds. - Weight::from_parts(117_383_246, 4687) - // Standard Error: 4_446 - .saturating_add(Weight::from_parts(115_258, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(13_u64)) - .saturating_add(T::DbWeight::get().writes(6_u64)) + fn report_dispute_lost_unsigned(_n: u32, ) -> Weight { + Default::default() } } \ No newline at end of file diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/snowbridge_pallet_system.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/snowbridge_pallet_system.rs index 3c695e0585..fcccce7798 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/snowbridge_pallet_system.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/snowbridge_pallet_system.rs @@ -123,89 +123,6 @@ impl snowbridge_pallet_system::WeightInfo for Substrate .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } - /// Storage: `EthereumSystem::Agents` (r:1 w:1) - /// Proof: `EthereumSystem::Agents` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::Channels` (r:1 w:0) - /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) - /// Proof: `EthereumSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `EthereumOutboundQueue::OperatingMode` (r:1 w:0) - /// Proof: `EthereumOutboundQueue::OperatingMode` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::ServiceHead` (r:1 w:1) - /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Proof: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Storage: `MessageQueue::Pages` (r:0 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(32845), added: 35320, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - /// Proof: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - fn create_agent() -> Weight { - // Proof Size summary in bytes: - // Measured: `665` - // Estimated: `3601` - // Minimum execution time: 110_812_000 picoseconds. - Weight::from_parts(113_746_000, 3601) - .saturating_add(T::DbWeight::get().reads(7_u64)) - .saturating_add(T::DbWeight::get().writes(7_u64)) - } - /// Storage: `EthereumSystem::Agents` (r:1 w:0) - /// Proof: `EthereumSystem::Agents` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::Channels` (r:2 w:1) - /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) - /// Proof: `EthereumSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `EthereumOutboundQueue::OperatingMode` (r:1 w:0) - /// Proof: `EthereumOutboundQueue::OperatingMode` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::Pages` (r:1 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(32845), added: 35320, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Proof: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Storage: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - /// Proof: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - fn create_channel() -> Weight { - // Proof Size summary in bytes: - // Measured: `1103` - // Estimated: `36310` - // Minimum execution time: 122_122_000 picoseconds. - Weight::from_parts(124_712_000, 36310) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(6_u64)) - } - /// Storage: `EthereumSystem::Channels` (r:1 w:0) - /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) - /// Proof: `EthereumSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `EthereumOutboundQueue::OperatingMode` (r:1 w:0) - /// Proof: `EthereumOutboundQueue::OperatingMode` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::BookStateFor` (r:2 w:2) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::ServiceHead` (r:1 w:0) - /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Proof: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Storage: `MessageQueue::Pages` (r:0 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(32845), added: 35320, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - /// Proof: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - fn update_channel() -> Weight { - // Proof Size summary in bytes: - // Measured: `886` - // Estimated: `6212` - // Minimum execution time: 115_493_000 picoseconds. - Weight::from_parts(117_490_000, 6212) - .saturating_add(T::DbWeight::get().reads(7_u64)) - .saturating_add(T::DbWeight::get().writes(6_u64)) - } /// Storage: `EthereumSystem::Channels` (r:2 w:0) /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) @@ -235,35 +152,6 @@ impl snowbridge_pallet_system::WeightInfo for Substrate /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) /// Proof: `EthereumSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `EthereumOutboundQueue::OperatingMode` (r:1 w:0) - /// Proof: `EthereumOutboundQueue::OperatingMode` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::BookStateFor` (r:2 w:2) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::ServiceHead` (r:1 w:0) - /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Proof: UNKNOWN KEY `0x3a72656c61795f64697370617463685f71756575655f72656d61696e696e675f` (r:0 w:1) - /// Storage: `MessageQueue::Pages` (r:0 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(32845), added: 35320, mode: `MaxEncodedLen`) - /// Storage: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - /// Proof: UNKNOWN KEY `0xf5207f03cfdce586301014700e2c2593fad157e461d71fd4c1f936839a5f1f3e` (r:0 w:1) - fn transfer_native_from_agent() -> Weight { - // Proof Size summary in bytes: - // Measured: `988` - // Estimated: `6212` - // Minimum execution time: 122_237_000 picoseconds. - Weight::from_parts(124_867_000, 6212) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(6_u64)) - } - /// Storage: `EthereumSystem::Agents` (r:1 w:0) - /// Proof: `EthereumSystem::Agents` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::Channels` (r:1 w:0) - /// Proof: `EthereumSystem::Channels` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`) - /// Storage: `EthereumSystem::PricingParameters` (r:1 w:0) - /// Proof: `EthereumSystem::PricingParameters` (`max_values`: Some(1), `max_size`: Some(112), added: 607, mode: `MaxEncodedLen`) /// Storage: `MessageQueue::BookStateFor` (r:2 w:2) /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`) /// Storage: `MessageQueue::ServiceHead` (r:1 w:0) diff --git a/chains/orchestrator-relays/runtime/starlight/src/weights/xcm/mod.rs b/chains/orchestrator-relays/runtime/starlight/src/weights/xcm/mod.rs index fbe23da986..626b8df2ad 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/weights/xcm/mod.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/weights/xcm/mod.rs @@ -282,7 +282,7 @@ where _dest: &Location, remote_fees: &Option, _preserve_origin: &bool, - assets: &Vec, + assets: &BoundedVec, _xcm: &Xcm<()>, ) -> Weight { let mut weight = if let Some(remote_fees) = remote_fees { diff --git a/chains/orchestrator-relays/runtime/starlight/src/xcm_config.rs b/chains/orchestrator-relays/runtime/starlight/src/xcm_config.rs index 197aa38ba7..4ee7ef9368 100644 --- a/chains/orchestrator-relays/runtime/starlight/src/xcm_config.rs +++ b/chains/orchestrator-relays/runtime/starlight/src/xcm_config.rs @@ -26,7 +26,7 @@ use { crate::governance::StakingAdmin, frame_support::{ parameter_types, - traits::{Contains, Equals, Everything, Nothing}, + traits::{Contains, Disabled, Equals, Everything, Nothing}, weights::Weight, }, frame_system::EnsureRoot, @@ -225,6 +225,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); type XcmRecorder = (); + type XcmEventEmitter = XcmPallet; } parameter_types! { @@ -287,4 +288,5 @@ impl pallet_xcm::Config for Runtime { type RemoteLockConsumerIdentifier = (); type WeightInfo = weights::pallet_xcm::SubstrateWeight; type AdminOrigin = EnsureRoot; + type AuthorizedAliasConsideration = Disabled; } diff --git a/chains/runtime-common/Cargo.toml b/chains/runtime-common/Cargo.toml index a9b04c8827..b529611217 100644 --- a/chains/runtime-common/Cargo.toml +++ b/chains/runtime-common/Cargo.toml @@ -51,9 +51,9 @@ cumulus-pallet-xcmp-queue = { workspace = true } # Polkadot pallet-xcm = { workspace = true } snowbridge-core = { workspace = true } +snowbridge-inbound-queue-primitives = { workspace = true } snowbridge-pallet-inbound-queue = { workspace = true } snowbridge-pallet-system = { workspace = true } -snowbridge-router-primitives = { workspace = true } sp-core = { workspace = true } sp-runtime = { workspace = true } sp-staking = { workspace = true } @@ -95,9 +95,9 @@ std = [ "runtime-parachains/std", "scale-info/std", "snowbridge-core/std", + "snowbridge-inbound-queue-primitives/std", "snowbridge-pallet-inbound-queue/std", "snowbridge-pallet-system/std", - "snowbridge-router-primitives/std", "sp-core/std", "sp-runtime/std", "sp-staking/std", @@ -128,11 +128,12 @@ runtime-benchmarks = [ "pallet-xcm/runtime-benchmarks", "runtime-parachains/runtime-benchmarks", "snowbridge-core/runtime-benchmarks", + "snowbridge-inbound-queue-primitives/runtime-benchmarks", "snowbridge-pallet-inbound-queue/runtime-benchmarks", "snowbridge-pallet-system/runtime-benchmarks", - "snowbridge-router-primitives/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", + "xcm/runtime-benchmarks", ] try-runtime = [ diff --git a/chains/runtime-common/src/migrations.rs b/chains/runtime-common/src/migrations.rs index 6863b7c37b..b434afd199 100644 --- a/chains/runtime-common/src/migrations.rs +++ b/chains/runtime-common/src/migrations.rs @@ -553,6 +553,66 @@ where Ok(()) } } + +pub struct MigrateSnowbridgeFeePerGasMigrationV0ToV1(PhantomData); +impl Migration for MigrateSnowbridgeFeePerGasMigrationV0ToV1 +where + T: snowbridge_pallet_system::Config, +{ + fn friendly_name(&self) -> &str { + "MM_MigrateSnowbridgeFeePerGasMigrationV0ToV1" + } + + fn migrate(&self, _available_weight: Weight) -> Weight { + snowbridge_pallet_system::migration::FeePerGasMigrationV0ToV1::::on_runtime_upgrade() + } + + #[cfg(feature = "try-runtime")] + fn pre_upgrade(&self) -> Result, sp_runtime::DispatchError> { + snowbridge_pallet_system::migration::FeePerGasMigrationV0ToV1::::pre_upgrade() + } + + #[cfg(feature = "try-runtime")] + fn post_upgrade(&self, state: Vec) -> Result<(), sp_runtime::DispatchError> { + snowbridge_pallet_system::migration::FeePerGasMigrationV0ToV1::::post_upgrade(state) + } +} + +pub struct MigratePalletSessionV0toV1(PhantomData); +impl Migration for MigratePalletSessionV0toV1 +where + pallet_session::migrations::v1::MigrateV0ToV1< + T, + pallet_session::migrations::v1::InitOffenceSeverity, + >: frame_support::traits::OnRuntimeUpgrade, +{ + fn friendly_name(&self) -> &str { + "MM_MigratePalletSessionV0ToV1" + } + + fn migrate(&self, _available_weight: Weight) -> Weight { + pallet_session::migrations::v1::MigrateV0ToV1::< + T, + pallet_session::migrations::v1::InitOffenceSeverity, + >::on_runtime_upgrade() + } + + #[cfg(feature = "try-runtime")] + fn pre_upgrade(&self) -> Result, sp_runtime::DispatchError> { + pallet_session::migrations::v1::MigrateV0ToV1::< + T, + pallet_session::migrations::v1::InitOffenceSeverity, + >::pre_upgrade() + } + + #[cfg(feature = "try-runtime")] + fn post_upgrade(&self, state: Vec) -> Result<(), sp_runtime::DispatchError> { + pallet_session::migrations::v1::MigrateV0ToV1::< + T, + pallet_session::migrations::v1::InitOffenceSeverity, + >::post_upgrade(state) + } +} pub struct MigrateToLatestXcmVersion(PhantomData); impl Migration for MigrateToLatestXcmVersion where @@ -1197,6 +1257,7 @@ where Runtime: pallet_balances::Config, Runtime: pallet_configuration::Config, Runtime: pallet_registrar::Config, + Runtime: pallet_session::Config, Runtime: pallet_services_payment::Config, Runtime: pallet_data_preservers::Config, Runtime: pallet_stream_payment::Config, @@ -1224,6 +1285,7 @@ where //let migrate_config_max_parachain_percentage = MigrateConfigurationAddParachainPercentage::(Default::default()); //let migrate_config_full_rotation_mode = MigrateConfigurationAddFullRotationMode::(Default::default()); //let migrate_stream_payment_new_config_items = MigrateStreamPaymentNewConfigFields::(Default::default()); + let migrate_pallet_session_v0_to_v1 = MigratePalletSessionV0toV1::(Default::default()); vec![ // Applied in runtime 400 @@ -1248,6 +1310,7 @@ where //Box::new(migrate_config_full_rotation_mode), // Applied in runtime 1200 //Box::new(migrate_stream_payment_new_config_items), + Box::new(migrate_pallet_session_v0_to_v1), ] } } @@ -1257,6 +1320,7 @@ pub struct DanceboxMigrations(PhantomData); impl GetMigrations for DanceboxMigrations where Runtime: pallet_pooled_staking::Config, + Runtime: pallet_session::Config, Runtime: pallet_registrar::Config, Runtime: pallet_balances::Config, Runtime: pallet_configuration::Config, @@ -1305,6 +1369,7 @@ where //let migrate_config_full_rotation_mode = MigrateConfigurationAddFullRotationMode::(Default::default()); //let migrate_stream_payment_new_config_items = MigrateStreamPaymentNewConfigFields::(Default::default()); //let migrate_pallet_xcm_v5 = MigrateToLatestXcmVersion::(Default::default()); + let migrate_pallet_session_v0_to_v1 = MigratePalletSessionV0toV1::(Default::default()); vec![ // Applied in runtime 200 @@ -1349,6 +1414,7 @@ where //Box::new(migrate_stream_payment_new_config_items), // Applied in runtime 1200 //Box::new(migrate_pallet_xcm_v5), + Box::new(migrate_pallet_session_v0_to_v1), ] } } @@ -1372,7 +1438,6 @@ where fn get_migrations() -> Vec> { /*let migrate_config_full_rotation_mode = MigrateConfigurationAddFullRotationMode::(Default::default());*/ - /*let external_validator_slashes_bonded_eras_timestamp = BondedErasTimestampMigration::(Default::default());*/ /*let snowbridge_ethereum_system_xcm_v5 = @@ -1380,7 +1445,10 @@ where //let migrate_pallet_xcm_v5 = MigrateToLatestXcmVersion::(Default::default()); //let para_shared_v1_migration = MigrateParaSharedToV1::(Default::default()); //let para_scheduler_v3_migration = MigrateParaSchedulerToV3::(Default::default()); - + let migrate_pallet_session_v0_to_v1 = + MigratePalletSessionV0toV1::(Default::default()); + let migrate_snowbridge_fee_per_gas_migration_v0_to_v1 = + MigrateSnowbridgeFeePerGasMigrationV0ToV1::(Default::default()); let eth_system_genesis_hashes = MigrateEthSystemGenesisHashes::< Runtime, snowbridge_system_migration::DancelightLocation, @@ -1403,6 +1471,8 @@ where // Box::new(para_shared_v1_migration), // Applied in runtime 1200 //Box::new(para_scheduler_v3_migration), + Box::new(migrate_pallet_session_v0_to_v1), + Box::new(migrate_snowbridge_fee_per_gas_migration_v0_to_v1), Box::new(eth_system_genesis_hashes), ] } @@ -1413,13 +1483,22 @@ pub struct StarlightMigrations(PhantomData); impl GetMigrations for StarlightMigrations where Runtime: frame_system::Config, + Runtime: pallet_session::Config, Runtime: snowbridge_pallet_system::Config, { fn get_migrations() -> Vec> { + let migrate_pallet_session_v0_to_v1 = + MigratePalletSessionV0toV1::(Default::default()); + let migrate_snowbridge_fee_per_gas_migration_v0_to_v1 = + MigrateSnowbridgeFeePerGasMigrationV0ToV1::(Default::default()); let eth_system_genesis_hashes = MigrateEthSystemGenesisHashes::< Runtime, snowbridge_system_migration::StarlightLocation, >(Default::default()); - vec![Box::new(eth_system_genesis_hashes)] + vec![ + Box::new(migrate_pallet_session_v0_to_v1), + Box::new(migrate_snowbridge_fee_per_gas_migration_v0_to_v1), + Box::new(eth_system_genesis_hashes), + ] } } diff --git a/chains/runtime-common/src/processors.rs b/chains/runtime-common/src/processors.rs index 94cc42eb66..206aed0662 100644 --- a/chains/runtime-common/src/processors.rs +++ b/chains/runtime-common/src/processors.rs @@ -18,8 +18,8 @@ use { frame_support::traits::{fungible::Mutate, tokens::Preservation, Get}, parity_scale_codec::DecodeAll, snowbridge_core::Channel, - snowbridge_router_primitives::inbound::{ - envelope::Envelope, Command, Destination, MessageProcessor, MessageV1, VersionedXcmMessage, + snowbridge_inbound_queue_primitives::v1::{ + Command, Destination, Envelope, MessageProcessor, MessageV1, VersionedXcmMessage, }, sp_runtime::{traits::MaybeEquivalence, DispatchError, DispatchResult}, }; diff --git a/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/Cargo.toml b/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/Cargo.toml index 9a04ed1f31..81b420a2c6 100644 --- a/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/Cargo.toml +++ b/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/Cargo.toml @@ -15,13 +15,21 @@ workspace = true cumulus-primitives-core = { workspace = true } dancebox-runtime = { workspace = true } emulated-integration-tests-common = { workspace = true } +frame-support = { workspace = true } +frame-system = { workspace = true } +nimbus-primitives = { workspace = true, features = [ "std" ] } +pallet-async-backing = { workspace = true } +pallet-author-inherent = { workspace = true } +pallet-author-noting = { workspace = true } pallet-configuration = { workspace = true } parity-scale-codec = { workspace = true } polkadot-parachain-primitives = { workspace = true } sp-consensus-aura = { workspace = true } sp-core = { workspace = true } sp-runtime = { workspace = true } +sp-trie = { workspace = true } tanssi-emulated-integration-tests-common = { workspace = true } +tp-author-noting-inherent = { workspace = true } xcm = { workspace = true } xcm-builder = { workspace = true } xcm-emulator = { workspace = true } diff --git a/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/src/genesis.rs b/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/src/genesis.rs index 428e9f4168..2febeb7071 100644 --- a/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/src/genesis.rs +++ b/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/src/genesis.rs @@ -70,6 +70,7 @@ pub fn genesis() -> Storage { 100_000 * dancebox_runtime::UNIT, ), ], + ..Default::default() }, configuration: dancebox_runtime::ConfigurationConfig { config: HostConfiguration { diff --git a/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/src/lib.rs b/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/src/lib.rs index 5f0f4d3748..96f2dd5c53 100644 --- a/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/src/lib.rs +++ b/chains/xcm-integration-tests/emulated/chains/orchestrator-paras/dancebox/src/lib.rs @@ -19,13 +19,27 @@ use { emulated_integration_tests_common::{ impl_assert_events_helpers_for_parachain, xcm_emulator::decl_test_parachains, }, + frame_support::sp_runtime::DispatchResult, parity_scale_codec::Encode, sp_consensus_aura::AURA_ENGINE_ID, sp_runtime::generic::DigestItem, + tanssi_emulated_integration_tests_common::TestDigestProvider, + xcm_emulator::AdditionalInherentCode, + xcm_emulator::OnInitialize, + xcm_emulator::Parachain, }; mod genesis; +pub struct OrchestratorAdditionalInherentCode; +impl AdditionalInherentCode for OrchestratorAdditionalInherentCode { + fn on_new_block() -> DispatchResult { + pallet_author_noting::DidSetContainerAuthorData::::put(true); + pallet_author_inherent::InherentIncluded::::put(true); + Ok(()) + } +} + decl_test_parachains! { // Parachains pub struct Dancebox { @@ -39,6 +53,8 @@ decl_test_parachains! { LocationToAccountId: dancebox_runtime::xcm_config::LocationToAccountId, ParachainInfo: dancebox_runtime::ParachainInfo, MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin, + DigestProvider: TestDigestProvider, + AdditionalInherentCode: OrchestratorAdditionalInherentCode, }, pallets = { System: dancebox_runtime::System, diff --git a/chains/xcm-integration-tests/emulated/chains/relays/dancelight/Cargo.toml b/chains/xcm-integration-tests/emulated/chains/relays/dancelight/Cargo.toml index 7a56373ed5..25a452e343 100644 --- a/chains/xcm-integration-tests/emulated/chains/relays/dancelight/Cargo.toml +++ b/chains/xcm-integration-tests/emulated/chains/relays/dancelight/Cargo.toml @@ -15,6 +15,8 @@ workspace = true dancelight-runtime = { workspace = true } dancelight-runtime-constants = { workspace = true } emulated-integration-tests-common = { workspace = true } +polkadot-parachain-primitives = { workspace = true } +runtime-parachains = { workspace = true } sp-core = { workspace = true } tanssi-emulated-integration-tests-common = { workspace = true } xcm = { workspace = true } diff --git a/chains/xcm-integration-tests/emulated/chains/relays/dancelight/src/genesis.rs b/chains/xcm-integration-tests/emulated/chains/relays/dancelight/src/genesis.rs index 9abf2d94d5..f9f0b4e70d 100644 --- a/chains/xcm-integration-tests/emulated/chains/relays/dancelight/src/genesis.rs +++ b/chains/xcm-integration-tests/emulated/chains/relays/dancelight/src/genesis.rs @@ -16,7 +16,10 @@ use { dancelight_runtime_constants::currency::UNITS as DANCE, - emulated_integration_tests_common::build_genesis_storage, sp_core::storage::Storage, + emulated_integration_tests_common::build_genesis_storage, + polkadot_parachain_primitives::primitives::ValidationCode, + runtime_parachains::paras::{ParaGenesisArgs, ParaKind}, + sp_core::storage::Storage, }; const INITIAL_BALANCE: u128 = 1_000_000 * DANCE; @@ -28,6 +31,7 @@ pub fn genesis() -> Storage { .cloned() .map(|k| (k, INITIAL_BALANCE)) .collect(), + ..Default::default() }, babe: dancelight_runtime::BabeConfig { authorities: Default::default(), @@ -38,6 +42,27 @@ pub fn genesis() -> Storage { config: dancelight_runtime::genesis_config_presets::default_parachains_host_configuration(), }, + paras: dancelight_runtime::ParasConfig { + _config: Default::default(), + paras: vec![ + ( + 2001.into(), + ParaGenesisArgs { + genesis_head: Default::default(), + validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), + para_kind: ParaKind::Parachain, + }, + ), + ( + 2002.into(), + ParaGenesisArgs { + genesis_head: Default::default(), + validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), + para_kind: ParaKind::Parachain, + }, + ), + ], + }, ..Default::default() }; build_genesis_storage(&genesis_config, dancelight_runtime::WASM_BINARY.unwrap()) diff --git a/chains/xcm-integration-tests/emulated/chains/relays/dancelight/src/lib.rs b/chains/xcm-integration-tests/emulated/chains/relays/dancelight/src/lib.rs index 247351f723..4d2c7991c4 100644 --- a/chains/xcm-integration-tests/emulated/chains/relays/dancelight/src/lib.rs +++ b/chains/xcm-integration-tests/emulated/chains/relays/dancelight/src/lib.rs @@ -15,6 +15,7 @@ // along with Tanssi. If not, see . pub mod genesis; +pub use dancelight_runtime; use xcm_emulator::decl_test_relay_chains; decl_test_relay_chains! { diff --git a/chains/xcm-integration-tests/emulated/chains/relays/rococo/src/genesis.rs b/chains/xcm-integration-tests/emulated/chains/relays/rococo/src/genesis.rs index f89688502f..805d23cd85 100644 --- a/chains/xcm-integration-tests/emulated/chains/relays/rococo/src/genesis.rs +++ b/chains/xcm-integration-tests/emulated/chains/relays/rococo/src/genesis.rs @@ -70,6 +70,7 @@ pub fn genesis() -> Storage { .cloned() .map(|k| (k, ENDOWMENT)) .collect(), + ..Default::default() }, session: rococo_runtime::SessionConfig { keys: validators::initial_authorities() @@ -101,14 +102,40 @@ pub fn genesis() -> Storage { }, paras: rococo_runtime::ParasConfig { _config: Default::default(), - paras: vec![( - 3333.into(), - ParaGenesisArgs { - genesis_head: Default::default(), - validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), - para_kind: ParaKind::Parathread, - }, - )], + paras: vec![ + ( + 3333.into(), + ParaGenesisArgs { + genesis_head: Default::default(), + validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), + para_kind: ParaKind::Parathread, + }, + ), + ( + 2000.into(), + ParaGenesisArgs { + genesis_head: Default::default(), + validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), + para_kind: ParaKind::Parachain, + }, + ), + ( + 2001.into(), + ParaGenesisArgs { + genesis_head: Default::default(), + validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), + para_kind: ParaKind::Parachain, + }, + ), + ( + 2002.into(), + ParaGenesisArgs { + genesis_head: Default::default(), + validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), + para_kind: ParaKind::Parachain, + }, + ), + ], }, ..Default::default() }; diff --git a/chains/xcm-integration-tests/emulated/chains/relays/rococo/src/lib.rs b/chains/xcm-integration-tests/emulated/chains/relays/rococo/src/lib.rs index 9a232dcbd8..9a57a435e0 100644 --- a/chains/xcm-integration-tests/emulated/chains/relays/rococo/src/lib.rs +++ b/chains/xcm-integration-tests/emulated/chains/relays/rococo/src/lib.rs @@ -16,6 +16,7 @@ pub mod genesis; +use cumulus_primitives_core::relay_chain::runtime_api::runtime_decl_for_parachain_host::ParachainHostV13; use xcm_emulator::decl_test_relay_chains; pub use xcm_emulator::TestExt; diff --git a/chains/xcm-integration-tests/emulated/chains/relays/starlight/Cargo.toml b/chains/xcm-integration-tests/emulated/chains/relays/starlight/Cargo.toml index 990ddf2858..093729280e 100644 --- a/chains/xcm-integration-tests/emulated/chains/relays/starlight/Cargo.toml +++ b/chains/xcm-integration-tests/emulated/chains/relays/starlight/Cargo.toml @@ -13,6 +13,8 @@ workspace = true [dependencies] emulated-integration-tests-common = { workspace = true } +polkadot-parachain-primitives = { workspace = true } +runtime-parachains = { workspace = true } sp-core = { workspace = true } starlight-runtime = { workspace = true } starlight-runtime-constants = { workspace = true } diff --git a/chains/xcm-integration-tests/emulated/chains/relays/starlight/src/genesis.rs b/chains/xcm-integration-tests/emulated/chains/relays/starlight/src/genesis.rs index a89a900d55..9629ae2305 100644 --- a/chains/xcm-integration-tests/emulated/chains/relays/starlight/src/genesis.rs +++ b/chains/xcm-integration-tests/emulated/chains/relays/starlight/src/genesis.rs @@ -15,7 +15,10 @@ // along with Tanssi. If not, see . use { - emulated_integration_tests_common::build_genesis_storage, sp_core::storage::Storage, + emulated_integration_tests_common::build_genesis_storage, + polkadot_parachain_primitives::primitives::ValidationCode, + runtime_parachains::paras::{ParaGenesisArgs, ParaKind}, + sp_core::storage::Storage, starlight_runtime_constants::currency::UNITS as DANCE, }; const INITIAL_BALANCE: u128 = 1_000_000 * DANCE; @@ -28,6 +31,7 @@ pub fn genesis() -> Storage { .cloned() .map(|k| (k, INITIAL_BALANCE)) .collect(), + ..Default::default() }, babe: starlight_runtime::BabeConfig { authorities: Default::default(), @@ -38,6 +42,27 @@ pub fn genesis() -> Storage { config: starlight_runtime::genesis_config_presets::default_parachains_host_configuration(), }, + paras: starlight_runtime::ParasConfig { + _config: Default::default(), + paras: vec![ + ( + 2001.into(), + ParaGenesisArgs { + genesis_head: Default::default(), + validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), + para_kind: ParaKind::Parachain, + }, + ), + ( + 2002.into(), + ParaGenesisArgs { + genesis_head: Default::default(), + validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), + para_kind: ParaKind::Parachain, + }, + ), + ], + }, ..Default::default() }; build_genesis_storage(&genesis_config, starlight_runtime::WASM_BINARY.unwrap()) diff --git a/chains/xcm-integration-tests/emulated/chains/relays/westend/Cargo.toml b/chains/xcm-integration-tests/emulated/chains/relays/westend/Cargo.toml index 749f477e75..771c69bb9b 100644 --- a/chains/xcm-integration-tests/emulated/chains/relays/westend/Cargo.toml +++ b/chains/xcm-integration-tests/emulated/chains/relays/westend/Cargo.toml @@ -15,6 +15,7 @@ workspace = true cumulus-primitives-core = { workspace = true } emulated-integration-tests-common = { workspace = true } pallet-staking = { workspace = true } +polkadot-parachain-primitives = { workspace = true } runtime-common = { workspace = true } runtime-parachains = { workspace = true } sc-consensus-grandpa = { workspace = true } @@ -31,6 +32,7 @@ xcm-emulator = { workspace = true } runtime-benchmarks = [ "cumulus-primitives-core/runtime-benchmarks", "pallet-staking/runtime-benchmarks", + "polkadot-parachain-primitives/runtime-benchmarks", "runtime-common/runtime-benchmarks", "runtime-parachains/runtime-benchmarks", "sp-runtime/runtime-benchmarks", diff --git a/chains/xcm-integration-tests/emulated/chains/relays/westend/src/genesis.rs b/chains/xcm-integration-tests/emulated/chains/relays/westend/src/genesis.rs index 09811493ab..dbc44aa93b 100644 --- a/chains/xcm-integration-tests/emulated/chains/relays/westend/src/genesis.rs +++ b/chains/xcm-integration-tests/emulated/chains/relays/westend/src/genesis.rs @@ -19,7 +19,11 @@ use { AssignmentId, AuthorityDiscoveryId, BlockNumber, ValidatorId, }, emulated_integration_tests_common::build_genesis_storage, - runtime_parachains::configuration::HostConfiguration, + polkadot_parachain_primitives::primitives::ValidationCode, + runtime_parachains::{ + configuration::HostConfiguration, + paras::{ParaGenesisArgs, ParaKind}, + }, sc_consensus_grandpa::AuthorityId as GrandpaId, sp_consensus_babe::AuthorityId as BabeId, sp_consensus_beefy::{ecdsa_crypto::AuthorityId as BeefyId, test_utils::Keyring}, @@ -70,6 +74,7 @@ pub fn genesis() -> Storage { .cloned() .map(|k| (k, ENDOWMENT)) .collect(), + dev_accounts: Default::default(), }, session: westend_runtime::SessionConfig { keys: validators::initial_authorities() @@ -121,6 +126,35 @@ pub fn genesis() -> Storage { configuration: westend_runtime::ConfigurationConfig { config: get_host_config(), }, + paras: westend_runtime::ParasConfig { + _config: Default::default(), + paras: vec![ + ( + 2000.into(), + ParaGenesisArgs { + genesis_head: Default::default(), + validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), + para_kind: ParaKind::Parachain, + }, + ), + ( + 2001.into(), + ParaGenesisArgs { + genesis_head: Default::default(), + validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), + para_kind: ParaKind::Parachain, + }, + ), + ( + 2002.into(), + ParaGenesisArgs { + genesis_head: Default::default(), + validation_code: ValidationCode(vec![1, 1, 2, 3, 4]), + para_kind: ParaKind::Parachain, + }, + ), + ], + }, ..Default::default() }; build_genesis_storage(&genesis_config, westend_runtime::WASM_BINARY.unwrap()) diff --git a/chains/xcm-integration-tests/emulated/chains/relays/westend/src/lib.rs b/chains/xcm-integration-tests/emulated/chains/relays/westend/src/lib.rs index ab131462e0..f1df70cea7 100644 --- a/chains/xcm-integration-tests/emulated/chains/relays/westend/src/lib.rs +++ b/chains/xcm-integration-tests/emulated/chains/relays/westend/src/lib.rs @@ -15,6 +15,8 @@ // along with Tanssi. If not, see . pub mod genesis; +use cumulus_primitives_core::relay_chain::runtime_api::runtime_decl_for_parachain_host::ParachainHostV13; +pub use westend_runtime; use xcm_emulator::decl_test_relay_chains; decl_test_relay_chains! { diff --git a/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/Cargo.toml b/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/Cargo.toml index 71256bfe69..f64302b313 100644 --- a/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/Cargo.toml +++ b/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/Cargo.toml @@ -16,7 +16,16 @@ container-chain-template-frontier-runtime = { workspace = true, features = [ "st cumulus-primitives-core = { workspace = true } emulated-integration-tests-common = { workspace = true } frame-support = { workspace = true } +frame-system = { workspace = true } hex-literal = { workspace = true } +nimbus-primitives = { workspace = true, features = [ "std" ] } +pallet-author-inherent = { workspace = true } +pallet-author-noting = { workspace = true } +pallet-cc-authorities-noting = { workspace = true } sp-core = { workspace = true } +sp-runtime = { workspace = true } +sp-trie = { workspace = true } +tanssi-emulated-integration-tests-common = { workspace = true } +tp-author-noting-inherent = { workspace = true } xcm = { workspace = true } xcm-emulator = { workspace = true } diff --git a/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/src/genesis.rs b/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/src/genesis.rs index 3f3842decb..a8f272c09a 100644 --- a/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/src/genesis.rs +++ b/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/src/genesis.rs @@ -36,6 +36,7 @@ pub fn genesis() -> sp_core::storage::Storage { .cloned() .map(|k| (k, 1 << 80)) .collect(), + ..Default::default() }, parachain_info: ParachainInfoConfig { parachain_id: PARA_ID.into(), diff --git a/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/src/lib.rs b/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/src/lib.rs index 6c1b825ea3..0b05389033 100644 --- a/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/src/lib.rs +++ b/chains/xcm-integration-tests/emulated/chains/templates/frontier-template/src/lib.rs @@ -25,8 +25,26 @@ use { impl_assert_events_helpers_for_parachain, xcm_emulator::decl_test_parachains, }, frame_support::parameter_types, + frame_support::sp_runtime::DispatchResult, + tanssi_emulated_integration_tests_common::TestDigestProvider, + xcm_emulator::AdditionalInherentCode, + xcm_emulator::OnInitialize, + xcm_emulator::Parachain, }; +pub struct TemplateAdditionalInherentCode; +impl AdditionalInherentCode for TemplateAdditionalInherentCode { + fn on_new_block() -> DispatchResult { + pallet_cc_authorities_noting::DidSetOrchestratorAuthorityData::< + container_chain_template_frontier_runtime::Runtime, + >::put(true); + pallet_author_inherent::InherentIncluded::< + container_chain_template_frontier_runtime::Runtime, + >::put(true); + Ok(()) + } +} + decl_test_parachains! { // Dancelight parachains pub struct FrontierTemplate { @@ -38,6 +56,8 @@ decl_test_parachains! { LocationToAccountId: LocationToAccountId, ParachainInfo: ParachainInfo, MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin, + DigestProvider: TestDigestProvider, + AdditionalInherentCode: TemplateAdditionalInherentCode, }, pallets = { System: System, diff --git a/chains/xcm-integration-tests/emulated/chains/templates/simple-template/Cargo.toml b/chains/xcm-integration-tests/emulated/chains/templates/simple-template/Cargo.toml index f2b22cef09..62816a4275 100644 --- a/chains/xcm-integration-tests/emulated/chains/templates/simple-template/Cargo.toml +++ b/chains/xcm-integration-tests/emulated/chains/templates/simple-template/Cargo.toml @@ -15,7 +15,15 @@ workspace = true container-chain-template-simple-runtime = { workspace = true } cumulus-primitives-core = { workspace = true } emulated-integration-tests-common = { workspace = true } +frame-support = { workspace = true } +frame-system = { workspace = true } +nimbus-primitives = { workspace = true, features = [ "std" ] } +pallet-author-inherent = { workspace = true } +pallet-cc-authorities-noting = { workspace = true } sp-core = { workspace = true } +sp-runtime = { workspace = true } +sp-trie = { workspace = true } tanssi-emulated-integration-tests-common = { workspace = true } +tp-author-noting-inherent = { workspace = true } xcm = { workspace = true } xcm-emulator = { workspace = true } diff --git a/chains/xcm-integration-tests/emulated/chains/templates/simple-template/src/genesis.rs b/chains/xcm-integration-tests/emulated/chains/templates/simple-template/src/genesis.rs index 684e29bdb3..7acb17f67b 100644 --- a/chains/xcm-integration-tests/emulated/chains/templates/simple-template/src/genesis.rs +++ b/chains/xcm-integration-tests/emulated/chains/templates/simple-template/src/genesis.rs @@ -35,6 +35,7 @@ pub fn genesis() -> sp_core::storage::Storage { .cloned() .map(|k| (k, ENDOWMENT)) .collect(), + ..Default::default() }, parachain_info: ParachainInfoConfig { parachain_id: PARA_ID.into(), diff --git a/chains/xcm-integration-tests/emulated/chains/templates/simple-template/src/lib.rs b/chains/xcm-integration-tests/emulated/chains/templates/simple-template/src/lib.rs index 8c796d4fdf..f21c695458 100644 --- a/chains/xcm-integration-tests/emulated/chains/templates/simple-template/src/lib.rs +++ b/chains/xcm-integration-tests/emulated/chains/templates/simple-template/src/lib.rs @@ -23,8 +23,26 @@ use { emulated_integration_tests_common::{ impl_assert_events_helpers_for_parachain, xcm_emulator::decl_test_parachains, }, + frame_support::sp_runtime::DispatchResult, + tanssi_emulated_integration_tests_common::TestDigestProvider, + xcm_emulator::AdditionalInherentCode, + xcm_emulator::OnInitialize, + xcm_emulator::Parachain, }; +pub struct TemplateAdditionalInherentCode; +impl AdditionalInherentCode for TemplateAdditionalInherentCode { + fn on_new_block() -> DispatchResult { + pallet_cc_authorities_noting::DidSetOrchestratorAuthorityData::< + container_chain_template_simple_runtime::Runtime, + >::put(true); + pallet_author_inherent::InherentIncluded::< + container_chain_template_simple_runtime::Runtime, + >::put(true); + Ok(()) + } +} + decl_test_parachains! { pub struct SimpleTemplate { genesis = genesis::genesis(), @@ -35,6 +53,8 @@ decl_test_parachains! { LocationToAccountId: xcm_config::LocationToAccountId, ParachainInfo: ParachainInfo, MessageOrigin: cumulus_primitives_core::AggregateMessageOrigin, + DigestProvider: TestDigestProvider, + AdditionalInherentCode: TemplateAdditionalInherentCode, }, pallets = { System: System, diff --git a/chains/xcm-integration-tests/emulated/common/Cargo.toml b/chains/xcm-integration-tests/emulated/common/Cargo.toml index ecb14fba29..441292008f 100644 --- a/chains/xcm-integration-tests/emulated/common/Cargo.toml +++ b/chains/xcm-integration-tests/emulated/common/Cargo.toml @@ -16,8 +16,11 @@ workspace = true babe-primitives = { workspace = true } frame-support = { workspace = true, default-features = true } pallet-message-queue = { workspace = true, default-features = true } +parity-scale-codec = { workspace = true, features = [ "derive" ] } sc-consensus-grandpa = { workspace = true, default-features = true } +sp-consensus-aura = { workspace = true, default-features = true } sp-core = { workspace = true, default-features = true } +sp-runtime = { workspace = true } sp-std = { workspace = true } sp-weights = { workspace = true } @@ -36,3 +39,4 @@ nimbus-primitives = { workspace = true } snowbridge-beacon-primitives = { workspace = true } snowbridge-core = { workspace = true } snowbridge-pallet-outbound-queue = { workspace = true } +snowbridge-verification-primitives = { workspace = true } diff --git a/chains/xcm-integration-tests/emulated/common/src/lib.rs b/chains/xcm-integration-tests/emulated/common/src/lib.rs index a3fce0a465..9c4fe5adf5 100644 --- a/chains/xcm-integration-tests/emulated/common/src/lib.rs +++ b/chains/xcm-integration-tests/emulated/common/src/lib.rs @@ -20,11 +20,18 @@ use { AccountId, AssignmentId, AuthorityDiscoveryId, ValidatorId, }, frame_support::traits::OnIdle, + frame_system::pallet_prelude::BlockNumberFor, frame_system::Pallet as SystemPallet, + parity_scale_codec::Encode, sc_consensus_grandpa::AuthorityId as GrandpaId, + sp_consensus_aura::AURA_ENGINE_ID, sp_core::{crypto::get_public_from_string_or_panic, sr25519}, + sp_runtime::generic::DigestItem, + sp_runtime::traits::Convert, + sp_runtime::Digest, + sp_std::marker::PhantomData, sp_weights::Weight, - xcm_emulator::{Parachain, RelayChain}, + xcm_emulator::{HeaderT, Network, Parachain, RelayChain}, }; pub mod accounts; @@ -72,3 +79,20 @@ pub fn get_authority_keys_from_seed_no_beefy( get_public_from_string_or_panic::(seed), ) } + +pub struct TestDigestProvider(PhantomData<(R, N)>); + +impl Convert, Digest> for TestDigestProvider +where u64: From<<<::Block as cumulus_primitives_core::BlockT>::Header as HeaderT>::Number> { + fn convert(_block_number: BlockNumberFor) -> Digest { + let relay_block = N::relay_block_number(); + let slot = u64::from(relay_block.into()); + + let new_slot_digest: Digest = Digest { + logs: vec![ + DigestItem::PreRuntime(AURA_ENGINE_ID, slot.encode()), + ], + }; + new_slot_digest + } +} diff --git a/chains/xcm-integration-tests/emulated/common/src/snowbridge.rs b/chains/xcm-integration-tests/emulated/common/src/snowbridge.rs index dee89fdba9..02dd2362a9 100644 --- a/chains/xcm-integration-tests/emulated/common/src/snowbridge.rs +++ b/chains/xcm-integration-tests/emulated/common/src/snowbridge.rs @@ -16,7 +16,7 @@ use { snowbridge_beacon_primitives::{types::deneb, ExecutionProof, VersionedExecutionPayloadHeader}, - snowbridge_core::inbound::Proof, + snowbridge_verification_primitives::Proof, }; pub fn mock_snowbridge_message_proof() -> Proof { diff --git a/chains/xcm-integration-tests/emulated/dancebox-runtime-test-utils/src/lib.rs b/chains/xcm-integration-tests/emulated/dancebox-runtime-test-utils/src/lib.rs index ac61e0da8d..969de17a92 100644 --- a/chains/xcm-integration-tests/emulated/dancebox-runtime-test-utils/src/lib.rs +++ b/chains/xcm-integration-tests/emulated/dancebox-runtime-test-utils/src/lib.rs @@ -28,7 +28,6 @@ use { parity_scale_codec::{Decode, Encode, MaxEncodedLen}, polkadot_parachain_primitives::primitives::HeadData, sp_consensus_aura::AURA_ENGINE_ID, - sp_consensus_slots::Slot, sp_core::Get, sp_runtime::{traits::Dispatchable, Digest, DigestItem}, sp_std::collections::btree_map::BTreeMap, @@ -203,11 +202,6 @@ pub fn start_block() -> RunSummary { InflationRewards::on_initialize(System::block_number()); let new_issuance = Balances::total_issuance(); - frame_support::storage::unhashed::put( - &frame_support::storage::storage_prefix(b"AsyncBacking", b"SlotInfo"), - &(Slot::from(slot), 1), - ); - pallet_author_inherent::Pallet::::kick_off_authorship_validation(None.into()) .expect("author inherent to dispatch correctly"); diff --git a/chains/xcm-integration-tests/emulated/networks/westend-system/src/lib.rs b/chains/xcm-integration-tests/emulated/networks/westend-system/src/lib.rs index 6dad635ce2..2a5dd9e574 100644 --- a/chains/xcm-integration-tests/emulated/networks/westend-system/src/lib.rs +++ b/chains/xcm-integration-tests/emulated/networks/westend-system/src/lib.rs @@ -27,6 +27,7 @@ use { xcm_emulator::{decl_test_networks, Chain}, }; +pub use westend_emulated_chain; decl_test_networks! { pub struct WestendMockNet { relay_chain = Westend, diff --git a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/core_buyer.rs b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/core_buyer.rs index fb807eafc1..cfdd71af21 100644 --- a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/core_buyer.rs +++ b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/core_buyer.rs @@ -29,10 +29,10 @@ const ROCOCO_ED: u128 = rococo_runtime_constants::currency::EXISTENTIAL_DEPOSIT; const BUY_EXECUTION_COST: u128 = dancebox_runtime::xcm_config::XCM_BUY_EXECUTION_COST_ROCOCO; // Difference between BUY_EXECUTION_COST and the actual cost that depends on the weight of the XCM // message, gets refunded on successful execution of core buying extrinsic. -const BUY_EXECUTION_REFUND: u128 = 24506230; +const BUY_EXECUTION_REFUND: u128 = 19533231; // Difference between BUY_EXECUTION_COST and the actual cost that depends on the weight of the XCM // message, gets refunded on un-successful execution of core buying extrinsic. -const BUY_EXECUTION_REFUND_ON_FAILURE: u128 = 22172920; +const BUY_EXECUTION_REFUND_ON_FAILURE: u128 = 17199921; #[test] fn constants() { @@ -108,7 +108,7 @@ fn xcm_core_buyer_only_enough_balance_for_buy_execution() { ) => { account: *account == parathread_tank_in_relay, }, - RuntimeEvent::MessageQueue(pallet_message_queue::Event::Processed { success: false, .. }) => {}, + RuntimeEvent::MessageQueue(pallet_message_queue::Event::Processed { success: true, .. }) => {}, ] ); assert_relay_order_event_not_emitted(); @@ -192,9 +192,7 @@ fn xcm_core_buyer_enough_balance_except_for_existential_deposit() { spot_price: *spot_price == spot_price2, ordered_by: *ordered_by == parathread_tank_in_relay, }, - // TODO: this now emits "success: false" even though the on demand order was placed, will - // that break pallet_xcm_core_buyer? - RuntimeEvent::MessageQueue(pallet_message_queue::Event::Processed { success: false, .. }) => {}, + RuntimeEvent::MessageQueue(pallet_message_queue::Event::Processed { success: true, .. }) => {}, ] ); assert_eq!(balance_after, 0); diff --git a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/core_buyer_common.rs b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/core_buyer_common.rs index 785dfdee55..613d4dfb35 100644 --- a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/core_buyer_common.rs +++ b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/core_buyer_common.rs @@ -45,10 +45,10 @@ pub const ROCOCO_ED: u128 = rococo_runtime_constants::currency::EXISTENTIAL_DEPO pub const BUY_EXECUTION_COST: u128 = dancebox_runtime::xcm_config::XCM_BUY_EXECUTION_COST_ROCOCO; // Difference between BUY_EXECUTION_COST and the actual cost that depends on the weight of the XCM // message, gets refunded on successful execution of core buying extrinsic. -pub const BUY_EXECUTION_REFUND: u128 = 24506230; +pub const BUY_EXECUTION_REFUND: u128 = 19533231; // Difference between BUY_EXECUTION_COST and the actual cost that depends on the weight of the XCM // message, gets refunded on un-successful execution of core buying extrinsic. -pub const BUY_EXECUTION_REFUND_ON_FAILURE: u128 = 22172920; +pub const BUY_EXECUTION_REFUND_ON_FAILURE: u128 = 17199921; pub const PLACE_ORDER_WEIGHT_AT_MOST: Weight = Weight::from_parts(1_000_000_000, 100_000); diff --git a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/force_core_buyer.rs b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/force_core_buyer.rs index c9f82df224..b8e2b6fad2 100644 --- a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/force_core_buyer.rs +++ b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/force_core_buyer.rs @@ -91,7 +91,7 @@ fn xcm_core_buyer_only_enough_balance_for_buy_execution() { ) => { account: *account == parathread_tank_in_relay, }, - RuntimeEvent::MessageQueue(pallet_message_queue::Event::Processed { success: false, .. }) => {}, + RuntimeEvent::MessageQueue(pallet_message_queue::Event::Processed { success: true, .. }) => {}, ] ); assert_relay_order_event_not_emitted(); @@ -177,7 +177,7 @@ fn xcm_core_buyer_enough_balance_except_for_existential_deposit() { }, // TODO: this now emits "success: false" even though the on demand order was placed, will // that break pallet_xcm_core_buyer? - RuntimeEvent::MessageQueue(pallet_message_queue::Event::Processed { success: false, .. }) => {}, + RuntimeEvent::MessageQueue(pallet_message_queue::Event::Processed { success: true, .. }) => {}, ] ); assert_eq!(balance_after, 0); diff --git a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/foreign_signed_based_sovereign.rs b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/foreign_signed_based_sovereign.rs index b72d62fb7f..822df774a2 100644 --- a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/foreign_signed_based_sovereign.rs +++ b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/foreign_signed_based_sovereign.rs @@ -26,6 +26,7 @@ use { EthereumEmptyReceiver, EthereumSender, FrontierTemplateParaPallet, }, westend_emulated_chain::WestendRelayPallet, + westend_system_emulated_network::westend_emulated_chain::westend_runtime::Dmp, westend_system_emulated_network::{ DanceboxEmptyReceiver, DanceboxPara as Dancebox, DanceboxSender, FrontierTemplatePara as FrontierTemplate, WestendRelay as Westend, WestendSender, @@ -35,12 +36,16 @@ use { opaque::latest::WESTEND_GENESIS_HASH, VersionedLocation, VersionedXcm, }, - xcm_emulator::{assert_expected_events, bx, Chain, TestExt}, + xcm_emulator::{assert_expected_events, bx, Chain, Parachain, TestExt}, xcm_executor::traits::ConvertLocation, }; #[test] fn using_signed_based_sovereign_works_in_tanssi() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(Dancebox::para_id()); + }); + // XcmPallet send arguments let root_origin = ::RuntimeOrigin::root(); let dancebox_dest: VersionedLocation = Location { diff --git a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/reserver_transfers_polkadot_xcm.rs b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/reserver_transfers_polkadot_xcm.rs index 00518077d6..608e97a3ef 100644 --- a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/reserver_transfers_polkadot_xcm.rs +++ b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/reserver_transfers_polkadot_xcm.rs @@ -24,6 +24,7 @@ use { simple_template_emulated_chain::SimpleTemplateParaPallet, sp_runtime::FixedU128, westend_emulated_chain::WestendRelayPallet, + westend_system_emulated_network::westend_emulated_chain::westend_runtime::Dmp, westend_system_emulated_network::{ DanceboxPara as Dancebox, DanceboxSender, SimpleTemplateEmptyReceiver, SimpleTemplatePara as SimpleTemplate, SimpleTemplateSender, WestendRelay as Westend, @@ -33,7 +34,7 @@ use { latest::prelude::{Junctions::*, *}, VersionedLocation, }, - xcm_emulator::{assert_expected_events, bx, Chain, TestExt}, + xcm_emulator::{assert_expected_events, bx, Chain, Parachain, TestExt}, }; #[allow(unused_assignments)] @@ -149,6 +150,10 @@ fn transfer_assets_single_asset_fee_and_asset_reserves() { #[allow(unused_assignments)] #[test] fn transfer_assets_relay_tanssi() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(Dancebox::para_id()); + }); + // XcmPallet reserve transfer arguments let alice_dancebox_origin = ::RuntimeOrigin::signed(DanceboxSender::get()); let alice_relay_origin = ::RuntimeOrigin::signed(WestendSender::get()); @@ -604,6 +609,11 @@ fn transfer_assets_container_token_tanssi() { #[allow(unused_assignments)] #[test] fn transfer_asset_relay_token_across_tanssi_container() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(Dancebox::para_id()); + Dmp::make_parachain_reachable(SimpleTemplate::para_id()); + }); + // XcmPallet reserve transfer arguments let alice_dancebox_origin = ::RuntimeOrigin::signed(DanceboxSender::get()); let alice_relay_origin = ::RuntimeOrigin::signed(WestendSender::get()); diff --git a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_dancebox.rs b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_dancebox.rs index 1f29c3992f..aec0311825 100644 --- a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_dancebox.rs +++ b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_dancebox.rs @@ -22,6 +22,7 @@ use { }, sp_runtime::FixedU128, westend_emulated_chain::WestendRelayPallet, + westend_system_emulated_network::westend_emulated_chain::westend_runtime::Dmp, westend_system_emulated_network::{ DanceboxPara as Dancebox, DanceboxReceiver, WestendRelay as Westend, WestendSender, }, @@ -29,12 +30,16 @@ use { latest::prelude::{Junctions::*, *}, VersionedLocation, }, - xcm_emulator::{assert_expected_events, bx, Chain, TestExt}, + xcm_emulator::{assert_expected_events, bx, Chain, Parachain, TestExt}, }; #[allow(unused_assignments)] #[test] fn receive_tokens_from_the_relay_to_tanssi() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(Dancebox::para_id()); + }); + // XcmPallet reserve transfer arguments let alice_origin = ::RuntimeOrigin::signed(WestendSender::get()); @@ -134,6 +139,10 @@ fn receive_tokens_from_the_relay_to_tanssi() { #[test] fn cannot_receive_tokens_from_the_relay_if_no_rate_is_assigned() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(Dancebox::para_id()); + }); + // XcmPallet reserve transfer arguments let alice_origin = ::RuntimeOrigin::signed(WestendSender::get()); @@ -208,6 +217,10 @@ fn cannot_receive_tokens_from_the_relay_if_no_rate_is_assigned() { #[test] fn cannot_receive_tokens_from_the_relay_if_no_token_is_registered() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(Dancebox::para_id()); + }); + // XcmPallet reserve transfer arguments let alice_origin = ::RuntimeOrigin::signed(WestendSender::get()); diff --git a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_frontier_container.rs b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_frontier_container.rs index 8866f02b96..78e972abdf 100644 --- a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_frontier_container.rs +++ b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_frontier_container.rs @@ -23,6 +23,7 @@ use { frontier_template_emulated_chain::{EthereumReceiver, FrontierTemplateParaPallet}, sp_runtime::FixedU128, westend_emulated_chain::WestendRelayPallet, + westend_system_emulated_network::westend_emulated_chain::westend_runtime::Dmp, westend_system_emulated_network::{ FrontierTemplatePara as FrontierTemplate, WestendRelay as Westend, WestendSender, }, @@ -30,12 +31,16 @@ use { latest::prelude::{Junctions::*, *}, VersionedLocation, }, - xcm_emulator::{assert_expected_events, bx, Chain, TestExt}, + xcm_emulator::{assert_expected_events, bx, Chain, Parachain, TestExt}, }; #[allow(unused_assignments)] #[test] fn receive_tokens_from_the_relay_to_frontier_template() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(FrontierTemplate::para_id()); + }); + // XcmPallet reserve transfer arguments let alice_origin = ::RuntimeOrigin::signed(WestendSender::get()); @@ -144,6 +149,10 @@ fn receive_tokens_from_the_relay_to_frontier_template() { #[test] fn cannot_receive_tokens_from_the_relay_if_no_rate_is_assigned_frontier_template() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(FrontierTemplate::para_id()); + }); + // XcmPallet reserve transfer arguments let alice_origin = ::RuntimeOrigin::signed(WestendSender::get()); @@ -229,6 +238,10 @@ fn cannot_receive_tokens_from_the_relay_if_no_rate_is_assigned_frontier_template #[test] fn cannot_receive_tokens_from_the_relay_if_no_token_is_registered() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(FrontierTemplate::para_id()); + }); + // XcmPallet reserve transfer arguments let alice_origin = ::RuntimeOrigin::signed(WestendSender::get()); diff --git a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_simple_container.rs b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_simple_container.rs index 377422496b..438dc59f7a 100644 --- a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_simple_container.rs +++ b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/token_derivative_reception_relay_simple_container.rs @@ -22,6 +22,7 @@ use { simple_template_emulated_chain::SimpleTemplateParaPallet, sp_runtime::FixedU128, westend_emulated_chain::WestendRelayPallet, + westend_system_emulated_network::westend_emulated_chain::westend_runtime::Dmp, westend_system_emulated_network::{ SimpleTemplatePara as SimpleTemplate, SimpleTemplateReceiver, WestendRelay as Westend, WestendSender, @@ -30,12 +31,16 @@ use { latest::prelude::{Junctions::*, *}, VersionedLocation, }, - xcm_emulator::{assert_expected_events, bx, Chain, TestExt}, + xcm_emulator::{assert_expected_events, bx, Chain, Parachain, TestExt}, }; #[allow(unused_assignments)] #[test] fn receive_tokens_from_the_relay_to_simple_template() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(SimpleTemplate::para_id()); + }); + // XcmPallet reserve transfer arguments let alice_origin = ::RuntimeOrigin::signed(WestendSender::get()); @@ -138,6 +143,10 @@ fn receive_tokens_from_the_relay_to_simple_template() { #[test] fn cannot_receive_tokens_from_the_relay_if_no_rate_is_assigned_simple_template() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(SimpleTemplate::para_id()); + }); + // XcmPallet reserve transfer arguments let alice_origin = ::RuntimeOrigin::signed(WestendSender::get()); @@ -224,6 +233,10 @@ fn cannot_receive_tokens_from_the_relay_if_no_rate_is_assigned_simple_template() #[test] fn cannot_receive_tokens_from_the_relay_if_no_token_is_registered_simple_template() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(SimpleTemplate::para_id()); + }); + // XcmPallet reserve transfer arguments let alice_origin = ::RuntimeOrigin::signed(WestendSender::get()); diff --git a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/transact.rs b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/transact.rs index 50c89c4074..ccb014ad26 100644 --- a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/transact.rs +++ b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/transact.rs @@ -23,6 +23,7 @@ use { parity_scale_codec::Encode, simple_template_emulated_chain::SimpleTemplateParaPallet, westend_emulated_chain::WestendRelayPallet, + westend_system_emulated_network::westend_emulated_chain::westend_runtime::Dmp, westend_system_emulated_network::{ DanceboxPara as Dancebox, FrontierTemplatePara as FrontierTemplate, SimpleTemplatePara as SimpleTemplate, WestendRelay as Westend, @@ -40,6 +41,10 @@ use { #[test] fn transact_sudo_from_relay_hits_barrier_dancebox_without_buy_exec() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(Dancebox::para_id()); + }); + let call = ::RuntimeCall::Configuration(pallet_configuration::Call::< ::Runtime, >::set_max_collators { @@ -90,12 +95,16 @@ fn transact_sudo_from_relay_hits_barrier_dancebox_without_buy_exec() { // Receive XCM message in Assets Parachain Dancebox::execute_with(|| { - Dancebox::assert_dmp_queue_error(); + Dancebox::assert_dmp_queue_incomplete(None); }); } #[test] fn transact_sudo_from_relay_does_not_have_sudo_power() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(Dancebox::para_id()); + }); + let call = ::RuntimeCall::Configuration(pallet_configuration::Call::< ::Runtime, >::set_max_collators { @@ -159,6 +168,10 @@ fn transact_sudo_from_relay_does_not_have_sudo_power() { #[test] fn transact_sudo_from_relay_has_signed_origin_powers() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(Dancebox::para_id()); + }); + let call = ::RuntimeCall::System(frame_system::Call::< ::Runtime, >::remark_with_event { diff --git a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/trap.rs b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/trap.rs index 20de60f04b..da92765ece 100644 --- a/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/trap.rs +++ b/chains/xcm-integration-tests/emulated/tests/assets/dancebox/src/tests/trap.rs @@ -20,6 +20,7 @@ use { weights::{Weight, WeightToFee}, }, westend_emulated_chain::WestendRelayPallet, + westend_system_emulated_network::westend_emulated_chain::westend_runtime::Dmp, westend_system_emulated_network::{DanceboxPara as Dancebox, WestendRelay as Westend}, xcm::{latest::prelude::*, VersionedLocation, VersionedXcm}, xcm_emulator::{ @@ -29,6 +30,10 @@ use { #[test] fn trapping_asserts_works_with_polkadot_xcm() { + Westend::execute_with(|| { + Dmp::make_parachain_reachable(Dancebox::para_id()); + }); + // XcmPallet send arguments let sudo_origin = ::RuntimeOrigin::root(); let dancebox_para_destination: VersionedLocation = diff --git a/chains/xcm-integration-tests/emulated/tests/assets/dancelight/src/tests/reserver_transfers_polkadot_xcm.rs b/chains/xcm-integration-tests/emulated/tests/assets/dancelight/src/tests/reserver_transfers_polkadot_xcm.rs index 982025e899..4663ab8f8c 100644 --- a/chains/xcm-integration-tests/emulated/tests/assets/dancelight/src/tests/reserver_transfers_polkadot_xcm.rs +++ b/chains/xcm-integration-tests/emulated/tests/assets/dancelight/src/tests/reserver_transfers_polkadot_xcm.rs @@ -15,6 +15,7 @@ // along with Tanssi. If not, see use { + dancelight_emulated_chain::dancelight_runtime::Dmp, dancelight_emulated_chain::DancelightRelayPallet, dancelight_system_emulated_network::{ DancelightRelay as Dancelight, DancelightSender, SimpleTemplateEmptyReceiver, @@ -30,12 +31,16 @@ use { latest::prelude::{Junctions::*, *}, VersionedLocation, }, - xcm_emulator::{assert_expected_events, bx, Chain, TestExt}, + xcm_emulator::{assert_expected_events, bx, Chain, Parachain, TestExt}, }; #[allow(unused_assignments)] #[test] fn transfer_assets_from_dancelight_to_one_of_its_parachains() { + Dancelight::execute_with(|| { + Dmp::make_parachain_reachable(SimpleTemplate::para_id()); + }); + // Dancelight origin (sender) let dancelight_alice_origin = ::RuntimeOrigin::signed(DancelightSender::get()); diff --git a/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/Cargo.toml b/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/Cargo.toml index 0a400ec13a..b84504877c 100644 --- a/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/Cargo.toml +++ b/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/Cargo.toml @@ -21,8 +21,8 @@ frame-system = { workspace = true } keyring = { workspace = true } parity-scale-codec = { workspace = true, features = [ "derive", "max-encoded-len", "std" ] } snowbridge-core = { workspace = true } +snowbridge-inbound-queue-primitives = { workspace = true, features = [ "std" ] } snowbridge-pallet-inbound-queue = { workspace = true, features = [ "std" ] } -snowbridge-router-primitives = { workspace = true, features = [ "std" ] } sp-core = { workspace = true } tanssi-emulated-integration-tests-common = { workspace = true } tp-bridge = { workspace = true, features = [ "std" ] } diff --git a/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/src/tests/bridge_to_eth.rs b/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/src/tests/bridge_to_eth.rs index 6b61d56b83..847e29adca 100644 --- a/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/src/tests/bridge_to_eth.rs +++ b/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/src/tests/bridge_to_eth.rs @@ -83,7 +83,7 @@ fn receive_msg_from_eth_validators_are_updated() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { // gateway address address: ::GatewayAddress::get( diff --git a/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/src/tests/mod.rs b/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/src/tests/mod.rs index bee7c70944..879a5a0271 100644 --- a/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/src/tests/mod.rs +++ b/chains/xcm-integration-tests/emulated/tests/bridges/dancelight/src/tests/mod.rs @@ -29,11 +29,9 @@ mod imports { frame_support::assert_ok, keyring::Sr25519Keyring, parity_scale_codec::Encode, - snowbridge_core::{ - inbound::{Log, Message}, - PRIMARY_GOVERNANCE_CHANNEL, - }, - snowbridge_router_primitives::inbound::envelope::OutboundMessageAccepted, + snowbridge_core::PRIMARY_GOVERNANCE_CHANNEL, + snowbridge_inbound_queue_primitives::v1::OutboundMessageAccepted, + snowbridge_inbound_queue_primitives::{EventProof, Log}, sp_core::H256, tanssi_emulated_integration_tests_common::snowbridge::mock_snowbridge_message_proof, tp_bridge::{ diff --git a/chains/xcm-integration-tests/emulated/tests/bridges/starlight/Cargo.toml b/chains/xcm-integration-tests/emulated/tests/bridges/starlight/Cargo.toml index 0f451882ba..d7abb39b61 100644 --- a/chains/xcm-integration-tests/emulated/tests/bridges/starlight/Cargo.toml +++ b/chains/xcm-integration-tests/emulated/tests/bridges/starlight/Cargo.toml @@ -18,8 +18,8 @@ frame-system = { workspace = true } keyring = { workspace = true } parity-scale-codec = { workspace = true, features = [ "derive", "max-encoded-len", "std" ] } snowbridge-core = { workspace = true } +snowbridge-inbound-queue-primitives = { workspace = true, features = [ "std" ] } snowbridge-pallet-inbound-queue = { workspace = true, features = [ "std" ] } -snowbridge-router-primitives = { workspace = true, features = [ "std" ] } sp-core = { workspace = true } starlight-emulated-chain = { workspace = true } starlight-runtime = { workspace = true, features = [ "std", "testing-helpers" ] } diff --git a/chains/xcm-integration-tests/emulated/tests/bridges/starlight/src/tests/bridge_to_eth.rs b/chains/xcm-integration-tests/emulated/tests/bridges/starlight/src/tests/bridge_to_eth.rs index 619e9015e9..c860805186 100644 --- a/chains/xcm-integration-tests/emulated/tests/bridges/starlight/src/tests/bridge_to_eth.rs +++ b/chains/xcm-integration-tests/emulated/tests/bridges/starlight/src/tests/bridge_to_eth.rs @@ -83,7 +83,7 @@ fn receive_msg_from_eth_validators_are_updated() { payload: payload.encode(), }; - let message = Message { + let message = EventProof { event_log: Log { // gateway address address: ::GatewayAddress::get( diff --git a/chains/xcm-integration-tests/emulated/tests/bridges/starlight/src/tests/mod.rs b/chains/xcm-integration-tests/emulated/tests/bridges/starlight/src/tests/mod.rs index 8aa045653f..01dc7b9049 100644 --- a/chains/xcm-integration-tests/emulated/tests/bridges/starlight/src/tests/mod.rs +++ b/chains/xcm-integration-tests/emulated/tests/bridges/starlight/src/tests/mod.rs @@ -24,11 +24,9 @@ mod imports { frame_support::assert_ok, keyring::Sr25519Keyring, parity_scale_codec::Encode, - snowbridge_core::{ - inbound::{Log, Message}, - PRIMARY_GOVERNANCE_CHANNEL, - }, - snowbridge_router_primitives::inbound::envelope::OutboundMessageAccepted, + snowbridge_core::PRIMARY_GOVERNANCE_CHANNEL, + snowbridge_inbound_queue_primitives::v1::OutboundMessageAccepted, + snowbridge_inbound_queue_primitives::{EventProof, Log}, sp_core::H256, starlight_emulated_chain::StarlightRelayPallet, starlight_runtime::Runtime, diff --git a/client/consensus/src/mocks.rs b/client/consensus/src/mocks.rs index 8a01dd88c9..96ef2fd726 100644 --- a/client/consensus/src/mocks.rs +++ b/client/consensus/src/mocks.rs @@ -217,6 +217,10 @@ impl RelayChainInterface for RelayChain { unimplemented!("Not needed for test") } + async fn scheduling_lookahead(&self, _relay_parent: PHash) -> RelayChainResult { + unimplemented!("Not needed for test") + } + async fn retrieve_dmq_contents( &self, _: ParaId, diff --git a/client/node-common/src/service.rs b/client/node-common/src/service.rs index 99c80fb317..a6116e7089 100644 --- a/client/node-common/src/service.rs +++ b/client/node-common/src/service.rs @@ -44,8 +44,7 @@ use { sc_network_sync::SyncingService, sc_network_transactions::TransactionsHandlerController, sc_service::{ - Configuration, KeystoreContainer, NetworkStarter, SpawnTaskHandle, TFullBackend, - TFullClient, TaskManager, + Configuration, KeystoreContainer, SpawnTaskHandle, TFullBackend, TFullClient, TaskManager, }, sc_telemetry::{Telemetry, TelemetryWorker, TelemetryWorkerHandle}, sc_transaction_pool_api::OffchainTransactionPoolFactory, @@ -186,7 +185,6 @@ pub struct NodeBuilder< pub struct Network { pub network: Arc, pub system_rpc_tx: TracingUnboundedSender>, - pub start_network: NetworkStarter, pub sync_service: Arc>, } @@ -395,7 +393,7 @@ where let import_queue_service = import_queue.service(); let spawn_handle = task_manager.spawn_handle(); - let (network, system_rpc_tx, tx_handler_controller, start_network, sync_service) = + let (network, system_rpc_tx, tx_handler_controller, sync_service) = cumulus_client_service::build_network(cumulus_client_service::BuildNetworkParams { parachain_config, client: client.clone(), @@ -422,7 +420,6 @@ where network: Network { network, system_rpc_tx, - start_network, sync_service, }, tx_handler_controller, @@ -482,7 +479,7 @@ where let import_queue_service = import_queue.service(); - let (network, system_rpc_tx, tx_handler_controller, start_network, sync_service) = + let (network, system_rpc_tx, tx_handler_controller, sync_service) = sc_service::build_network(sc_service::BuildNetworkParams { config: parachain_config, client: client.clone(), @@ -509,7 +506,6 @@ where network: Network { network, system_rpc_tx, - start_network, sync_service, }, tx_handler_controller, diff --git a/client/orchestrator-chain-rpc-interface/src/lib.rs b/client/orchestrator-chain-rpc-interface/src/lib.rs index eabb188528..5a98bb1615 100644 --- a/client/orchestrator-chain-rpc-interface/src/lib.rs +++ b/client/orchestrator-chain-rpc-interface/src/lib.rs @@ -127,11 +127,7 @@ impl OrchestratorChainRpcClient { Decode::decode(&mut &*res.0).map_err(Into::into) } - async fn request<'a, R>( - &self, - method: &'a str, - params: ArrayParams, - ) -> OrchestratorChainResult + async fn request(&self, method: &str, params: ArrayParams) -> OrchestratorChainResult where R: DeserializeOwned + std::fmt::Debug, { @@ -155,9 +151,9 @@ impl OrchestratorChainRpcClient { /// Send a request to the RPC worker and awaits for a response. The worker is responsible /// for retrying requests if connection dies. - async fn request_tracing<'a, R, OR>( + async fn request_tracing( &self, - method: &'a str, + method: &str, params: ArrayParams, trace_error: OR, ) -> OrchestratorChainResult diff --git a/client/service-container-chain/src/cli.rs b/client/service-container-chain/src/cli.rs index ced7a3870b..e0a8555dcf 100644 --- a/client/service-container-chain/src/cli.rs +++ b/client/service-container-chain/src/cli.rs @@ -81,7 +81,7 @@ pub struct ContainerChainRunCmd { /// configuration of the relay-chain. /// /// It will be removed once is fixed. - #[arg(long)] + #[arg(id = "tanssi_experimental_max_pov_percentage")] pub experimental_max_pov_percentage: Option, } diff --git a/client/service-container-chain/src/service.rs b/client/service-container-chain/src/service.rs index 1cae599dec..dad667ab83 100644 --- a/client/service-container-chain/src/service.rs +++ b/client/service-container-chain/src/service.rs @@ -294,7 +294,6 @@ pub fn start_node_impl_container< ); } - node_builder.network.start_network.start_network(); Ok(( node_builder.task_manager, node_builder.client, diff --git a/package.json b/package.json index 706b4166c6..b148a35d10 100644 --- a/package.json +++ b/package.json @@ -18,23 +18,23 @@ "postinstall": "pnpm build" }, "dependencies": { - "@polkadot/api": "15.10.2", - "@polkadot/api-augment": "15.10.2", - "@polkadot/api-base": "15.10.2", - "@polkadot/api-derive": "15.10.2", - "@polkadot/keyring": "13.3.1", - "@polkadot/rpc-augment": "15.10.2", - "@polkadot/rpc-core": "15.10.2", - "@polkadot/rpc-provider": "15.10.2", - "@polkadot/typegen": "15.10.2", - "@polkadot/types": "15.10.2", - "@polkadot/types-augment": "15.10.2", - "@polkadot/types-codec": "15.10.2", - "@polkadot/types-create": "15.10.2", - "@polkadot/types-known": "15.10.2", - "@polkadot/types-support": "15.10.2", - "@polkadot/util": "13.3.1", - "@polkadot/util-crypto": "13.3.1" + "@polkadot/api": "16.1.2", + "@polkadot/api-augment": "16.1.2", + "@polkadot/api-base": "16.1.2", + "@polkadot/api-derive": "16.1.2", + "@polkadot/keyring": "13.5.1", + "@polkadot/rpc-augment": "16.1.2", + "@polkadot/rpc-core": "16.1.2", + "@polkadot/rpc-provider": "16.1.2", + "@polkadot/typegen": "16.1.2", + "@polkadot/types": "16.1.2", + "@polkadot/types-augment": "16.1.2", + "@polkadot/types-codec": "16.1.2", + "@polkadot/types-create": "16.1.2", + "@polkadot/types-known": "16.1.2", + "@polkadot/types-support": "16.1.2", + "@polkadot/util": "13.5.1", + "@polkadot/util-crypto": "13.5.1" }, "devDependencies": { "@biomejs/biome": "1.9.4", @@ -44,23 +44,23 @@ }, "pnpm": { "overrides": { - "@polkadot/api": "15.10.2", - "@polkadot/api-augment": "15.10.2", - "@polkadot/api-base": "15.10.2", - "@polkadot/api-derive": "15.10.2", - "@polkadot/rpc-augment": "15.10.2", - "@polkadot/rpc-core": "15.10.2", - "@polkadot/rpc-provider": "15.10.2", - "@polkadot/typegen": "15.10.2", - "@polkadot/types": "15.10.2", - "@polkadot/types-augment": "15.10.2", - "@polkadot/types-codec": "15.10.2", - "@polkadot/types-create": "15.10.2", - "@polkadot/types-known": "15.10.2", - "@polkadot/types-support": "15.10.2", - "@polkadot/keyring": "13.3.1", - "@polkadot/util": "13.3.1", - "@polkadot/util-crypto": "13.3.1", + "@polkadot/api": "16.1.2", + "@polkadot/api-augment": "16.1.2", + "@polkadot/api-base": "16.1.2", + "@polkadot/api-derive": "16.1.2", + "@polkadot/keyring": "13.5.1", + "@polkadot/rpc-augment": "16.1.2", + "@polkadot/rpc-core": "16.1.2", + "@polkadot/rpc-provider": "16.1.2", + "@polkadot/typegen": "16.1.2", + "@polkadot/types": "16.1.2", + "@polkadot/types-augment": "16.1.2", + "@polkadot/types-codec": "16.1.2", + "@polkadot/types-create": "16.1.2", + "@polkadot/types-known": "16.1.2", + "@polkadot/types-support": "16.1.2", + "@polkadot/util": "13.5.1", + "@polkadot/util-crypto": "13.5.1", "typescript": "5.5.4" }, "onlyBuiltDependencies": [ diff --git a/pallets/author-noting/Cargo.toml b/pallets/author-noting/Cargo.toml index 024a06c84e..89ce14e717 100644 --- a/pallets/author-noting/Cargo.toml +++ b/pallets/author-noting/Cargo.toml @@ -37,7 +37,6 @@ tp-author-noting-inherent = { workspace = true } tp-traits = { workspace = true } [dev-dependencies] -bounded-collections = { workspace = true } hex-literal = { workspace = true } polkadot-parachain-primitives = { workspace = true } polkadot-primitives = { workspace = true } @@ -50,7 +49,6 @@ test-relay-sproof-builder = { workspace = true } [features] default = [ "std" ] std = [ - "bounded-collections/std", "cumulus-pallet-parachain-system/std", "cumulus-primitives-core/std", "cumulus-primitives-core/std", diff --git a/pallets/author-noting/src/lib.rs b/pallets/author-noting/src/lib.rs index 17d48cbf20..6340cd7541 100644 --- a/pallets/author-noting/src/lib.rs +++ b/pallets/author-noting/src/lib.rs @@ -142,6 +142,7 @@ pub mod pallet { impl Pallet { #[pallet::call_index(0)] #[pallet::weight((T::WeightInfo::set_latest_author_data(T::MaxContainerChains::get()), DispatchClass::Mandatory))] + #[allow(clippy::useless_conversion)] pub fn set_latest_author_data( origin: OriginFor, data: InherentDataOf, @@ -281,7 +282,7 @@ pub mod pallet { /// Was the containerAuthorData set? #[pallet::storage] - pub(super) type DidSetContainerAuthorData = StorageValue<_, bool, ValueQuery>; + pub type DidSetContainerAuthorData = StorageValue<_, bool, ValueQuery>; #[pallet::inherent] impl ProvideInherent for Pallet { diff --git a/pallets/data-preservers/Cargo.toml b/pallets/data-preservers/Cargo.toml index 2759234f49..60d6e021ac 100644 --- a/pallets/data-preservers/Cargo.toml +++ b/pallets/data-preservers/Cargo.toml @@ -33,7 +33,6 @@ sp-runtime = { workspace = true } sp-std = { workspace = true } [dev-dependencies] -bounded-collections = { workspace = true } num-traits = { workspace = true } pallet-balances = { workspace = true, features = [ "std" ] } similar-asserts = { workspace = true } @@ -42,7 +41,6 @@ sp-io = { workspace = true, features = [ "std" ] } [features] default = [ "std" ] std = [ - "bounded-collections/std", "dp-core/std", "frame-benchmarking/std", "frame-support/std", diff --git a/pallets/data-preservers/src/lib.rs b/pallets/data-preservers/src/lib.rs index 432531ba44..1233b9a737 100644 --- a/pallets/data-preservers/src/lib.rs +++ b/pallets/data-preservers/src/lib.rs @@ -251,6 +251,7 @@ pub mod pallet { profile.url.len() as u32, profile.para_ids.len() as u32, ))] + #[allow(clippy::useless_conversion)] pub fn create_profile( origin: OriginFor, profile: Profile, @@ -268,6 +269,7 @@ pub mod pallet { profile.url.len() as u32, profile.para_ids.len() as u32, ))] + #[allow(clippy::useless_conversion)] pub fn update_profile( origin: OriginFor, profile_id: T::ProfileId, @@ -304,6 +306,7 @@ pub mod pallet { #[pallet::call_index(3)] #[pallet::weight(T::WeightInfo::delete_profile())] + #[allow(clippy::useless_conversion)] pub fn delete_profile( origin: OriginFor, profile_id: T::ProfileId, @@ -325,6 +328,7 @@ pub mod pallet { profile.url.len() as u32, profile.para_ids.len() as u32, ))] + #[allow(clippy::useless_conversion)] pub fn force_create_profile( origin: OriginFor, profile: Profile, @@ -340,6 +344,7 @@ pub mod pallet { profile.url.len() as u32, profile.para_ids.len() as u32, ))] + #[allow(clippy::useless_conversion)] pub fn force_update_profile( origin: OriginFor, profile_id: T::ProfileId, @@ -363,6 +368,7 @@ pub mod pallet { #[pallet::call_index(6)] #[pallet::weight(T::WeightInfo::force_delete_profile())] + #[allow(clippy::useless_conversion)] pub fn force_delete_profile( origin: OriginFor, profile_id: T::ProfileId, @@ -374,6 +380,7 @@ pub mod pallet { #[pallet::call_index(7)] #[pallet::weight(T::WeightInfo::start_assignment())] + #[allow(clippy::useless_conversion)] pub fn start_assignment( origin: OriginFor, profile_id: T::ProfileId, @@ -394,6 +401,7 @@ pub mod pallet { #[pallet::call_index(8)] #[pallet::weight(T::WeightInfo::stop_assignment())] + #[allow(clippy::useless_conversion)] pub fn stop_assignment( origin: OriginFor, profile_id: T::ProfileId, @@ -450,6 +458,7 @@ pub mod pallet { #[pallet::call_index(9)] #[pallet::weight(T::WeightInfo::force_start_assignment())] + #[allow(clippy::useless_conversion)] pub fn force_start_assignment( origin: OriginFor, profile_id: T::ProfileId, diff --git a/pallets/data-preservers/src/mock.rs b/pallets/data-preservers/src/mock.rs index ef6b46b00a..0e0fbbb062 100644 --- a/pallets/data-preservers/src/mock.rs +++ b/pallets/data-preservers/src/mock.rs @@ -175,7 +175,7 @@ where Result, O>: From, u64: From, T::AccountId: From, - O: Clone, + O: Clone + frame_support::traits::OriginTrait, { type Success = Either>::Success>; @@ -241,7 +241,7 @@ where Result, O>: From, u64: From, T::AccountId: From, - O: Clone, + O: Clone + frame_support::traits::OriginTrait, { type Success = T::AccountId; @@ -306,6 +306,7 @@ where Clone, TypeInfo, MaxEncodedLen, + DecodeWithMemTracking, )] pub enum ProviderRequest { Free, @@ -316,7 +317,17 @@ pub enum ProviderRequest { } #[derive( - Serialize, Deserialize, RuntimeDebug, PartialEq, Eq, Encode, Decode, Copy, Clone, TypeInfo, + Serialize, + Deserialize, + RuntimeDebug, + PartialEq, + Eq, + Encode, + Decode, + DecodeWithMemTracking, + Copy, + Clone, + TypeInfo, )] pub enum AssignerParameter { Free, @@ -338,6 +349,7 @@ pub enum AssignerParameter { Clone, TypeInfo, MaxEncodedLen, + DecodeWithMemTracking, )] pub enum AssignmentWitness { Free, @@ -468,6 +480,7 @@ impl ExtBuilder { pallet_balances::GenesisConfig:: { balances: self.balances, + ..Default::default() } .assimilate_storage(&mut t) .unwrap(); diff --git a/pallets/data-preservers/src/types.rs b/pallets/data-preservers/src/types.rs index dee466014e..4f23ce65e1 100644 --- a/pallets/data-preservers/src/types.rs +++ b/pallets/data-preservers/src/types.rs @@ -61,7 +61,7 @@ impl ParaIdsFilter { } #[apply(derive_storage_traits)] -#[derive(MaxEncodedLen)] +#[derive(MaxEncodedLen, DecodeWithMemTracking)] pub enum ProfileMode { Bootnode, Rpc { supports_ethereum_rpcs: bool }, diff --git a/pallets/ethereum-token-transfers/Cargo.toml b/pallets/ethereum-token-transfers/Cargo.toml index 402d123806..a79e9d38f1 100644 --- a/pallets/ethereum-token-transfers/Cargo.toml +++ b/pallets/ethereum-token-transfers/Cargo.toml @@ -33,7 +33,8 @@ pallet-session = { workspace = true, features = [ "historical" ] } runtime-parachains = { workspace = true } snowbridge-core = { workspace = true } -snowbridge-outbound-queue-merkle-tree = { workspace = true } +snowbridge-merkle-tree = { workspace = true } +snowbridge-outbound-queue-primitives = { workspace = true } polkadot-primitives = { workspace = true } xcm = { workspace = true } @@ -57,7 +58,8 @@ std = [ "runtime-parachains/std", "scale-info/std", "snowbridge-core/std", - "snowbridge-outbound-queue-merkle-tree/std", + "snowbridge-merkle-tree/std", + "snowbridge-outbound-queue-primitives/std", "sp-core/std", "sp-io/std", "sp-runtime/std", @@ -80,6 +82,7 @@ runtime-benchmarks = [ "sp-staking/runtime-benchmarks", "tp-bridge/runtime-benchmarks", "tp-traits/runtime-benchmarks", + "xcm/runtime-benchmarks", ] try-runtime = [ diff --git a/pallets/ethereum-token-transfers/src/lib.rs b/pallets/ethereum-token-transfers/src/lib.rs index 506b0157b1..a7c7c3bb73 100644 --- a/pallets/ethereum-token-transfers/src/lib.rs +++ b/pallets/ethereum-token-transfers/src/lib.rs @@ -63,12 +63,11 @@ use { }, }, frame_system::pallet_prelude::*, - snowbridge_core::{ - outbound::{ - Command as SnowbridgeCommand, Message as SnowbridgeMessage, SendError, SendMessage, - }, - AgentId, ChannelId, ParaId, TokenId, + snowbridge_core::{AgentId, ChannelId, ParaId, TokenId}, + snowbridge_outbound_queue_primitives::v1::{ + Command as SnowbridgeCommand, Message as SnowbridgeMessage, SendMessage, }, + snowbridge_outbound_queue_primitives::SendError, sp_core::{H160, H256}, sp_runtime::{traits::MaybeEquivalence, DispatchResult}, sp_std::vec, diff --git a/pallets/ethereum-token-transfers/src/mock.rs b/pallets/ethereum-token-transfers/src/mock.rs index ad676d641f..79390d2d7c 100644 --- a/pallets/ethereum-token-transfers/src/mock.rs +++ b/pallets/ethereum-token-transfers/src/mock.rs @@ -22,10 +22,9 @@ use { }, pallet_balances::AccountData, parity_scale_codec::{Decode, Encode}, - snowbridge_core::{ - outbound::{Fee, Message, SendError, SendMessageFeeProvider}, - AgentId, ChannelId, ParaId, TokenId, - }, + snowbridge_core::{AgentId, ChannelId, ParaId, TokenId}, + snowbridge_outbound_queue_primitives::v1::{Fee, Message}, + snowbridge_outbound_queue_primitives::{SendError, SendMessageFeeProvider}, sp_core::H256, sp_runtime::{ traits::{BlakeTwo256, IdentityLookup, MaybeEquivalence}, @@ -143,7 +142,7 @@ impl TicketInfo for DummyTicket { } pub struct MockOkOutboundQueue; -impl snowbridge_core::outbound::SendMessage for MockOkOutboundQueue { +impl snowbridge_outbound_queue_primitives::v1::SendMessage for MockOkOutboundQueue { type Ticket = DummyTicket; fn deliver(_: Self::Ticket) -> Result { @@ -224,9 +223,12 @@ pub fn new_test_ext() -> sp_io::TestExternalities { .unwrap(); let balances = vec![(1, 100), (2, 100), (3, 100), (4, 100), (5, 100)]; - pallet_balances::GenesisConfig:: { balances } - .assimilate_storage(&mut t) - .unwrap(); + pallet_balances::GenesisConfig:: { + balances, + ..Default::default() + } + .assimilate_storage(&mut t) + .unwrap(); let ext: sp_io::TestExternalities = t.into(); diff --git a/pallets/external-validator-slashes/Cargo.toml b/pallets/external-validator-slashes/Cargo.toml index 82d3dfbb74..5cd3570cae 100644 --- a/pallets/external-validator-slashes/Cargo.toml +++ b/pallets/external-validator-slashes/Cargo.toml @@ -22,6 +22,7 @@ pallet-staking = { workspace = true } parity-scale-codec = { workspace = true, features = [ "derive", "max-encoded-len" ] } scale-info = { workspace = true } snowbridge-core = { workspace = true } +snowbridge-outbound-queue-primitives = { workspace = true } sp-core = { workspace = true } sp-runtime = { workspace = true } sp-staking = { workspace = true } @@ -49,6 +50,7 @@ std = [ "polkadot-core-primitives/std", "scale-info/std", "snowbridge-core/std", + "snowbridge-outbound-queue-primitives/std", "sp-core/std", "sp-io/std", "sp-runtime/std", diff --git a/pallets/external-validator-slashes/src/lib.rs b/pallets/external-validator-slashes/src/lib.rs index 9c9c6f8b0c..6aa1d659fd 100644 --- a/pallets/external-validator-slashes/src/lib.rs +++ b/pallets/external-validator-slashes/src/lib.rs @@ -33,7 +33,7 @@ use { frame_system::pallet_prelude::*, log::log, pallet_staking::SessionInterface, - parity_scale_codec::{Decode, Encode, FullCodec}, + parity_scale_codec::{Decode, DecodeWithMemTracking, Encode, FullCodec}, sp_core::H256, sp_runtime::{ traits::{Convert, Debug, One, Saturating, Zero}, @@ -180,7 +180,7 @@ pub mod pallet { } #[apply(derive_storage_traits)] - #[derive(MaxEncodedLen, Default)] + #[derive(MaxEncodedLen, DecodeWithMemTracking, Default)] pub enum SlashingModeOption { #[default] Enabled, diff --git a/pallets/external-validator-slashes/src/mock.rs b/pallets/external-validator-slashes/src/mock.rs index bb9ac4bbf4..af53aa4447 100644 --- a/pallets/external-validator-slashes/src/mock.rs +++ b/pallets/external-validator-slashes/src/mock.rs @@ -22,7 +22,7 @@ use { weights::constants::RocksDbWeight, }, frame_system as system, - snowbridge_core::outbound::{SendError, SendMessageFeeProvider}, + snowbridge_outbound_queue_primitives::{SendError, SendMessageFeeProvider}, sp_core::H256, sp_runtime::{ testing::UintAuthorityId, @@ -164,6 +164,7 @@ impl pallet_session::Config for Test { type ValidatorIdOf = ConvertInto; type NextSessionRotation = pallet_session::PeriodicSessions; type WeightInfo = (); + type DisablingStrategy = (); } sp_runtime::impl_opaque_keys! { diff --git a/pallets/external-validators-rewards/Cargo.toml b/pallets/external-validators-rewards/Cargo.toml index 5a5c282319..43fa744084 100644 --- a/pallets/external-validators-rewards/Cargo.toml +++ b/pallets/external-validators-rewards/Cargo.toml @@ -33,7 +33,8 @@ pallet-session = { workspace = true, features = [ "historical" ] } runtime-parachains = { workspace = true } snowbridge-core = { workspace = true } -snowbridge-outbound-queue-merkle-tree = { workspace = true } +snowbridge-merkle-tree = { workspace = true } +snowbridge-outbound-queue-primitives = { workspace = true } cumulus-primitives-core = { workspace = true } polkadot-primitives = { workspace = true } @@ -60,7 +61,8 @@ std = [ "runtime-parachains/std", "scale-info/std", "snowbridge-core/std", - "snowbridge-outbound-queue-merkle-tree/std", + "snowbridge-merkle-tree/std", + "snowbridge-outbound-queue-primitives/std", "sp-core/std", "sp-io/std", "sp-runtime/std", @@ -84,6 +86,7 @@ runtime-benchmarks = [ "sp-staking/runtime-benchmarks", "tp-bridge/runtime-benchmarks", "tp-traits/runtime-benchmarks", + "xcm/runtime-benchmarks", ] try-runtime = [ diff --git a/pallets/external-validators-rewards/runtime-api/Cargo.toml b/pallets/external-validators-rewards/runtime-api/Cargo.toml index 4fe0c85a89..d97c7ba604 100644 --- a/pallets/external-validators-rewards/runtime-api/Cargo.toml +++ b/pallets/external-validators-rewards/runtime-api/Cargo.toml @@ -14,7 +14,7 @@ workspace = true [dependencies] parity-scale-codec = { workspace = true } -snowbridge-outbound-queue-merkle-tree = { workspace = true } +snowbridge-merkle-tree = { workspace = true } sp-api = { workspace = true } sp-core = { workspace = true } @@ -22,7 +22,7 @@ sp-core = { workspace = true } default = [ "std" ] std = [ "parity-scale-codec/std", - "snowbridge-outbound-queue-merkle-tree/std", + "snowbridge-merkle-tree/std", "sp-api/std", "sp-core/std", ] diff --git a/pallets/external-validators-rewards/runtime-api/src/lib.rs b/pallets/external-validators-rewards/runtime-api/src/lib.rs index 3d8c6e1b67..713d6078b4 100644 --- a/pallets/external-validators-rewards/runtime-api/src/lib.rs +++ b/pallets/external-validators-rewards/runtime-api/src/lib.rs @@ -18,7 +18,7 @@ #![cfg_attr(not(feature = "std"), no_std)] -use snowbridge_outbound_queue_merkle_tree::MerkleProof; +use snowbridge_merkle_tree::MerkleProof; sp_api::decl_runtime_apis! { pub trait ExternalValidatorsRewardsApi diff --git a/pallets/external-validators-rewards/src/lib.rs b/pallets/external-validators-rewards/src/lib.rs index aa4366cc11..6479d457dc 100644 --- a/pallets/external-validators-rewards/src/lib.rs +++ b/pallets/external-validators-rewards/src/lib.rs @@ -41,7 +41,7 @@ use { polkadot_primitives::ValidatorIndex, runtime_parachains::session_info, snowbridge_core::{ChannelId, TokenId}, - snowbridge_outbound_queue_merkle_tree::{merkle_proof, merkle_root, verify_proof, MerkleProof}, + snowbridge_merkle_tree::{merkle_proof, merkle_root, verify_proof, MerkleProof}, sp_core::H256, sp_runtime::traits::{Hash, MaybeEquivalence, Zero}, sp_staking::SessionIndex, diff --git a/pallets/external-validators-rewards/src/mock.rs b/pallets/external-validators-rewards/src/mock.rs index b0d62e6fd6..e13c5f62e6 100644 --- a/pallets/external-validators-rewards/src/mock.rs +++ b/pallets/external-validators-rewards/src/mock.rs @@ -20,10 +20,8 @@ use { traits::{ConstU32, ConstU64}, }, pallet_balances::AccountData, - snowbridge_core::{ - outbound::{SendError, SendMessageFeeProvider}, - TokenId, - }, + snowbridge_core::TokenId, + snowbridge_outbound_queue_primitives::{SendError, SendMessageFeeProvider}, sp_core::H256, sp_runtime::{ traits::{BlakeTwo256, IdentityLookup, Keccak256, MaybeEquivalence}, @@ -258,9 +256,12 @@ pub fn new_test_ext() -> sp_io::TestExternalities { .unwrap(); let balances = vec![(1, 100), (2, 100), (3, 100), (4, 100), (5, 100)]; - pallet_balances::GenesisConfig:: { balances } - .assimilate_storage(&mut t) - .unwrap(); + pallet_balances::GenesisConfig:: { + balances, + ..Default::default() + } + .assimilate_storage(&mut t) + .unwrap(); let ext: sp_io::TestExternalities = t.into(); diff --git a/pallets/external-validators/src/benchmarking.rs b/pallets/external-validators/src/benchmarking.rs index 14c4df6b67..73fe7efb89 100644 --- a/pallets/external-validators/src/benchmarking.rs +++ b/pallets/external-validators/src/benchmarking.rs @@ -54,6 +54,7 @@ fn create_funded_user( } struct InputFromRng<'a, T>(&'a mut T); +#[allow(clippy::needless_lifetimes)] impl<'a, T: RngCore> codec::Input for InputFromRng<'a, T> { fn remaining_len(&mut self) -> Result, codec::Error> { Ok(None) diff --git a/pallets/external-validators/src/lib.rs b/pallets/external-validators/src/lib.rs index 40c33ff3db..9ccf18d5cd 100644 --- a/pallets/external-validators/src/lib.rs +++ b/pallets/external-validators/src/lib.rs @@ -36,7 +36,7 @@ pub use pallet::*; use { frame_support::pallet_prelude::Weight, log::log, - parity_scale_codec::{Decode, Encode, MaxEncodedLen}, + parity_scale_codec::{Decode, DecodeWithMemTracking, Encode, MaxEncodedLen}, scale_info::TypeInfo, sp_runtime::{traits::Get, RuntimeDebug}, sp_staking::SessionIndex, @@ -300,6 +300,7 @@ pub mod pallet { #[pallet::weight(T::WeightInfo::add_whitelisted( T::MaxWhitelistedValidators::get().saturating_sub(1), ))] + #[allow(clippy::useless_conversion)] pub fn add_whitelisted(origin: OriginFor, who: T::AccountId) -> DispatchResult { T::UpdateOrigin::ensure_origin(origin)?; // don't let one unprepared validator ruin things for everyone. @@ -690,7 +691,17 @@ impl InvulnerablesProvider for Pallet { /// Mode of era-forcing. #[derive( - Copy, Clone, PartialEq, Eq, Default, Encode, Decode, RuntimeDebug, TypeInfo, MaxEncodedLen, + Copy, + Clone, + PartialEq, + Eq, + Default, + Encode, + Decode, + DecodeWithMemTracking, + RuntimeDebug, + TypeInfo, + MaxEncodedLen, )] pub enum Forcing { /// Not forcing anything - just let whatever happen. diff --git a/pallets/external-validators/src/mock.rs b/pallets/external-validators/src/mock.rs index 74d6f816e1..c76afbbde6 100644 --- a/pallets/external-validators/src/mock.rs +++ b/pallets/external-validators/src/mock.rs @@ -195,6 +195,7 @@ impl pallet_session::Config for Test { type SessionHandler = TestSessionHandler; type Keys = MockSessionKeys; type WeightInfo = (); + type DisablingStrategy = (); } // Pallet to provide some mock data, used to test @@ -294,9 +295,12 @@ pub fn new_test_ext() -> sp_io::TestExternalities { keys, ..Default::default() }; - pallet_balances::GenesisConfig:: { balances } - .assimilate_storage(&mut t) - .unwrap(); + pallet_balances::GenesisConfig:: { + balances, + ..Default::default() + } + .assimilate_storage(&mut t) + .unwrap(); pallet_external_validators::GenesisConfig:: { skip_external_validators: false, whitelisted_validators, diff --git a/pallets/inactivity-tracking/src/lib.rs b/pallets/inactivity-tracking/src/lib.rs index 96936fb882..1f48281b22 100644 --- a/pallets/inactivity-tracking/src/lib.rs +++ b/pallets/inactivity-tracking/src/lib.rs @@ -71,6 +71,7 @@ pub mod pallet { PartialEq, Eq, Encode, + DecodeWithMemTracking, Decode, TypeInfo, Serialize, diff --git a/pallets/inactivity-tracking/src/mock.rs b/pallets/inactivity-tracking/src/mock.rs index dd26217199..420776bc9c 100644 --- a/pallets/inactivity-tracking/src/mock.rs +++ b/pallets/inactivity-tracking/src/mock.rs @@ -148,6 +148,7 @@ impl pallet_session::Config for Test { type SessionHandler = TestSessionHandler; type Keys = MockSessionKeys; type WeightInfo = (); + type DisablingStrategy = (); } pub struct CurrentSessionIndexGetter; diff --git a/pallets/inflation-rewards/src/mock.rs b/pallets/inflation-rewards/src/mock.rs index e951731920..ed3306a810 100644 --- a/pallets/inflation-rewards/src/mock.rs +++ b/pallets/inflation-rewards/src/mock.rs @@ -234,9 +234,12 @@ pub fn new_test_ext() -> sp_io::TestExternalities { let balances = vec![(0, 10_000)]; - pallet_balances::GenesisConfig:: { balances } - .assimilate_storage(&mut t) - .unwrap(); + pallet_balances::GenesisConfig:: { + balances, + ..Default::default() + } + .assimilate_storage(&mut t) + .unwrap(); t.into() } diff --git a/pallets/invulnerables/src/benchmarking.rs b/pallets/invulnerables/src/benchmarking.rs index 9b3f109801..0123714463 100644 --- a/pallets/invulnerables/src/benchmarking.rs +++ b/pallets/invulnerables/src/benchmarking.rs @@ -58,6 +58,7 @@ fn create_funded_user( } struct InputFromRng<'a, T>(&'a mut T); +#[allow(clippy::needless_lifetimes)] impl<'a, T: RngCore> codec::Input for InputFromRng<'a, T> { fn remaining_len(&mut self) -> Result, codec::Error> { Ok(None) diff --git a/pallets/invulnerables/src/lib.rs b/pallets/invulnerables/src/lib.rs index 42399e84f9..4159037b81 100644 --- a/pallets/invulnerables/src/lib.rs +++ b/pallets/invulnerables/src/lib.rs @@ -163,6 +163,7 @@ pub mod pallet { #[pallet::weight(T::WeightInfo::add_invulnerable( T::MaxInvulnerables::get().saturating_sub(1), ))] + #[allow(clippy::useless_conversion)] pub fn add_invulnerable(origin: OriginFor, who: T::AccountId) -> DispatchResult { T::UpdateOrigin::ensure_origin(origin)?; // don't let one unprepared collator ruin things for everyone. diff --git a/pallets/invulnerables/src/mock.rs b/pallets/invulnerables/src/mock.rs index b3c0e43ae3..ebd0507df5 100644 --- a/pallets/invulnerables/src/mock.rs +++ b/pallets/invulnerables/src/mock.rs @@ -174,6 +174,7 @@ impl pallet_session::Config for Test { type SessionHandler = TestSessionHandler; type Keys = MockSessionKeys; type WeightInfo = (); + type DisablingStrategy = (); } pub fn new_test_ext() -> sp_io::TestExternalities { @@ -199,9 +200,12 @@ pub fn new_test_ext() -> sp_io::TestExternalities { keys, ..Default::default() }; - pallet_balances::GenesisConfig:: { balances } - .assimilate_storage(&mut t) - .unwrap(); + pallet_balances::GenesisConfig:: { + balances, + ..Default::default() + } + .assimilate_storage(&mut t) + .unwrap(); invulnerables::GenesisConfig:: { invulnerables } .assimilate_storage(&mut t) .unwrap(); diff --git a/pallets/ocw-testing/src/lib.rs b/pallets/ocw-testing/src/lib.rs index a94f3df8f8..c6d468a1a6 100644 --- a/pallets/ocw-testing/src/lib.rs +++ b/pallets/ocw-testing/src/lib.rs @@ -98,6 +98,7 @@ pub mod pallet { /// the off-chain worker on and off to avoid enabling it by default in production #[pallet::call_index(0)] #[pallet::weight(T::DbWeight::get().write)] + #[allow(clippy::useless_conversion)] pub fn set_offchain_worker( origin: OriginFor, is_testing_enabled: bool, @@ -113,6 +114,7 @@ pub mod pallet { /// Can be triggered only by an offchain worker #[pallet::call_index(1)] #[pallet::weight(T::DbWeight::get().write)] + #[allow(clippy::useless_conversion)] pub fn submit_event_unsigned( origin: OriginFor, _block_number: BlockNumberFor, diff --git a/pallets/pooled-staking/src/lib.rs b/pallets/pooled-staking/src/lib.rs index 91df90d23b..cd82839744 100644 --- a/pallets/pooled-staking/src/lib.rs +++ b/pallets/pooled-staking/src/lib.rs @@ -77,7 +77,7 @@ pub mod pallet { Blake2_128Concat, }, frame_system::pallet_prelude::*, - parity_scale_codec::{Decode, Encode, FullCodec}, + parity_scale_codec::{Decode, DecodeWithMemTracking, Encode, FullCodec}, scale_info::TypeInfo, serde::{Deserialize, Serialize}, sp_core::Get, @@ -178,7 +178,9 @@ pub mod pallet { Serialize, Deserialize, MaxEncodedLen, + DecodeWithMemTracking, )] + #[allow(clippy::multiple_bound_locations)] pub enum PendingOperationKey { /// Candidate requested to join the auto compounding pool of a candidate. JoiningAutoCompounding { candidate: A, at: J }, @@ -195,8 +197,18 @@ pub mod pallet { >; #[derive( - RuntimeDebug, PartialEq, Eq, Encode, Decode, Clone, TypeInfo, Serialize, Deserialize, + RuntimeDebug, + PartialEq, + Eq, + Encode, + Decode, + Clone, + TypeInfo, + Serialize, + Deserialize, + DecodeWithMemTracking, )] + #[allow(clippy::multiple_bound_locations)] pub struct PendingOperationQuery { pub delegator: A, pub operation: PendingOperationKey, @@ -213,7 +225,16 @@ pub mod pallet { /// worth up to the provided stake. The amount of stake thus will be at most the provided /// amount. #[derive( - RuntimeDebug, PartialEq, Eq, Encode, Decode, Clone, TypeInfo, Serialize, Deserialize, + RuntimeDebug, + PartialEq, + Eq, + Encode, + Decode, + Clone, + TypeInfo, + Serialize, + Deserialize, + DecodeWithMemTracking, )] pub enum SharesOrStake { Shares(T), @@ -634,6 +655,7 @@ pub mod pallet { impl Pallet { #[pallet::call_index(0)] #[pallet::weight(T::WeightInfo::rebalance_hold())] + #[allow(clippy::useless_conversion)] pub fn rebalance_hold( origin: OriginFor, candidate: Candidate, @@ -648,6 +670,7 @@ pub mod pallet { #[pallet::call_index(1)] #[pallet::weight(T::WeightInfo::request_delegate())] + #[allow(clippy::useless_conversion)] pub fn request_delegate( origin: OriginFor, candidate: Candidate, @@ -662,6 +685,7 @@ pub mod pallet { /// Execute pending operations can incur in claim manual rewards per operation, we simply add the worst case #[pallet::call_index(2)] #[pallet::weight(T::WeightInfo::execute_pending_operations(operations.len() as u32).saturating_add(T::WeightInfo::claim_manual_rewards(operations.len() as u32)))] + #[allow(clippy::useless_conversion)] pub fn execute_pending_operations( origin: OriginFor, operations: Vec>, @@ -675,6 +699,7 @@ pub mod pallet { /// Request undelegate can incur in either claim manual rewards or hold rebalances, we simply add the worst case #[pallet::call_index(3)] #[pallet::weight(T::WeightInfo::request_undelegate().saturating_add(T::WeightInfo::claim_manual_rewards(1).max(T::WeightInfo::rebalance_hold())))] + #[allow(clippy::useless_conversion)] pub fn request_undelegate( origin: OriginFor, candidate: Candidate, @@ -688,6 +713,7 @@ pub mod pallet { #[pallet::call_index(4)] #[pallet::weight(T::WeightInfo::claim_manual_rewards(pairs.len() as u32))] + #[allow(clippy::useless_conversion)] pub fn claim_manual_rewards( origin: OriginFor, pairs: Vec<(Candidate, Delegator)>, @@ -700,6 +726,7 @@ pub mod pallet { #[pallet::call_index(5)] #[pallet::weight(T::WeightInfo::update_candidate_position(candidates.len() as u32))] + #[allow(clippy::useless_conversion)] pub fn update_candidate_position( origin: OriginFor, candidates: Vec>, @@ -712,6 +739,7 @@ pub mod pallet { #[pallet::call_index(6)] #[pallet::weight(T::WeightInfo::swap_pool())] + #[allow(clippy::useless_conversion)] pub fn swap_pool( origin: OriginFor, candidate: Candidate, diff --git a/pallets/pooled-staking/src/migrations.rs b/pallets/pooled-staking/src/migrations.rs index 86e56edc36..f8ea920ed6 100644 --- a/pallets/pooled-staking/src/migrations.rs +++ b/pallets/pooled-staking/src/migrations.rs @@ -33,7 +33,7 @@ use sp_core::{ConstU32, Get, MaxEncodedLen, RuntimeDebug}; use sp_runtime::Saturating; #[cfg(not(feature = "std"))] -use sp_runtime::{Vec, Weight}; +use sp_runtime::Vec; const LOG_TARGET: &'static str = "pallet_pooled_staking::migrations::stepped_generate_summaries"; pub const PALLET_MIGRATIONS_ID: &[u8; 21] = b"pallet-pooled-staking"; diff --git a/pallets/pooled-staking/src/mock.rs b/pallets/pooled-staking/src/mock.rs index c9c61e2eb6..6a3775a99b 100644 --- a/pallets/pooled-staking/src/mock.rs +++ b/pallets/pooled-staking/src/mock.rs @@ -371,6 +371,7 @@ impl ExtBuilder { pallet_balances::GenesisConfig:: { balances: self.balances, + ..Default::default() } .assimilate_storage(&mut t) .expect("Pallet balances storage can be assimilated"); diff --git a/pallets/pooled-staking/src/pools.rs b/pallets/pooled-staking/src/pools.rs index 8f18271a20..a6e745335b 100644 --- a/pallets/pooled-staking/src/pools.rs +++ b/pallets/pooled-staking/src/pools.rs @@ -641,7 +641,17 @@ const MASK_LEAVING: u8 = 1u8 << 3; /// Enum of all available pools. /// Must match with the names of the pool structs generated with `impl_pool!`. #[derive( - RuntimeDebug, PartialEq, Eq, Encode, Decode, Copy, Clone, TypeInfo, Serialize, Deserialize, + RuntimeDebug, + PartialEq, + Eq, + Encode, + Decode, + DecodeWithMemTracking, + Copy, + Clone, + TypeInfo, + Serialize, + Deserialize, )] pub enum PoolKind { Joining, @@ -653,7 +663,17 @@ pub enum PoolKind { /// Restricted list of pools that represent active delegation. Those can be targetted by joining /// requests. #[derive( - RuntimeDebug, PartialEq, Eq, Encode, Decode, Copy, Clone, TypeInfo, Serialize, Deserialize, + RuntimeDebug, + PartialEq, + Eq, + Encode, + Decode, + DecodeWithMemTracking, + Copy, + Clone, + TypeInfo, + Serialize, + Deserialize, )] pub enum ActivePoolKind { AutoCompounding, diff --git a/pallets/registrar/src/mock.rs b/pallets/registrar/src/mock.rs index dcc930131e..fef547d059 100644 --- a/pallets/registrar/src/mock.rs +++ b/pallets/registrar/src/mock.rs @@ -361,6 +361,7 @@ pub fn new_test_ext_with_balance(balance: Balance) -> sp_io::TestExternalities { pallet_balances::GenesisConfig:: { balances: vec![(ALICE, balance), (BOB, balance)], + ..Default::default() } .assimilate_storage(&mut t) .unwrap(); diff --git a/pallets/services-payment/src/lib.rs b/pallets/services-payment/src/lib.rs index 47c0feb439..f6b915faa2 100644 --- a/pallets/services-payment/src/lib.rs +++ b/pallets/services-payment/src/lib.rs @@ -168,6 +168,7 @@ pub mod pallet { { #[pallet::call_index(0)] #[pallet::weight(T::WeightInfo::purchase_credits())] + #[allow(clippy::useless_conversion)] pub fn purchase_credits( origin: OriginFor, para_id: ParaId, @@ -195,6 +196,7 @@ pub mod pallet { /// Can only be called by root. #[pallet::call_index(1)] #[pallet::weight(T::WeightInfo::set_block_production_credits())] + #[allow(clippy::useless_conversion)] pub fn set_block_production_credits( origin: OriginFor, para_id: ParaId, @@ -211,6 +213,7 @@ pub mod pallet { /// Can only be called by root. #[pallet::call_index(2)] #[pallet::weight(T::WeightInfo::set_given_free_credits())] + #[allow(clippy::useless_conversion)] pub fn set_given_free_credits( origin: OriginFor, para_id: ParaId, @@ -230,6 +233,7 @@ pub mod pallet { /// Call index to set the refund address for non-spent tokens #[pallet::call_index(3)] #[pallet::weight(T::WeightInfo::set_refund_address())] + #[allow(clippy::useless_conversion)] pub fn set_refund_address( origin: OriginFor, para_id: ParaId, @@ -255,6 +259,7 @@ pub mod pallet { /// Can only be called by root. #[pallet::call_index(4)] #[pallet::weight(T::WeightInfo::set_block_production_credits())] + #[allow(clippy::useless_conversion)] pub fn set_collator_assignment_credits( origin: OriginFor, para_id: ParaId, @@ -270,6 +275,7 @@ pub mod pallet { /// Max core price for parathread in relay chain currency #[pallet::call_index(5)] #[pallet::weight(T::WeightInfo::set_max_core_price())] + #[allow(clippy::useless_conversion)] pub fn set_max_core_price( origin: OriginFor, para_id: ParaId, @@ -291,6 +297,7 @@ pub mod pallet { /// Can only be called by container chain manager. #[pallet::call_index(6)] #[pallet::weight(T::WeightInfo::set_max_tip())] + #[allow(clippy::useless_conversion)] pub fn set_max_tip( origin: OriginFor, para_id: ParaId, @@ -522,7 +529,6 @@ pub type NegativeImbalanceOf = as Currency<::AccountId>>::NegativeImbalance; /// Handler for fee charging. This will be invoked when fees need to be deducted from the fee /// account for a given paraId. - /// Returns the cost for a given block credit at the current time. This can be a complex operation, /// so it also returns the weight it consumes. (TODO: or just rely on benchmarking) pub trait ProvideBlockProductionCost { diff --git a/pallets/services-payment/src/mock.rs b/pallets/services-payment/src/mock.rs index 55f14bec58..5cad40a0f2 100644 --- a/pallets/services-payment/src/mock.rs +++ b/pallets/services-payment/src/mock.rs @@ -153,6 +153,7 @@ impl ExtBuilder { pallet_balances::GenesisConfig:: { balances: self.balances, + ..Default::default() } .assimilate_storage(&mut t) .unwrap(); diff --git a/pallets/stream-payment/src/lib.rs b/pallets/stream-payment/src/lib.rs index 7594a37fb8..088abc7384 100644 --- a/pallets/stream-payment/src/lib.rs +++ b/pallets/stream-payment/src/lib.rs @@ -46,7 +46,7 @@ use { Blake2_128Concat, }, frame_system::pallet_prelude::*, - parity_scale_codec::{FullCodec, MaxEncodedLen}, + parity_scale_codec::{DecodeWithMemTracking, FullCodec, MaxEncodedLen}, scale_info::TypeInfo, serde::{Deserialize, Serialize}, sp_runtime::{ @@ -232,6 +232,7 @@ pub mod pallet { Serialize, Deserialize, MaxEncodedLen, + DecodeWithMemTracking, )] pub struct StreamConfig { /// Unit in which time is measured using a `TimeProvider`. @@ -262,6 +263,7 @@ pub mod pallet { Eq, Encode, Decode, + DecodeWithMemTracking, Copy, Clone, TypeInfo, @@ -296,6 +298,7 @@ pub mod pallet { Serialize, Deserialize, MaxEncodedLen, + DecodeWithMemTracking, )] pub enum ChangeKind