diff --git a/Cargo.lock b/Cargo.lock index 5a85f79de58d9..44b235e21dfd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,7 +18,16 @@ version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" dependencies = [ - "gimli", + "gimli 0.31.1", +] + +[[package]] +name = "addr2line" +version = "0.25.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" +dependencies = [ + "gimli 0.32.3", ] [[package]] @@ -92,9 +101,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy-chains" -version = "0.2.6" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4195a29a4b87137b2bb02105e746102873bc03561805cf45c0e510c961f160e6" +checksum = "bf01dd83a1ca5e4807d0ca0223c9615e211ce5db0a9fd1443c2778cacf89b546" dependencies = [ "alloy-primitives", "num_enum", @@ -104,9 +113,9 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a3bd0305a44fb457cae77de1e82856eadd42ea3cdf0dae29df32eb3b592979" +checksum = "59094911f05dbff1cf5b29046a00ef26452eccc8d47136d50a47c0cf22f00c85" dependencies = [ "alloy-eips", "alloy-primitives", @@ -123,15 +132,16 @@ dependencies = [ "rand 0.8.5", "secp256k1 0.30.0", "serde", + "serde_json", "serde_with", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] name = "alloy-consensus-any" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a842b4023f571835e62ac39fb8d523d19fcdbacfa70bf796ff96e7e19586f50" +checksum = "903cb8f728107ca27c816546f15be38c688df3c381d7bd1a4a9f215effc1ddb4" dependencies = [ "alloy-consensus", "alloy-eips", @@ -143,9 +153,9 @@ dependencies = [ [[package]] name = "alloy-contract" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a10e47f5305ea08c37b1772086c1573e9a0a257227143996841172d37d3831bb" +checksum = "03df5cb3b428ac96b386ad64c11d5c6e87a5505682cf1fbd6f8f773e9eda04f6" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -161,14 +171,14 @@ dependencies = [ "futures", "futures-util", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] name = "alloy-core" -version = "1.2.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad31216895d27d307369daa1393f5850b50bbbd372478a9fa951c095c210627e" +checksum = "575053cea24ea8cb7e775e39d5c53c33b19cfd0ca1cf6c0fd653f3d8c682095f" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -179,16 +189,15 @@ dependencies = [ [[package]] name = "alloy-dyn-abi" -version = "1.2.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b95b3deca680efc7e9cba781f1a1db352fa1ea50e6384a514944dcf4419e652" +checksum = "a6c2905bafc2df7ccd32ca3af13f0b0d82f2e2ff9dfbeb12196c0d978d5c0deb" dependencies = [ "alloy-json-abi", "alloy-primitives", "alloy-sol-type-parser", "alloy-sol-types", "arbitrary", - "derive_arbitrary", "derive_more 2.0.1", "itoa", "proptest", @@ -207,7 +216,7 @@ dependencies = [ "alloy-rlp", "crc", "serde", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -231,14 +240,14 @@ dependencies = [ "alloy-rlp", "k256", "serde", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] name = "alloy-eips" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cd749c57f38f8cbf433e651179fc5a676255e6b95044f467d49255d2b81725a" +checksum = "ac7f1c9a1ccc7f3e03c36976455751a6166a4f0d2d2c530c3f87dfe7d0cdc836" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -253,21 +262,21 @@ dependencies = [ "serde", "serde_with", "sha2 0.10.9", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] name = "alloy-ens" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0cccb56364fd3ba0b886370d030e8056ea118e2c35a8f0d1292361fd40d00b" +checksum = "5a7aa3c4d34a8ccdaf6ea3c4c5d33afea91dcfe7b4e69abce00bc0abac6be883" dependencies = [ "alloy-contract", "alloy-primitives", "alloy-provider", "alloy-sol-types", "async-trait", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -284,17 +293,17 @@ dependencies = [ "alloy-sol-types", "auto_impl", "derive_more 2.0.1", - "op-alloy-consensus 0.18.11", + "op-alloy-consensus 0.18.14", "op-revm", "revm", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] name = "alloy-genesis" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc41384e9ab8c9b2fb387c52774d9d432656a28edcda1c2d4083e96051524518" +checksum = "1421f6c9d15e5b86afbfe5865ca84dea3b9f77173a0963c1a2ee4e626320ada9" dependencies = [ "alloy-eips", "alloy-primitives", @@ -318,9 +327,9 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "125a1c373261b252e53e04d6e92c37d881833afc1315fceab53fd46045695640" +checksum = "a2acb6637a9c0e1cdf8971e0ced8f3fa34c04c5e9dccf6bb184f6a64fe0e37d8" dependencies = [ "alloy-primitives", "alloy-sol-type-parser", @@ -330,24 +339,24 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f614019a029c8fec14ae661aa7d4302e6e66bdbfb869dab40e78dcfba935fc97" +checksum = "65f763621707fa09cece30b73ecc607eb43fd7a72451fe3b46f645b905086926" dependencies = [ "alloy-primitives", "alloy-sol-types", "http 1.3.1", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", ] [[package]] name = "alloy-network" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be8b6d58e98803017bbfea01dde96c4d270a29e7aed3beb65c8d28b5ab464e0e" +checksum = "2f59a869fa4b4c3a7f08b1c8cb79aec61c29febe6e24a24fe0fcfded8a9b5703" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -366,14 +375,14 @@ dependencies = [ "futures-utils-wasm", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] name = "alloy-network-primitives" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db489617bffe14847bf89f175b1c183e5dd7563ef84713936e2c34255cfbd845" +checksum = "46e9374c667c95c41177602ebe6f6a2edd455193844f011d973d374b65501b38" dependencies = [ "alloy-consensus", "alloy-eips", @@ -394,7 +403,7 @@ dependencies = [ "alloy-op-hardforks", "alloy-primitives", "auto_impl", - "op-alloy-consensus 0.18.11", + "op-alloy-consensus 0.18.14", "op-revm", "revm", ] @@ -412,9 +421,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc9485c56de23438127a731a6b4c87803d49faf1a7068dcd1d8768aca3a9edb9" +checksum = "5b77f7d5e60ad8ae6bd2200b8097919712a07a6db622a4b201e7ead6166f02e5" dependencies = [ "alloy-rlp", "arbitrary", @@ -422,10 +431,10 @@ dependencies = [ "cfg-if", "const-hex", "derive_more 2.0.1", - "foldhash 0.1.5", + "foldhash 0.2.0", "getrandom 0.3.3", - "hashbrown 0.15.4", - "indexmap 2.10.0", + "hashbrown 0.16.0", + "indexmap 2.11.4", "itoa", "k256", "keccak-asm", @@ -442,9 +451,9 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08800e8cbe70c19e2eb7cf3d7ff4b28bdd9b3933f8e1c8136c7d910617ba03bf" +checksum = "77818b7348bd5486491a5297579dbfe5f706a81f8e1f5976393025f1e22a7c7d" dependencies = [ "alloy-chains", "alloy-consensus", @@ -472,14 +481,13 @@ dependencies = [ "either", "futures", "futures-utils-wasm", - "http 1.3.1", "lru 0.13.0", "parking_lot 0.12.4", "pin-project 1.1.10", "reqwest", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tracing", "url", @@ -488,13 +496,14 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae68457a2c2ead6bd7d7acb5bf5f1623324b1962d4f8e7b0250657a3c3ab0a0b" +checksum = "249b45103a66c9ad60ad8176b076106d03a2399a37f0ee7b0e03692e6b354cb9" dependencies = [ "alloy-json-rpc", "alloy-primitives", "alloy-transport", + "auto_impl", "bimap", "futures", "parking_lot 0.12.4", @@ -526,14 +535,14 @@ checksum = "64b728d511962dda67c1bc7ea7c03736ec275ed2cf4c35d9585298ac9ccf3b73" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "alloy-rpc-client" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162301b5a57d4d8f000bf30f4dcb82f9f468f3e5e846eeb8598dd39e7886932c" +checksum = "2430d5623e428dd012c6c2156ae40b7fe638d6fca255e3244e0fba51fa698e93" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -557,9 +566,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cd8ca94ae7e2b32cc3895d9981f3772aab0b4756aa60e9ed0bcfee50f0e1328" +checksum = "e9e131624d08a25cfc40557041e7dc42e1182fa1153e7592d120f769a1edce56" dependencies = [ "alloy-primitives", "alloy-rpc-types-anvil", @@ -573,9 +582,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b757081f2a68e683de3731108494fa058036d5651bf10141ec2430bc1315c362" +checksum = "d65e3266095e6d8e8028aab5f439c6b8736c5147314f7e606c61597e014cb8a0" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -585,9 +594,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18f27c0c41a16cd0af4f5dbf791f7be2a60502ca8b0e840e0ad29803fac2d587" +checksum = "07429a1099cd17227abcddb91b5e38c960aaeb02a6967467f5bb561fbe716ac6" dependencies = [ "alloy-consensus-any", "alloy-rpc-types-eth", @@ -596,19 +605,21 @@ dependencies = [ [[package]] name = "alloy-rpc-types-debug" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94a2a86ad7b7d718c15e79d0779bd255561b6b22968dc5ed2e7c0fbc43bb55fe" +checksum = "aeff305b7d10cc1c888456d023e7bb8a5ea82e9e42b951e37619b88cc1a1486d" dependencies = [ "alloy-primitives", + "derive_more 2.0.1", "serde", + "serde_with", ] [[package]] name = "alloy-rpc-types-engine" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dec35a39206f0e04e8544d763c9fe324cc01f74de8821ef4b61e25ac329682f9" +checksum = "222ecadcea6aac65e75e32b6735635ee98517aa63b111849ee01ae988a71d685" dependencies = [ "alloy-consensus", "alloy-eips", @@ -624,9 +635,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f5812f81c3131abc2cd8953dc03c41999e180cff7252abbccaba68676e15027" +checksum = "db46b0901ee16bbb68d986003c66dcb74a12f9d9b3c44f8e85d51974f2458f0f" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -640,28 +651,28 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] name = "alloy-rpc-types-trace" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1070e7e92dae6a9c48885980f4f9ca9faa70f945fcd62fbb94472182ca08854f" +checksum = "36f10620724bd45f80c79668a8cdbacb6974f860686998abce28f6196ae79444" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", "alloy-serde", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] name = "alloy-rpc-types-txpool" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f070754e160f6e34038305f472137eeb04170586d60d69c5d1e06fefe362a1f" +checksum = "864f41befa90102d4e02327679699a7e9510930e2924c529e31476086609fa89" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -671,9 +682,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04dfe41a47805a34b848c83448946ca96f3d36842e8c074bcf8fa0870e337d12" +checksum = "5413814be7a22fbc81e0f04a2401fcc3eb25e56fd53b04683e8acecc6e1fe01b" dependencies = [ "alloy-primitives", "serde", @@ -682,9 +693,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f79237b4c1b0934d5869deea4a54e6f0a7425a8cd943a739d6293afdf893d847" +checksum = "53410a18a61916e2c073a6519499514e027b01e77eeaf96acd1df7cf96ef6bb2" dependencies = [ "alloy-dyn-abi", "alloy-primitives", @@ -694,32 +705,33 @@ dependencies = [ "either", "elliptic-curve", "k256", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] name = "alloy-signer-aws" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2169ae52e6ec638abbf45ceae0315522eaa554778b3f40040a9c36af70a7bb80" +checksum = "58eaf63923ca3eade1181958f002ad4cbdf26a387061979e084b0f2a84fbba0d" dependencies = [ "alloy-consensus", "alloy-network", "alloy-primitives", "alloy-signer", "async-trait", + "aws-config", "aws-sdk-kms", "k256", "spki", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", ] [[package]] name = "alloy-signer-gcp" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1e61cac6f668f4783bae90224928150ac631979d903db129ddf00ca77d4f716" +checksum = "400a87dd38d1d62c4a28da86c677f257b127e5fbf695429110ca7df05f021837" dependencies = [ "alloy-consensus", "alloy-network", @@ -729,15 +741,15 @@ dependencies = [ "gcloud-sdk", "k256", "spki", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", ] [[package]] name = "alloy-signer-ledger" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b67bd231209051d428426a149fdcc4cbc2ab413161e667ef1ccd4f586ca8d1" +checksum = "1e78920179a80cb52a30cea807f5f740cecef3333ad54336e0bc4c4bdbd23d1e" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -748,16 +760,16 @@ dependencies = [ "async-trait", "coins-ledger", "futures-util", - "semver 1.0.26", - "thiserror 2.0.12", + "semver 1.0.27", + "thiserror 2.0.17", "tracing", ] [[package]] name = "alloy-signer-local" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51a424bc5a11df0d898ce0fd15906b88ebe2a6e4f17a514b51bc93946bb756bd" +checksum = "e6006c4cbfa5d08cadec1fcabea6cb56dc585a30a9fce40bcf81e307d6a71c8e" dependencies = [ "alloy-consensus", "alloy-network", @@ -769,64 +781,65 @@ dependencies = [ "eth-keystore", "k256", "rand 0.8.5", - "thiserror 2.0.12", + "thiserror 2.0.17", + "zeroize", ] [[package]] name = "alloy-signer-trezor" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58930e48ab90c91978aaaccb5c042858c5982cb3a6f9432742fbf939b80f58a" +checksum = "ec47a950941c37d4d289dcb97f49e49f8c0fc853610ed104031e05f062ff920f" dependencies = [ "alloy-consensus", "alloy-network", "alloy-primitives", "alloy-signer", "async-trait", - "semver 1.0.26", - "thiserror 2.0.12", + "semver 1.0.27", + "thiserror 2.0.17", "tracing", "trezor-client", ] [[package]] name = "alloy-sol-macro" -version = "1.2.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a14f21d053aea4c6630687c2f4ad614bed4c81e14737a9b904798b24f30ea849" +checksum = "78c84c3637bee9b5c4a4d2b93360ee16553d299c3b932712353caf1cea76d0e6" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "alloy-sol-macro-expander" -version = "1.2.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34d99282e7c9ef14eb62727981a985a01869e586d1dec729d3bb33679094c100" +checksum = "a882aa4e1790063362434b9b40d358942b188477ac1c44cfb8a52816ffc0cc17" dependencies = [ "alloy-json-abi", "alloy-sol-macro-input", "const-hex", "heck 0.5.0", - "indexmap 2.10.0", + "indexmap 2.11.4", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "syn-solidity", "tiny-keccak", ] [[package]] name = "alloy-sol-macro-input" -version = "1.2.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda029f955b78e493360ee1d7bd11e1ab9f2a220a5715449babc79d6d0a01105" +checksum = "18e5772107f9bb265d8d8c86e0733937bb20d0857ea5425b1b6ddf51a9804042" dependencies = [ "alloy-json-abi", "const-hex", @@ -836,15 +849,15 @@ dependencies = [ "proc-macro2", "quote", "serde_json", - "syn 2.0.104", + "syn 2.0.106", "syn-solidity", ] [[package]] name = "alloy-sol-type-parser" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe8c27b3cf6b2bb8361904732f955bc7c05e00be5f469cec7e2280b6167f3ff0" +checksum = "e188b939aa4793edfaaa099cb1be4e620036a775b4bdf24fdc56f1cd6fd45890" dependencies = [ "serde", "winnow", @@ -852,9 +865,9 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "1.2.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58377025a47d8b8426b3e4846a251f2c1991033b27f517aade368146f6ab1dfe" +checksum = "c3c8a9a909872097caffc05df134e5ef2253a1cdb56d3a9cf0052a042ac763f9" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -864,12 +877,13 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f317d20f047b3de4d9728c556e2e9a92c9a507702d2016424cd8be13a74ca5e" +checksum = "d94ee404368a3d9910dfe61b203e888c6b0e151a50e147f95da8baff9f9c7763" dependencies = [ "alloy-json-rpc", "alloy-primitives", + "auto_impl", "base64 0.22.1", "derive_more 2.0.1", "futures", @@ -877,7 +891,7 @@ dependencies = [ "parking_lot 0.12.4", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tower 0.5.2", "tracing", @@ -887,9 +901,9 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff084ac7b1f318c87b579d221f11b748341d68b9ddaa4ffca5e62ed2b8cfefb4" +checksum = "a2f8a6338d594f6c6481292215ee8f2fd7b986c80aba23f3f44e761a8658de78" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -902,9 +916,9 @@ dependencies = [ [[package]] name = "alloy-transport-ipc" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edb099cdad8ed2e6a80811cdf9bbf715ebf4e34c981b4a6e2d1f9daacbf8b218" +checksum = "17a37a8ca18006fa0a58c7489645619ff58cfa073f2b29c4e052c9bd114b123a" dependencies = [ "alloy-json-rpc", "alloy-pubsub", @@ -922,9 +936,9 @@ dependencies = [ [[package]] name = "alloy-transport-ws" -version = "1.0.22" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e915e1250dc129ad48d264573ccd08e4716fdda564a772fd217875b8459aff9" +checksum = "679b0122b7bca9d4dc5eb2c0549677a3c53153f6e232f23f4b3ba5575f74ebde" dependencies = [ "alloy-pubsub", "alloy-transport", @@ -940,9 +954,9 @@ dependencies = [ [[package]] name = "alloy-trie" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bada1fc392a33665de0dc50d401a3701b62583c655e3522a323490a5da016962" +checksum = "e3412d52bb97c6c6cc27ccc28d4e6e8cf605469101193b50b0bd5813b1f990b5" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -956,17 +970,23 @@ dependencies = [ [[package]] name = "alloy-tx-macros" -version = "1.0.32" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e434e0917dce890f755ea774f59d6f12557bc8c7dd9fa06456af80cfe0f0181e" +checksum = "e64c09ec565a90ed8390d82aa08cd3b22e492321b96cb4a3d4f58414683c9e2f" dependencies = [ "alloy-primitives", - "darling 0.21.0", + "darling 0.21.3", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] +[[package]] +name = "always-assert" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127" + [[package]] name = "ammonia" version = "4.1.2" @@ -980,12 +1000,6 @@ dependencies = [ "url", ] -[[package]] -name = "android-tzdata" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" - [[package]] name = "android_system_properties" version = "0.1.5" @@ -1008,9 +1022,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.19" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" +checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" dependencies = [ "anstyle", "anstyle-parse", @@ -1023,9 +1037,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.11" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" +checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" [[package]] name = "anstyle-lossy" @@ -1047,18 +1061,18 @@ dependencies = [ [[package]] name = "anstyle-query" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" +checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] name = "anstyle-svg" -version = "0.1.9" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a43964079ef399480603125d5afae2b219aceffb77478956e25f17b9bc3435c" +checksum = "26b9ec8c976eada1b0f9747a3d7cc4eae3bef10613e443746e7487f26c872fde" dependencies = [ "anstyle", "anstyle-lossy", @@ -1069,13 +1083,13 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "3.0.9" +version = "3.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" +checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -1124,7 +1138,7 @@ dependencies = [ "foundry-evm-core", "foundry-test-utils", "futures", - "hyper 1.6.0", + "hyper 1.7.0", "itertools 0.14.0", "op-alloy-consensus 0.17.2", "op-alloy-rpc-types", @@ -1137,7 +1151,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tracing", "tracing-subscriber 0.3.20", @@ -1165,7 +1179,7 @@ dependencies = [ "revm", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -1210,11 +1224,13 @@ dependencies = [ "foundry-test-utils", "futures", "futures-timer", - "hyper 1.6.0", + "hex", + "hyper 1.7.0", + "indicatif", "itertools 0.14.0", "jsonrpsee", "libsecp256k1", - "lru 0.16.0", + "lru 0.16.2", "op-alloy-consensus 0.17.2", "op-alloy-rpc-types", "parity-scale-codec", @@ -1231,7 +1247,7 @@ dependencies = [ "subxt", "subxt-signer", "tempfile", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tokio-stream", "tracing", @@ -1262,7 +1278,7 @@ dependencies = [ "pin-project 1.1.10", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio-util", "tower-http 0.6.6", "tracing", @@ -1270,9 +1286,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "approx" @@ -1294,14 +1310,14 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "arbitrary" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" +checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" dependencies = [ "derive_arbitrary", ] @@ -1445,7 +1461,7 @@ dependencies = [ "ark-std 0.5.0", "educe", "fnv", - "hashbrown 0.15.4", + "hashbrown 0.15.5", "itertools 0.13.0", "num-bigint", "num-integer", @@ -1602,7 +1618,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" dependencies = [ "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -1640,7 +1656,7 @@ dependencies = [ "num-traits", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -1681,7 +1697,7 @@ dependencies = [ "ark-std 0.5.0", "educe", "fnv", - "hashbrown 0.15.4", + "hashbrown 0.15.5", "rayon", ] @@ -1795,7 +1811,7 @@ checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -1931,7 +1947,7 @@ dependencies = [ "nom 7.1.3", "num-traits", "rusticata-macros", - "thiserror 2.0.12", + "thiserror 2.0.17", "time", ] @@ -1943,7 +1959,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "synstructure 0.13.2", ] @@ -1955,7 +1971,7 @@ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "synstructure 0.13.2", ] @@ -1967,7 +1983,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -1979,7 +1995,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -2009,7 +2025,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-primitives-core", "ethereum-standards", @@ -2058,13 +2074,13 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.27" +version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddb939d66e4ae03cee6091612804ba446b12878410cfa17f785f4dd67d4014e8" +checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0" dependencies = [ - "flate2", + "compression-codecs", + "compression-core", "futures-core", - "memchr", "pin-project-lite", "tokio", ] @@ -2085,9 +2101,9 @@ dependencies = [ [[package]] name = "async-fs" -version = "2.1.3" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50" +checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" dependencies = [ "async-lock", "blocking", @@ -2096,20 +2112,20 @@ dependencies = [ [[package]] name = "async-io" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca" +checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" dependencies = [ - "async-lock", + "autocfg", "cfg-if", "concurrent-queue", "futures-io", "futures-lite", "parking", "polling", - "rustix 1.0.8", + "rustix 1.1.2", "slab", - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] @@ -2145,9 +2161,9 @@ dependencies = [ [[package]] name = "async-process" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00" +checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" dependencies = [ "async-channel 2.5.0", "async-io", @@ -2158,14 +2174,14 @@ dependencies = [ "cfg-if", "event-listener 5.4.1", "futures-lite", - "rustix 1.0.8", + "rustix 1.1.2", ] [[package]] name = "async-signal" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f567af260ef69e1d52c2b560ce0ea230763e6fbb9214a85d768760a920e3e3c1" +checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" dependencies = [ "async-io", "async-lock", @@ -2173,10 +2189,10 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 1.0.8", + "rustix 1.1.2", "signal-hook-registry", "slab", - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] @@ -2198,7 +2214,7 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -2209,13 +2225,13 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.88" +version = "0.1.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -2314,7 +2330,7 @@ checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -2325,9 +2341,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "aws-config" -version = "1.8.2" +version = "1.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd9b83179adf8998576317ce47785948bcff399ec5b15f4dfbdedd44ddf5b92" +checksum = "8bc1b40fb26027769f16960d2f4a6bc20c4bb755d403e552c8c1a73af433c246" dependencies = [ "aws-credential-types", "aws-runtime", @@ -2355,9 +2371,9 @@ dependencies = [ [[package]] name = "aws-credential-types" -version = "1.2.4" +version = "1.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b68c2194a190e1efc999612792e25b1ab3abfefe4306494efaaabc25933c0cbe" +checksum = "d025db5d9f52cbc413b167136afb3d8aeea708c0d8884783cf6253be5e22f6f2" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -2367,9 +2383,9 @@ dependencies = [ [[package]] name = "aws-lc-rs" -version = "1.13.2" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08b5d4e069cbc868041a64bd68dc8cb39a0d79585cd6c5a24caa8c2d622121be" +checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d" dependencies = [ "aws-lc-sys", "zeroize", @@ -2377,22 +2393,23 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.30.0" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbfd150b5dbdb988bcc8fb1fe787eb6b7ee6180ca24da683b61ea5405f3d43ff" +checksum = "a2b715a6010afb9e457ca2b7c9d2b9c344baa8baed7b38dc476034c171b32575" dependencies = [ - "bindgen 0.69.5", + "bindgen", "cc", "cmake", "dunce", "fs_extra", + "libloading", ] [[package]] name = "aws-runtime" -version = "1.5.9" +version = "1.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2090e664216c78e766b6bac10fe74d2f451c02441d43484cd76ac9a295075f7" +checksum = "c034a1bc1d70e16e7f4e4caf7e9f7693e4c9c24cd91cf17c2a0b21abaebc7c8b" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -2409,14 +2426,14 @@ dependencies = [ "percent-encoding", "pin-project-lite", "tracing", - "uuid 1.17.0", + "uuid 1.18.1", ] [[package]] name = "aws-sdk-kms" -version = "1.79.0" +version = "1.87.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5603bd5e0487e90acdef4a9be019f55c841e8eb72d3cb2e88c1c112c67a59db" +checksum = "ef56853ddcce20bb4883f5db9d8631d7223ff37b039d033a14cb0b4e87fd2c21" dependencies = [ "aws-credential-types", "aws-runtime", @@ -2436,9 +2453,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.76.0" +version = "1.84.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64bf26698dd6d238ef1486bdda46f22a589dc813368ba868dc3d94c8d27b56ba" +checksum = "357a841807f6b52cb26123878b3326921e2a25faca412fabdd32bd35b7edd5d3" dependencies = [ "aws-credential-types", "aws-runtime", @@ -2458,9 +2475,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.77.0" +version = "1.86.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09cd07ed1edd939fae854a22054299ae3576500f4e0fadc560ca44f9c6ea1664" +checksum = "9d1cc7fb324aa12eb4404210e6381195c5b5e9d52c2682384f295f38716dd3c7" dependencies = [ "aws-credential-types", "aws-runtime", @@ -2480,9 +2497,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.78.0" +version = "1.86.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37f7766d2344f56d10d12f3c32993da36d78217f32594fe4fb8e57a538c1cdea" +checksum = "e7d835f123f307cafffca7b9027c14979f1d403b417d8541d67cf252e8a21e35" dependencies = [ "aws-credential-types", "aws-runtime", @@ -2503,9 +2520,9 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "1.3.3" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddfb9021f581b71870a17eac25b52335b82211cdc092e02b6876b2bcefa61666" +checksum = "084c34162187d39e3740cb635acd73c4e3a551a36146ad6fe8883c929c9f876c" dependencies = [ "aws-credential-types", "aws-smithy-http", @@ -2536,9 +2553,9 @@ dependencies = [ [[package]] name = "aws-smithy-http" -version = "0.62.2" +version = "0.62.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43c82ba4cab184ea61f6edaafc1072aad3c2a17dcf4c0fce19ac5694b90d8b5f" +checksum = "7c4dacf2d38996cf729f55e7a762b30918229917eca115de45dfa8dfb97796c9" dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", @@ -2556,16 +2573,16 @@ dependencies = [ [[package]] name = "aws-smithy-http-client" -version = "1.0.6" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f108f1ca850f3feef3009bdcc977be201bca9a91058864d9de0684e64514bee0" +checksum = "734b4282fbb7372923ac339cc2222530f8180d9d4745e582de19a18cee409fd8" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", "aws-smithy-types", - "h2 0.4.11", + "h2 0.4.12", "http 1.3.1", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-rustls", "hyper-util", "pin-project-lite", @@ -2573,15 +2590,16 @@ dependencies = [ "rustls-native-certs", "rustls-pki-types", "tokio", + "tokio-rustls", "tower 0.5.2", "tracing", ] [[package]] name = "aws-smithy-json" -version = "0.61.4" +version = "0.61.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a16e040799d29c17412943bdbf488fd75db04112d0c0d4b9290bacf5ae0014b9" +checksum = "eaa31b350998e703e9826b2104dd6f63be0508666e1aba88137af060e8944047" dependencies = [ "aws-smithy-types", ] @@ -2607,9 +2625,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.8.4" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3aaec682eb189e43c8a19c3dab2fe54590ad5f2cc2d26ab27608a20f2acf81c" +checksum = "4fa63ad37685ceb7762fa4d73d06f1d5493feb88e3f27259b9ed277f4c01b185" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -2631,9 +2649,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.8.3" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9852b9226cb60b78ce9369022c0df678af1cac231c882d5da97a0c4e03be6e67" +checksum = "07f5e0fc8a6b3f2303f331b94504bbf754d85488f402d6f1dd7a6080f99afe56" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -2680,9 +2698,9 @@ dependencies = [ [[package]] name = "aws-types" -version = "1.3.7" +version = "1.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a322fec39e4df22777ed3ad8ea868ac2f94cd15e1a55f6ee8d8d6305057689a" +checksum = "b069d19bf01e46298eaedd7c6f283fe565a59263e53eebec945f3e6398f42390" dependencies = [ "aws-credential-types", "aws-smithy-async", @@ -2694,9 +2712,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" +checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" dependencies = [ "axum-core", "base64 0.22.1", @@ -2706,7 +2724,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "itoa", "matchit", @@ -2714,15 +2732,14 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rustversion", - "serde", + "serde_core", "serde_json", "serde_path_to_error", "serde_urlencoded", "sha1", "sync_wrapper", "tokio", - "tokio-tungstenite 0.26.2", + "tokio-tungstenite 0.28.0", "tower 0.5.2", "tower-layer", "tower-service", @@ -2731,9 +2748,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.2" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" +checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" dependencies = [ "bytes", "futures-core", @@ -2742,7 +2759,6 @@ dependencies = [ "http-body-util", "mime", "pin-project-lite", - "rustversion", "sync_wrapper", "tower-layer", "tower-service", @@ -2757,17 +2773,17 @@ checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" [[package]] name = "backtrace" -version = "0.3.75" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" +checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" dependencies = [ - "addr2line", + "addr2line 0.25.1", "cfg-if", "libc", "miniz_oxide", - "object", + "object 0.37.3", "rustc-demangle", - "windows-targets 0.52.6", + "windows-link 0.2.0", ] [[package]] @@ -2782,6 +2798,16 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" +[[package]] +name = "base256emoji" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" +dependencies = [ + "const-str", + "match-lookup", +] + [[package]] name = "base58" version = "0.2.0" @@ -2831,52 +2857,31 @@ checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "hash-db", "log", "parity-scale-codec", ] -[[package]] -name = "bindgen" -version = "0.69.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" -dependencies = [ - "bitflags 2.9.1", - "cexpr", - "clang-sys", - "itertools 0.11.0", - "lazy_static", - "lazycell", - "log", - "prettyplease", - "proc-macro2", - "quote", - "regex", - "rustc-hash 1.1.0", - "shlex", - "syn 2.0.104", - "which 4.4.2", -] - [[package]] name = "bindgen" version = "0.72.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cexpr", "clang-sys", "itertools 0.13.0", + "log", + "prettyplease", "proc-macro2", "quote", "regex", "rustc-hash 2.1.1", "shlex", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -2964,9 +2969,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.9.1" +version = "2.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" +checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" dependencies = [ "serde", ] @@ -3083,9 +3088,9 @@ dependencies = [ [[package]] name = "blst" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fd49896f12ac9b6dcd7a5998466b9b58263a695a3dd1ecc1aaca2e12a90b080" +checksum = "dcdb4c7013139a150f9fc55d123186dbfaba0d912817466282c73ac49e71fb45" dependencies = [ "cc", "glob", @@ -3095,9 +3100,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.6.5" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d9ef19ae5263a138da9a86871eca537478ab0332a7770bac7e3f08b801f89f" +checksum = "c2529c31017402be841eb45892278a6c21a000c0a17643af326c73a73f83f0fb" dependencies = [ "bon-macros", "rustversion", @@ -3105,17 +3110,17 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.6.5" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "577ae008f2ca11ca7641bd44601002ee5ab49ef0af64846ce1ab6057218a5cc1" +checksum = "d82020dadcb845a345591863adb65d74fa8dc5c18a0b6d408470e13b7adc7005" dependencies = [ - "darling 0.21.0", + "darling 0.21.3", "ident_case", "prettyplease", "proc-macro2", "quote", "rustversion", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -3143,16 +3148,25 @@ dependencies = [ "serde", ] +[[package]] +name = "bounded-vec" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce" +dependencies = [ + "thiserror 1.0.69", +] + [[package]] name = "boxcar" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26c4925bc979b677330a8c7fe7a8c94af2dbb4a2d37b4a20a80d884400f46baa" +checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e" [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-runtime", "finality-grandpa", @@ -3169,7 +3183,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-header-chain", "bp-runtime", @@ -3185,7 +3199,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -3202,7 +3216,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-messages", "bp-runtime", @@ -3219,7 +3233,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-header-chain", "bp-messages", @@ -3237,7 +3251,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -3260,7 +3274,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-header-chain", "bp-parachains", @@ -3280,7 +3294,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-messages", "bp-runtime", @@ -3297,7 +3311,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "scale-info", @@ -3309,7 +3323,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3328,7 +3342,7 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -3370,7 +3384,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-header-chain", "bp-messages", @@ -3451,9 +3465,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.23.1" +version = "1.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" +checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677" [[package]] name = "byteorder" @@ -3492,9 +3506,9 @@ dependencies = [ [[package]] name = "c-kzg" -version = "2.1.1" +version = "2.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7318cfa722931cb5fe0838b98d3ce5621e75f6a6408abc21721d80de9223f2e4" +checksum = "e00bf4b112b07b505472dbefd19e37e53307e2bfed5a79e0cc161d58ccd0e687" dependencies = [ "blst", "cc", @@ -3517,11 +3531,11 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.10" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab" +checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609" dependencies = [ - "serde", + "serde_core", ] [[package]] @@ -3541,7 +3555,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "thiserror 1.0.69", @@ -3555,7 +3569,7 @@ checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" dependencies = [ "camino", "cargo-platform", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "thiserror 1.0.69", @@ -3618,7 +3632,7 @@ dependencies = [ "regex", "revm", "rpassword", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "serial_test", @@ -3639,10 +3653,11 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.30" +version = "1.2.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7" +checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f" dependencies = [ + "find-msvc-tools", "jobserver", "libc", "shlex", @@ -3674,9 +3689,9 @@ dependencies = [ [[package]] name = "cfg-if" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" +checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[package]] name = "cfg_aliases" @@ -3745,7 +3760,7 @@ dependencies = [ "reqwest", "revm", "rustyline", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "solar-parse", @@ -3759,17 +3774,16 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.41" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" +checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" dependencies = [ - "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "serde", "wasm-bindgen", - "windows-link", + "windows-link 0.2.0", ] [[package]] @@ -3857,9 +3871,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.41" +version = "4.5.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9" +checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" dependencies = [ "clap_builder", "clap_derive", @@ -3867,9 +3881,9 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "3.0.3" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eeab6a5cdfc795a05538422012f20a5496f050223c91be4e5420bfd13c641fb1" +checksum = "9d92b1fab272fe943881b77cc6e920d6543e5b1bfadbd5ed81c7c5a755742394" dependencies = [ "clap", "log", @@ -3877,9 +3891,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.41" +version = "4.5.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d" +checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" dependencies = [ "anstream", "anstyle", @@ -3892,9 +3906,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.55" +version = "4.5.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5abde44486daf70c5be8b8f8f1b66c49f86236edf6fa2abadb4d961c4c6229a" +checksum = "75bf0b32ad2e152de789bb635ea4d3078f6b838ad7974143e99b99f45a04af4a" dependencies = [ "clap", ] @@ -3911,14 +3925,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.41" +version = "4.5.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491" +checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -3935,8 +3949,8 @@ checksum = "85a8ab73a1c02b0c15597b22e09c7dc36e63b2f601f9d1e83ac0c3decd38b1ae" dependencies = [ "nix 0.29.0", "terminfo", - "thiserror 2.0.12", - "which 8.0.0", + "thiserror 2.0.17", + "which", "windows-sys 0.59.0", ] @@ -3972,13 +3986,24 @@ dependencies = [ "cc", ] +[[package]] +name = "coarsetime" +version = "0.1.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91849686042de1b41cd81490edc83afbcb0abe5a9b6f2c4114f23ce8cca1bcf4" +dependencies = [ + "libc", + "wasix", + "wasm-bindgen", +] + [[package]] name = "cobs" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" dependencies = [ - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -4077,7 +4102,7 @@ dependencies = [ "eyre", "indenter", "once_cell", - "owo-colors 4.2.2", + "owo-colors 4.2.3", "tracing-error", ] @@ -4088,7 +4113,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427" dependencies = [ "once_cell", - "owo-colors 4.2.2", + "owo-colors 4.2.3", "tracing-core", "tracing-error", ] @@ -4121,11 +4146,11 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.4" +version = "7.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a" +checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" dependencies = [ - "crossterm", + "crossterm 0.29.0", "unicode-segmentation", "unicode-width 0.2.0", ] @@ -4156,6 +4181,23 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "compression-codecs" +version = "0.4.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23" +dependencies = [ + "compression-core", + "flate2", + "memchr", +] + +[[package]] +name = "compression-core" +version = "0.4.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" + [[package]] name = "concurrent-queue" version = "2.5.0" @@ -4200,15 +4242,14 @@ dependencies = [ [[package]] name = "const-hex" -version = "1.14.1" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e22e0ed40b96a48d3db274f72fd365bd78f67af39b6bbd47e8a15e1c6207ff" +checksum = "b6407bff74dea37e0fa3dc1c1c974e5d46405f0c987bf9997a0762adce71eda6" dependencies = [ "cfg-if", "cpufeatures", - "hex", "proptest", - "serde", + "serde_core", ] [[package]] @@ -4237,6 +4278,12 @@ dependencies = [ "tiny-keccak", ] +[[package]] +name = "const-str" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" + [[package]] name = "const_format" version = "0.2.34" @@ -4321,13 +4368,23 @@ dependencies = [ [[package]] name = "cpp_demangle" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d" +checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253" dependencies = [ "cfg-if", ] +[[package]] +name = "cpu-time" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" +dependencies = [ + "libc", + "winapi", +] + [[package]] name = "cpufeatures" version = "0.2.17" @@ -4389,8 +4446,8 @@ dependencies = [ "cranelift-control", "cranelift-entity", "cranelift-isle", - "gimli", - "hashbrown 0.15.4", + "gimli 0.31.1", + "hashbrown 0.15.5", "log", "pulley-interpreter", "regalloc2 0.12.2", @@ -4553,7 +4610,7 @@ version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "crossterm_winapi", "mio", "parking_lot 0.12.4", @@ -4563,6 +4620,20 @@ dependencies = [ "winapi", ] +[[package]] +name = "crossterm" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" +dependencies = [ + "bitflags 2.9.4", + "crossterm_winapi", + "document-features", + "parking_lot 0.12.4", + "rustix 1.1.2", + "winapi", +] + [[package]] name = "crossterm_winapi" version = "0.9.1" @@ -4656,7 +4727,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" dependencies = [ "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -4670,69 +4741,284 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.4.7" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73" +checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3" dependencies = [ + "dispatch", "nix 0.30.1", - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]] -name = "cumulus-pallet-aura-ext" +name = "cumulus-client-bootnodes" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "futures", + "hex", + "ip_network", + "log", + "num-traits", + "parachains-common", + "parity-scale-codec", + "prost 0.12.6", + "prost-build", + "sc-network", + "sc-service", + "sp-consensus-babe", + "sp-runtime", + "tokio", +] + +[[package]] +name = "cumulus-client-cli" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "cumulus-pallet-parachain-system", - "frame-support", - "frame-system", - "pallet-aura", - "pallet-timestamp", + "clap", "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-consensus-aura", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", + "sp-core", "sp-runtime", + "url", ] [[package]] -name = "cumulus-pallet-dmp-queue" +name = "cumulus-client-collator" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ + "cumulus-client-consensus-common", + "cumulus-client-network", "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", + "futures", "parity-scale-codec", - "scale-info", - "sp-io", + "parking_lot 0.12.4", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sc-client-api", + "sp-api", + "sp-consensus", + "sp-core", "sp-runtime", - "staging-xcm", + "tracing", ] [[package]] -name = "cumulus-pallet-parachain-system" +name = "cumulus-client-consensus-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", + "async-trait", + "cumulus-client-pov-recovery", "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-proof-size-hostfunction", - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "hashbrown 0.15.4", - "impl-trait-for-tuples", + "cumulus-relay-chain-interface", + "cumulus-relay-chain-streams", + "dyn-clone", + "futures", "log", - "pallet-message-queue", "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-runtime-parachains", + "polkadot-primitives", + "sc-client-api", + "sc-consensus", + "sc-consensus-babe", + "sc-network", + "schnellru", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-runtime", + "sp-timestamp", + "sp-trie", + "sp-version", + "substrate-prometheus-endpoint", + "tracing", +] + +[[package]] +name = "cumulus-client-network" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "cumulus-relay-chain-interface", + "futures", + "futures-timer", + "parity-scale-codec", + "parking_lot 0.12.4", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-primitives-test-helpers", + "sc-client-api", + "sc-network", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-version", + "tracing", +] + +[[package]] +name = "cumulus-client-parachain-inherent" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", + "parity-scale-codec", + "sc-client-api", + "sc-consensus-babe", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "tracing", +] + +[[package]] +name = "cumulus-client-pov-recovery" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "cumulus-relay-chain-streams", + "futures", + "futures-timer", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "rand 0.8.5", + "sc-client-api", + "sc-consensus", + "sc-network", + "sp-api", + "sp-consensus", + "sp-maybe-compressed-blob", + "sp-runtime", + "sp-version", + "tracing", +] + +[[package]] +name = "cumulus-client-service" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-channel 1.9.0", + "cumulus-client-cli", + "cumulus-client-collator", + "cumulus-client-consensus-common", + "cumulus-client-network", + "cumulus-client-pov-recovery", + "cumulus-primitives-core", + "cumulus-primitives-proof-size-hostfunction", + "cumulus-relay-chain-inprocess-interface", + "cumulus-relay-chain-interface", + "cumulus-relay-chain-minimal-node", + "cumulus-relay-chain-streams", + "futures", + "polkadot-primitives", + "prometheus", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-io", + "sp-runtime", + "sp-transaction-pool", +] + +[[package]] +name = "cumulus-pallet-aura-ext" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "cumulus-pallet-parachain-system", + "frame-support", + "frame-system", + "pallet-aura", + "pallet-timestamp", + "parity-scale-codec", + "scale-info", + "sp-application-crypto", + "sp-consensus-aura", + "sp-runtime", +] + +[[package]] +name = "cumulus-pallet-dmp-queue" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "cumulus-primitives-core", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "staging-xcm", +] + +[[package]] +name = "cumulus-pallet-parachain-system" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "bytes", + "cumulus-pallet-parachain-system-proc-macro", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-primitives-proof-size-hostfunction", + "environmental", + "frame-benchmarking", + "frame-support", + "frame-system", + "hashbrown 0.15.5", + "impl-trait-for-tuples", + "log", + "pallet-message-queue", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-runtime-parachains", "scale-info", "sp-consensus-babe", "sp-core", @@ -4752,18 +5038,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "cumulus-pallet-session-benchmarking" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -4776,7 +5062,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -4791,7 +5077,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -4810,7 +5096,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4825,7 +5111,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.7.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "approx", "bounded-collections 0.3.2", @@ -4851,7 +5137,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -4866,7 +5152,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "sp-api", "sp-consensus-aura", @@ -4875,7 +5161,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -4892,7 +5178,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4906,7 +5192,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -4916,7 +5202,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -4933,7 +5219,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -4943,7 +5229,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4958,119 +5244,250 @@ dependencies = [ ] [[package]] -name = "cumulus-test-relay-sproof-builder" +name = "cumulus-relay-chain-inprocess-interface" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ + "async-channel 1.9.0", + "async-trait", + "cumulus-client-bootnodes", "cumulus-primitives-core", - "parity-scale-codec", + "cumulus-relay-chain-interface", + "futures", + "futures-timer", + "polkadot-cli", "polkadot-primitives", + "polkadot-service", + "sc-cli", + "sc-client-api", + "sc-network", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sp-api", + "sp-consensus", + "sp-core", "sp-runtime", "sp-state-machine", - "sp-trie", -] - -[[package]] -name = "curve25519-dalek" -version = "4.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" -dependencies = [ - "cfg-if", - "cpufeatures", - "curve25519-dalek-derive", - "digest 0.10.7", - "fiat-crypto", - "rustc_version 0.4.1", - "subtle 2.6.1", - "zeroize", -] - -[[package]] -name = "curve25519-dalek-derive" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.104", ] [[package]] -name = "curve25519-dalek-ng" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" +name = "cumulus-relay-chain-interface" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core 0.6.4", - "subtle-ng", - "zeroize", + "async-trait", + "cumulus-primitives-core", + "futures", + "jsonrpsee-core", + "parity-scale-codec", + "polkadot-overseer", + "sc-client-api", + "sc-network", + "sp-api", + "sp-blockchain", + "sp-state-machine", + "sp-version", + "thiserror 1.0.69", ] [[package]] -name = "cxx" -version = "1.0.183" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7acb669333e336b4c8c1605425fbf2b010fe720cecf934b946484f04cd777d7" +name = "cumulus-relay-chain-minimal-node" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "cc", - "cxx-build", - "cxxbridge-cmd", - "cxxbridge-flags", - "cxxbridge-macro", - "foldhash 0.2.0", - "link-cplusplus", + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "cumulus-client-bootnodes", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "cumulus-relay-chain-rpc-interface", + "futures", + "polkadot-core-primitives", + "polkadot-network-bridge", + "polkadot-node-network-protocol", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "polkadot-service", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-runtime", + "substrate-prometheus-endpoint", + "tracing", ] [[package]] -name = "cxx-build" -version = "1.0.183" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfb81a0b7d006a8761dd14f39470c532fede5df0976a296d20b06eff36690772" +name = "cumulus-relay-chain-rpc-interface" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "futures", + "futures-timer", + "jsonrpsee", + "parity-scale-codec", + "polkadot-overseer", + "prometheus", + "sc-client-api", + "sc-rpc-api", + "sc-service", + "schnellru", + "serde", + "serde_json", + "sp-authority-discovery", + "sp-consensus-babe", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-version", + "substrate-prometheus-endpoint", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "cumulus-relay-chain-streams" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "cumulus-relay-chain-interface", + "futures", + "polkadot-node-subsystem", + "polkadot-primitives", + "sp-api", + "sp-consensus", + "tracing", +] + +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "cumulus-primitives-core", + "parity-scale-codec", + "polkadot-primitives", + "sp-runtime", + "sp-state-machine", + "sp-trie", +] + +[[package]] +name = "curve25519-dalek" +version = "4.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" +dependencies = [ + "cfg-if", + "cpufeatures", + "curve25519-dalek-derive", + "digest 0.10.7", + "fiat-crypto", + "rustc_version 0.4.1", + "subtle 2.6.1", + "zeroize", +] + +[[package]] +name = "curve25519-dalek-derive" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.106", +] + +[[package]] +name = "curve25519-dalek-ng" +version = "4.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" +dependencies = [ + "byteorder", + "digest 0.9.0", + "rand_core 0.6.4", + "subtle-ng", + "zeroize", +] + +[[package]] +name = "cxx" +version = "1.0.186" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e9c4fe7f2f5dc5c62871a1b43992d197da6fa1394656a94276ac2894a90a6fe" +dependencies = [ + "cc", + "cxx-build", + "cxxbridge-cmd", + "cxxbridge-flags", + "cxxbridge-macro", + "foldhash 0.2.0", + "link-cplusplus", +] + +[[package]] +name = "cxx-build" +version = "1.0.186" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5cf2909d37d80633ddd208676fc27c2608a7f035fff69c882421168038b26dd" dependencies = [ "cc", "codespan-reporting", - "indexmap 2.10.0", + "indexmap 2.11.4", "proc-macro2", "quote", "scratch", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "cxxbridge-cmd" -version = "1.0.183" +version = "1.0.186" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac6109afc47d1ee77717a1a99800d6b646070420b842a933f6f6bf11d72ffd73" +checksum = "077f5ee3d3bfd8d27f83208fdaa96ddd50af7f096c77077cc4b94da10bfacefd" dependencies = [ "clap", "codespan-reporting", - "indexmap 2.10.0", + "indexmap 2.11.4", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "cxxbridge-flags" -version = "1.0.183" +version = "1.0.186" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e12760f91e84bbc0594b99c9e1b486b2ee6b3da22c2c2e67924b38ab4b858f" +checksum = "b0108748615125b9f2e915dfafdffcbdabbca9b15102834f6d7e9a768f2f2864" [[package]] name = "cxxbridge-macro" -version = "1.0.183" +version = "1.0.186" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d44085eb859ca1f523f50a48138a786698a260da0be5e930bb6a5080a02e2be" +checksum = "e6e896681ef9b8dc462cfa6961d61909704bde0984b30bcb4082fe102b478890" dependencies = [ - "indexmap 2.10.0", + "indexmap 2.11.4", "proc-macro2", "quote", "rustversion", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5085,12 +5502,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.21.0" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a79c4acb1fd5fa3d9304be4c76e031c54d2e92d172a393e24b19a14fe8532fe9" +checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" dependencies = [ - "darling_core 0.21.0", - "darling_macro 0.21.0", + "darling_core 0.21.3", + "darling_macro 0.21.3", ] [[package]] @@ -5104,14 +5521,14 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "darling_core" -version = "0.21.0" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74875de90daf30eb59609910b84d4d368103aaec4c924824c6799b28f77d6a1d" +checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" dependencies = [ "fnv", "ident_case", @@ -5119,7 +5536,7 @@ dependencies = [ "quote", "serde", "strsim", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5130,18 +5547,18 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core 0.20.11", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "darling_macro" -version = "0.21.0" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79f8e61677d5df9167cd85265f8e5f64b215cdea3fb55eebc3e622e44c7a146" +checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" dependencies = [ - "darling_core 0.21.0", + "darling_core 0.21.3", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5194,18 +5611,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "dbus" -version = "0.9.7" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" +checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9" dependencies = [ "libc", "libdbus-sys", - "winapi", + "windows-sys 0.59.0", ] [[package]] @@ -5214,7 +5631,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" dependencies = [ - "uuid 1.17.0", + "uuid 1.18.1", ] [[package]] @@ -5258,12 +5675,12 @@ dependencies = [ [[package]] name = "deranged" -version = "0.4.0" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" +checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071" dependencies = [ "powerfmt", - "serde", + "serde_core", ] [[package]] @@ -5285,29 +5702,29 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "derive-where" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510c292c8cf384b1a340b816a9a6cf2599eb8f566a44949024af88418000c50b" +checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "derive_arbitrary" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" +checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5328,7 +5745,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5338,7 +5755,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" dependencies = [ "derive_builder_core", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5351,7 +5768,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version 0.4.1", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5380,7 +5797,7 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "unicode-xid", ] @@ -5393,7 +5810,7 @@ dependencies = [ "convert_case 0.7.1", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "unicode-xid", ] @@ -5497,8 +5914,8 @@ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" dependencies = [ "libc", "option-ext", - "redox_users 0.5.0", - "windows-sys 0.60.2", + "redox_users 0.5.2", + "windows-sys 0.61.1", ] [[package]] @@ -5512,6 +5929,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "dispatch" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" + [[package]] name = "displaydoc" version = "0.2.5" @@ -5520,7 +5943,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5544,7 +5967,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.104", + "syn 2.0.106", "termcolor", "toml 0.8.23", "walkdir", @@ -5556,6 +5979,15 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562" +[[package]] +name = "document-features" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" +dependencies = [ + "litrs", +] + [[package]] name = "dotenvy" version = "0.15.7" @@ -5595,11 +6027,32 @@ version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" +[[package]] +name = "dyn-clonable" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a36efbb9bfd58e1723780aa04b61aba95ace6a05d9ffabfdb0b43672552f0805" +dependencies = [ + "dyn-clonable-impl", + "dyn-clone", +] + +[[package]] +name = "dyn-clonable-impl" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.106", +] + [[package]] name = "dyn-clone" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" +checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" [[package]] name = "ecdsa" @@ -5649,7 +6102,7 @@ checksum = "0017d969298eec91e3db7a2985a8cab4df6341d86e6f3a6f5878b13fb7846bc9" dependencies = [ "curve25519-dalek", "ed25519", - "hashbrown 0.15.4", + "hashbrown 0.15.5", "pkcs8", "rand_core 0.6.4", "sha2 0.10.9", @@ -5666,7 +6119,7 @@ dependencies = [ "enum-ordinalize", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5775,7 +6228,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5795,7 +6248,7 @@ checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5815,7 +6268,7 @@ checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5826,7 +6279,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -5872,22 +6325,23 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "erased-serde" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7" +checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b" dependencies = [ "serde", + "serde_core", "typeid", ] [[package]] name = "errno" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] @@ -5947,7 +6401,7 @@ dependencies = [ [[package]] name = "ethereum-standards" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "alloy-core", ] @@ -6018,13 +6472,13 @@ dependencies = [ [[package]] name = "evmole" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c29ecc930ee2ed03083436c2ddd7e5292c3c3bcda65f6a37369502d578a853f1" +checksum = "6b62c02aa0474cf6c68610ee424dc5feddbe004ea48632c14d237fefa3d893a3" dependencies = [ "alloy-dyn-abi", "alloy-primitives", - "indexmap 2.10.0", + "indexmap 2.11.4", ] [[package]] @@ -6048,7 +6502,7 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -6095,6 +6549,30 @@ dependencies = [ "bytes", ] +[[package]] +name = "fatality" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec6f82451ff7f0568c6181287189126d492b5654e30a788add08027b6363d019" +dependencies = [ + "fatality-proc-macro", + "thiserror 1.0.69", +] + +[[package]] +name = "fatality-proc-macro" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" +dependencies = [ + "expander", + "indexmap 2.11.4", + "proc-macro-crate 3.4.0", + "proc-macro2", + "quote", + "syn 2.0.106", +] + [[package]] name = "fd-lock" version = "4.0.4" @@ -6102,7 +6580,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" dependencies = [ "cfg-if", - "rustix 1.0.8", + "rustix 1.1.2", "windows-sys 0.59.0", ] @@ -6186,6 +6664,12 @@ dependencies = [ "scale-info", ] +[[package]] +name = "find-msvc-tools" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959" + [[package]] name = "finito" version = "0.1.0" @@ -6208,6 +6692,12 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "fixedbitset" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" + [[package]] name = "fixedbitset" version = "0.5.7" @@ -6319,7 +6809,7 @@ dependencies = [ "revive-strategy", "revm", "rvm-rs", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "serial_test", @@ -6331,9 +6821,9 @@ dependencies = [ "strum 0.27.2", "svm-rs", "tempfile", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", - "toml_edit", + "toml_edit 0.22.27", "tower-http 0.6.6", "tracing", "watchexec", @@ -6360,8 +6850,8 @@ dependencies = [ "regex", "serde", "serde_json", - "thiserror 2.0.12", - "toml 0.9.2", + "thiserror 2.0.17", + "toml 0.9.7", "tracing", ] @@ -6375,8 +6865,8 @@ dependencies = [ "foundry-solang-parser", "itertools 0.14.0", "similar-asserts", - "thiserror 2.0.12", - "toml 0.9.2", + "thiserror 2.0.17", + "toml 0.9.7", "tracing", "tracing-subscriber 0.3.20", ] @@ -6395,7 +6885,7 @@ dependencies = [ "solar-interface", "solar-parse", "solar-sema", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -6434,7 +6924,7 @@ dependencies = [ "itertools 0.14.0", "parking_lot 0.12.4", "revm-inspectors", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "tempfile", @@ -6472,7 +6962,7 @@ dependencies = [ "proc-macro2", "quote", "serde_json", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -6500,7 +6990,7 @@ dependencies = [ "regex", "reqwest", "revm", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "tempfile", @@ -6512,16 +7002,16 @@ dependencies = [ [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", ] [[package]] name = "form_urlencoded" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" dependencies = [ "percent-encoding", ] @@ -6568,7 +7058,7 @@ dependencies = [ "alloy-primitives", "foundry-compilers", "reqwest", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "thiserror 1.0.69", @@ -6616,11 +7106,11 @@ dependencies = [ "rand 0.9.2", "revm", "revm-inspectors", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", - "thiserror 2.0.12", - "toml 0.9.2", + "thiserror 2.0.17", + "toml 0.9.7", "tracing", "walkdir", ] @@ -6726,13 +7216,13 @@ dependencies = [ "path-slash", "regex", "reqwest", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "solar-parse", "solar-sema", "terminal_size", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tower 0.5.2", "tracing", @@ -6783,7 +7273,7 @@ dependencies = [ "rayon", "revive-solc-json-interface", "rvm-rs", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "sha2 0.10.9", @@ -6792,7 +7282,7 @@ dependencies = [ "svm-rs", "svm-rs-builds", "tempfile", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tracing", "winnow", @@ -6820,10 +7310,10 @@ dependencies = [ "foundry-compilers-core", "path-slash", "rayon", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", "walkdir", "yansi", @@ -6841,10 +7331,10 @@ dependencies = [ "path-slash", "rayon", "regex", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tracing", "walkdir", @@ -6861,7 +7351,7 @@ dependencies = [ "foundry-compilers-artifacts-solc", "foundry-compilers-core", "path-slash", - "semver 1.0.26", + "semver 1.0.27", "serde", ] @@ -6876,12 +7366,12 @@ dependencies = [ "fs_extra", "path-slash", "regex", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "svm-rs", "tempfile", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "walkdir", "xxhash-rust", @@ -6910,7 +7400,7 @@ dependencies = [ "regex", "reqwest", "revm", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "similar-asserts", @@ -6918,9 +7408,9 @@ dependencies = [ "solar-parse", "soldeer-core", "tempfile", - "thiserror 2.0.12", - "toml 0.9.2", - "toml_edit", + "thiserror 2.0.17", + "toml 0.9.7", + "toml_edit 0.22.27", "tracing", "walkdir", "yansi", @@ -6931,7 +7421,7 @@ name = "foundry-debugger" version = "1.3.6" dependencies = [ "alloy-primitives", - "crossterm", + "crossterm 0.28.1", "eyre", "foundry-common", "foundry-compilers", @@ -6970,9 +7460,9 @@ dependencies = [ "revm-inspectors", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", - "uuid 1.17.0", + "uuid 1.18.1", ] [[package]] @@ -7020,7 +7510,7 @@ dependencies = [ "revm-inspectors", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tracing", "url", @@ -7037,7 +7527,7 @@ dependencies = [ "foundry-evm-core", "rayon", "revm", - "semver 1.0.26", + "semver 1.0.27", "tracing", ] @@ -7061,7 +7551,7 @@ dependencies = [ "rand 0.9.2", "revm", "serde", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", ] @@ -7111,7 +7601,7 @@ dependencies = [ "revm", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tracing", "url", @@ -7123,8 +7613,8 @@ version = "1.3.6" dependencies = [ "alloy-primitives", "foundry-compilers", - "semver 1.0.26", - "thiserror 2.0.12", + "semver 1.0.27", + "thiserror 2.0.17", ] [[package]] @@ -7134,7 +7624,7 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -7147,7 +7637,7 @@ dependencies = [ "lalrpop", "lalrpop-util", "phf", - "thiserror 2.0.12", + "thiserror 2.0.17", "unicode-xid", ] @@ -7205,7 +7695,7 @@ dependencies = [ "gcloud-sdk", "rpassword", "serde", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tracing", ] @@ -7219,7 +7709,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-support-procedural", @@ -7240,10 +7730,75 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "frame-benchmarking-cli" +version = "32.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "Inflector", + "array-bytes", + "chrono", + "clap", + "comfy-table", + "cumulus-client-parachain-inherent", + "cumulus-primitives-proof-size-hostfunction", + "env_filter", + "frame-benchmarking", + "frame-storage-access-test-runtime", + "frame-support", + "frame-system", + "gethostname", + "handlebars 5.1.2", + "itertools 0.11.0", + "linked-hash-map", + "log", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "rand 0.8.5", + "rand_pcg", + "sc-block-builder", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", + "sc-runtime-utilities", + "sc-service", + "sc-sysinfo", + "serde", + "serde_json", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-externalities", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-runtime-interface", + "sp-state-machine", + "sp-storage", + "sp-timestamp", + "sp-transaction-pool", + "sp-trie", + "sp-version", + "sp-wasm-interface", + "subxt", + "subxt-signer", + "thiserror 1.0.69", + "thousands", +] + [[package]] name = "frame-benchmarking-pallet-pov" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -7271,18 +7826,18 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -7299,7 +7854,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "aquamarine", "frame-support", @@ -7329,7 +7884,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "const-hex", @@ -7342,10 +7897,24 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "frame-storage-access-test-runtime" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "cumulus-pallet-parachain-system", + "parity-scale-codec", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-trie", + "substrate-wasm-builder", +] + [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "aquamarine", "array-bytes", @@ -7386,7 +7955,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "Inflector", "cfg-expr", @@ -7400,35 +7969,35 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support-procedural-tools-derive", - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cfg-if", "docify", @@ -7447,7 +8016,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -7461,7 +8030,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "parity-scale-codec", @@ -7471,7 +8040,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "parity-scale-codec", @@ -7498,13 +8067,23 @@ dependencies = [ "winapi", ] +[[package]] +name = "fs4" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" +dependencies = [ + "rustix 0.38.44", + "windows-sys 0.48.0", +] + [[package]] name = "fs4" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4" dependencies = [ - "rustix 1.0.8", + "rustix 1.1.2", "windows-sys 0.59.0", ] @@ -7630,7 +8209,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -7705,7 +8284,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "debugid", "fxhash", "serde", @@ -7714,19 +8293,19 @@ dependencies = [ [[package]] name = "gcloud-sdk" -version = "0.27.3" +version = "0.27.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ac903b34cd86b6e3479924e8a9517edba8d5deebee0c1013353b05108ea9bd3" +checksum = "c8458d2ad7741b6a16981b84e66b7e4d8026423096da721894769c6980d06ecc" dependencies = [ "async-trait", "bytes", "chrono", "futures", - "hyper 1.6.0", + "hyper 1.7.0", "jsonwebtoken", "once_cell", "prost 0.13.5", - "prost-types", + "prost-types 0.13.5", "reqwest", "secret-vault-value", "serde", @@ -7742,9 +8321,9 @@ dependencies = [ [[package]] name = "generator" -version = "0.8.5" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827" +checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2" dependencies = [ "cc", "cfg-if", @@ -7774,6 +8353,16 @@ dependencies = [ "zeroize", ] +[[package]] +name = "gethostname" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" +dependencies = [ + "libc", + "winapi", +] + [[package]] name = "getrandom" version = "0.2.16" @@ -7797,7 +8386,7 @@ dependencies = [ "js-sys", "libc", "r-efi", - "wasi 0.14.2+wasi-0.2.4", + "wasi 0.14.7+wasi-0.2.4", "wasm-bindgen", ] @@ -7828,17 +8417,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" dependencies = [ "fallible-iterator", - "indexmap 2.10.0", + "indexmap 2.11.4", "stable_deref_trait", ] +[[package]] +name = "gimli" +version = "0.32.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" + [[package]] name = "git2" version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "libc", "libgit2-sys", "log", @@ -7847,9 +8442,9 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "globset" @@ -7912,12 +8507,12 @@ dependencies = [ [[package]] name = "gmp-mpfr-sys" -version = "1.6.5" +version = "1.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66d61197a68f6323b9afa616cf83d55d69191e1bf364d4eb7d35ae18defe776" +checksum = "60f8970a75c006bb2f8ae79c6768a116dd215fa8346a87aed99bf9d82ca43394" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -7963,7 +8558,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.10.0", + "indexmap 2.11.4", "slab", "tokio", "tokio-util", @@ -7972,9 +8567,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785" +checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" dependencies = [ "atomic-waker", "bytes", @@ -7982,7 +8577,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.3.1", - "indexmap 2.10.0", + "indexmap 2.11.4", "slab", "tokio", "tokio-util", @@ -7999,6 +8594,20 @@ dependencies = [ "crunchy", ] +[[package]] +name = "handlebars" +version = "5.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" +dependencies = [ + "log", + "pest", + "pest_derive", + "serde", + "serde_json", + "thiserror 1.0.69", +] + [[package]] name = "handlebars" version = "6.3.2" @@ -8012,7 +8621,7 @@ dependencies = [ "pest_derive", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -8057,9 +8666,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.4" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ "allocator-api2", "equivalent", @@ -8067,6 +8676,18 @@ dependencies = [ "serde", ] +[[package]] +name = "hashbrown" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", + "serde", +] + [[package]] name = "hashlink" version = "0.8.4" @@ -8082,7 +8703,7 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" dependencies = [ - "hashbrown 0.15.4", + "hashbrown 0.15.5", ] [[package]] @@ -8108,9 +8729,6 @@ name = "hex" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" -dependencies = [ - "serde", -] [[package]] name = "hex-conservative" @@ -8176,7 +8794,7 @@ dependencies = [ "once_cell", "rand 0.9.2", "ring 0.17.14", - "thiserror 2.0.12", + "thiserror 2.0.17", "tinyvec", "tokio", "tracing", @@ -8220,7 +8838,7 @@ dependencies = [ "rand 0.9.2", "resolv-conf", "smallvec", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tracing", ] @@ -8421,20 +9039,22 @@ dependencies = [ [[package]] name = "hyper" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" +checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" dependencies = [ + "atomic-waker", "bytes", "futures-channel", - "futures-util", - "h2 0.4.11", + "futures-core", + "h2 0.4.12", "http 1.3.1", "http-body 1.0.1", "httparse", "httpdate", "itoa", "pin-project-lite", + "pin-utils", "smallvec", "tokio", "want", @@ -8447,7 +9067,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ "http 1.3.1", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "log", "rustls", @@ -8465,7 +9085,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" dependencies = [ - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "pin-project-lite", "tokio", @@ -8474,9 +9094,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.15" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" +checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" dependencies = [ "base64 0.22.1", "bytes", @@ -8485,12 +9105,12 @@ dependencies = [ "futures-util", "http 1.3.1", "http-body 1.0.1", - "hyper 1.6.0", + "hyper 1.7.0", "ipnet", "libc", "percent-encoding", "pin-project-lite", - "socket2 0.5.10", + "socket2 0.6.0", "system-configuration", "tokio", "tower-service", @@ -8500,9 +9120,9 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.63" +version = "0.1.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" +checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -8510,7 +9130,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.61.2", + "windows-core 0.62.1", ] [[package]] @@ -8530,9 +9150,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" dependencies = [ "idna_adapter", "smallvec", @@ -8682,7 +9302,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -8706,9 +9326,9 @@ dependencies = [ [[package]] name = "indenter" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" +checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5" [[package]] name = "index_vec" @@ -8729,14 +9349,15 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.10.0" +version = "2.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" +checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "arbitrary", "equivalent", - "hashbrown 0.15.4", + "hashbrown 0.16.0", "serde", + "serde_core", ] [[package]] @@ -8792,7 +9413,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "inotify-sys", "libc", ] @@ -8825,7 +9446,7 @@ dependencies = [ "indoc", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -8863,9 +9484,9 @@ dependencies = [ [[package]] name = "inturn" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f17d4bce58d4380de6432e6b1a0ebb561dfbbe21fc123204870b7006189677" +checksum = "c2efbe120e37f17bb33fcdc82bc1c65087242608be37ace3cf7ebf49f3164e37" dependencies = [ "boxcar", "bumpalo", @@ -8876,11 +9497,11 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.7.8" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" +checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg-if", "libc", ] @@ -8930,6 +9551,15 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "is_executable" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4" +dependencies = [ + "windows-sys 0.60.2", +] + [[package]] name = "is_terminal_polyfill" version = "1.70.1" @@ -8954,6 +9584,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + [[package]] name = "itertools" version = "0.13.0" @@ -9020,10 +9659,10 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "319af585c4c8a6b5552a52b7787a1ab3e4d59df7614190b1f85b9b842488789d" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -9049,7 +9688,7 @@ checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -9091,9 +9730,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.33" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" +checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" dependencies = [ "getrandom 0.3.3", "libc", @@ -9101,9 +9740,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.77" +version = "0.3.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" +checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" dependencies = [ "once_cell", "wasm-bindgen", @@ -9199,7 +9838,7 @@ dependencies = [ "async-trait", "base64 0.22.1", "http-body 1.0.1", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-rustls", "hyper-util", "jsonrpsee-core", @@ -9222,10 +9861,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e65763c942dfc9358146571911b0cd1c361c2d63e2d2305622d40d36376ca80" dependencies = [ "heck 0.5.0", - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -9238,7 +9877,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "jsonrpsee-core", "jsonrpsee-types", @@ -9425,7 +10064,7 @@ dependencies = [ "ena", "itertools 0.14.0", "lalrpop-util", - "petgraph", + "petgraph 0.7.1", "regex", "regex-syntax", "sha3", @@ -9445,6 +10084,17 @@ dependencies = [ "rustversion", ] +[[package]] +name = "landlock" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9baa9eeb6e315942429397e617a190f4fdc696ef1ee0342939d641029cbb4ea7" +dependencies = [ + "enumflags2", + "libc", + "thiserror 1.0.69", +] + [[package]] name = "lazy_static" version = "1.5.0" @@ -9454,12 +10104,6 @@ dependencies = [ "spin 0.9.8", ] -[[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - [[package]] name = "leb128fmt" version = "0.1.0" @@ -9474,15 +10118,15 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" [[package]] name = "libc" -version = "0.2.174" +version = "0.2.176" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" +checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" [[package]] name = "libdbus-sys" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" +checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f" dependencies = [ "cc", "pkg-config", @@ -9507,7 +10151,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "windows-targets 0.53.2", + "windows-targets 0.53.4", ] [[package]] @@ -9518,9 +10162,9 @@ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" [[package]] name = "libmimalloc-sys" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d" +checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870" dependencies = [ "cc", "libc", @@ -9665,7 +10309,7 @@ dependencies = [ "quick-protobuf", "rand 0.8.5", "sha2 0.10.9", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", "zeroize", ] @@ -9859,7 +10503,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -9947,18 +10591,18 @@ dependencies = [ "thiserror 1.0.69", "tracing", "yamux 0.12.1", - "yamux 0.13.6", + "yamux 0.13.7", ] [[package]] name = "libredox" -version = "0.1.6" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4488594b9328dee448adb906d8b126d9b7deb7cf5c22161ee591610bb1be83c0" +checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "libc", - "redox_syscall 0.5.13", + "redox_syscall 0.5.17", ] [[package]] @@ -9967,7 +10611,7 @@ version = "0.17.3+10.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cef2a00ee60fe526157c9023edab23943fae1ce2ab6f4abb2a807c1746835de9" dependencies = [ - "bindgen 0.72.1", + "bindgen", "bzip2-sys", "cc", "libc", @@ -10048,9 +10692,9 @@ dependencies = [ [[package]] name = "libz-rs-sys" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221" +checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd" dependencies = [ "zlib-rs", ] @@ -10108,9 +10752,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "linux-raw-sys" -version = "0.9.4" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" [[package]] name = "lioness" @@ -10138,7 +10782,7 @@ dependencies = [ "futures", "futures-timer", "hickory-resolver 0.25.2", - "indexmap 2.10.0", + "indexmap 2.11.4", "libc", "mockall", "multiaddr 0.17.1", @@ -10155,7 +10799,7 @@ dependencies = [ "smallvec", "snow", "socket2 0.5.10", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tokio-stream", "tokio-tungstenite 0.27.0", @@ -10166,11 +10810,17 @@ dependencies = [ "url", "x25519-dalek", "x509-parser 0.17.0", - "yamux 0.13.6", + "yamux 0.13.7", "yasna", "zeroize", ] +[[package]] +name = "litrs" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" + [[package]] name = "lock_api" version = "0.4.13" @@ -10183,9 +10833,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.27" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" +checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" dependencies = [ "value-bag", ] @@ -10209,7 +10859,7 @@ version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.15.4", + "hashbrown 0.15.5", ] [[package]] @@ -10218,16 +10868,16 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465" dependencies = [ - "hashbrown 0.15.4", + "hashbrown 0.15.5", ] [[package]] name = "lru" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ea4e65087ff52f3862caff188d489f1fab49a0cb09e01b2e3f1a617b10aaed" +checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" dependencies = [ - "hashbrown 0.15.4", + "hashbrown 0.16.0", ] [[package]] @@ -10287,7 +10937,7 @@ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -10299,7 +10949,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -10313,7 +10963,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -10324,7 +10974,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -10335,7 +10985,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -10355,6 +11005,17 @@ dependencies = [ "web_atoms", ] +[[package]] +name = "match-lookup" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "match_cfg" version = "0.1.0" @@ -10369,7 +11030,7 @@ checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -10420,11 +11081,11 @@ dependencies = [ "clap_complete", "elasticlunr-rs", "env_logger", - "handlebars", + "handlebars 6.3.2", "hex", "log", "memchr", - "opener 0.8.2", + "opener 0.8.3", "pulldown-cmark", "regex", "serde", @@ -10438,9 +11099,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.5" +version = "2.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" +checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" [[package]] name = "memfd" @@ -10448,7 +11109,7 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227" dependencies = [ - "rustix 1.0.8", + "rustix 1.1.2", ] [[package]] @@ -10486,7 +11147,7 @@ checksum = "7e300c54e3239a86f9c61cc63ab0f03862eb40b1c6e065dc6fd6ceaeff6da93d" dependencies = [ "foldhash 0.1.5", "hash-db", - "hashbrown 0.15.4", + "hashbrown 0.15.5", ] [[package]] @@ -10531,14 +11192,14 @@ checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "mimalloc" -version = "0.1.47" +version = "0.1.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40" +checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8" dependencies = [ "libmimalloc-sys", ] @@ -10611,6 +11272,40 @@ dependencies = [ "zeroize", ] +[[package]] +name = "mmr-gadget" +version = "29.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "log", + "parity-scale-codec", + "sc-client-api", + "sc-offchain", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-beefy", + "sp-core", + "sp-mmr-primitives", + "sp-runtime", +] + +[[package]] +name = "mmr-rpc" +version = "28.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "serde", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-mmr-primitives", + "sp-runtime", +] + [[package]] name = "mockall" version = "0.13.1" @@ -10634,26 +11329,25 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "moka" -version = "0.12.10" +version = "0.12.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" +checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077" dependencies = [ "crossbeam-channel", "crossbeam-epoch", "crossbeam-utils", - "loom", + "equivalent", "parking_lot 0.12.4", "portable-atomic", "rustc_version 0.4.1", "smallvec", "tagptr", - "thiserror 1.0.69", - "uuid 1.17.0", + "uuid 1.18.1", ] [[package]] @@ -10702,11 +11396,12 @@ dependencies = [ [[package]] name = "multibase" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" +checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" dependencies = [ "base-x", + "base256emoji", "data-encoding", "data-encoding-macro", ] @@ -10796,6 +11491,12 @@ dependencies = [ "rand 0.8.5", ] +[[package]] +name = "nanorand" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" + [[package]] name = "netlink-packet-core" version = "0.7.0" @@ -10844,7 +11545,7 @@ dependencies = [ "log", "netlink-packet-core", "netlink-sys", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -10868,7 +11569,7 @@ checksum = "07709a6d4eba90ab10ec170a0530b3aafc81cb8a2d380e4423ae41fc55fe5745" dependencies = [ "cc", "libc", - "thiserror 2.0.12", + "thiserror 2.0.17", "winapi", ] @@ -10880,11 +11581,11 @@ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" [[package]] name = "newtype-uuid" -version = "1.2.4" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a17d82edb1c8a6c20c238747ae7aae9181133e766bc92cd2556fdd764407d0d1" +checksum = "74d1216f62e63be5fb25a9ecd1e2b37b1556a9b8c02f4831770f5d01df85c226" dependencies = [ - "uuid 1.17.0", + "uuid 1.18.1", ] [[package]] @@ -10915,7 +11616,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg-if", "cfg_aliases 0.2.1", "libc", @@ -10927,7 +11628,7 @@ version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg-if", "cfg_aliases 0.2.1", "libc", @@ -10996,20 +11697,20 @@ checksum = "f5438dd2b2ff4c6df6e1ce22d825ed2fa93ee2922235cc45186991717f0a892d" [[package]] name = "normpath" -version = "1.3.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed" +checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]] name = "notify" -version = "8.1.0" +version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3163f59cd3fa0e9ef8c32f242966a7b9994fd7378366099593e0e73077cd8c97" +checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "fsevent-sys", "inotify", "kqueue", @@ -11109,7 +11810,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -11204,10 +11905,10 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -11227,9 +11928,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "nybbles" -version = "0.4.1" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "675b3a54e5b12af997abc8b6638b0aee51a28caedab70d4967e0d5db3a3f1d06" +checksum = "2c4b5ecbd0beec843101bffe848217f770e8b8da81d8355b7d6e226f2199b3dc" dependencies = [ "alloy-rlp", "cfg-if", @@ -11246,8 +11947,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ "crc32fast", - "hashbrown 0.15.4", - "indexmap 2.10.0", + "hashbrown 0.15.5", + "indexmap 2.11.4", + "memchr", +] + +[[package]] +name = "object" +version = "0.37.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" +dependencies = [ "memchr", ] @@ -11287,12 +11997,12 @@ checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" [[package]] name = "once_map" -version = "0.4.21" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bd2cae3bec3936bbed1ccc5a3343b3738858182419f9c0522c7260c80c430b0" +checksum = "29eefd5038c9eee9e788d90966d6b5578dd3f88363a91edaec117a7ae0adc2d5" dependencies = [ "ahash", - "hashbrown 0.15.4", + "hashbrown 0.16.0", "parking_lot 0.12.4", "stable_deref_trait", ] @@ -11312,21 +12022,21 @@ dependencies = [ "alloy-serde", "derive_more 2.0.1", "serde", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] name = "op-alloy-consensus" -version = "0.18.11" +version = "0.18.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18986c5cf19a790b8b9e8c856a950b48ed6dd6a0259d0efd5f5c9bebbba1fc3a" +checksum = "0c88d2940558fd69f8f07b3cbd7bb3c02fc7d31159c1a7ba9deede50e7881024" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rlp", "derive_more 2.0.1", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -11351,7 +12061,7 @@ dependencies = [ "op-alloy-consensus 0.17.2", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -11391,13 +12101,13 @@ dependencies = [ [[package]] name = "opener" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "771b9704f8cd8b424ec747a320b30b47517a6966ba2c7da90047c16f4a962223" +checksum = "cb9024962ab91e00c89d2a14352a8d0fc1a64346bf96f1839b45c09149564e47" dependencies = [ "bstr", "normpath", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -11412,6 +12122,39 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" +[[package]] +name = "orchestra" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19051f0b0512402f5d52d6776999f55996f01887396278aeeccbbdfbc83eef2d" +dependencies = [ + "async-trait", + "dyn-clonable", + "futures", + "futures-timer", + "orchestra-proc-macro", + "pin-project 1.1.10", + "prioritized-metered-channel", + "thiserror 1.0.69", + "tracing", +] + +[[package]] +name = "orchestra-proc-macro" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43dfaf083aef571385fccfdc3a2f8ede8d0a1863160455d4f2b014d8f7d04a3f" +dependencies = [ + "expander", + "indexmap 2.11.4", + "itertools 0.11.0", + "petgraph 0.6.5", + "proc-macro-crate 3.4.0", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "outref" version = "0.5.2" @@ -11426,9 +12169,9 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "owo-colors" -version = "4.2.2" +version = "4.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e" +checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" [[package]] name = "p256" @@ -11454,7 +12197,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11473,7 +12216,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11491,7 +12234,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11509,7 +12252,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11524,7 +12267,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11538,7 +12281,7 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11556,7 +12299,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11572,7 +12315,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11588,7 +12331,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "pallet-assets", @@ -11600,7 +12343,7 @@ dependencies = [ [[package]] name = "pallet-assets-holder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11615,7 +12358,7 @@ dependencies = [ [[package]] name = "pallet-assets-precompiles" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "ethereum-standards", "frame-support", @@ -11626,7 +12369,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11636,7 +12379,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -11652,7 +12395,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -11667,7 +12410,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -11680,7 +12423,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11703,7 +12446,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "aquamarine", "docify", @@ -11724,7 +12467,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-benchmarking", @@ -11740,7 +12483,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -11759,7 +12502,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -11784,7 +12527,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11801,7 +12544,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-header-chain", "bp-runtime", @@ -11820,7 +12563,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-header-chain", "bp-messages", @@ -11839,7 +12582,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-header-chain", "bp-parachains", @@ -11859,7 +12602,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-header-chain", "bp-messages", @@ -11882,7 +12625,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bitvec", "frame-benchmarking", @@ -11900,7 +12643,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11918,7 +12661,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11937,7 +12680,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-benchmarking", @@ -11954,7 +12697,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -11968,7 +12711,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "environmental", "frame-benchmarking", @@ -11998,7 +12741,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -12029,17 +12772,17 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -12050,7 +12793,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "assert_matches", "frame-benchmarking", @@ -12066,7 +12809,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12084,7 +12827,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -12099,7 +12842,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12116,7 +12859,7 @@ dependencies = [ [[package]] name = "pallet-derivatives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12136,7 +12879,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -12151,7 +12894,7 @@ dependencies = [ [[package]] name = "pallet-dummy-dim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12169,7 +12912,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-block" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12190,7 +12933,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12211,7 +12954,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12224,7 +12967,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12242,7 +12985,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-benchmarking", @@ -12260,7 +13003,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -12278,7 +13021,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12300,7 +13043,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "enumflags2", "frame-benchmarking", @@ -12316,7 +13059,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12335,7 +13078,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12350,7 +13093,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12361,7 +13104,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12374,7 +13117,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12390,7 +13133,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "environmental", "frame-benchmarking", @@ -12409,7 +13152,7 @@ dependencies = [ [[package]] name = "pallet-meta-tx" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-benchmarking", @@ -12427,7 +13170,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-benchmarking", @@ -12446,7 +13189,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "parity-scale-codec", @@ -12460,7 +13203,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "parity-scale-codec", @@ -12472,7 +13215,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "parity-scale-codec", @@ -12483,7 +13226,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "pallet-assets", @@ -12496,7 +13239,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "enumflags2", "frame-benchmarking", @@ -12513,7 +13256,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "sp-api", @@ -12522,7 +13265,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12532,7 +13275,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "parity-scale-codec", @@ -12543,7 +13286,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -12561,7 +13304,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12581,7 +13324,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -12591,7 +13334,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -12606,7 +13349,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12629,7 +13372,7 @@ dependencies = [ [[package]] name = "pallet-oracle" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12647,7 +13390,7 @@ dependencies = [ [[package]] name = "pallet-oracle-runtime-api" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "scale-info", @@ -12658,7 +13401,7 @@ dependencies = [ [[package]] name = "pallet-origin-restriction" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12676,7 +13419,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "parity-scale-codec", @@ -12688,7 +13431,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-benchmarking", @@ -12705,7 +13448,7 @@ dependencies = [ [[package]] name = "pallet-people" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12723,7 +13466,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12739,7 +13482,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12749,7 +13492,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12767,7 +13510,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12777,7 +13520,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12794,7 +13537,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -12810,7 +13553,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "alloy-core", "derive_more 0.99.20", @@ -12856,7 +13599,7 @@ dependencies = [ [[package]] name = "pallet-revive-eth-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "anyhow", "clap", @@ -12890,7 +13633,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "alloy-core", "anyhow", @@ -12907,17 +13650,17 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "pallet-revive-uapi" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "alloy-core", "bitflags 1.3.2", @@ -12932,7 +13675,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -12948,7 +13691,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -12961,7 +13704,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "pallet-balances", @@ -12975,7 +13718,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "pallet-ranked-collective", @@ -12987,7 +13730,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-benchmarking", @@ -13004,7 +13747,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -13017,7 +13760,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -13039,7 +13782,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13055,7 +13798,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -13067,7 +13810,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13084,7 +13827,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -13105,7 +13848,7 @@ dependencies = [ [[package]] name = "pallet-staking-async" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -13129,7 +13872,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-ah-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13149,7 +13892,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-rc-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -13166,7 +13909,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "sp-arithmetic", @@ -13175,7 +13918,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "sp-api", @@ -13185,7 +13928,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "sp-arithmetic", @@ -13194,7 +13937,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "sp-api", @@ -13204,7 +13947,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13220,7 +13963,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -13237,7 +13980,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-benchmarking", @@ -13252,7 +13995,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-benchmarking", @@ -13270,7 +14013,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13288,7 +14031,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13301,10 +14044,26 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "pallet-transaction-payment-rpc" +version = "30.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "jsonrpsee", + "pallet-transaction-payment-rpc-runtime-api", + "parity-scale-codec", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-weights", +] + [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -13316,7 +14075,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13335,7 +14094,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-benchmarking", @@ -13354,7 +14113,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "parity-scale-codec", @@ -13365,7 +14124,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13379,7 +14138,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13394,7 +14153,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13409,7 +14168,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13423,7 +14182,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -13433,7 +14192,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bounded-collections 0.3.2", "frame-benchmarking", @@ -13458,7 +14217,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-benchmarking", "frame-support", @@ -13475,7 +14234,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-messages", "bp-runtime", @@ -13497,7 +14256,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -13517,7 +14276,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -13548,7 +14307,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -13620,10 +14379,10 @@ version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -13681,7 +14440,7 @@ checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.13", + "redox_syscall 0.5.17", "smallvec", "windows-targets 0.52.6", ] @@ -13755,7 +14514,7 @@ dependencies = [ "proc-macro2", "proc-macro2-diagnostics", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -13779,26 +14538,26 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.8.1" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" +checksum = "21e0a3a33733faeaf8651dfee72dd0f388f0c8e5ad496a3478fa5a922f49cfa8" dependencies = [ "memchr", - "thiserror 2.0.12", + "thiserror 2.0.17", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.8.1" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" +checksum = "bc58706f770acb1dbd0973e6530a3cff4746fb721207feb3a8a6064cd0b6c663" dependencies = [ "pest", "pest_generator", @@ -13806,35 +14565,45 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.8.1" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" +checksum = "6d4f36811dfe07f7b8573462465d5cb8965fffc2e71ae377a33aecf14c2c9a2f" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "pest_meta" -version = "2.8.1" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" +checksum = "42919b05089acbd0a5dcd5405fb304d17d1053847b81163d09c4ad18ce8e8420" dependencies = [ "pest", "sha2 0.10.9", ] +[[package]] +name = "petgraph" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" +dependencies = [ + "fixedbitset 0.4.2", + "indexmap 2.11.4", +] + [[package]] name = "petgraph" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ - "fixedbitset", - "indexmap 2.10.0", + "fixedbitset 0.5.7", + "indexmap 2.11.4", ] [[package]] @@ -13888,7 +14657,7 @@ dependencies = [ "phf_shared", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -13937,7 +14706,7 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -13947,74 +14716,766 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" [[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "piper" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" +dependencies = [ + "atomic-waker", + "fastrand", + "futures-io", +] + +[[package]] +name = "pkcs1" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" +dependencies = [ + "der", + "pkcs8", + "spki", +] + +[[package]] +name = "pkcs8" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" +dependencies = [ + "der", + "spki", +] + +[[package]] +name = "pkg-config" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" + +[[package]] +name = "polkadot-approval-distribution" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "futures-timer", + "itertools 0.11.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "tracing-gum", +] + +[[package]] +name = "polkadot-availability-bitfield-distribution" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "futures-timer", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "tracing-gum", +] + +[[package]] +name = "polkadot-availability-distribution" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "fatality", + "futures", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "sc-network", + "schnellru", + "sp-core", + "sp-keystore", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-availability-recovery" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "fatality", + "futures", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "sc-network", + "schnellru", + "thiserror 1.0.69", + "tokio", + "tracing-gum", +] + +[[package]] +name = "polkadot-ckb-merkle-mountain-range" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "221c71b432b38e494a0fdedb5f720e4cb974edf03a0af09e5b2238dbac7e6947" +dependencies = [ + "cfg-if", + "itertools 0.10.5", +] + +[[package]] +name = "polkadot-cli" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "clap", + "frame-benchmarking-cli", + "futures", + "log", + "polkadot-node-metrics", + "polkadot-node-primitives", + "polkadot-service", + "sc-cli", + "sc-network-types", + "sc-service", + "sc-storage-monitor", + "sc-sysinfo", + "sc-tracing", + "sp-core", + "sp-keyring", + "sp-runtime", + "substrate-build-script-utils", + "thiserror 1.0.69", +] + +[[package]] +name = "polkadot-collator-protocol" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "bitvec", + "fatality", + "futures", + "futures-timer", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "schnellru", + "sp-core", + "sp-keystore", + "sp-runtime", + "thiserror 1.0.69", + "tokio-util", + "tracing-gum", +] + +[[package]] +name = "polkadot-core-primitives" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", +] + +[[package]] +name = "polkadot-dispute-distribution" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "fatality", + "futures", + "futures-timer", + "indexmap 2.11.4", + "parity-scale-codec", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sc-network", + "sp-application-crypto", + "sp-keystore", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-erasure-coding" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-primitives", + "reed-solomon-novelpoly", + "sp-core", + "sp-trie", + "thiserror 1.0.69", +] + +[[package]] +name = "polkadot-gossip-support" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "futures-timer", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "rand_chacha 0.3.1", + "sc-network", + "sp-application-crypto", + "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-keystore", + "tracing-gum", +] + +[[package]] +name = "polkadot-network-bridge" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "always-assert", + "async-trait", + "bytes", + "fatality", + "futures", + "parity-scale-codec", + "parking_lot 0.12.4", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sc-network", + "sp-consensus", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-collation-generation" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "schnellru", + "sp-core", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-approval-voting" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "bitvec", + "derive_more 0.99.20", + "futures", + "futures-timer", + "itertools 0.11.0", + "merlin", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "sc-keystore", + "schnellru", + "schnorrkel 0.11.5", + "sp-application-crypto", + "sp-consensus", + "sp-consensus-slots", + "sp-runtime", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-approval-voting-parallel" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "futures", + "itertools 0.11.0", + "polkadot-approval-distribution", + "polkadot-node-core-approval-voting", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "rand 0.8.5", + "rand_core 0.6.4", + "sc-keystore", + "sp-consensus", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-av-store" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "bitvec", + "futures", + "futures-timer", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-consensus", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-backing" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "bitvec", + "fatality", + "futures", + "polkadot-erasure-coding", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-statement-table", + "schnellru", + "sp-keystore", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-bitfield-signing" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-keystore", + "thiserror 1.0.69", + "tracing-gum", + "wasm-timer", +] + +[[package]] +name = "polkadot-node-core-candidate-validation" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "parity-scale-codec", + "polkadot-node-core-pvf", + "polkadot-node-metrics", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-parachain-primitives", + "polkadot-primitives", + "sp-application-crypto", + "sp-keystore", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-chain-api" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "polkadot-node-metrics", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "sc-client-api", + "sc-consensus-babe", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-chain-selection" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "futures-timer", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-dispute-coordinator" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "fatality", + "futures", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sc-keystore", + "schnellru", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-parachains-inherent" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sp-blockchain", + "sp-inherents", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-prospective-parachains" +version = "6.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "fatality", + "futures", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-provisioner" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "bitvec", + "fatality", + "futures", + "futures-timer", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sc-consensus-slots", + "schnellru", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-pvf" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "always-assert", + "array-bytes", + "futures", + "futures-timer", + "parity-scale-codec", + "pin-project 1.1.10", + "polkadot-node-core-pvf-common", + "polkadot-node-metrics", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-parachain-primitives", + "polkadot-primitives", + "rand 0.8.5", + "sc-tracing", + "slotmap", + "sp-core", + "strum 0.26.3", + "tempfile", + "thiserror 1.0.69", + "tokio", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-pvf-checker" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-keystore", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-pvf-common" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "cpu-time", + "futures", + "landlock", + "libc", + "nix 0.29.0", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", + "seccompiler", + "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-externalities", + "sp-io", + "sp-tracing", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-core-runtime-api" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "polkadot-node-metrics", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-primitives", + "schnellru", + "sp-consensus-babe", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-metrics" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "bs58", + "futures", + "futures-timer", + "parity-scale-codec", + "polkadot-primitives", + "prioritized-metered-channel", + "sc-cli", + "sc-service", + "sc-tracing", + "substrate-prometheus-endpoint", +] [[package]] -name = "piper" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" +name = "polkadot-node-network-protocol" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "atomic-waker", - "fastrand", - "futures-io", + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more 0.99.20", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-primitives", + "rand 0.8.5", + "sc-authority-discovery", + "sc-network", + "sc-network-types", + "sp-runtime", + "strum 0.26.3", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] -name = "pkcs1" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" +name = "polkadot-node-primitives" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "der", - "pkcs8", - "spki", + "bitvec", + "bounded-vec", + "futures", + "futures-timer", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "sc-keystore", + "schnorrkel 0.11.5", + "serde", + "sp-application-crypto", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-keystore", + "sp-maybe-compressed-blob", + "thiserror 1.0.69", + "zstd 0.12.4", ] [[package]] -name = "pkcs8" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" +name = "polkadot-node-subsystem" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "der", - "spki", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] [[package]] -name = "pkg-config" -version = "0.3.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" +name = "polkadot-node-subsystem-types" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "derive_more 0.99.20", + "fatality", + "futures", + "orchestra", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-primitives", + "polkadot-statement-table", + "sc-client-api", + "sc-network", + "sc-network-types", + "sc-transaction-pool-api", + "smallvec", + "sp-api", + "sp-authority-discovery", + "sp-blockchain", + "sp-consensus-babe", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror 1.0.69", +] [[package]] -name = "polkadot-ckb-merkle-mountain-range" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "221c71b432b38e494a0fdedb5f720e4cb974edf03a0af09e5b2238dbac7e6947" +name = "polkadot-node-subsystem-util" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "cfg-if", - "itertools 0.10.5", + "fatality", + "futures", + "itertools 0.11.0", + "kvdb", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.4", + "polkadot-erasure-coding", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-overseer", + "polkadot-primitives", + "prioritized-metered-channel", + "rand 0.8.5", + "schnellru", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] -name = "polkadot-core-primitives" +name = "polkadot-overseer" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "parity-scale-codec", - "scale-info", + "async-trait", + "futures", + "futures-timer", + "orchestra", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", + "polkadot-primitives", + "sc-client-api", "sp-core", - "sp-runtime", + "tikv-jemalloc-ctl", + "tracing-gum", ] [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "bounded-collections 0.3.2", @@ -14031,7 +15492,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bitvec", "bounded-collections 0.3.2", @@ -14057,10 +15518,58 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "polkadot-primitives-test-helpers" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives", + "rand 0.8.5", + "scale-info", + "sp-application-crypto", + "sp-core", + "sp-keyring", + "sp-runtime", +] + +[[package]] +name = "polkadot-rpc" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "jsonrpsee", + "mmr-rpc", + "pallet-transaction-payment-rpc", + "polkadot-primitives", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-babe-rpc", + "sc-consensus-beefy", + "sc-consensus-beefy-rpc", + "sc-consensus-grandpa", + "sc-consensus-grandpa-rpc", + "sc-rpc", + "sc-sync-state-rpc", + "sc-transaction-pool-api", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-keystore", + "sp-runtime", + "substrate-frame-rpc-system", + "substrate-state-trie-migration-rpc", +] + [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bitvec", "frame-benchmarking", @@ -14109,7 +15618,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bs58", "frame-benchmarking", @@ -14121,7 +15630,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -14168,7 +15677,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "asset-test-utils", "assets-common", @@ -14185,6 +15694,8 @@ dependencies = [ "bridge-hub-common", "bridge-hub-test-utils", "bridge-runtime-common", + "cumulus-client-parachain-inherent", + "cumulus-client-service", "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", "cumulus-pallet-parachain-system", @@ -14352,6 +15863,7 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-consensus", + "sc-consensus-aura", "sc-consensus-manual-seal", "sc-executor", "sc-executor-common", @@ -14441,7 +15953,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-benchmarking", @@ -14473,6 +15985,142 @@ dependencies = [ "sp-version", ] +[[package]] +name = "polkadot-service" +version = "7.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "frame-benchmarking", + "frame-benchmarking-cli", + "frame-system", + "frame-system-rpc-runtime-api", + "futures", + "is_executable", + "kvdb", + "kvdb-rocksdb", + "log", + "mmr-gadget", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.4", + "polkadot-approval-distribution", + "polkadot-availability-bitfield-distribution", + "polkadot-availability-distribution", + "polkadot-availability-recovery", + "polkadot-collator-protocol", + "polkadot-core-primitives", + "polkadot-dispute-distribution", + "polkadot-gossip-support", + "polkadot-network-bridge", + "polkadot-node-collation-generation", + "polkadot-node-core-approval-voting", + "polkadot-node-core-approval-voting-parallel", + "polkadot-node-core-av-store", + "polkadot-node-core-backing", + "polkadot-node-core-bitfield-signing", + "polkadot-node-core-candidate-validation", + "polkadot-node-core-chain-api", + "polkadot-node-core-chain-selection", + "polkadot-node-core-dispute-coordinator", + "polkadot-node-core-parachains-inherent", + "polkadot-node-core-prospective-parachains", + "polkadot-node-core-provisioner", + "polkadot-node-core-pvf", + "polkadot-node-core-pvf-checker", + "polkadot-node-core-runtime-api", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "polkadot-rpc", + "polkadot-runtime-parachains", + "polkadot-statement-distribution", + "sc-authority-discovery", + "sc-basic-authorship", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-beefy", + "sc-consensus-grandpa", + "sc-consensus-slots", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-sync", + "sc-offchain", + "sc-service", + "sc-sync-state-rpc", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", + "serde", + "serde_json", + "sp-api", + "sp-authority-discovery", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-consensus-grandpa", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-mmr-primitives", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-timestamp", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-xcm", + "substrate-prometheus-endpoint", + "thiserror 1.0.69", + "tracing-gum", + "xcm-runtime-apis", +] + +[[package]] +name = "polkadot-statement-distribution" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "bitvec", + "fatality", + "futures", + "futures-timer", + "parity-scale-codec", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-keystore", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-statement-table" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives", + "tracing-gum", +] + [[package]] name = "polkavm" version = "0.26.0" @@ -14565,7 +16213,7 @@ dependencies = [ "polkavm-common 0.26.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -14577,7 +16225,7 @@ dependencies = [ "polkavm-common 0.27.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -14587,7 +16235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "581d34cafec741dc5ffafbb341933c205b6457f3d76257a9d99fb56687219c91" dependencies = [ "polkavm-derive-impl 0.26.0", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -14597,7 +16245,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a45173d70138aa1879892c50777ed0d8b0c8556f7678372f09fa1d89bbbddb4" dependencies = [ "polkavm-derive-impl 0.27.0", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -14607,10 +16255,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "beb896023e5bd89bba40311797d8d42490fa4a1fd5256c74820753c5722d1e67" dependencies = [ "dirs 5.0.1", - "gimli", + "gimli 0.31.1", "hashbrown 0.14.5", "log", - "object", + "object 0.36.7", "polkavm-common 0.26.0", "regalloc2 0.9.3", "rustc-demangle", @@ -14623,10 +16271,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99fe3704d21e96c5d1e6a1b1a43ac57f9dce110d3331fbf8299e9f57d5884066" dependencies = [ "dirs 5.0.1", - "gimli", + "gimli 0.31.1", "hashbrown 0.14.5", "log", - "object", + "object 0.36.7", "polkavm-common 0.27.0", "regalloc2 0.9.3", "rustc-demangle", @@ -14646,16 +16294,16 @@ checksum = "061088785efd93e4367faf12f341bb356208c06bab43aa942d472068af80d1c4" [[package]] name = "polling" -version = "3.10.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5bd19146350fe804f7cb2669c851c03d69da628803dab0d98018142aaa5d829" +checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" dependencies = [ "cfg-if", "concurrent-queue", "hermit-abi", "pin-project-lite", - "rustix 1.0.8", - "windows-sys 0.60.2", + "rustix 1.1.2", + "windows-sys 0.61.1", ] [[package]] @@ -14767,12 +16415,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.35" +version = "0.2.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" +checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" dependencies = [ "proc-macro2", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -14810,6 +16458,22 @@ dependencies = [ "uint 0.10.0", ] +[[package]] +name = "prioritized-metered-channel" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad" +dependencies = [ + "coarsetime", + "crossbeam-queue", + "derive_more 0.99.20", + "futures", + "futures-timer", + "nanorand", + "thiserror 1.0.69", + "tracing", +] + [[package]] name = "proc-macro-crate" version = "1.1.3" @@ -14822,11 +16486,11 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" +checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" dependencies = [ - "toml_edit", + "toml_edit 0.23.6", ] [[package]] @@ -14872,7 +16536,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -14883,7 +16547,7 @@ checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -14903,7 +16567,7 @@ checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "version_check", "yansi", ] @@ -14915,7 +16579,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3ef4f2f0422f23a82ec9f628ea2acd12871c81a9362b02c43c1aa86acfc3ba1" dependencies = [ "futures", - "indexmap 2.10.0", + "indexmap 2.11.4", "nix 0.30.1", "tokio", "tracing", @@ -14956,18 +16620,18 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "proptest" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f" +checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.9.1", + "bitflags 2.9.4", "lazy_static", "num-traits", "rand 0.9.2", @@ -14981,13 +16645,13 @@ dependencies = [ [[package]] name = "proptest-derive" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee1c9ac207483d5e7db4940700de86a9aae46ef90c48b57f99fe7edb8345e49" +checksum = "095a99f75c69734802359b682be8daaf8980296731f6470434ea2c652af1dd30" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -15010,6 +16674,16 @@ dependencies = [ "prost-derive 0.13.5", ] +[[package]] +name = "prost" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d" +dependencies = [ + "bytes", + "prost-derive 0.14.1", +] + [[package]] name = "prost-build" version = "0.13.5" @@ -15021,12 +16695,12 @@ dependencies = [ "log", "multimap", "once_cell", - "petgraph", + "petgraph 0.7.1", "prettyplease", "prost 0.13.5", - "prost-types", + "prost-types 0.13.5", "regex", - "syn 2.0.104", + "syn 2.0.106", "tempfile", ] @@ -15037,10 +16711,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -15053,7 +16727,20 @@ dependencies = [ "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", +] + +[[package]] +name = "prost-derive" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" +dependencies = [ + "anyhow", + "itertools 0.14.0", + "proc-macro2", + "quote", + "syn 2.0.106", ] [[package]] @@ -15065,6 +16752,15 @@ dependencies = [ "prost 0.13.5", ] +[[package]] +name = "prost-types" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72" +dependencies = [ + "prost 0.14.1", +] + [[package]] name = "protobuf" version = "3.3.0" @@ -15100,7 +16796,7 @@ version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "memchr", "pulldown-cmark-escape", "unicase", @@ -15132,7 +16828,7 @@ checksum = "938543690519c20c3a480d20a8efcc8e69abeb44093ab1df4e7c1f81f26c677a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -15163,12 +16859,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ed1a693391a16317257103ad06a88c6529ac640846021da7c435a06fffdacd7" dependencies = [ "chrono", - "indexmap 2.10.0", + "indexmap 2.11.4", "newtype-uuid", "quick-xml 0.37.5", "strip-ansi-escapes", - "thiserror 2.0.12", - "uuid 1.17.0", + "thiserror 2.0.17", + "uuid 1.18.1", ] [[package]] @@ -15213,9 +16909,9 @@ dependencies = [ [[package]] name = "quinn" -version = "0.11.8" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" +checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" dependencies = [ "bytes", "cfg_aliases 0.2.1", @@ -15225,8 +16921,8 @@ dependencies = [ "quinn-udp", "rustc-hash 2.1.1", "rustls", - "socket2 0.5.10", - "thiserror 2.0.12", + "socket2 0.6.0", + "thiserror 2.0.17", "tokio", "tracing", "web-time", @@ -15234,9 +16930,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.12" +version = "0.11.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" +checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" dependencies = [ "bytes", "getrandom 0.3.3", @@ -15247,7 +16943,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.12", + "thiserror 2.0.17", "tinyvec", "tracing", "web-time", @@ -15255,23 +16951,23 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.13" +version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970" +checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" dependencies = [ "cfg_aliases 0.2.1", "libc", "once_cell", - "socket2 0.5.10", + "socket2 0.6.0", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] name = "quote" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" +checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" dependencies = [ "proc-macro2", ] @@ -15394,10 +17090,10 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cassowary", "compact_str", - "crossterm", + "crossterm 0.28.1", "indoc", "instability", "itertools 0.13.0", @@ -15415,7 +17111,7 @@ version = "11.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", ] [[package]] @@ -15473,11 +17169,11 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.13" +version = "0.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" +checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", ] [[package]] @@ -15493,33 +17189,45 @@ dependencies = [ [[package]] name = "redox_users" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" +checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.12", + "thiserror 2.0.17", +] + +[[package]] +name = "reed-solomon-novelpoly" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87413ebb313323d431e85d0afc5a68222aaed972843537cbfe5f061cf1b4bcab" +dependencies = [ + "derive_more 0.99.20", + "fs-err", + "static_init", + "thiserror 1.0.69", ] [[package]] name = "ref-cast" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" +checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" +checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -15543,7 +17251,7 @@ checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734" dependencies = [ "allocator-api2", "bumpalo", - "hashbrown 0.15.4", + "hashbrown 0.15.5", "log", "rustc-hash 2.1.1", "smallvec", @@ -15551,9 +17259,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.1" +version = "1.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" +checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" dependencies = [ "aho-corasick", "memchr", @@ -15563,9 +17271,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.9" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" +checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" dependencies = [ "aho-corasick", "memchr", @@ -15574,15 +17282,15 @@ dependencies = [ [[package]] name = "regex-lite" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" +checksum = "943f41321c63ef1c92fd763bfe054d2668f7f225a5c29f0105903dc2fc04ba30" [[package]] name = "regex-syntax" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" +checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" [[package]] name = "relative-path" @@ -15592,9 +17300,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "reqwest" -version = "0.12.22" +version = "0.12.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" +checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" dependencies = [ "async-compression", "base64 0.22.1", @@ -15603,11 +17311,11 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2 0.4.11", + "h2 0.4.12", "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-rustls", "hyper-util", "js-sys", @@ -15640,9 +17348,9 @@ dependencies = [ [[package]] name = "resolv-conf" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" +checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" [[package]] name = "revive-common" @@ -15673,7 +17381,7 @@ checksum = "f145f4208ac7729ffc1dda7ffced056ac0d772ba9b40d9be3fa8abb350d82ef3" dependencies = [ "anyhow", "revive-common", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", ] @@ -15700,7 +17408,7 @@ dependencies = [ "revive-env", "revm", "scale-info", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "tokio", @@ -15829,9 +17537,9 @@ dependencies = [ [[package]] name = "revm-inspectors" -version = "0.26.6" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3a316893eac04491a224ba7b65b2765aeaf7bbc7d24b8c34a6ce9afed39cd56" +checksum = "2483827fec2c31db4ada14e0b5523c377d1084337d1dbe135faaf14c218ab1af" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -15842,7 +17550,7 @@ dependencies = [ "revm", "serde", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -15897,7 +17605,7 @@ name = "revm-state" version = "7.0.2" source = "git+https://github.com/bluealloy/revm.git?rev=409c2b3#409c2b3b1a905de148f3cf21bbefabbe6014e561" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "revm-bytecode", "revm-primitives", "serde", @@ -15993,7 +17701,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "polkadot-primitives", @@ -16062,13 +17770,13 @@ checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0" dependencies = [ "cfg-if", "glob", - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", "regex", "relative-path", "rustc_version 0.4.1", - "syn 2.0.104", + "syn 2.0.106", "unicode-ident", ] @@ -16102,9 +17810,9 @@ dependencies = [ [[package]] name = "rug" -version = "1.27.0" +version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4207e8d668e5b8eb574bda8322088ccd0d7782d3d03c7e8d562e82ed82bdcbc3" +checksum = "58ad2e973fe3c3214251a840a621812a4f40468da814b1a3d6947d433c2af11f" dependencies = [ "az", "gmp-mpfr-sys", @@ -16114,14 +17822,15 @@ dependencies = [ [[package]] name = "ruint" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ecb38f82477f20c5c3d62ef52d7c4e536e38ea9b73fb570a20c5cae0e14bcf6" +checksum = "a68df0380e5c9d20ce49534f292a36a7514ae21350726efe1865bdb1fa91d278" dependencies = [ "alloy-rlp", "arbitrary", "ark-ff 0.3.0", "ark-ff 0.4.2", + "ark-ff 0.5.0", "bytes", "fastrlp 0.3.1", "fastrlp 0.4.0", @@ -16135,7 +17844,7 @@ dependencies = [ "rand 0.9.2", "rlp 0.5.2", "ruint-macro", - "serde", + "serde_core", "valuable", "zeroize", ] @@ -16158,9 +17867,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.25" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" +checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" [[package]] name = "rustc-hash" @@ -16207,7 +17916,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.26", + "semver 1.0.27", ] [[package]] @@ -16237,7 +17946,7 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "errno", "libc", "linux-raw-sys 0.4.15", @@ -16246,29 +17955,29 @@ dependencies = [ [[package]] name = "rustix" -version = "1.0.8" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" +checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "errno", "libc", - "linux-raw-sys 0.9.4", - "windows-sys 0.60.2", + "linux-raw-sys 0.11.0", + "windows-sys 0.61.1", ] [[package]] name = "rustls" -version = "0.23.29" +version = "0.23.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1" +checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" dependencies = [ "aws-lc-rs", "log", "once_cell", "ring 0.17.14", "rustls-pki-types", - "rustls-webpki 0.103.4", + "rustls-webpki 0.103.7", "subtle 2.6.1", "zeroize", ] @@ -16309,7 +18018,7 @@ dependencies = [ "rustls", "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.103.4", + "rustls-webpki 0.103.7", "security-framework", "security-framework-sys", "webpki-root-certs 0.26.11", @@ -16334,9 +18043,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.4" +version = "0.103.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" +checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" dependencies = [ "aws-lc-rs", "ring 0.17.14", @@ -16346,9 +18055,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" [[package]] name = "rusty-fork" @@ -16368,7 +18077,7 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ee1e066dc922e513bda599c6ccb5f3bb2b0ea5870a579448f2622993f0a9a2f" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg-if", "clipboard-win", "fd-lock", @@ -16400,14 +18109,14 @@ dependencies = [ "clap", "const-hex", "dirs 6.0.0", - "fs4", + "fs4 0.13.1", "indicatif", "reqwest", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "sha2 0.10.9", - "thiserror 2.0.12", + "thiserror 2.0.17", "url", ] @@ -16476,7 +18185,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "sp-core", @@ -16484,10 +18193,42 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "sc-authority-discovery" +version = "0.34.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "ip_network", + "linked_hash_set", + "log", + "parity-scale-codec", + "prost 0.12.6", + "prost-build", + "rand 0.8.5", + "sc-client-api", + "sc-network", + "sc-network-types", + "sc-service", + "serde", + "serde_json", + "sp-api", + "sp-authority-discovery", + "sp-blockchain", + "sp-core", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror 1.0.69", + "tokio", +] + [[package]] name = "sc-basic-authorship" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "futures", "log", @@ -16509,7 +18250,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "sp-api", @@ -16524,7 +18265,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "docify", @@ -16550,18 +18291,18 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "bip39", @@ -16603,7 +18344,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "fnv", "futures", @@ -16629,7 +18370,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "hash-db", "kvdb", @@ -16657,7 +18398,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "futures", @@ -16680,7 +18421,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "fork-tree", @@ -16711,7 +18452,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "fork-tree", @@ -16745,23 +18486,163 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "sc-consensus-babe-rpc" +version = "0.34.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "jsonrpsee", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-rpc-api", + "serde", + "sp-api", + "sp-application-crypto", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-keystore", + "sp-runtime", + "thiserror 1.0.69", +] + +[[package]] +name = "sc-consensus-beefy" +version = "13.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.4", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-gossip", + "sc-network-sync", + "sc-network-types", + "sc-utils", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-beefy", + "sp-core", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror 1.0.69", + "tokio", + "wasm-timer", +] + +[[package]] +name = "sc-consensus-beefy-rpc" +version = "13.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.4", + "sc-consensus-beefy", + "sc-rpc", + "serde", + "sp-application-crypto", + "sp-consensus-beefy", + "sp-core", + "sp-runtime", + "thiserror 1.0.69", +] + [[package]] name = "sc-consensus-epochs" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "fork-tree", + "parity-scale-codec", + "sc-client-api", + "sc-consensus", + "sp-blockchain", + "sp-runtime", +] + +[[package]] +name = "sc-consensus-grandpa" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ + "ahash", + "array-bytes", + "async-trait", + "dyn-clone", + "finality-grandpa", "fork-tree", + "futures", + "futures-timer", + "log", "parity-scale-codec", + "parking_lot 0.12.4", + "rand 0.8.5", + "sc-block-builder", + "sc-chain-spec", "sc-client-api", "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-network-sync", + "sc-network-types", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", + "serde_json", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-grandpa", + "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror 1.0.69", +] + +[[package]] +name = "sc-consensus-grandpa-rpc" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "finality-grandpa", + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "sc-client-api", + "sc-consensus-grandpa", + "sc-rpc", + "serde", "sp-blockchain", + "sp-core", "sp-runtime", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-manual-seal" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "assert_matches", "async-trait", @@ -16796,7 +18677,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "futures", @@ -16819,7 +18700,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -16842,7 +18723,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "polkavm 0.26.0", "sc-allocator", @@ -16855,7 +18736,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "polkavm 0.26.0", @@ -16866,12 +18747,12 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "anyhow", "log", "parking_lot 0.12.4", - "rustix 1.0.8", + "rustix 1.1.2", "sc-allocator", "sc-executor-common", "sp-runtime-interface", @@ -16882,7 +18763,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "console", "futures", @@ -16898,7 +18779,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "parking_lot 0.12.4", @@ -16912,7 +18793,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -16940,7 +18821,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -16990,17 +18871,36 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "sp-runtime", ] +[[package]] +name = "sc-network-gossip" +version = "0.34.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "ahash", + "futures", + "futures-timer", + "log", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-network-types", + "schnellru", + "sp-runtime", + "substrate-prometheus-endpoint", + "tracing", +] + [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -17021,7 +18921,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -17056,7 +18956,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "futures", @@ -17075,7 +18975,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bs58", "bytes", @@ -17087,16 +18987,50 @@ dependencies = [ "multiaddr 0.18.2", "multihash 0.19.3", "rand 0.8.5", - "serde", - "serde_with", - "thiserror 1.0.69", - "zeroize", + "serde", + "serde_with", + "thiserror 1.0.69", + "zeroize", +] + +[[package]] +name = "sc-offchain" +version = "29.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "bytes", + "fnv", + "futures", + "futures-timer", + "http-body-util", + "hyper 1.7.0", + "hyper-rustls", + "hyper-util", + "num_cpus", + "once_cell", + "parity-scale-codec", + "parking_lot 0.12.4", + "rand 0.8.5", + "rustls", + "sc-client-api", + "sc-network", + "sc-network-types", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-offchain", + "sp-runtime", + "threadpool", + "tracing", ] [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -17105,7 +19039,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "futures", "jsonrpsee", @@ -17137,7 +19071,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -17157,7 +19091,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -17165,7 +19099,7 @@ dependencies = [ "governor", "http 1.3.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "ip_network", "jsonrpsee", "log", @@ -17181,7 +19115,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "futures", @@ -17214,7 +19148,7 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#e8f1aff5a174f420cdd77f5d5c854dd6dc8a3273" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "sc-executor", @@ -17229,7 +19163,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "directories", @@ -17293,7 +19227,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "parity-scale-codec", @@ -17301,10 +19235,42 @@ dependencies = [ "sp-core", ] +[[package]] +name = "sc-storage-monitor" +version = "0.16.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "clap", + "fs4 0.7.0", + "log", + "sp-core", + "thiserror 1.0.69", + "tokio", +] + +[[package]] +name = "sc-sync-state-rpc" +version = "0.34.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-consensus-grandpa", + "serde", + "serde_json", + "sp-blockchain", + "sp-runtime", + "thiserror 1.0.69", +] + [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "derive_more 0.99.20", "futures", @@ -17324,7 +19290,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "chrono", "futures", @@ -17343,7 +19309,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "chrono", "console", @@ -17371,23 +19337,23 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "futures", "futures-timer", - "indexmap 2.10.0", + "indexmap 2.11.4", "itertools 0.11.0", "linked-hash-map", "parity-scale-codec", @@ -17413,11 +19379,11 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "futures", - "indexmap 2.10.0", + "indexmap 2.11.4", "log", "parity-scale-codec", "serde", @@ -17430,7 +19396,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-channel 1.9.0", "futures", @@ -17465,7 +19431,7 @@ dependencies = [ "scale-decode-derive", "scale-type-resolver", "smallvec", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -17477,7 +19443,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -17492,7 +19458,7 @@ dependencies = [ "scale-encode-derive", "scale-type-resolver", "smallvec", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -17502,10 +19468,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78a3993a13b4eafa89350604672c8757b7ea84c7c5947d4b3691e3169c96379b" dependencies = [ "darling 0.20.11", - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -17528,10 +19494,10 @@ version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -17553,8 +19519,8 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.104", - "thiserror 2.0.12", + "syn 2.0.106", + "thiserror 2.0.17", ] [[package]] @@ -17572,17 +19538,17 @@ dependencies = [ "scale-encode", "scale-type-resolver", "serde", - "thiserror 2.0.12", + "thiserror 2.0.17", "yap", ] [[package]] name = "schannel" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" +checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]] @@ -17630,7 +19596,7 @@ dependencies = [ "proc-macro2", "quote", "serde_derive_internals", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -17737,6 +19703,15 @@ dependencies = [ "zeroize", ] +[[package]] +name = "seccompiler" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5" +dependencies = [ + "libc", +] + [[package]] name = "secp256k1" version = "0.27.0" @@ -17834,12 +19809,12 @@ dependencies = [ [[package]] name = "secret-vault-value" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc32a777b53b3433b974c9c26b6d502a50037f8da94e46cb8ce2ced2cfdfaea0" +checksum = "662c7f8e99d46c9d3a87561d771a970c29efaccbab4bbdc6ab65d099d2358077" dependencies = [ - "prost 0.13.5", - "prost-types", + "prost 0.14.1", + "prost-types 0.14.1", "serde", "serde_json", "zeroize", @@ -17847,11 +19822,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "3.2.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" +checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "core-foundation 0.10.1", "core-foundation-sys", "libc", @@ -17860,9 +19835,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.14.0" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" +checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" dependencies = [ "core-foundation-sys", "libc", @@ -17897,11 +19872,12 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.26" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" +checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" dependencies = [ "serde", + "serde_core", ] [[package]] @@ -17933,9 +19909,9 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.225" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd6c24dee235d0da097043389623fb913daddf92c76e9f5a1db88607a0bcbd1d" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" dependencies = [ "serde_core", "serde_derive", @@ -17943,31 +19919,32 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.17" +version = "0.11.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" +checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" dependencies = [ "serde", + "serde_core", ] [[package]] name = "serde_core" -version = "1.0.225" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "659356f9a0cb1e529b24c01e43ad2bdf520ec4ceaf83047b83ddcc2251f96383" +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.225" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea936adf78b1f766949a4977b91d2f5595825bd6ec079aa9543ad2685fc4516" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -17978,7 +19955,7 @@ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -17992,25 +19969,27 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.141" +version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" +checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" dependencies = [ - "indexmap 2.10.0", + "indexmap 2.11.4", "itoa", "memchr", "ryu", "serde", + "serde_core", ] [[package]] name = "serde_path_to_error" -version = "0.1.17" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" +checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" dependencies = [ "itoa", "serde", + "serde_core", ] [[package]] @@ -18024,20 +20003,21 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83" +checksum = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee" dependencies = [ - "serde", + "serde_core", ] [[package]] name = "serde_stacker" -version = "0.1.12" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69c8defe6c780725cce4ec6ad3bd91e321baf6fa4e255df1f31e345d507ef01a" +checksum = "d4936375d50c4be7eff22293a9344f8e46f323ed2b3c243e52f89138d9bb0f4a" dependencies = [ "serde", + "serde_core", "stacker", ] @@ -18055,15 +20035,15 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.14.0" +version = "3.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5" +checksum = "c522100790450cf78eeac1507263d0a350d4d5b30df0c8e1fe051a10c22b376e" dependencies = [ "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.10.0", + "indexmap 2.11.4", "schemars 0.9.0", "schemars 1.0.4", "serde", @@ -18075,14 +20055,14 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.14.0" +version = "3.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f" +checksum = "327ada00f7d64abaac1e55a6911e90cf665aa051b9a561c7006c157f4633135e" dependencies = [ - "darling 0.20.11", + "darling 0.21.3", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -18117,7 +20097,7 @@ checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -18225,9 +20205,9 @@ dependencies = [ [[package]] name = "signal-hook-registry" -version = "1.4.5" +version = "1.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" +checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" dependencies = [ "libc", ] @@ -18287,7 +20267,7 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", ] [[package]] @@ -18304,7 +20284,7 @@ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.12", + "thiserror 2.0.17", "time", ] @@ -18335,7 +20315,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "enumn", "parity-scale-codec", @@ -18343,6 +20323,15 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "slotmap" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" +dependencies = [ + "version_check", +] + [[package]] name = "smallvec" version = "1.15.1" @@ -18397,7 +20386,7 @@ dependencies = [ "fnv", "futures-lite", "futures-util", - "hashbrown 0.15.4", + "hashbrown 0.15.5", "hex", "hmac 0.12.1", "itertools 0.14.0", @@ -18447,7 +20436,7 @@ dependencies = [ "futures-channel", "futures-lite", "futures-util", - "hashbrown 0.15.4", + "hashbrown 0.15.5", "hex", "itertools 0.14.0", "log", @@ -18517,7 +20506,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bp-relayers", "frame-support", @@ -18584,7 +20573,7 @@ dependencies = [ "either", "num-bigint", "num-rational", - "semver 1.0.26", + "semver 1.0.27", "solar-data-structures", "solar-interface", "solar-macros", @@ -18607,7 +20596,7 @@ source = "git+https://github.com/paradigmxyz/solar?tag=v0.1.5#3062e90c0f1aacfee7 dependencies = [ "bumpalo", "index_vec", - "indexmap 2.10.0", + "indexmap 2.11.4", "parking_lot 0.12.4", "rayon", "rustc-hash 2.1.1", @@ -18637,7 +20626,7 @@ dependencies = [ "solar-config", "solar-data-structures", "solar-macros", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", "unicode-width 0.2.0", ] @@ -18649,7 +20638,7 @@ source = "git+https://github.com/paradigmxyz/solar?tag=v0.1.5#3062e90c0f1aacfee7 dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -18658,7 +20647,7 @@ version = "0.1.5" source = "git+https://github.com/paradigmxyz/solar?tag=v0.1.5#3062e90c0f1aacfee7b01d2c3812a14804140daf" dependencies = [ "alloy-primitives", - "bitflags 2.9.1", + "bitflags 2.9.4", "bumpalo", "itertools 0.14.0", "memchr", @@ -18679,7 +20668,7 @@ source = "git+https://github.com/paradigmxyz/solar?tag=v0.1.5#3062e90c0f1aacfee7 dependencies = [ "alloy-json-abi", "alloy-primitives", - "bitflags 2.9.1", + "bitflags 2.9.4", "bumpalo", "derive_more 2.0.1", "either", @@ -18737,14 +20726,14 @@ dependencies = [ "regex", "reqwest", "sanitize-filename", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "sha2 0.10.9", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", - "toml_edit", - "uuid 1.17.0", + "toml_edit 0.22.27", + "uuid 1.18.1", "zip", "zip-extract", ] @@ -18752,7 +20741,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "hash-db", @@ -18774,21 +20763,21 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "Inflector", "blake2 0.10.6", "expander", - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "scale-info", @@ -18800,7 +20789,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "integer-sqrt", @@ -18814,7 +20803,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "scale-info", @@ -18826,7 +20815,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "sp-api", "sp-inherents", @@ -18836,7 +20825,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "futures", "parity-scale-codec", @@ -18855,7 +20844,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "futures", @@ -18869,7 +20858,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "parity-scale-codec", @@ -18885,7 +20874,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "parity-scale-codec", @@ -18903,7 +20892,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "scale-info", @@ -18923,7 +20912,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "finality-grandpa", "log", @@ -18940,7 +20929,7 @@ dependencies = [ [[package]] name = "sp-consensus-pow" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "sp-api", @@ -18951,7 +20940,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "scale-info", @@ -18962,7 +20951,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "ark-vrf", "array-bytes", @@ -19009,7 +20998,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", ] @@ -19017,7 +21006,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "sp-crypto-hashing-proc-macro", ] @@ -19025,7 +21014,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -19059,7 +21048,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "blake2b_simd", "byteorder", @@ -19072,17 +21061,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=master)", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "kvdb", "parking_lot 0.12.4", @@ -19091,17 +21080,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "environmental", "parity-scale-codec", @@ -19111,7 +21100,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "scale-info", @@ -19123,7 +21112,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -19136,7 +21125,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bytes", "docify", @@ -19162,7 +21151,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "sp-core", "sp-runtime", @@ -19172,7 +21161,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -19183,7 +21172,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -19192,7 +21181,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -19202,7 +21191,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "scale-info", @@ -19213,7 +21202,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "log", "parity-scale-codec", @@ -19230,7 +21219,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "scale-info", @@ -19243,7 +21232,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "sp-api", "sp-core", @@ -19253,7 +21242,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "backtrace", "regex", @@ -19262,7 +21251,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -19272,7 +21261,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "binary-merkle-tree", "docify", @@ -19301,7 +21290,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -19319,20 +21308,20 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "scale-info", @@ -19346,7 +21335,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -19359,7 +21348,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "hash-db", "log", @@ -19379,7 +21368,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -19403,12 +21392,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "impl-serde", "parity-scale-codec", @@ -19420,7 +21409,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "parity-scale-codec", @@ -19432,7 +21421,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "regex", @@ -19444,7 +21433,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "sp-api", "sp-runtime", @@ -19453,7 +21442,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "parity-scale-codec", @@ -19467,12 +21456,12 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "ahash", "foldhash 0.1.5", "hash-db", - "hashbrown 0.15.4", + "hashbrown 0.15.5", "memory-db", "nohash-hasher", "parity-scale-codec", @@ -19492,7 +21481,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "impl-serde", "parity-scale-codec", @@ -19509,19 +21498,19 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "parity-scale-codec", "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -19533,7 +21522,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "bounded-collections 0.3.2", "parity-scale-codec", @@ -19617,9 +21606,9 @@ dependencies = [ "futures-intrusive", "futures-io", "futures-util", - "hashbrown 0.15.4", + "hashbrown 0.15.5", "hashlink 0.10.0", - "indexmap 2.10.0", + "indexmap 2.11.4", "log", "memchr", "once_cell", @@ -19628,7 +21617,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "smallvec", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tokio-stream", "tracing", @@ -19645,7 +21634,7 @@ dependencies = [ "quote", "sqlx-core", "sqlx-macros-core", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -19668,7 +21657,7 @@ dependencies = [ "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", - "syn 2.0.104", + "syn 2.0.106", "tokio", "url", ] @@ -19681,7 +21670,7 @@ checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" dependencies = [ "atoi", "base64 0.22.1", - "bitflags 2.9.1", + "bitflags 2.9.4", "byteorder", "bytes", "crc", @@ -19710,7 +21699,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", "whoami", ] @@ -19723,7 +21712,7 @@ checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" dependencies = [ "atoi", "base64 0.22.1", - "bitflags 2.9.1", + "bitflags 2.9.4", "byteorder", "crc", "dotenvy", @@ -19747,7 +21736,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", "whoami", ] @@ -19771,7 +21760,7 @@ dependencies = [ "serde", "serde_urlencoded", "sqlx-core", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", "url", ] @@ -19813,7 +21802,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -19826,7 +21815,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "7.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "array-bytes", "bounded-collections 0.3.2", @@ -19847,7 +21836,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "environmental", "frame-support", @@ -19871,7 +21860,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "environmental", "frame-benchmarking", @@ -20037,7 +22026,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -20049,13 +22038,13 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -20077,10 +22066,15 @@ dependencies = [ "rustc-hex", ] +[[package]] +name = "substrate-build-script-utils" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" + [[package]] name = "substrate-frame-rpc-support" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "jsonrpsee", @@ -20094,7 +22088,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -20114,10 +22108,10 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "log", "prometheus", @@ -20128,7 +22122,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "async-trait", "jsonrpsee", @@ -20149,10 +22143,27 @@ dependencies = [ "serde_json", ] +[[package]] +name = "substrate-state-trie-migration-rpc" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "sc-client-api", + "sc-rpc-api", + "serde", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-trie", + "trie-db", +] + [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "build-helper", "cargo_metadata 0.15.4", @@ -20216,7 +22227,7 @@ dependencies = [ "subxt-macro", "subxt-metadata", "subxt-rpcs", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tokio-util", "tracing", @@ -20238,8 +22249,8 @@ dependencies = [ "scale-info", "scale-typegen", "subxt-metadata", - "syn 2.0.104", - "thiserror 2.0.12", + "syn 2.0.106", + "thiserror 2.0.17", ] [[package]] @@ -20268,7 +22279,7 @@ dependencies = [ "serde_json", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-metadata", - "thiserror 2.0.12", + "thiserror 2.0.17", "tracing", ] @@ -20283,7 +22294,7 @@ dependencies = [ "serde", "serde_json", "smoldot-light", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tokio-stream", "tracing", @@ -20303,7 +22314,7 @@ dependencies = [ "subxt-codegen", "subxt-metadata", "subxt-utils-fetchmetadata", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -20318,7 +22329,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -20340,7 +22351,7 @@ dependencies = [ "serde_json", "subxt-core", "subxt-lightclient", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tokio-util", "tracing", @@ -20373,7 +22384,7 @@ dependencies = [ "sha2 0.10.9", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-core", - "thiserror 2.0.12", + "thiserror 2.0.17", "zeroize", ] @@ -20385,20 +22396,20 @@ checksum = "8c4fb8fd6b16ecd3537a29d70699f329a68c1e47f70ed1a46d64f76719146563" dependencies = [ "hex", "parity-scale-codec", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] name = "sval" -version = "2.14.1" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09" +checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d" [[package]] name = "sval_buffer" -version = "2.14.1" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b" +checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164" dependencies = [ "sval", "sval_ref", @@ -20406,18 +22417,18 @@ dependencies = [ [[package]] name = "sval_dynamic" -version = "2.14.1" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b" +checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5" dependencies = [ "sval", ] [[package]] name = "sval_fmt" -version = "2.14.1" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c" +checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839" dependencies = [ "itoa", "ryu", @@ -20426,9 +22437,9 @@ dependencies = [ [[package]] name = "sval_json" -version = "2.14.1" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb" +checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6" dependencies = [ "itoa", "ryu", @@ -20437,9 +22448,9 @@ dependencies = [ [[package]] name = "sval_nested" -version = "2.14.1" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a" +checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae" dependencies = [ "sval", "sval_buffer", @@ -20448,52 +22459,51 @@ dependencies = [ [[package]] name = "sval_ref" -version = "2.14.1" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e" +checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1" dependencies = [ "sval", ] [[package]] name = "sval_serde" -version = "2.14.1" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339" +checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d" dependencies = [ - "serde", + "serde_core", "sval", "sval_nested", ] [[package]] name = "svm-rs" -version = "0.5.17" +version = "0.5.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b05e11b713e9ee5f0f6488080818447348d7c04223a76c3a8c40183654e3ecef" +checksum = "11f15cc0fb280301739995e3b9f0f0dde3aecb876814f4768689f9138570cd3b" dependencies = [ "const-hex", "dirs 6.0.0", - "fs4", "reqwest", - "semver 1.0.26", + "semver 1.0.27", "serde", "serde_json", "sha2 0.10.9", "tempfile", - "thiserror 2.0.12", + "thiserror 2.0.17", "url", "zip", ] [[package]] name = "svm-rs-builds" -version = "0.5.17" +version = "0.5.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb0e0860f1b1a27ef3847f2990b5e12b1a916c6f501d6e3a0af4973d141aa49b" +checksum = "31affc47068aeef445accc5c3d5f7fd24f9072cae0a651cef564239003c94ff8" dependencies = [ "const-hex", - "semver 1.0.26", + "semver 1.0.27", "serde_json", "svm-rs", ] @@ -20511,9 +22521,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.104" +version = "2.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" +checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" dependencies = [ "proc-macro2", "quote", @@ -20522,14 +22532,14 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "1.2.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ac494e7266fcdd2ad80bf4375d55d27a117ea5c866c26d0e97fe5b3caeeb75" +checksum = "2375c17f6067adc651d8c2c51658019cef32edfff4a982adaf1d7fd1c039f08b" dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -20561,7 +22571,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -20585,7 +22595,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "core-foundation 0.9.4", "system-configuration-sys", ] @@ -20620,15 +22630,15 @@ checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" [[package]] name = "tempfile" -version = "3.20.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.3", "once_cell", - "rustix 1.0.8", - "windows-sys 0.59.0", + "rustix 1.1.2", + "windows-sys 0.61.1", ] [[package]] @@ -20644,11 +22654,11 @@ dependencies = [ [[package]] name = "term" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a43bddab41f8626c7bdaab872bbba75f8df5847b516d77c569c746e2ae5eb746" +checksum = "2111ef44dae28680ae9752bb89409e7310ca33a8c621ebe7b106cf5c928b3ac0" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] @@ -20662,12 +22672,12 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" +checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" dependencies = [ - "rustix 1.0.8", - "windows-sys 0.59.0", + "rustix 1.1.2", + "windows-sys 0.60.2", ] [[package]] @@ -20691,7 +22701,7 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "testnet-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -20725,11 +22735,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.12" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ - "thiserror-impl 2.0.12", + "thiserror-impl 2.0.17", ] [[package]] @@ -20740,20 +22750,26 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "thiserror-impl" -version = "2.0.12" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] +[[package]] +name = "thousands" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" + [[package]] name = "thread_local" version = "1.1.9" @@ -20772,6 +22788,17 @@ dependencies = [ "num_cpus", ] +[[package]] +name = "tikv-jemalloc-ctl" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f21f216790c8df74ce3ab25b534e0718da5a1916719771d3fec23315c99e468b" +dependencies = [ + "libc", + "paste", + "tikv-jemalloc-sys", +] + [[package]] name = "tikv-jemalloc-sys" version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" @@ -20794,9 +22821,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.41" +version = "0.3.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" +checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" dependencies = [ "deranged", "itoa", @@ -20811,15 +22838,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" +checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" [[package]] name = "time-macros" -version = "0.2.22" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" +checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" dependencies = [ "num-conv", "time-core", @@ -20836,9 +22863,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" +checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" dependencies = [ "tinyvec_macros", ] @@ -20877,14 +22904,14 @@ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "tokio-rustls" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" +checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" dependencies = [ "rustls", "tokio", @@ -20934,11 +22961,23 @@ dependencies = [ "tungstenite 0.27.0", ] +[[package]] +name = "tokio-tungstenite" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" +dependencies = [ + "futures-util", + "log", + "tokio", + "tungstenite 0.28.0", +] + [[package]] name = "tokio-util" -version = "0.7.15" +version = "0.7.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" +checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" dependencies = [ "bytes", "futures-core", @@ -20966,19 +23005,19 @@ dependencies = [ "serde", "serde_spanned 0.6.9", "toml_datetime 0.6.11", - "toml_edit", + "toml_edit 0.22.27", ] [[package]] name = "toml" -version = "0.9.2" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac" +checksum = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0" dependencies = [ - "indexmap 2.10.0", - "serde", - "serde_spanned 1.0.0", - "toml_datetime 0.7.0", + "indexmap 2.11.4", + "serde_core", + "serde_spanned 1.0.2", + "toml_datetime 0.7.2", "toml_parser", "toml_writer", "winnow", @@ -20995,11 +23034,11 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3" +checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1" dependencies = [ - "serde", + "serde_core", ] [[package]] @@ -21008,7 +23047,7 @@ version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.10.0", + "indexmap 2.11.4", "serde", "serde_spanned 0.6.9", "toml_datetime 0.6.11", @@ -21016,11 +23055,23 @@ dependencies = [ "winnow", ] +[[package]] +name = "toml_edit" +version = "0.23.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b" +dependencies = [ + "indexmap 2.11.4", + "toml_datetime 0.7.2", + "toml_parser", + "winnow", +] + [[package]] name = "toml_parser" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" +checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" dependencies = [ "winnow", ] @@ -21033,9 +23084,9 @@ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" [[package]] name = "toml_writer" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64" +checksum = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109" [[package]] name = "tonic" @@ -21047,11 +23098,11 @@ dependencies = [ "axum", "base64 0.22.1", "bytes", - "h2 0.4.11", + "h2 0.4.12", "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-timeout", "hyper-util", "percent-encoding", @@ -21097,7 +23148,7 @@ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" dependencies = [ "futures-core", "futures-util", - "indexmap 2.10.0", + "indexmap 2.11.4", "pin-project-lite", "slab", "sync_wrapper", @@ -21114,7 +23165,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "bytes", "http 1.3.1", "http-body 1.0.1", @@ -21130,7 +23181,7 @@ version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "bytes", "futures-core", "futures-util", @@ -21196,7 +23247,7 @@ checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -21229,6 +23280,29 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-gum" +version = "7.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "coarsetime", + "polkadot-primitives", + "tracing", + "tracing-gum-proc-macro", +] + +[[package]] +name = "tracing-gum-proc-macro" +version = "5.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" +dependencies = [ + "expander", + "proc-macro-crate 3.4.0", + "proc-macro2", + "quote", + "syn 2.0.106", +] + [[package]] name = "tracing-log" version = "0.2.0" @@ -21364,7 +23438,7 @@ dependencies = [ "rustls", "rustls-pki-types", "sha1", - "thiserror 2.0.12", + "thiserror 2.0.17", "utf-8", ] @@ -21383,11 +23457,28 @@ dependencies = [ "rustls", "rustls-pki-types", "sha1", - "thiserror 2.0.12", + "thiserror 2.0.17", "url", "utf-8", ] +[[package]] +name = "tungstenite" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" +dependencies = [ + "bytes", + "data-encoding", + "http 1.3.1", + "httparse", + "log", + "rand 0.9.2", + "sha1", + "thiserror 2.0.17", + "utf-8", +] + [[package]] name = "tuplex" version = "0.1.2" @@ -21515,9 +23606,9 @@ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" [[package]] name = "unicode-ident" -version = "1.0.18" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" +checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" [[package]] name = "unicode-joining-type" @@ -21627,9 +23718,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.4" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" +checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" dependencies = [ "form_urlencoded", "idna", @@ -21679,9 +23770,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.17.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom 0.3.3", "js-sys", @@ -21899,11 +23990,20 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasi" -version = "0.14.2+wasi-0.2.4" +version = "0.14.7+wasi-0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" +dependencies = [ + "wasip2", +] + +[[package]] +name = "wasip2" +version = "1.0.1+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" +checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" dependencies = [ - "wit-bindgen-rt", + "wit-bindgen", ] [[package]] @@ -21912,37 +24012,47 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" +[[package]] +name = "wasix" +version = "0.12.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" +dependencies = [ + "wasi 0.11.1+wasi-snapshot-preview1", +] + [[package]] name = "wasm-bindgen" -version = "0.2.100" +version = "0.2.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" +checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" dependencies = [ "cfg-if", "once_cell", "rustversion", "wasm-bindgen-macro", + "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.100" +version = "0.2.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" +checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" dependencies = [ "bumpalo", "log", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.50" +version = "0.4.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" +checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" dependencies = [ "cfg-if", "js-sys", @@ -21953,9 +24063,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.100" +version = "0.2.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" +checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -21963,22 +24073,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.100" +version = "0.2.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" +checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.100" +version = "0.2.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" +checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" dependencies = [ "unicode-ident", ] @@ -22157,7 +24267,7 @@ version = "0.221.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", ] [[package]] @@ -22166,10 +24276,10 @@ version = "0.235.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "161296c618fa2d63f6ed5fffd1112937e803cb9ec71b32b01a76321555660917" dependencies = [ - "bitflags 2.9.1", - "hashbrown 0.15.4", - "indexmap 2.10.0", - "semver 1.0.26", + "bitflags 2.9.4", + "hashbrown 0.15.5", + "indexmap 2.11.4", + "semver 1.0.27", "serde", ] @@ -22199,27 +24309,27 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6fe976922a16af3b0d67172c473d1fd4f1aa5d0af9c8ba6538c741f3af686f4" dependencies = [ - "addr2line", + "addr2line 0.24.2", "anyhow", - "bitflags 2.9.1", + "bitflags 2.9.4", "bumpalo", "cc", "cfg-if", "fxprof-processed-profile", - "gimli", - "hashbrown 0.15.4", - "indexmap 2.10.0", + "gimli 0.31.1", + "hashbrown 0.15.5", + "indexmap 2.11.4", "ittapi", "libc", "log", "mach2", "memfd", - "object", + "object 0.36.7", "once_cell", "postcard", "pulley-interpreter", "rayon", - "rustix 1.0.8", + "rustix 1.1.2", "serde", "serde_derive", "serde_json", @@ -22251,10 +24361,10 @@ dependencies = [ "cpp_demangle", "cranelift-bitset", "cranelift-entity", - "gimli", - "indexmap 2.10.0", + "gimli 0.31.1", + "indexmap 2.11.4", "log", - "object", + "object 0.36.7", "postcard", "rustc-demangle", "serde", @@ -22286,7 +24396,7 @@ dependencies = [ "directories-next", "log", "postcard", - "rustix 1.0.8", + "rustix 1.1.2", "serde", "serde_derive", "sha2 0.10.9", @@ -22308,14 +24418,14 @@ dependencies = [ "cranelift-entity", "cranelift-frontend", "cranelift-native", - "gimli", + "gimli 0.31.1", "itertools 0.14.0", "log", - "object", + "object 0.36.7", "pulley-interpreter", "smallvec", "target-lexicon", - "thiserror 2.0.12", + "thiserror 2.0.17", "wasmparser 0.235.0", "wasmtime-environ", "wasmtime-internal-math", @@ -22332,7 +24442,7 @@ dependencies = [ "cc", "cfg-if", "libc", - "rustix 1.0.8", + "rustix 1.1.2", "wasmtime-internal-asm-macros", "wasmtime-internal-versioned-export-macros", "windows-sys 0.59.0", @@ -22345,8 +24455,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61d8693995ab3df48e88777b6ee3b2f441f2c4f895ab938996cdac3db26f256c" dependencies = [ "cc", - "object", - "rustix 1.0.8", + "object 0.36.7", + "rustix 1.1.2", "wasmtime-internal-versioned-export-macros", ] @@ -22387,7 +24497,7 @@ dependencies = [ "cfg-if", "cranelift-codegen", "log", - "object", + "object 0.36.7", ] [[package]] @@ -22398,7 +24508,7 @@ checksum = "342b0466f92b7217a4de9e114175fedee1907028567d2548bcd42f71a8b5b016" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -22409,8 +24519,8 @@ checksum = "2012e7384c25b91aab2f1b6a1e1cbab9d0f199bbea06cc873597a3f047f05730" dependencies = [ "anyhow", "cranelift-codegen", - "gimli", - "object", + "gimli 0.31.1", + "object 0.36.7", "target-lexicon", "wasmparser 0.235.0", "wasmtime-environ", @@ -22420,9 +24530,9 @@ dependencies = [ [[package]] name = "wasmtimer" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8d49b5d6c64e8558d9b1b065014426f35c18de636895d24893dbbd329743446" +checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b" dependencies = [ "futures", "js-sys", @@ -22444,7 +24554,7 @@ dependencies = [ "miette", "normalize-path", "notify", - "thiserror 2.0.12", + "thiserror 2.0.17", "tokio", "tracing", "watchexec-events", @@ -22470,7 +24580,7 @@ checksum = "377729679262964c27e6a28f360a84b7aedb172b59841301c1c77922305dfd83" dependencies = [ "miette", "nix 0.30.1", - "thiserror 2.0.12", + "thiserror 2.0.17", ] [[package]] @@ -22489,9 +24599,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.77" +version = "0.3.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" +checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" dependencies = [ "js-sys", "wasm-bindgen", @@ -22564,7 +24674,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "polkadot-primitives", @@ -22577,18 +24687,6 @@ dependencies = [ "staging-xcm-builder", ] -[[package]] -name = "which" -version = "4.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" -dependencies = [ - "either", - "home", - "once_cell", - "rustix 0.38.44", -] - [[package]] name = "which" version = "8.0.0" @@ -22596,7 +24694,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" dependencies = [ "env_home", - "rustix 1.0.8", + "rustix 1.1.2", "winsafe", ] @@ -22644,11 +24742,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.9" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" +checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]] @@ -22666,11 +24764,11 @@ dependencies = [ "anyhow", "cranelift-assembler-x64", "cranelift-codegen", - "gimli", + "gimli 0.31.1", "regalloc2 0.12.2", "smallvec", "target-lexicon", - "thiserror 2.0.12", + "thiserror 2.0.17", "wasmparser 0.235.0", "wasmtime-environ", "wasmtime-internal-cranelift", @@ -22706,7 +24804,7 @@ dependencies = [ "windows-collections", "windows-core 0.61.2", "windows-future", - "windows-link", + "windows-link 0.1.3", "windows-numerics", ] @@ -22746,9 +24844,22 @@ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" dependencies = [ "windows-implement", "windows-interface", - "windows-link", + "windows-link 0.1.3", "windows-result 0.3.4", - "windows-strings", + "windows-strings 0.4.2", +] + +[[package]] +name = "windows-core" +version = "0.62.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9" +dependencies = [ + "windows-implement", + "windows-interface", + "windows-link 0.2.0", + "windows-result 0.4.0", + "windows-strings 0.5.0", ] [[package]] @@ -22758,30 +24869,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" dependencies = [ "windows-core 0.61.2", - "windows-link", + "windows-link 0.1.3", "windows-threading", ] [[package]] name = "windows-implement" -version = "0.60.0" +version = "0.60.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" +checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "windows-interface" -version = "0.59.1" +version = "0.59.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" +checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] @@ -22790,6 +24901,12 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" +[[package]] +name = "windows-link" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" + [[package]] name = "windows-numerics" version = "0.2.0" @@ -22797,7 +24914,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" dependencies = [ "windows-core 0.61.2", - "windows-link", + "windows-link 0.1.3", ] [[package]] @@ -22806,9 +24923,9 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" dependencies = [ - "windows-link", + "windows-link 0.1.3", "windows-result 0.3.4", - "windows-strings", + "windows-strings 0.4.2", ] [[package]] @@ -22826,7 +24943,16 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" dependencies = [ - "windows-link", + "windows-link 0.1.3", +] + +[[package]] +name = "windows-result" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" +dependencies = [ + "windows-link 0.2.0", ] [[package]] @@ -22835,7 +24961,16 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" dependencies = [ - "windows-link", + "windows-link 0.1.3", +] + +[[package]] +name = "windows-strings" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" +dependencies = [ + "windows-link 0.2.0", ] [[package]] @@ -22880,7 +25015,16 @@ version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" dependencies = [ - "windows-targets 0.53.2", + "windows-targets 0.53.4", +] + +[[package]] +name = "windows-sys" +version = "0.61.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f" +dependencies = [ + "windows-link 0.2.0", ] [[package]] @@ -22931,10 +25075,11 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.53.2" +version = "0.53.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" +checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" dependencies = [ + "windows-link 0.2.0", "windows_aarch64_gnullvm 0.53.0", "windows_aarch64_msvc 0.53.0", "windows_i686_gnu 0.53.0", @@ -22951,7 +25096,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" dependencies = [ - "windows-link", + "windows-link 0.1.3", ] [[package]] @@ -23136,9 +25281,9 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" [[package]] name = "winnow" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95" +checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" dependencies = [ "memchr", ] @@ -23160,13 +25305,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" [[package]] -name = "wit-bindgen-rt" -version = "0.39.0" +name = "wit-bindgen" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" -dependencies = [ - "bitflags 2.9.1", -] +checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" [[package]] name = "ws_stream_wasm" @@ -23181,7 +25323,7 @@ dependencies = [ "pharos", "rustc_version 0.4.1", "send_wrapper 0.6.0", - "thiserror 2.0.12", + "thiserror 2.0.17", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -23238,25 +25380,25 @@ dependencies = [ "nom 7.1.3", "oid-registry 0.8.1", "rusticata-macros", - "thiserror 2.0.12", + "thiserror 2.0.17", "time", ] [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "xcm-runtime-apis" version = "0.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "parity-scale-codec", @@ -23270,7 +25412,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#62c3a80f913a272c4f5dba2c91320056d39ec68e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=master#1320b70d33145fc379751864a77e6fc8186cec94" dependencies = [ "frame-support", "frame-system", @@ -23332,9 +25474,9 @@ dependencies = [ [[package]] name = "yamux" -version = "0.13.6" +version = "0.13.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2dd50a6d6115feb3e5d7d0efd45e8ca364b6c83722c1e9c602f5764e0e9597" +checksum = "6927cfe0edfae4b26a369df6bad49cd0ef088c0ec48f4045b2084bcaedc10246" dependencies = [ "futures", "log", @@ -23372,29 +25514,29 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.26" +version = "0.8.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" +checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.26" +version = "0.8.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" +checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "zeroize" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" +checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" dependencies = [ "zeroize_derive", ] @@ -23407,19 +25549,19 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.106", ] [[package]] name = "zip" -version = "4.3.0" +version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aed4ac33e8eb078c89e6cbb1d5c4c7703ec6d299fc3e7c3695af8f8b423468b" +checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1" dependencies = [ "arbitrary", "crc32fast", "flate2", - "indexmap 2.10.0", + "indexmap 2.11.4", "memchr", "zopfli", ] @@ -23431,15 +25573,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fa5b9958fd0b5b685af54f2c3fa21fca05fe295ebaf3e77b6d24d96c4174037" dependencies = [ "log", - "thiserror 2.0.12", + "thiserror 2.0.17", "zip", ] [[package]] name = "zlib-rs" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a" +checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2" [[package]] name = "zopfli" diff --git a/Cargo.toml b/Cargo.toml index f8e0c3ea559ec..bd949a93d0aa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -275,7 +275,7 @@ op-alloy-flz = "0.13.1" ## revm revm = { version = "27.0.3", default-features = false } -revm-inspectors = { version = "0.26.5", features = ["serde"] } +revm-inspectors = { version = "0.27.3", features = ["serde"] } op-revm = { version = "8.0.3", default-features = false } ## alloy-evm diff --git a/crates/anvil-polkadot/Cargo.toml b/crates/anvil-polkadot/Cargo.toml index c0db820fdd58f..7641846361220 100644 --- a/crates/anvil-polkadot/Cargo.toml +++ b/crates/anvil-polkadot/Cargo.toml @@ -64,8 +64,21 @@ polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", branch "substrate-frame-rpc-system", "substrate-rpc-client", "substrate-wasm-builder", - "pallet-revive-eth-rpc" + "pallet-revive-eth-rpc", + + "sc-consensus-aura", + "polkadot-primitives", + "cumulus-client-parachain-inherent", + "sp-arithmetic", + "cumulus-client-service", + "cumulus-primitives-aura", + "cumulus-primitives-core", + "sp-inherents", + #"sp-consensus-aura", + ] } + +#sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk.git", package = "sc-consensus-manual-seal"} anvil.workspace = true anvil-core.workspace = true anvil-server = { workspace = true, features = ["clap"] } @@ -99,6 +112,7 @@ alloy-chains.workspace = true alloy-genesis.workspace = true alloy-trie.workspace = true op-alloy-consensus = { workspace = true, features = ["serde"] } +hex = "0.4" # axum related axum.workspace = true @@ -141,6 +155,8 @@ subxt-signer = "0.43.0" tokio-stream = "0.1.17" jsonrpsee = "0.24.9" sqlx = "0.8.6" +indicatif.workspace = true +#sc-consensus-manual-seal = "0.54.0" [dev-dependencies] alloy-provider = { workspace = true, features = ["txpool-api"] } diff --git a/crates/anvil-polkadot/src/cmd.rs b/crates/anvil-polkadot/src/cmd.rs index bab435dc64aaa..041876a10a211 100644 --- a/crates/anvil-polkadot/src/cmd.rs +++ b/crates/anvil-polkadot/src/cmd.rs @@ -97,6 +97,9 @@ pub struct NodeArgs { #[command(flatten)] pub server_config: ServerConfig, + + #[command(flatten)] + pub fork: ForkArgs, } /// The default IPC endpoint @@ -134,7 +137,9 @@ impl NodeArgs { .with_code_size_limit(self.evm.code_size_limit) .disable_code_size_limit(self.evm.disable_code_size_limit) .with_disable_default_create2_deployer(self.evm.disable_default_create2_deployer) - .with_memory_limit(self.evm.memory_limit); + .with_memory_limit(self.evm.memory_limit) + .with_fork_url(self.fork.fork_url) + .with_fork_block_hash(self.fork.fork_block_hash); let substrate_node_config = SubstrateNodeConfig::new(&anvil_config); @@ -258,6 +263,18 @@ fn duration_from_secs_f64(s: &str) -> Result { Duration::try_from_secs_f64(s).map_err(|e| e.to_string()) } +#[derive(Clone, Debug, Parser)] +#[command(next_help_heading = "Fork options")] +pub struct ForkArgs { + /// Fetch state over a remote endpoint instead of starting from an empty state. + #[arg(long = "fork-url", short = 'f', value_name = "URL")] + pub fork_url: Option, + + /// Fetch state from a specific block hash over a remote endpoint. + #[arg(long, value_name = "BLOCK")] + pub fork_block_hash: Option, +} + #[cfg(test)] mod tests { use super::*; diff --git a/crates/anvil-polkadot/src/config.rs b/crates/anvil-polkadot/src/config.rs index ffc3776117cc4..98cf417b3edcb 100644 --- a/crates/anvil-polkadot/src/config.rs +++ b/crates/anvil-polkadot/src/config.rs @@ -298,6 +298,10 @@ pub struct AnvilNodeConfig { pub memory_limit: Option, /// Do not print log messages. pub silent: bool, + /// Fetch state over a remote endpoint instead of starting from an empty state. + pub fork_url: Option, + /// Fetch state from a specific block hash over a remote endpoint. + pub fork_block_hash: Option, } impl AnvilNodeConfig { @@ -506,6 +510,8 @@ impl Default for AnvilNodeConfig { disable_default_create2_deployer: false, memory_limit: None, silent: false, + fork_url: None, + fork_block_hash: None, } } } @@ -774,6 +780,20 @@ impl AnvilNodeConfig { self } + /// Sets the fork url + #[must_use] + pub fn with_fork_url(mut self, fork_url: Option) -> Self { + self.fork_url = fork_url; + self + } + + /// Sets the fork block + #[must_use] + pub fn with_fork_block_hash(mut self, fork_block_hash: Option) -> Self { + self.fork_block_hash = fork_block_hash; + self + } + /// Returns the ipc path for the ipc endpoint if any pub fn get_ipc_path(&self) -> Option { match &self.ipc_path { diff --git a/crates/anvil-polkadot/src/substrate_node/service/executor.rs b/crates/anvil-polkadot/src/substrate_node/service/executor.rs index cadcb075ba450..47b125e8315ab 100644 --- a/crates/anvil-polkadot/src/substrate_node/service/executor.rs +++ b/crates/anvil-polkadot/src/substrate_node/service/executor.rs @@ -4,6 +4,7 @@ use crate::substrate_node::{ }; use parking_lot::Mutex; use polkadot_sdk::{ + cumulus_client_service::ParachainHostFunctions, parachains_common::{Hash, opaque::Block}, sc_client_api::{Backend as _, CallExecutor, execution_extensions::ExecutionExtensions}, sc_executor::{self, RuntimeVersion, RuntimeVersionOf}, @@ -22,7 +23,7 @@ use std::{cell::RefCell, sync::Arc}; /// Wasm executor which overrides the signature checking host functions for impersonation. pub type WasmExecutor = sc_executor::WasmExecutor< ExtendedHostFunctions< - ExtendedHostFunctions, + ExtendedHostFunctions, PublicKeyToHashOverride, >, >; diff --git a/crates/anvil-polkadot/src/substrate_node/service/mod.rs b/crates/anvil-polkadot/src/substrate_node/service/mod.rs index 2365d3f0cb060..7400f9e0c6e59 100644 --- a/crates/anvil-polkadot/src/substrate_node/service/mod.rs +++ b/crates/anvil-polkadot/src/substrate_node/service/mod.rs @@ -3,22 +3,62 @@ use crate::{ substrate_node::{ mining_engine::{MiningEngine, MiningMode, run_mining_engine}, rpc::spawn_rpc_server, + service::storage::well_known_keys, }, }; use anvil::eth::backend::time::TimeManager; +use codec::Encode; use parking_lot::Mutex; use polkadot_sdk::{ - parachains_common::opaque::Block, - sc_basic_authorship, sc_consensus, sc_consensus_manual_seal, + cumulus_client_parachain_inherent::MockValidationDataInherentDataProvider, + cumulus_primitives_aura::AuraUnincludedSegmentApi, + cumulus_primitives_core::relay_chain, + parachains_common::{Hash, SLOT_DURATION, opaque::Block}, + polkadot_primitives::{self, Id, PersistedValidationData, Slot, UpgradeGoAhead}, + sc_basic_authorship, sc_chain_spec, + sc_client_api::{AuxStore, UsageProvider}, + sc_consensus::{self, BlockImportParams}, + sc_consensus_aura, + sc_consensus_manual_seal::{ConsensusDataProvider, Error, ManualSealParams, run_manual_seal}, + sc_executor, sc_service::{ self, Configuration, RpcHandlers, SpawnTaskHandle, TaskManager, error::Error as ServiceError, }, - sc_transaction_pool, sp_timestamp, + sc_transaction_pool::{self, TransactionPoolWrapper}, + sp_api::{ApiExt, ProvideRuntimeApi}, + sp_arithmetic::traits::UniqueSaturatedInto, + sp_consensus_aura::{ + AuraApi, + digests::CompatibleDigestItem, + sr25519::{AuthorityId, AuthoritySignature}, + }, + sp_inherents::{self, InherentData}, + sp_io, + sp_keystore::KeystorePtr, + sp_runtime::{Digest, DigestItem, traits::Block as BlockT}, + sp_timestamp, + sp_timestamp::TimestampInherentData, + sp_wasm_interface::ExtendedHostFunctions, + substrate_frame_rpc_system::SystemApiServer, }; +use std::marker::PhantomData; + +use std::sync::atomic::{AtomicU64, Ordering}; + use std::sync::Arc; +use tokio::runtime::Builder as TokioRtBuilder; use tokio_stream::wrappers::ReceiverStream; +use serde_json::{Map, Value, json}; + +use indicatif::{ProgressBar, ProgressStyle}; +use jsonrpsee::{ + core::client::ClientT as JsonClientT, + http_client::{HeaderMap, HeaderValue, HttpClient, HttpClientBuilder}, + rpc_params, +}; + pub use backend::{BackendError, BackendWithOverlay, StorageOverrides}; pub use client::Client; @@ -45,11 +85,471 @@ pub struct Service { pub genesis_block_number: u64, } +async fn resolve_fork_hash_http( + client: &HttpClient, + fork_block_hash: Option, +) -> eyre::Result { + if let Some(h) = fork_block_hash { + return Ok(h); + } + let res: String = client.request("chain_getBlockHash", rpc_params![]).await?; + Ok(res) +} + +async fn fetch_sync_spec_http( + client: &HttpClient, + at_hex_opt: Option, +) -> eyre::Result> { + let pb = ProgressBar::new_spinner(); + pb.set_style( + ProgressStyle::with_template("{spinner:.green} {msg}").unwrap().tick_chars("/|\\- "), + ); + pb.enable_steady_tick(std::time::Duration::from_millis(120)); + pb.set_message("Downloading sync state spec..."); + + let raw = true; + let spec_json: serde_json::Value = + client.request("sync_state_genSyncSpec", rpc_params![raw, at_hex_opt]).await?; + + pb.finish_with_message("Sync state spec downloaded ✔"); + + Ok(serde_json::to_vec(&spec_json)?) +} + +async fn fetch_all_keys_paged(client: &HttpClient, at_hex: &str) -> eyre::Result> { + let pb = ProgressBar::new_spinner(); + pb.set_style( + ProgressStyle::with_template( + "{spinner:.green} Fetching key pages... {pos} pages collected", + ) + .unwrap() + .tick_chars("/|\\- "), + ); + pb.enable_steady_tick(std::time::Duration::from_millis(120)); + + let mut keys = Vec::new(); + let mut start_key: Option = None; + let mut page_count: u64 = 0; + loop { + let page: Vec = client + .request("state_getKeysPaged", rpc_params!["0x", 1000u32, start_key.clone(), at_hex]) + .await?; + if page.is_empty() { + break; + } + start_key = page.last().cloned(); + keys.extend(page.into_iter()); + page_count += 1; + pb.set_position(page_count); + } + + pb.finish_with_message(format!("All keys fetched ✔ (total: {})", keys.len())); + Ok(keys) +} + +async fn fetch_top_state_map_http( + client: &HttpClient, + at_hex: &str, +) -> eyre::Result> { + let keys = fetch_all_keys_paged(client, at_hex).await?; + + let pb = ProgressBar::new(keys.len() as u64); + pb.set_style( + ProgressStyle::with_template("[{elapsed_precise}] {bar:40.cyan/blue} {pos}/{len} values") + .unwrap() + .progress_chars("=>-"), + ); + pb.set_message("Downloading values..."); + + let mut top_map: Map = Map::new(); + for k in keys.iter() { + let v: Option = + client.request("state_getStorage", rpc_params![k.clone(), at_hex]).await?; + if let Some(val_hex) = v { + top_map.insert(k.clone(), Value::String(val_hex)); + } + pb.inc(1); + } + + pb.finish_with_message("All values downloaded ✔"); + Ok(top_map) +} + +fn build_forked_chainspec_from_raw_top( + top_map: Map, +) -> sc_service::error::Result> { + let children_default = serde_json::Map::::new(); + + let spec_json = json!({ + "name": "Anvil Polkadot (Forked)", + "id": "anvil-polkadot-forked", + "chainType": "Development", + "bootNodes": [], + "telemetryEndpoints": null, + "protocolId": null, + "properties": null, + "codeSubstitutes": {}, + "consensusEngine": null, + "genesis": { "raw": { "top": top_map, "childrenDefault": children_default }} + }); + + let bytes = serde_json::to_vec(&spec_json) + .map_err(|e| ServiceError::Other(format!("serialize spec json failed: {e}")))?; + type EmptyExt = Option<()>; + let new_spec: sc_chain_spec::GenericChainSpec = + sc_chain_spec::GenericChainSpec::from_json_bytes(bytes) + .map_err(|e| ServiceError::Other(format!("from_json_bytes failed: {e}")))?; + Ok(Box::new(new_spec)) +} + +const RELAY_CHAIN_SLOT_DURATION_MILLIS: u64 = 6_000; + +static TIMESTAMP: AtomicU64 = AtomicU64::new(0); + +/// Provide a mock duration starting at 0 in millisecond for timestamp inherent. +/// Each call will increment timestamp by slot_duration making Aura think time has passed. +struct MockTimestampInherentDataProvider; + +impl MockTimestampInherentDataProvider { + fn advance_timestamp(slot_duration: u64) { + if TIMESTAMP.load(Ordering::SeqCst) == 0 { + // Initialize timestamp inherent provider + //TIMESTAMP.store() + TIMESTAMP.store(sp_timestamp::Timestamp::current().as_millis(), Ordering::SeqCst); + } else { + TIMESTAMP.fetch_add(slot_duration, Ordering::SeqCst); + } + } +} + +#[async_trait::async_trait] +impl sp_inherents::InherentDataProvider for MockTimestampInherentDataProvider { + async fn provide_inherent_data( + &self, + inherent_data: &mut InherentData, + ) -> Result<(), sp_inherents::Error> { + inherent_data.put_data(sp_timestamp::INHERENT_IDENTIFIER, &TIMESTAMP.load(Ordering::SeqCst)) + } + + async fn try_handle_error( + &self, + _identifier: &sp_inherents::InherentIdentifier, + _error: &[u8], + ) -> Option> { + // The pallet never reports error. + None + } +} + +/// Consensus data provider for Aura. This allows to use manual-seal driven nodes to author valid +/// AURA blocks. It will inspect incoming [`InherentData`] and look for included timestamps. Based +/// on these timestamps, the [`AuraConsensusDataProvider`] will emit fitting digest items. +pub struct AuraConsensusDataProvider { + // slot duration + slot_duration: sc_consensus_aura::SlotDuration, + // phantom data for required generics + _phantom: PhantomData<(B, P)>, +} + +impl AuraConsensusDataProvider +where + B: BlockT, +{ + /// Creates a new instance of the [`AuraConsensusDataProvider`], requires that `client` + /// implements [`sp_consensus_aura::AuraApi`] + pub fn new(client: Arc) -> Self + where + C: AuxStore + ProvideRuntimeApi + UsageProvider, + C::Api: AuraApi, + { + let slot_duration = sc_consensus_aura::slot_duration(&*client) + .expect("slot_duration is always present; qed."); + + Self { slot_duration, _phantom: PhantomData } + } + + /// Creates a new instance of the [`AuraConsensusDataProvider`] + pub fn new_with_slot_duration(slot_duration: sc_consensus_aura::SlotDuration) -> Self { + Self { slot_duration, _phantom: PhantomData } + } +} + +impl ConsensusDataProvider for AuraConsensusDataProvider +where + B: BlockT, + P: Send + Sync, +{ + type Proof = P; + + fn create_digest( + &self, + _parent: &B::Header, + inherents: &InherentData, + ) -> Result { + let timestamp = + inherents.timestamp_inherent_data()?.expect("Timestamp is always present; qed"); + + print!("time da {}", timestamp); + print!("time db {}", TIMESTAMP.load(Ordering::SeqCst)); + + // we always calculate the new slot number based on the current time-stamp and the slot + // duration. + let digest_item = >::aura_pre_digest( + Slot::from_timestamp(timestamp, self.slot_duration), + ); + + Ok(Digest { logs: vec![digest_item] }) + } + + fn append_block_import( + &self, + _parent: &B::Header, + _params: &mut BlockImportParams, + _inherents: &InherentData, + _proof: Self::Proof, + ) -> Result<(), Error> { + Ok(()) + } +} + +fn create_manual_seal_inherent_data_providers( + client: Arc, + para_id: Id, + slot_duration: sc_consensus_aura::SlotDuration, + anvil_config: AnvilNodeConfig, +) -> impl Fn( + Hash, + (), +) -> futures::future::Ready< + Result< + (MockTimestampInherentDataProvider, MockValidationDataInherentDataProvider<()>), + Box, + >, +> + Send ++ Sync { + move |block: Hash, ()| { + + MockTimestampInherentDataProvider::advance_timestamp(RELAY_CHAIN_SLOT_DURATION_MILLIS); + print!("time c {}", TIMESTAMP.load(Ordering::SeqCst)); + + let current_para_head = client + .header(block) + .expect("Header lookup should succeed") + .expect("Header passed in as parent should be present in backend."); + + // // NOTE: Our runtime API doesnt seem to have collect_collation_info available + // let should_send_go_ahead = client + // .runtime_api() + // .collect_collation_info(block, ¤t_para_head) + // .map(|info| info.new_validation_code.is_some()) + // .unwrap_or_default(); + + // The API version is relevant here because the constraints in the runtime changed + // in https://github.com/paritytech/polkadot-sdk/pull/6825. In general, the logic + // here assumes that we are using the aura-ext consensushook in the parachain + // runtime. + // Note: Taken from https://github.com/paritytech/polkadot-sdk/issues/7341, but unsure fi needed or not + let requires_relay_progress = client + .runtime_api() + .has_api_with::, _>(block, |version| version > 1) + .ok() + .unwrap_or_default(); + + let current_para_block_head = + Some(polkadot_primitives::HeadData(current_para_head.hash().as_bytes().to_vec())); + + let current_block_number = + UniqueSaturatedInto::::unique_saturated_into(current_para_head.number) + 1; + print!("current block num {}", current_para_head.number); + + // // Unsure here but triggers new error than before + //let time = anvil_config.get_genesis_timestamp(); + let time = TIMESTAMP.load(Ordering::SeqCst); + + let mocked_parachain = MockValidationDataInherentDataProvider::<()> { + current_para_block: current_para_head.number, + para_id, + current_para_block_head, + relay_offset: time as u32, + relay_blocks_per_para_block: requires_relay_progress.then(|| 1).unwrap_or_default(), + //relay_blocks_per_para_block: 1, + para_blocks_per_relay_epoch: 1, + // upgrade_go_ahead: should_send_go_ahead.then(|| { + // //log::info!("Detected pending validation code, sending go-ahead signal."); + // UpgradeGoAhead::GoAhead + // }), + ..Default::default() + }; + + // let timestamp_provider = sp_timestamp::InherentDataProvider::new( + // (slot_duration.as_millis() * current_block_number as u64).into(), + // ); + + // MockTimestampInherentDataProvider::advance_timestamp(RELAY_CHAIN_SLOT_DURATION_MILLIS); + + futures::future::ready(Ok((MockTimestampInherentDataProvider, mocked_parachain))) + } +} + +// fn create_manual_seal_inherent_data_providers( +// client: Arc, +// para_id: Id, +// slot_duration: sc_consensus_aura::SlotDuration, +// anvil_config: AnvilNodeConfig, +// ) -> impl Fn( +// Hash, +// (), +// ) -> +// futures::future::Ready< +// Result< +// (MockTimestampInherentDataProvider, MockValidationDataInherentDataProvider<()>), +// Box, +// >, +// > + Send +// + Sync{ +// move |block: Hash, ()| { + +// let additional_relay_offset = Arc::new(std::sync::atomic::AtomicU32::new(0)); + +// MockTimestampInherentDataProvider::advance_timestamp( +// RELAY_CHAIN_SLOT_DURATION_MILLIS, +// ); + +// // Get the mocked timestamp +// let timestamp = TIMESTAMP.load(Ordering::SeqCst); +// // Calculate mocked slot number +// let slot = timestamp.saturating_div(RELAY_CHAIN_SLOT_DURATION_MILLIS); + +// let current_para_head = client +// .header(block) +// .expect("Header lookup should succeed") +// .expect("Header passed in as parent should be present in backend."); + +// // let additional_key_values = vec![ +// // // ( +// // // well_known_keys::TIMESTAMP.to_vec(), +// // // timestamp.encode(), +// // // ), +// // // // Override current slot number +// // // // ( +// // // // relay_chain::well_known_keys::CURRENT_SLOT.to_vec(), +// // // // Slot::from(slot).encode(), +// // // // ), +// // // ( +// // // well_known_keys::BLOCK_NUMBER_KEY.to_vec(), +// // // current_para_head.number.encode(), +// // // ), +// // ]; + +// // // NOTE: Our runtime API doesnt seem to have collect_collation_info available +// // let should_send_go_ahead = client +// // .runtime_api() +// // .collect_collation_info(block, ¤t_para_head) +// // .map(|info| info.new_validation_code.is_some()) +// // .unwrap_or_default(); + +// // The API version is relevant here because the constraints in the runtime changed +// // in https://github.com/paritytech/polkadot-sdk/pull/6825. In general, the logic +// // here assumes that we are using the aura-ext consensushook in the parachain +// // runtime. +// // Note: Taken from https://github.com/paritytech/polkadot-sdk/issues/7341, but unsure fi needed or not +// let requires_relay_progress = client +// .runtime_api() +// .has_api_with::, _>( +// block, +// |version| version > 1, +// ) +// .ok() +// .unwrap_or_default(); + +// let current_para_block_head = +// Some(polkadot_primitives::HeadData(current_para_head.hash().as_bytes().to_vec())); + +// let current_block_number = +// UniqueSaturatedInto::::unique_saturated_into(current_para_head.number) + 1; +// print!("current block num {}", current_para_head.number); + +// // // Unsure here but triggers new error than before +// let time = anvil_config.get_genesis_timestamp(); + +// let mocked_parachain = MockValidationDataInherentDataProvider::<()> { +// current_para_block: current_para_head.number, +// para_id: para_id, +// current_para_block_head, +// relay_offset: time as u32, +// //relay_offset: additional_relay_offset.load(Ordering::SeqCst), +// relay_blocks_per_para_block: requires_relay_progress +// .then(|| 1) +// .unwrap_or_default(), +// // relay_blocks_per_para_block: 1, +// para_blocks_per_relay_epoch: 10, +// // upgrade_go_ahead: should_send_go_ahead.then(|| { +// // //log::info!("Detected pending validation code, sending go-ahead signal."); +// // UpgradeGoAhead::GoAhead +// // }), +// // additional_key_values: Some(additional_key_values), +// ..Default::default() +// }; + +// // let timestamp_provider = sp_timestamp::InherentDataProvider::new( +// // (slot_duration.as_millis() * current_block_number as u64).into(), +// // ); + +// futures::future::ready(Ok((MockTimestampInherentDataProvider, mocked_parachain))) +// } +// } + /// Builds a new service for a full client. pub fn new( anvil_config: &AnvilNodeConfig, - config: Configuration, + mut config: Configuration, ) -> Result<(Service, TaskManager), ServiceError> { + if let Some(ref fork_url) = anvil_config.fork_url { + let http_url = fork_url.clone(); + let fork_block_hash = anvil_config.fork_block_hash.clone(); + let spec_or_top = + std::thread::spawn(move || -> eyre::Result, Map>> { + let rt = TokioRtBuilder::new_current_thread() + .enable_all() + .build() + .map_err(|e| eyre::eyre!("tokio rt build error: {e}"))?; + rt.block_on(async move { + let mut headers = HeaderMap::new(); + headers + .insert("Accept-Encoding", HeaderValue::from_static("gzip, deflate, br")); + let http = HttpClientBuilder::default() + .set_headers(headers) + .build(http_url) + .map_err(|e| eyre::eyre!("http client build error: {e}"))?; + let at_hex = resolve_fork_hash_http(&http, fork_block_hash).await?; + let try_sync = fetch_sync_spec_http(&http, Some(at_hex.clone())).await; + match try_sync { + Ok(spec_bytes) => Ok(Ok(spec_bytes)), + Err(_) => { + let top = fetch_top_state_map_http(&http, &at_hex).await?; + Ok(Err(top)) + } + } + }) + }) + .join() + .map_err(|_| ServiceError::Other("tokio thread panicked".into()))? + .map_err(|e| ServiceError::Other(format!("fork fetch failed: {e}")))?; + + match spec_or_top { + Ok(spec_bytes) => { + type EmptyExt = Option<()>; + let new_spec: sc_chain_spec::GenericChainSpec = + sc_chain_spec::GenericChainSpec::from_json_bytes(spec_bytes) + .map_err(|e| ServiceError::Other(format!("from_json_bytes failed: {e}")))?; + config.chain_spec = Box::new(new_spec); + } + Err(top_map) => { + config.chain_spec = build_forked_chainspec_from_raw_top(top_map)?; + } + } + } + let storage_overrides = Arc::new(Mutex::new(StorageOverrides::default())); let (client, backend, keystore, mut task_manager) = client::new_client( @@ -69,7 +569,6 @@ pub fn new( .build(), ); - // Inform the tx pool about imported and finalized blocks. task_manager.spawn_handle().spawn( "txpool-notifications", Some("transaction-pool"), @@ -79,16 +578,26 @@ pub fn new( let (seal_engine_command_sender, commands_stream) = tokio::sync::mpsc::channel(1024); let commands_stream = ReceiverStream::new(commands_stream); + let genesis_time = anvil_config.get_genesis_timestamp(); + print!("genesis time {}", genesis_time); + print!("time a {}", TIMESTAMP.load(Ordering::SeqCst)); + TIMESTAMP.store(genesis_time, Ordering::SeqCst); + // TIMESTAMP.fetch_add(SLOT_DURATION, Ordering::SeqCst); + + print!("time b {}", TIMESTAMP.load(Ordering::SeqCst)); + + // let current_time = sp_timestamp::Timestamp::current().as_millis(); let mining_mode = MiningMode::new(anvil_config.block_time, anvil_config.mixed_mining, anvil_config.no_mining); let time_manager = Arc::new(TimeManager::new_with_milliseconds( - sp_timestamp::Timestamp::from( - anvil_config - .get_genesis_timestamp() - .checked_mul(1000) - .ok_or(ServiceError::Application("Genesis timestamp overflow".into()))?, - ) - .into(), + genesis_time, + // sp_timestamp::Timestamp::from( + // anvil_config + // .get_genesis_timestamp() + // .checked_mul(1000) + // .ok_or(ServiceError::Application("Genesis timestamp overflow".into()))?, + // ) + // .into(), )); let mining_engine = Arc::new(MiningEngine::new( mining_mode, @@ -121,24 +630,32 @@ pub fn new( None, ); - let create_inherent_data_providers = { - move |_, ()| { - let next_timestamp = time_manager.next_timestamp(); - async move { Ok(sp_timestamp::InherentDataProvider::new(next_timestamp.into())) } - } - }; + let slot_duration = sc_consensus_aura::SlotDuration::from_millis(SLOT_DURATION); + + // Polkadot-sdk doesnt seem to use the latest changes here, so this function isnt available yet. + // Can use `new()` instead but our client doesnt implement all the needed traits + let aura_digest_provider = AuraConsensusDataProvider::new_with_slot_duration(slot_duration); + + let para_id = Id::new(anvil_config.get_chain_id().try_into().unwrap()); + + let create_inherent_data_providers = create_manual_seal_inherent_data_providers( + client.clone(), + para_id, + slot_duration, + anvil_config.clone(), + ); - let params = sc_consensus_manual_seal::ManualSealParams { + let params = ManualSealParams { block_import: client.clone(), env: proposer, client: client.clone(), pool: transaction_pool.clone(), select_chain: SelectChain::new(backend.clone()), commands_stream: Box::pin(commands_stream), - consensus_data_provider: None, + consensus_data_provider: Some(Box::new(aura_digest_provider)), create_inherent_data_providers, }; - let authorship_future = sc_consensus_manual_seal::run_manual_seal(params); + let authorship_future = run_manual_seal(params); task_manager.spawn_essential_handle().spawn_blocking( "manual-seal", diff --git a/crates/cli/src/utils/cmd.rs b/crates/cli/src/utils/cmd.rs index d73fa63416aec..f8d750d3f4e51 100644 --- a/crates/cli/src/utils/cmd.rs +++ b/crates/cli/src/utils/cmd.rs @@ -178,7 +178,7 @@ pub fn has_different_gas_calc(chain_id: u64) -> bool { | NamedChain::KaruraTestnet | NamedChain::Mantle | NamedChain::MantleSepolia - | NamedChain::MantleTestnet + // | NamedChain::MantleTestnet | NamedChain::Moonbase | NamedChain::Moonbeam | NamedChain::MoonbeamDev