diff --git a/Cargo.lock b/Cargo.lock index 4c3b02659..f6632d48f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ - "getrandom 0.2.14", + "getrandom 0.2.15", "once_cell", "version_check", ] @@ -89,7 +89,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom 0.2.14", + "getrandom 0.2.15", "once_cell", "version_check", "zerocopy", @@ -142,47 +142,48 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.13" +version = "0.6.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" +checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", + "is_terminal_polyfill", "utf8parse", ] [[package]] name = "anstyle" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" +checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" [[package]] name = "anstyle-parse" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" +checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" +checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" dependencies = [ "windows-sys 0.52.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" +checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" dependencies = [ "anstyle", "windows-sys 0.52.0", @@ -190,9 +191,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.82" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "approx" @@ -404,9 +405,9 @@ dependencies = [ [[package]] name = "array-bytes" -version = "6.2.2" +version = "6.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f840fb7195bcfc5e17ea40c26e5ce6d5b9ce5d584466e17703209657e459ae0" +checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" @@ -493,13 +494,12 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.2.1" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "136d4d23bcc79e27423727b36823d86233aad06dfea531837b038394d11e9928" +checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" dependencies = [ "concurrent-queue", - "event-listener 5.3.0", - "event-listener-strategy 0.5.1", + "event-listener-strategy 0.5.2", "futures-core", "pin-project-lite 0.2.14", ] @@ -512,7 +512,7 @@ checksum = "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a" dependencies = [ "async-task", "concurrent-queue", - "fastrand 2.0.2", + "fastrand 2.1.0", "futures-lite 2.3.0", "slab", ] @@ -561,8 +561,8 @@ dependencies = [ "futures-io", "futures-lite 2.3.0", "parking", - "polling 3.6.0", - "rustix 0.38.32", + "polling 3.7.0", + "rustix 0.38.34", "slab", "tracing", "windows-sys 0.52.0", @@ -612,44 +612,44 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.32", + "rustix 0.38.34", "windows-sys 0.48.0", ] [[package]] name = "async-recursion" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5" +checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "async-signal" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" +checksum = "afe66191c335039c7bb78f99dc7520b0cbb166b3a1cb33a03f53d8a1c6f2afda" dependencies = [ "async-io 2.3.2", - "async-lock 2.8.0", + "async-lock 3.3.0", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 0.38.32", + "rustix 0.38.34", "signal-hook-registry", "slab", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "async-task" -version = "4.7.0" +version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" @@ -659,7 +659,7 @@ checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -715,14 +715,14 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "autocfg" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" +checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "backtrace" @@ -803,7 +803,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "hash-db", "log", @@ -830,13 +830,13 @@ dependencies = [ "lazy_static", "lazycell", "peeking_take_while", - "prettyplease 0.2.19", + "prettyplease 0.2.20", "proc-macro2", "quote", "regex", "rustc-hash", "shlex", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -973,18 +973,16 @@ dependencies = [ [[package]] name = "blocking" -version = "1.5.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" +checksum = "495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88" dependencies = [ - "async-channel 2.2.1", + "async-channel 2.3.1", "async-lock 3.3.0", "async-task", - "fastrand 2.0.2", "futures-io", "futures-lite 2.3.0", "piper", - "tracing", ] [[package]] @@ -1073,9 +1071,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" +checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5" [[package]] name = "byteorder" @@ -1102,9 +1100,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.6" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" +checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" dependencies = [ "serde", ] @@ -1126,7 +1124,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.22", + "semver 1.0.23", "serde", "serde_json", "thiserror", @@ -1140,12 +1138,13 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.0.94" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7" +checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" dependencies = [ "jobserver", "libc", + "once_cell", ] [[package]] @@ -1291,7 +1290,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -1323,9 +1322,9 @@ dependencies = [ [[package]] name = "colorchoice" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "comfy-table" @@ -1360,9 +1359,9 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "concurrent-queue" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ "crossbeam-utils", ] @@ -1401,7 +1400,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.14", + "getrandom 0.2.15", "once_cell", "tiny-keccak", ] @@ -1488,6 +1487,7 @@ dependencies = [ "cumulus-pallet-session-benchmarking", "cumulus-pallet-xcm", "cumulus-pallet-xcmp-queue", + "cumulus-primitives-aura", "cumulus-primitives-core", "cumulus-primitives-utility", "darwinia-account-migration", @@ -1690,18 +1690,18 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc32fast" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] [[package]] name = "crossbeam-channel" -version = "0.5.12" +version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" +checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" dependencies = [ "crossbeam-utils", ] @@ -1736,9 +1736,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crunchy" @@ -1801,7 +1801,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "clap", "parity-scale-codec", @@ -1817,14 +1817,14 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-primitives-core", "futures 0.3.30", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", @@ -1840,7 +1840,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "cumulus-client-collator", @@ -1864,7 +1864,7 @@ dependencies = [ "sc-telemetry", "schnellru", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-block-builder", "sp-blockchain", "sp-consensus", @@ -1882,7 +1882,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -1911,7 +1911,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "anyhow", "async-trait", @@ -1926,14 +1926,14 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "cumulus-relay-chain-interface", "futures 0.3.30", "futures-timer", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "polkadot-node-primitives", "polkadot-parachain-primitives", "polkadot-primitives", @@ -1949,7 +1949,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1973,7 +1973,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -1996,7 +1996,7 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-transaction-pool", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-api", "sp-blockchain", "sp-consensus", @@ -2008,7 +2008,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2017,7 +2017,7 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-consensus-aura", "sp-runtime", "sp-std", @@ -2026,7 +2026,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2043,7 +2043,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2073,18 +2073,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "cumulus-pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -2098,7 +2098,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -2135,7 +2135,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2149,7 +2149,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2166,7 +2166,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2189,7 +2189,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2207,7 +2207,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2231,7 +2231,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2249,7 +2249,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", "async-trait", @@ -2269,10 +2269,10 @@ dependencies = [ "polkadot-primitives", "sc-authority-discovery", "sc-network", - "sc-network-common", + "sc-network-common 0.10.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sc-service", "sc-tracing", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "schnellru", "sp-api", "sp-consensus", @@ -2284,7 +2284,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2322,7 +2322,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2384,7 +2384,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -2402,9 +2402,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.121" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21db378d04296a84d8b7d047c36bb3954f0b46529db725d7e62fb02f9ba53ccc" +checksum = "bb497fad022245b29c2a0351df572e2d67c1046bcef2260ebc022aec81efea82" dependencies = [ "cc", "cxxbridge-flags", @@ -2414,9 +2414,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.121" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e5262a7fa3f0bae2a55b767c223ba98032d7c328f5c13fa5cdc980b77fc0658" +checksum = "9327c7f9fbd6329a200a5d4aa6f674c60ab256525ff0084b52a889d4e4c60cee" dependencies = [ "cc", "codespan-reporting", @@ -2424,24 +2424,24 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "cxxbridge-flags" -version = "1.0.121" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be8dcadd2e2fb4a501e1d9e93d6e88e6ea494306d8272069c92d5a9edf8855c0" +checksum = "688c799a4a846f1c0acb9f36bb9c6272d9b3d9457f3633c7753c6057270df13c" [[package]] name = "cxxbridge-macro" -version = "1.0.121" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad08a837629ad949b73d032c637653d069e909cffe4ee7870b02301939ce39cc" +checksum = "928bc249a7e3cd554fd2e8e08a426e9670c50bbfc9a621653cfa9accc9641783" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -2458,6 +2458,7 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", + "cumulus-primitives-aura", "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-relay-chain-interface", @@ -2741,6 +2742,7 @@ dependencies = [ "cumulus-pallet-session-benchmarking", "cumulus-pallet-xcm", "cumulus-pallet-xcmp-queue", + "cumulus-primitives-aura", "cumulus-primitives-core", "cumulus-primitives-utility", "darwinia-account-migration", @@ -2874,15 +2876,15 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" +checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" [[package]] name = "data-encoding-macro" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c01c06f5f429efdf2bae21eb67c28b3df3cf85b7dd2d8ef09c0838dac5d33e" +checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -2890,9 +2892,9 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0047d07f2c89b17dd631c80450d69841a6b5d7fb17278cbc43d7e4cfcf2576f3" +checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" dependencies = [ "data-encoding", "syn 1.0.109", @@ -2985,7 +2987,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -3086,7 +3088,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -3127,9 +3129,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.59", + "syn 2.0.65", "termcolor", - "toml 0.8.2", + "toml 0.8.13", "walkdir", ] @@ -3245,7 +3247,7 @@ checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", "ed25519", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "rand_core 0.6.4", "sha2 0.10.8", @@ -3254,9 +3256,9 @@ dependencies = [ [[package]] name = "either" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" +checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" dependencies = [ "serde", ] @@ -3324,7 +3326,7 @@ checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -3335,7 +3337,7 @@ checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -3378,9 +3380,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" +checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" dependencies = [ "libc", "windows-sys 0.52.0", @@ -3500,9 +3502,9 @@ dependencies = [ [[package]] name = "event-listener-strategy" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3" +checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ "event-listener 5.3.0", "pin-project-lite 0.2.14", @@ -3578,7 +3580,7 @@ dependencies = [ "evm-gasometer", "evm-runtime", "parity-scale-codec", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", ] [[package]] @@ -3625,7 +3627,7 @@ dependencies = [ "prettier-please", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -3651,9 +3653,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" +checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fatality" @@ -3725,7 +3727,7 @@ dependencies = [ "log", "parity-db", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-client-api", "sc-client-db", "smallvec", @@ -3751,9 +3753,9 @@ dependencies = [ "futures 0.3.30", "futures-timer", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-client-api", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-api", "sp-blockchain", "sp-consensus", @@ -3790,13 +3792,13 @@ dependencies = [ "sc-client-api", "sc-consensus-aura", "sc-network", - "sc-network-common", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sc-network-sync", "sc-rpc", "sc-service", "sc-transaction-pool", "sc-transaction-pool-api", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "schnellru", "serde", "sp-api", @@ -3881,9 +3883,9 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.7" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f" +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "file-per-thread-logger" @@ -3919,7 +3921,7 @@ dependencies = [ "log", "num-traits", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "scale-info", ] @@ -3943,9 +3945,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.28" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" +checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" dependencies = [ "crc32fast", "libz-sys", @@ -3996,7 +3998,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", ] @@ -4025,7 +4027,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-std", ] @@ -4117,7 +4119,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "frame-support-procedural", @@ -4129,11 +4131,11 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-std", "sp-storage", "static_assertions", @@ -4142,7 +4144,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "Inflector", "array-bytes", @@ -4187,6 +4189,17 @@ dependencies = [ "thousands", ] +[[package]] +name = "frame-election-provider-solution-type" +version = "4.0.0-dev" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" +dependencies = [ + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 2.0.65", +] + [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" @@ -4195,7 +4208,24 @@ dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", +] + +[[package]] +name = "frame-election-provider-support" +version = "4.0.0-dev" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" +dependencies = [ + "frame-election-provider-solution-type 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-npos-elections 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-runtime", + "sp-std", ] [[package]] @@ -4203,14 +4233,14 @@ name = "frame-election-provider-support" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" dependencies = [ - "frame-election-provider-solution-type", + "frame-election-provider-solution-type 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-support", "frame-system", "parity-scale-codec", "scale-info", "sp-arithmetic", "sp-core", - "sp-npos-elections", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-runtime", "sp-std", ] @@ -4218,7 +4248,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "frame-system", @@ -4230,7 +4260,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", ] [[package]] @@ -4248,7 +4278,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-recursion", "futures 0.3.30", @@ -4270,7 +4300,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "aquamarine", "bitflags 1.3.2", @@ -4301,7 +4331,7 @@ dependencies = [ "sp-staking", "sp-state-machine", "sp-std", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-weights", "static_assertions", "tt-call", @@ -4310,7 +4340,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "Inflector", "cfg-expr", @@ -4322,35 +4352,35 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.3.1", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "cfg-if", "frame-support", @@ -4369,7 +4399,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4384,7 +4414,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "sp-api", @@ -4393,7 +4423,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "parity-scale-codec", @@ -4427,7 +4457,7 @@ version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.34", "windows-sys 0.48.0", ] @@ -4494,7 +4524,7 @@ checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" dependencies = [ "futures-core", "lock_api", - "parking_lot 0.12.1", + "parking_lot 0.12.2", ] [[package]] @@ -4524,7 +4554,7 @@ version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ - "fastrand 2.0.2", + "fastrand 2.1.0", "futures-core", "futures-io", "parking", @@ -4539,7 +4569,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -4642,9 +4672,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "js-sys", @@ -4787,9 +4817,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.3" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash 0.8.11", "allocator-api2", @@ -4802,7 +4832,7 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" dependencies = [ - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -4988,7 +5018,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite 0.2.14", - "socket2 0.5.6", + "socket2 0.5.7", "tokio", "tower-service", "tracing", @@ -5005,7 +5035,7 @@ dependencies = [ "http", "hyper", "log", - "rustls 0.21.10", + "rustls 0.21.12", "rustls-native-certs", "tokio", "tokio-rustls", @@ -5173,7 +5203,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -5206,9 +5236,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ "cfg-if", "js-sys", @@ -5254,7 +5284,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.6", + "socket2 0.5.7", "widestring", "windows-sys 0.48.0", "winreg", @@ -5286,6 +5316,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "is_terminal_polyfill" +version = "1.70.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" + [[package]] name = "itertools" version = "0.10.5" @@ -5321,9 +5357,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jobserver" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "685a7d121ee3f65ae4fddd72b25a04bb36b6af81bc0828f7d5434c0fe60fa3a2" +checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" dependencies = [ "libc", ] @@ -5390,7 +5426,7 @@ dependencies = [ "globset", "hyper", "jsonrpsee-types", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "rand 0.8.5", "rustc-hash", "serde", @@ -5506,7 +5542,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "polkadot-primitives", @@ -5533,7 +5569,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" dependencies = [ "kvdb", - "parking_lot 0.12.1", + "parking_lot 0.12.2", ] [[package]] @@ -5544,7 +5580,7 @@ checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" dependencies = [ "kvdb", "num_cpus", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "regex", "rocksdb", "smallvec", @@ -5578,9 +5614,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.153" +version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libloading" @@ -5607,7 +5643,7 @@ dependencies = [ "bytes", "futures 0.3.30", "futures-timer", - "getrandom 0.2.14", + "getrandom 0.2.15", "instant", "libp2p-allow-block-list", "libp2p-connection-limits", @@ -5672,7 +5708,7 @@ dependencies = [ "multihash", "multistream-select", "once_cell", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "pin-project", "quick-protobuf", "rand 0.8.5", @@ -5692,7 +5728,7 @@ dependencies = [ "futures 0.3.30", "libp2p-core", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "smallvec", "trust-dns-resolver", ] @@ -5854,7 +5890,7 @@ dependencies = [ "libp2p-identity", "libp2p-tls", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "quinn-proto", "rand 0.8.5", "rustls 0.20.9", @@ -5970,7 +6006,7 @@ dependencies = [ "futures-rustls", "libp2p-core", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "quicksink", "rw-stream-sink", "soketto", @@ -6133,15 +6169,15 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "lock_api" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" dependencies = [ "autocfg", "scopeguard", @@ -6215,7 +6251,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -6229,7 +6265,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -6240,7 +6276,7 @@ checksum = "d710e1214dffbab3b5dacb21475dde7d6ed84c69ff722b3a47a782668d44fbac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -6251,7 +6287,7 @@ checksum = "b8fb85ec1620619edf2984a7693497d4ec88a9665d8b87e942856884c92dbf2a" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -6309,7 +6345,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.34", ] [[package]] @@ -6398,9 +6434,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" +checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" dependencies = [ "adler", ] @@ -6419,7 +6455,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "log", @@ -6438,7 +6474,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "anyhow", "jsonrpsee", @@ -6522,7 +6558,7 @@ dependencies = [ "evm-tracing-events", "parity-scale-codec", "sp-externalities", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-std", ] @@ -6586,7 +6622,7 @@ dependencies = [ "moonbeam-rpc-core-types", "moonbeam-rpc-primitives-debug", "sc-client-api", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-api", "sp-block-builder", "sp-blockchain", @@ -6635,7 +6671,7 @@ dependencies = [ "moonbeam-rpc-primitives-debug", "sc-client-api", "sc-network", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "serde", "sha3", "sp-api", @@ -6914,9 +6950,9 @@ dependencies = [ [[package]] name = "num" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3135b08af27d103b0a51f2ae0f8632117b7b185ccf931445affa8df530576a41" +checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" dependencies = [ "num-bigint", "num-complex", @@ -6928,20 +6964,19 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" +checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" dependencies = [ - "autocfg", "num-integer", "num-traits", ] [[package]] name = "num-complex" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" dependencies = [ "num-traits", ] @@ -6973,9 +7008,9 @@ dependencies = [ [[package]] name = "num-iter" -version = "0.1.44" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9" +checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" dependencies = [ "autocfg", "num-integer", @@ -6984,11 +7019,10 @@ dependencies = [ [[package]] name = "num-rational" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" +checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" dependencies = [ - "autocfg", "num-bigint", "num-integer", "num-traits", @@ -6996,9 +7030,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", ] @@ -7048,10 +7082,10 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" dependencies = [ - "proc-macro-crate 2.0.2", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -7131,7 +7165,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -7366,7 +7400,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7382,7 +7416,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "frame-system", @@ -7390,7 +7424,7 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-consensus-aura", "sp-runtime", "sp-std", @@ -7399,14 +7433,14 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "frame-system", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-authority-discovery", "sp-runtime", "sp-std", @@ -7415,7 +7449,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "frame-system", @@ -7429,7 +7463,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7440,7 +7474,7 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-consensus-babe", "sp-core", "sp-io", @@ -7453,12 +7487,12 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "aquamarine", "docify", "frame-benchmarking", - "frame-election-provider-support", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-support", "frame-system", "log", @@ -7469,13 +7503,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7490,7 +7524,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "frame-system", @@ -7510,7 +7544,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -7535,7 +7569,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7553,7 +7587,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7572,7 +7606,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7589,7 +7623,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7606,7 +7640,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7624,10 +7658,10 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", - "frame-election-provider-support", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-support", "frame-system", "log", @@ -7638,7 +7672,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-npos-elections", + "sp-npos-elections 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-runtime", "sp-std", "strum 0.24.1", @@ -7647,13 +7681,13 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", - "frame-election-provider-support", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-system", "parity-scale-codec", - "sp-npos-elections", + "sp-npos-elections 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-runtime", "sp-std", ] @@ -7661,7 +7695,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7671,7 +7705,7 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-npos-elections", + "sp-npos-elections 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-runtime", "sp-staking", "sp-std", @@ -7836,11 +7870,11 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "docify", "frame-benchmarking", - "frame-election-provider-support", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-support", "frame-system", "log", @@ -7855,7 +7889,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7865,8 +7899,8 @@ dependencies = [ "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-consensus-grandpa", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-io", "sp-runtime", @@ -7878,7 +7912,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7894,7 +7928,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7903,7 +7937,7 @@ dependencies = [ "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-io", "sp-runtime", @@ -7914,7 +7948,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7931,7 +7965,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7948,7 +7982,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7967,7 +8001,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7985,7 +8019,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8001,7 +8035,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8017,7 +8051,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "frame-system", @@ -8030,25 +8064,25 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-std", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", - "frame-election-provider-support", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-support", "frame-system", "pallet-bags-list", "pallet-nomination-pools", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "parity-scale-codec", "scale-info", "sp-runtime", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-staking", "sp-std", ] @@ -8056,7 +8090,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -8067,7 +8101,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "frame-system", @@ -8084,10 +8118,10 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", - "frame-election-provider-support", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-support", "frame-system", "log", @@ -8097,7 +8131,7 @@ dependencies = [ "pallet-im-online", "pallet-offences", "pallet-session", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "parity-scale-codec", "scale-info", "sp-runtime", @@ -8108,7 +8142,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8125,7 +8159,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8140,7 +8174,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8158,7 +8192,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8173,7 +8207,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8192,7 +8226,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "docify", "frame-benchmarking", @@ -8210,7 +8244,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "frame-system", @@ -8232,13 +8266,13 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "pallet-session", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "parity-scale-codec", "rand 0.8.5", "sp-runtime", @@ -8249,7 +8283,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8267,10 +8301,10 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", - "frame-election-provider-support", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-support", "frame-system", "log", @@ -8280,7 +8314,7 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-io", "sp-runtime", "sp-staking", @@ -8288,20 +8322,42 @@ dependencies = [ ] [[package]] -name = "pallet-staking-reward-curve" +name = "pallet-staking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +dependencies = [ + "frame-benchmarking", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-session", + "parity-scale-codec", + "scale-info", + "serde", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", +] + +[[package]] +name = "pallet-staking-reward-curve" +version = "4.0.0-dev" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "log", "sp-arithmetic", @@ -8310,7 +8366,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "sp-api", @@ -8319,7 +8375,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8336,7 +8392,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8351,7 +8407,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8370,7 +8426,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8389,7 +8445,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "frame-system", @@ -8405,7 +8461,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8421,7 +8477,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8433,7 +8489,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8450,7 +8506,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8467,7 +8523,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8483,7 +8539,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8498,7 +8554,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8513,7 +8569,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -8534,7 +8590,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8561,6 +8617,7 @@ dependencies = [ "cumulus-pallet-session-benchmarking", "cumulus-pallet-xcm", "cumulus-pallet-xcmp-queue", + "cumulus-primitives-aura", "cumulus-primitives-core", "cumulus-primitives-utility", "darwinia-account-migration", @@ -8657,7 +8714,7 @@ dependencies = [ [[package]] name = "parachain-info" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -8682,7 +8739,7 @@ dependencies = [ "log", "lz4", "memmap2", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "rand 0.8.5", "siphasher", "snap", @@ -8691,9 +8748,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.6.9" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "881331e34fa842a2fb61cc2db9643a8fedc615e47cfcc52597d1af0db9a7e8fe" +checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -8706,11 +8763,11 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.6.9" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be30eaf4b0a9fba5336683b38de57bb86d179a35862ba6bfcf57625d006bde5b" +checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ - "proc-macro-crate 2.0.2", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", "syn 1.0.109", @@ -8747,12 +8804,12 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" dependencies = [ "lock_api", - "parking_lot_core 0.9.9", + "parking_lot_core 0.9.10", ] [[package]] @@ -8771,15 +8828,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" +checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", + "redox_syscall 0.5.1", "smallvec", - "windows-targets 0.48.5", + "windows-targets 0.52.5", ] [[package]] @@ -8790,9 +8847,9 @@ checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156" [[package]] name = "paste" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pbkdf2" @@ -8844,9 +8901,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.9" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "311fb059dee1a7b802f036316d790138c613a4e8b180c822e3925a662e9f0c95" +checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8" dependencies = [ "memchr", "thiserror", @@ -8855,9 +8912,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.9" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f73541b156d32197eecda1a4014d7f868fd2bcb3c550d5386087cfba442bf69c" +checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459" dependencies = [ "pest", "pest_generator", @@ -8865,22 +8922,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.9" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c35eeed0a3fab112f75165fdc026b3913f4183133f19b49be773ac9ea966e8bd" +checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "pest_meta" -version = "2.7.9" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2adbf29bb9776f28caece835398781ab24435585fe0d4dc1374a61db5accedca" +checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd" dependencies = [ "once_cell", "pest", @@ -8889,9 +8946,9 @@ dependencies = [ [[package]] name = "petgraph" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" +checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", "indexmap 2.2.6", @@ -8914,7 +8971,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -8937,12 +8994,12 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" +checksum = "464db0c665917b13ebb5d453ccdec4add5658ee1adc7affc7677615356a8afaf" dependencies = [ "atomic-waker", - "fastrand 2.0.2", + "fastrand 2.1.0", "futures-io", ] @@ -8971,7 +9028,7 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-approval-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "futures-timer", @@ -8989,7 +9046,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "always-assert", "futures 0.3.30", @@ -9005,7 +9062,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "derive_more", "fatality", @@ -9028,7 +9085,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "fatality", "futures 0.3.30", @@ -9049,7 +9106,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "1.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "clap", "frame-benchmarking-cli", @@ -9076,7 +9133,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bitvec", "fatality", @@ -9098,7 +9155,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "scale-info", @@ -9110,7 +9167,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "derive_more", "fatality", @@ -9126,7 +9183,7 @@ dependencies = [ "polkadot-primitives", "sc-network", "schnellru", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-keystore", "thiserror", "tracing-gum", @@ -9135,7 +9192,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -9149,7 +9206,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "futures-timer", @@ -9160,8 +9217,8 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sc-network-common", - "sp-application-crypto", + "sc-network-common 0.10.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-keystore", "tracing-gum", @@ -9170,7 +9227,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "always-assert", "async-trait", @@ -9178,7 +9235,7 @@ dependencies = [ "fatality", "futures 0.3.30", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-subsystem", @@ -9193,7 +9250,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -9211,7 +9268,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bitvec", "derive_more", @@ -9229,7 +9286,7 @@ dependencies = [ "sc-keystore", "schnellru", "schnorrkel 0.9.1", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-consensus", "sp-consensus-slots", "sp-runtime", @@ -9240,7 +9297,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bitvec", "futures 0.3.30", @@ -9262,7 +9319,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bitvec", "fatality", @@ -9281,7 +9338,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "polkadot-node-subsystem", @@ -9296,7 +9353,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "futures 0.3.30", @@ -9317,7 +9374,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -9332,7 +9389,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "futures-timer", @@ -9349,7 +9406,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "fatality", "futures 0.3.30", @@ -9368,7 +9425,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "futures 0.3.30", @@ -9385,7 +9442,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bitvec", "fatality", @@ -9402,7 +9459,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bitvec", "fatality", @@ -9419,7 +9476,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "always-assert", "futures 0.3.30", @@ -9447,7 +9504,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "polkadot-node-primitives", @@ -9463,7 +9520,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "cpu-time", "futures 0.3.30", @@ -9478,7 +9535,7 @@ dependencies = [ "sp-core", "sp-externalities", "sp-io", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "tokio", "tracing-gum", ] @@ -9486,7 +9543,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-prepare-worker" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "libc", @@ -9500,7 +9557,7 @@ dependencies = [ "sc-executor-wasmtime", "sp-io", "sp-maybe-compressed-blob", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "tikv-jemalloc-ctl", "tokio", "tracing-gum", @@ -9509,7 +9566,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -9524,13 +9581,13 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "lazy_static", "log", "mick-jaeger", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "polkadot-node-primitives", "polkadot-primitives", "sc-network", @@ -9542,7 +9599,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bs58 0.5.1", "futures 0.3.30", @@ -9561,7 +9618,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -9585,7 +9642,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bounded-vec", "futures 0.3.30", @@ -9594,7 +9651,7 @@ dependencies = [ "polkadot-primitives", "schnorrkel 0.9.1", "serde", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-consensus-babe", "sp-core", "sp-keystore", @@ -9607,7 +9664,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9617,7 +9674,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "derive_more", @@ -9641,7 +9698,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "derive_more", @@ -9664,7 +9721,7 @@ dependencies = [ "prioritized-metered-channel", "rand 0.8.5", "schnellru", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-keystore", "thiserror", @@ -9674,13 +9731,13 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "futures 0.3.30", "futures-timer", "orchestra", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -9697,7 +9754,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bounded-collections", "derive_more", @@ -9714,7 +9771,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "env_logger 0.9.3", "log", @@ -9732,7 +9789,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -9742,7 +9799,7 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-arithmetic", "sp-authority-discovery", "sp-consensus-slots", @@ -9758,7 +9815,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -9790,11 +9847,11 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bitvec", "frame-benchmarking", - "frame-election-provider-support", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-executive", "frame-support", "frame-system", @@ -9835,7 +9892,7 @@ dependencies = [ "pallet-scheduler", "pallet-session", "pallet-session-benchmarking", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "pallet-staking-reward-curve", "pallet-staking-runtime-api", "pallet-timestamp", @@ -9868,7 +9925,7 @@ dependencies = [ "sp-inherents", "sp-io", "sp-mmr-primitives", - "sp-npos-elections", + "sp-npos-elections 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-offchain", "sp-runtime", "sp-session", @@ -9887,11 +9944,11 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bitvec", "frame-benchmarking", - "frame-election-provider-support", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-support", "frame-system", "impl-trait-for-tuples", @@ -9903,7 +9960,7 @@ dependencies = [ "pallet-election-provider-multi-phase", "pallet-fast-unstake", "pallet-session", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "pallet-staking-reward-fn", "pallet-timestamp", "pallet-transaction-payment", @@ -9921,7 +9978,7 @@ dependencies = [ "sp-core", "sp-inherents", "sp-io", - "sp-npos-elections", + "sp-npos-elections 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-runtime", "sp-session", "sp-staking", @@ -9933,7 +9990,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "polkadot-primitives", @@ -9947,20 +10004,20 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bs58 0.5.1", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", "sp-std", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", ] [[package]] name = "polkadot-runtime-parachains" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -9976,7 +10033,7 @@ dependencies = [ "pallet-balances", "pallet-message-queue", "pallet-session", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "pallet-timestamp", "pallet-vesting", "parity-scale-codec", @@ -9989,7 +10046,7 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-inherents", "sp-io", @@ -10006,7 +10063,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "frame-benchmarking", @@ -10024,7 +10081,7 @@ dependencies = [ "mmr-gadget", "pallet-babe", "pallet-im-online", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "parity-db", @@ -10083,7 +10140,7 @@ dependencies = [ "sc-executor", "sc-keystore", "sc-network", - "sc-network-common", + "sc-network-common 0.10.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sc-network-sync", "sc-offchain", "sc-service", @@ -10102,7 +10159,7 @@ dependencies = [ "sp-consensus", "sp-consensus-babe", "sp-consensus-beefy", - "sp-consensus-grandpa", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-inherents", "sp-io", @@ -10128,7 +10185,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -10152,7 +10209,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -10177,15 +10234,15 @@ dependencies = [ [[package]] name = "polling" -version = "3.6.0" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6" +checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3" dependencies = [ "cfg-if", "concurrent-queue", "hermit-abi 0.3.9", "pin-project-lite 0.2.14", - "rustix 0.38.32", + "rustix 0.38.34", "tracing", "windows-sys 0.52.0", ] @@ -10266,10 +10323,10 @@ source = "git+https://github.com/darwinia-network/frontier?branch=polkadot-v1.1. dependencies = [ "case", "num_enum 0.7.2", - "prettyplease 0.2.19", + "prettyplease 0.2.20", "proc-macro2", "quote", - "sp-core-hashing", + "sp-core-hashing 9.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "syn 1.0.109", ] @@ -10310,7 +10367,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22020dfcf177fcc7bf5deaf7440af371400c67c0de14c399938d8ed4fb4645d3" dependencies = [ "proc-macro2", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -10335,12 +10392,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.19" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ac2cf0f2e4f42b49f5ffd07dae8d746508ef7526c13940e5f524012ae6c6550" +checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" dependencies = [ "proc-macro2", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -10385,12 +10442,11 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "2.0.2" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" +checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" dependencies = [ - "toml_datetime", - "toml_edit 0.20.2", + "toml_edit 0.21.1", ] [[package]] @@ -10425,29 +10481,29 @@ checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "proc-macro2" -version = "1.0.81" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" +checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43" dependencies = [ "unicode-ident", ] [[package]] name = "prometheus" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" +checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" dependencies = [ "cfg-if", "fnv", "lazy_static", "memchr", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "thiserror", ] @@ -10459,7 +10515,7 @@ checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e" dependencies = [ "dtoa", "itoa", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "prometheus-client-derive-encode", ] @@ -10471,7 +10527,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -10668,7 +10724,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.14", + "getrandom 0.2.15", ] [[package]] @@ -10745,13 +10801,22 @@ dependencies = [ "bitflags 1.3.2", ] +[[package]] +name = "redox_syscall" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "redox_users" version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" dependencies = [ - "getrandom 0.2.14", + "getrandom 0.2.15", "libredox", "thiserror", ] @@ -10771,22 +10836,22 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f" +checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc" +checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -10914,7 +10979,7 @@ dependencies = [ "async-trait", "chrono", "futures 0.3.30", - "getrandom 0.2.14", + "getrandom 0.2.15", "http", "hyper", "parking_lot 0.11.2", @@ -10935,7 +11000,7 @@ checksum = "190838e54153d7a7e2ea98851304b3ce92daeabf14c54d32b01b84a3e636f683" dependencies = [ "anyhow", "async-trait", - "getrandom 0.2.14", + "getrandom 0.2.15", "matchit", "opentelemetry 0.17.0", "reqwest", @@ -11014,7 +11079,7 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.14", + "getrandom 0.2.15", "libc", "spin 0.9.8", "untrusted 0.9.0", @@ -11065,7 +11130,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -11104,7 +11169,7 @@ dependencies = [ "pallet-scheduler", "pallet-session", "pallet-society", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "pallet-state-trie-migration", "pallet-sudo", "pallet-timestamp", @@ -11153,7 +11218,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "polkadot-primitives", @@ -11202,9 +11267,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hash" @@ -11224,7 +11289,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ - "semver 1.0.22", + "semver 1.0.23", ] [[package]] @@ -11266,14 +11331,14 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.32" +version = "0.38.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" +checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" dependencies = [ "bitflags 2.5.0", "errno", "libc", - "linux-raw-sys 0.4.13", + "linux-raw-sys 0.4.14", "windows-sys 0.52.0", ] @@ -11291,9 +11356,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.10" +version = "0.21.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", "ring 0.17.8", @@ -11334,9 +11399,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.15" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "ruzstd" @@ -11362,9 +11427,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "safe_arch" @@ -11387,7 +11452,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "log", "sp-core", @@ -11398,7 +11463,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11426,7 +11491,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "futures-timer", @@ -11449,7 +11514,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -11464,7 +11529,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11483,18 +11548,18 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", "chrono", @@ -11515,7 +11580,7 @@ dependencies = [ "sc-service", "sc-telemetry", "sc-tracing", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "serde", "serde_json", "sp-blockchain", @@ -11533,16 +11598,16 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "fnv", "futures 0.3.30", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-executor", "sc-transaction-pool-api", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-api", "sp-blockchain", "sp-consensus", @@ -11559,7 +11624,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "hash-db", "kvdb", @@ -11569,7 +11634,7 @@ dependencies = [ "log", "parity-db", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-client-api", "sc-state-db", "schnellru", @@ -11585,7 +11650,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11593,9 +11658,9 @@ dependencies = [ "libp2p-identity", "log", "mockall", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-client-api", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "serde", "sp-api", "sp-blockchain", @@ -11610,7 +11675,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11622,7 +11687,7 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-block-builder", "sp-blockchain", "sp-consensus", @@ -11639,7 +11704,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "fork-tree", @@ -11649,7 +11714,7 @@ dependencies = [ "num-rational", "num-traits", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-client-api", "sc-consensus", "sc-consensus-epochs", @@ -11658,7 +11723,7 @@ dependencies = [ "sc-transaction-pool-api", "scale-info", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-block-builder", "sp-blockchain", "sp-consensus", @@ -11675,7 +11740,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -11684,7 +11749,7 @@ dependencies = [ "sc-rpc-api", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", @@ -11697,7 +11762,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -11706,15 +11771,15 @@ dependencies = [ "futures 0.3.30", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-client-api", "sc-consensus", "sc-network", "sc-network-gossip", "sc-network-sync", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-arithmetic", "sp-blockchain", "sp-consensus", @@ -11731,13 +11796,13 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-consensus-beefy", "sc-rpc", "serde", @@ -11750,7 +11815,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11763,7 +11828,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "ahash 0.8.11", "array-bytes", @@ -11775,25 +11840,25 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", "sc-consensus", "sc-network", - "sc-network-common", + "sc-network-common 0.10.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sc-network-gossip", "sc-telemetry", "sc-transaction-pool-api", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "serde_json", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-keystore", "sp-runtime", @@ -11804,7 +11869,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "finality-grandpa", "futures 0.3.30", @@ -11824,7 +11889,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11847,10 +11912,10 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-executor-common", "sc-executor-wasmtime", "schnellru", @@ -11859,7 +11924,7 @@ dependencies = [ "sp-externalities", "sp-io", "sp-panic-handler", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-trie", "sp-version", "sp-wasm-interface", @@ -11869,7 +11934,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11881,7 +11946,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "anyhow", "cfg-if", @@ -11890,7 +11955,7 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-wasm-interface", "wasmtime", ] @@ -11898,7 +11963,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "ansi_term", "futures 0.3.30", @@ -11906,7 +11971,7 @@ dependencies = [ "log", "sc-client-api", "sc-network", - "sc-network-common", + "sc-network-common 0.10.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-blockchain", "sp-runtime", ] @@ -11914,12 +11979,12 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "serde_json", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-keystore", "thiserror", @@ -11928,7 +11993,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -11945,13 +12010,13 @@ dependencies = [ "log", "mockall", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "partial_sort", "pin-project", "rand 0.8.5", "sc-client-api", - "sc-network-common", - "sc-utils", + "sc-network-common 0.10.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "serde", "serde_json", "smallvec", @@ -11969,7 +12034,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-channel 1.9.0", "cid", @@ -11986,6 +12051,23 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "sc-network-common" +version = "0.10.0-dev" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "futures 0.3.30", + "libp2p-identity", + "parity-scale-codec", + "prost-build", + "sc-consensus", + "sp-consensus", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-runtime", +] + [[package]] name = "sc-network-common" version = "0.10.0-dev" @@ -11999,14 +12081,14 @@ dependencies = [ "prost-build", "sc-consensus", "sp-consensus", - "sp-consensus-grandpa", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-runtime", ] [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "ahash 0.8.11", "futures 0.3.30", @@ -12014,7 +12096,7 @@ dependencies = [ "libp2p", "log", "sc-network", - "sc-network-common", + "sc-network-common 0.10.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "schnellru", "sp-runtime", "substrate-prometheus-endpoint", @@ -12024,7 +12106,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12045,7 +12127,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12062,14 +12144,14 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-network", - "sc-network-common", - "sc-utils", + "sc-network-common 0.10.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "schnellru", "smallvec", "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-runtime", "substrate-prometheus-endpoint", @@ -12079,7 +12161,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", "futures 0.3.30", @@ -12087,8 +12169,8 @@ dependencies = [ "log", "parity-scale-codec", "sc-network", - "sc-network-common", - "sc-utils", + "sc-network-common 0.10.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-consensus", "sp-runtime", "substrate-prometheus-endpoint", @@ -12097,7 +12179,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", "bytes", @@ -12111,13 +12193,13 @@ dependencies = [ "num_cpus", "once_cell", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "rand 0.8.5", "sc-client-api", "sc-network", - "sc-network-common", + "sc-network-common 0.10.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sc-transaction-pool-api", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-api", "sp-core", "sp-externalities", @@ -12131,7 +12213,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -12140,20 +12222,20 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-block-builder", "sc-chain-spec", "sc-client-api", "sc-rpc-api", "sc-tracing", "sc-transaction-pool-api", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "serde_json", "sp-api", "sp-blockchain", @@ -12171,7 +12253,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12190,7 +12272,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "http", "jsonrpsee", @@ -12205,7 +12287,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", "futures 0.3.30", @@ -12214,11 +12296,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-chain-spec", "sc-client-api", "sc-transaction-pool-api", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "serde", "sp-api", "sp-blockchain", @@ -12233,7 +12315,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "directories", @@ -12243,7 +12325,7 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "pin-project", "rand 0.8.5", "sc-block-builder", @@ -12256,7 +12338,7 @@ dependencies = [ "sc-keystore", "sc-network", "sc-network-bitswap", - "sc-network-common", + "sc-network-common 0.10.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sc-network-light", "sc-network-sync", "sc-network-transactions", @@ -12268,7 +12350,7 @@ dependencies = [ "sc-tracing", "sc-transaction-pool", "sc-transaction-pool-api", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "serde", "serde_json", "sp-api", @@ -12297,18 +12379,18 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sp-core", ] [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "clap", "fs4", @@ -12322,7 +12404,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12341,7 +12423,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "libc", @@ -12360,16 +12442,16 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "chrono", "futures 0.3.30", "libp2p", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "pin-project", "rand 0.8.5", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "serde", "serde_json", "thiserror", @@ -12379,7 +12461,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "ansi_term", "atty", @@ -12387,7 +12469,7 @@ dependencies = [ "lazy_static", "libc", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "regex", "rustc-hash", "sc-client-api", @@ -12398,7 +12480,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "thiserror", "tracing", "tracing-log 0.1.4", @@ -12408,18 +12490,18 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "futures 0.3.30", @@ -12427,16 +12509,16 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sc-client-api", "sc-transaction-pool-api", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "serde", "sp-api", "sp-blockchain", "sp-core", "sp-runtime", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -12445,7 +12527,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "futures 0.3.30", @@ -12458,6 +12540,21 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-utils" +version = "4.0.0-dev" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" +dependencies = [ + "async-channel 1.9.0", + "futures 0.3.30", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.2", + "prometheus", + "sp-arithmetic", +] + [[package]] name = "sc-utils" version = "4.0.0-dev" @@ -12468,16 +12565,16 @@ dependencies = [ "futures-timer", "lazy_static", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "prometheus", "sp-arithmetic", ] [[package]] name = "scale-info" -version = "2.11.2" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c453e59a955f81fb62ee5d596b450383d699f152d350e9d23a0db2adb78e4c0" +checksum = "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" dependencies = [ "bitvec", "cfg-if", @@ -12489,11 +12586,11 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.2" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18cf6c6447f813ef19eb450e985bcce6705f9ce7660db221b59093d15c79c4b7" +checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", "syn 1.0.109", @@ -12510,9 +12607,9 @@ dependencies = [ [[package]] name = "schnellru" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d" +checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" dependencies = [ "ahash 0.8.11", "cfg-if", @@ -12635,11 +12732,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6" +checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.5.0", "core-foundation", "core-foundation-sys", "libc", @@ -12648,9 +12745,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef" +checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" dependencies = [ "core-foundation-sys", "libc", @@ -12667,9 +12764,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" +checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" dependencies = [ "serde", ] @@ -12682,29 +12779,29 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.198" +version = "1.0.202" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc" +checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.198" +version = "1.0.202" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9" +checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "serde_json" -version = "1.0.116" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "itoa", "ryu", @@ -12713,9 +12810,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" +checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" dependencies = [ "serde", ] @@ -12808,9 +12905,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" dependencies = [ "libc", ] @@ -12882,7 +12979,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "enumn", "parity-scale-codec", @@ -12945,7 +13042,7 @@ dependencies = [ "fnv", "futures-lite 1.13.0", "futures-util", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "hmac 0.12.1", "itertools 0.11.0", @@ -12994,13 +13091,13 @@ dependencies = [ "futures-channel", "futures-lite 1.13.0", "futures-util", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "itertools 0.11.0", "log", "lru 0.11.1", "no-std-net", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "pin-project", "rand 0.8.5", "rand_chacha 0.3.1", @@ -13048,9 +13145,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" +checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" dependencies = [ "libc", "windows-sys 0.52.0", @@ -13076,7 +13173,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "hash-db", "log", @@ -13097,7 +13194,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "Inflector", "blake2", @@ -13105,7 +13202,20 @@ dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", +] + +[[package]] +name = "sp-application-crypto" +version = "23.0.0" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -13124,7 +13234,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "integer-sqrt", "num-traits", @@ -13138,12 +13248,12 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-runtime", "sp-std", ] @@ -13151,7 +13261,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "sp-api", "sp-inherents", @@ -13162,12 +13272,12 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "schnellru", "sp-api", "sp-consensus", @@ -13180,7 +13290,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "futures 0.3.30", @@ -13195,13 +13305,13 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-consensus-slots", "sp-inherents", "sp-runtime", @@ -13212,14 +13322,14 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-consensus-slots", "sp-core", "sp-inherents", @@ -13231,14 +13341,14 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-io", "sp-mmr-primitives", @@ -13247,6 +13357,24 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-consensus-grandpa" +version = "4.0.0-dev" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-std", +] + [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" @@ -13258,7 +13386,7 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-keystore", "sp-runtime", @@ -13268,7 +13396,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13280,7 +13408,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -13300,7 +13428,7 @@ dependencies = [ "log", "merlin 2.0.1", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "paste", "primitive-types", "rand 0.8.5", @@ -13310,10 +13438,10 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing", + "sp-core-hashing 9.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-debug-derive", "sp-externalities", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-std", "sp-storage", "ss58-registry", @@ -13324,6 +13452,19 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core-hashing" +version = "9.0.0" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.8", + "sha3", + "twox-hash", +] + [[package]] name = "sp-core-hashing" version = "9.0.0" @@ -13340,36 +13481,36 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "quote", - "sp-core-hashing", - "syn 2.0.59", + "sp-core-hashing 9.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "syn 2.0.65", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "kvdb", - "parking_lot 0.12.1", + "parking_lot 0.12.2", ] [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "environmental", "parity-scale-codec", @@ -13380,7 +13521,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "serde_json", "sp-api", @@ -13391,7 +13532,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13405,7 +13546,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bytes", "ed25519-dalek", @@ -13417,10 +13558,10 @@ dependencies = [ "sp-core", "sp-externalities", "sp-keystore", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-state-machine", "sp-std", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-trie", "tracing", "tracing-core", @@ -13429,7 +13570,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "lazy_static", "sp-core", @@ -13440,10 +13581,10 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "sp-core", "sp-externalities", "thiserror", @@ -13452,7 +13593,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "thiserror", "zstd 0.12.4", @@ -13461,7 +13602,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13472,7 +13613,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13487,6 +13628,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-npos-elections" +version = "4.0.0-dev" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", +] + [[package]] name = "sp-npos-elections" version = "4.0.0-dev" @@ -13504,7 +13659,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "sp-api", "sp-core", @@ -13514,7 +13669,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "backtrace", "lazy_static", @@ -13524,7 +13679,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "rustc-hash", "serde", @@ -13534,7 +13689,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "either", "hash256-std-hasher", @@ -13545,7 +13700,7 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-arithmetic", "sp-core", "sp-io", @@ -13553,6 +13708,24 @@ dependencies = [ "sp-weights", ] +[[package]] +name = "sp-runtime-interface" +version = "17.0.0" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities", + "sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-std", + "sp-storage", + "sp-tracing 10.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", + "sp-wasm-interface", + "static_assertions", +] + [[package]] name = "sp-runtime-interface" version = "17.0.0" @@ -13563,14 +13736,26 @@ dependencies = [ "parity-scale-codec", "primitive-types", "sp-externalities", - "sp-runtime-interface-proc-macro", + "sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-std", "sp-storage", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-wasm-interface", "static_assertions", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "11.0.0" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" +dependencies = [ + "Inflector", + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 2.0.65", +] + [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" @@ -13580,13 +13765,13 @@ dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13601,7 +13786,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -13615,12 +13800,12 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "hash-db", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "rand 0.8.5", "smallvec", "sp-core", @@ -13636,7 +13821,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -13647,11 +13832,11 @@ dependencies = [ "scale-info", "sha2 0.10.8", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-core", "sp-externalities", "sp-runtime", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-std", "thiserror", "x25519-dalek 2.0.1", @@ -13660,12 +13845,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13678,7 +13863,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "parity-scale-codec", @@ -13688,6 +13873,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-tracing" +version = "10.0.0" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" +dependencies = [ + "parity-scale-codec", + "sp-std", + "tracing", + "tracing-core", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sp-tracing" version = "10.0.0" @@ -13703,7 +13900,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "sp-api", "sp-runtime", @@ -13712,7 +13909,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "parity-scale-codec", @@ -13727,7 +13924,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "ahash 0.8.11", "hash-db", @@ -13736,7 +13933,7 @@ dependencies = [ "memory-db", "nohash-hasher", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "scale-info", "schnellru", "sp-core", @@ -13750,7 +13947,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13767,18 +13964,18 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13791,7 +13988,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13984,12 +14181,12 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-kusama-runtime" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "binary-merkle-tree", "bitvec", "frame-benchmarking", - "frame-election-provider-support", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-executive", "frame-support", "frame-system", @@ -14038,7 +14235,7 @@ dependencies = [ "pallet-session", "pallet-session-benchmarking", "pallet-society", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "pallet-staking-runtime-api", "pallet-state-trie-migration", "pallet-timestamp", @@ -14061,7 +14258,7 @@ dependencies = [ "serde_derive", "smallvec", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", @@ -14071,7 +14268,7 @@ dependencies = [ "sp-inherents", "sp-io", "sp-mmr-primitives", - "sp-npos-elections", + "sp-npos-elections 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-offchain", "sp-runtime", "sp-session", @@ -14090,7 +14287,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "bounded-collections", "derivative", @@ -14107,7 +14304,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "frame-system", @@ -14129,7 +14326,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "environmental", "frame-benchmarking", @@ -14227,7 +14424,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -14259,7 +14456,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" [[package]] name = "substrate-fixed" @@ -14275,7 +14472,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.30", @@ -14294,7 +14491,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "hyper", "log", @@ -14306,7 +14503,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "jsonrpsee", @@ -14319,7 +14516,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14336,7 +14533,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "futures 0.3.30", "tokio", @@ -14355,7 +14552,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "ansi_term", "build-helper", @@ -14395,9 +14592,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.59" +version = "2.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a" +checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106" dependencies = [ "proc-macro2", "quote", @@ -14471,8 +14668,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", - "fastrand 2.0.2", - "rustix 0.38.32", + "fastrand 2.1.0", + "rustix 0.38.34", "windows-sys 0.52.0", ] @@ -14493,9 +14690,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] @@ -14517,18 +14714,18 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -14675,10 +14872,10 @@ dependencies = [ "libc", "mio", "num_cpus", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "pin-project-lite 0.2.14", "signal-hook-registry", - "socket2 0.5.6", + "socket2 0.5.7", "tokio-macros", "windows-sys 0.48.0", ] @@ -14691,7 +14888,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -14721,7 +14918,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.10", + "rustls 0.21.12", "tokio", ] @@ -14751,9 +14948,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" +checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" dependencies = [ "bytes", "futures-core", @@ -14761,7 +14958,6 @@ dependencies = [ "futures-sink", "pin-project-lite 0.2.14", "tokio", - "tracing", ] [[package]] @@ -14787,21 +14983,21 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.2" +version = "0.8.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" +checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.20.2", + "toml_edit 0.22.13", ] [[package]] name = "toml_datetime" -version = "0.6.3" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" +checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" dependencies = [ "serde", ] @@ -14816,20 +15012,31 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "winnow", + "winnow 0.5.40", ] [[package]] name = "toml_edit" -version = "0.20.2" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" +checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" +dependencies = [ + "indexmap 2.2.6", + "toml_datetime", + "winnow 0.5.40", +] + +[[package]] +name = "toml_edit" +version = "0.22.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c" dependencies = [ "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", - "winnow", + "winnow 0.6.8", ] [[package]] @@ -14893,7 +15100,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -14919,7 +15126,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "coarsetime", "polkadot-node-jaeger", @@ -14931,13 +15138,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "expander 2.1.0", "proc-macro-crate 1.3.1", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -15119,7 +15326,7 @@ dependencies = [ "ipconfig", "lazy_static", "lru-cache", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "resolv-conf", "smallvec", "thiserror", @@ -15137,7 +15344,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "async-trait", "clap", @@ -15250,9 +15457,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" +checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" [[package]] name = "unicode-xid" @@ -15349,9 +15556,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "waker-fn" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" +checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" [[package]] name = "walkdir" @@ -15414,7 +15621,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", "wasm-bindgen-shared", ] @@ -15448,7 +15655,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -15579,9 +15786,9 @@ dependencies = [ [[package]] name = "wasmparser-nostd" -version = "0.100.1" +version = "0.100.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724" +checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa" dependencies = [ "indexmap-nostd", ] @@ -15819,12 +16026,12 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "binary-merkle-tree", "bitvec", "frame-benchmarking", - "frame-election-provider-support", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "frame-executive", "frame-support", "frame-system", @@ -15866,7 +16073,7 @@ dependencies = [ "pallet-session", "pallet-session-benchmarking", "pallet-society", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "pallet-staking-reward-curve", "pallet-staking-runtime-api", "pallet-state-trie-migration", @@ -15890,7 +16097,7 @@ dependencies = [ "serde_derive", "smallvec", "sp-api", - "sp-application-crypto", + "sp-application-crypto 23.0.0 (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", @@ -15899,7 +16106,7 @@ dependencies = [ "sp-inherents", "sp-io", "sp-mmr-primitives", - "sp-npos-elections", + "sp-npos-elections 4.0.0-dev (git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0)", "sp-offchain", "sp-runtime", "sp-session", @@ -15918,7 +16125,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "frame-support", "polkadot-primitives", @@ -15938,14 +16145,14 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.32", + "rustix 0.38.34", ] [[package]] name = "wide" -version = "0.7.16" +version = "0.7.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81a1851a719f11d1d2fea40e15c72f6c00de8c142d7ac47c1441cc7e4d0d5bc6" +checksum = "21e005a4cc35784183a9e39cb22e9a9c46353ef6a7f113fd8d36ddc58c15ef3c" dependencies = [ "bytemuck", "safe_arch", @@ -15975,11 +16182,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" +checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" dependencies = [ - "winapi", + "windows-sys 0.52.0", ] [[package]] @@ -16230,6 +16437,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "winnow" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d" +dependencies = [ + "memchr", +] + [[package]] name = "winreg" version = "0.50.0" @@ -16305,7 +16521,7 @@ dependencies = [ "impl-trait-for-tuples", "log", "orml-traits", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)", "parity-scale-codec", "scale-info", "serde", @@ -16321,12 +16537,12 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#c8d2251cafadc108ba2f1f8a3208dc547ff38901" +source = "git+https://github.com/darwinia-network/polkadot-sdk?branch=release-polkadot-v1.1.0#a4b6436263c94fae3cdef46a71a0f8fc90fb8d4c" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -16338,7 +16554,7 @@ dependencies = [ "futures 0.3.30", "log", "nohash-hasher", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "rand 0.8.5", "static_assertions", ] @@ -16354,22 +16570,22 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.32" +version = "0.7.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" +checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.32" +version = "0.7.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" +checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] @@ -16389,7 +16605,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.59", + "syn 2.0.65", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6034c0c35..1e8f55525 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,30 +27,11 @@ codec = { package = "parity-scale-codec", version = "3.6", default-f ethereum = { version = "0.15", default-features = false, features = ["with-codec"] } libsecp256k1 = { version = "0.7", default-features = false } log = { version = "0.4" } -scale-info = { version = "2.10", default-features = false } +scale-info = { version = "2.11", default-features = false } sha3 = { version = "0.10" } static_assertions = { version = "1.1" } strum = { version = "0.26", default-features = false } -# cumulus -cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -parachain-info = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } - # darwinia crab-runtime = { path = "runtime/crab" } darwinia-account-migration = { path = "pallet/account-migration", default-features = false } @@ -109,17 +90,24 @@ xcm-primitives = { git = "https://github.com/darwinia-n orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0", default-features = false } orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0", default-features = false } -# polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } -polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } - -# substrate +# polkadot-sdk +cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false, features = ["parameterized-consensus-hook"] } +cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +cumulus-primitives-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } @@ -129,7 +117,7 @@ frame-system-benchmarking = { git = "https://github.com/parityt frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } pallet-assets = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false, features = ["experimental"] } pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false, features = ["insecure_zero_ed"] } pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } @@ -151,6 +139,12 @@ pallet-tx-pause = { git = "https://github.com/parityt pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } pallet-vesting = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } pallet-whitelist = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +parachain-info = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } @@ -194,6 +188,119 @@ substrate-frame-rpc-system = { git = "https://github.com/parityt substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } substrate-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } + +[patch."https://github.com/paritytech/polkadot-sdk"] +cumulus-client-cli = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-client-collator = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-client-consensus-aura = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-client-consensus-common = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-client-consensus-proposer = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-client-service = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-pallet-aura-ext = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-pallet-dmp-queue = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-pallet-parachain-system = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-pallet-session-benchmarking = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-pallet-xcm = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-primitives-aura = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-primitives-core = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-primitives-utility = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +cumulus-relay-chain-interface = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +frame-benchmarking = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +frame-benchmarking-cli = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +frame-executive = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +frame-support = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +frame-system = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +frame-system-benchmarking = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +frame-system-rpc-runtime-api = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +frame-try-runtime = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-assets = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-aura = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-authorship = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-balances = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-collective = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-conviction-voting = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-democracy = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-identity = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-preimage = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-proxy = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-referenda = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-scheduler = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-session = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-sudo = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-timestamp = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-transaction-payment = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-transaction-payment-rpc = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-treasury = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-tx-pause = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-utility = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-vesting = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-whitelist = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +pallet-xcm = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +parachain-info = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +polkadot-cli = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +polkadot-primitives = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +polkadot-runtime-common = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-basic-authorship = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-chain-spec = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-cli = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-client-api = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-client-db = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-consensus = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-consensus-aura = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-executor = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-keystore = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-network = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-network-sync = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-offchain = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-rpc = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-rpc-api = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-service = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-sysinfo = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-telemetry = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-tracing = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-transaction-pool = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sc-transaction-pool-api = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-api = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-arithmetic = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-block-builder = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-blockchain = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-consensus = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-consensus-aura = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-core = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-database = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-debug-derive = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-externalities = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-inherents = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-io = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-keyring = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-keystore = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-offchain = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-runtime = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-session = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-staking = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-state-machine = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-std = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-storage = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-timestamp = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-transaction-pool = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-trie = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-version = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +sp-wasm-interface = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +substrate-build-script-utils = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +substrate-frame-rpc-system = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +substrate-prometheus-endpoint = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +substrate-test-utils = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +substrate-wasm-builder = { git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +xcm = { package = "staging-xcm", git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/darwinia-network/polkadot-sdk", branch = "release-polkadot-v1.1.0" } [patch."https://github.com/paritytech/frontier"] fc-api = { git = "https://github.com/darwinia-network/frontier", branch = "polkadot-v1.1.0-patch" } diff --git a/core/primitives/src/lib.rs b/core/primitives/src/lib.rs index d572d40e1..dff3bce8f 100644 --- a/core/primitives/src/lib.rs +++ b/core/primitives/src/lib.rs @@ -60,30 +60,23 @@ pub type Header = sp_runtime::generic::Header; /// Block type. pub type Block = sp_runtime::generic::Block; -/// This determines the average expected block time that we are targeting. -/// Blocks will be produced at a minimum duration defined by `SLOT_DURATION`. -/// `SLOT_DURATION` is picked up by `pallet_timestamp` which is in turn picked -/// up by `pallet_aura` to implement `fn slot_duration()`. -/// -/// Change this to adjust the block time. -pub const MILLISECS_PER_BLOCK: u64 = 12_000; /// Maximum number of blocks simultaneously accepted by the Runtime, not yet included /// into the relay chain. -pub const UNINCLUDED_SEGMENT_CAPACITY: u32 = 1; +pub const UNINCLUDED_SEGMENT_CAPACITY: u32 = 3; /// How many parachain blocks are processed by the relay chain per parent. Limits the /// number of blocks authored per slot. pub const BLOCK_PROCESSING_VELOCITY: u32 = 1; /// Relay chain slot duration, in milliseconds. -pub const RELAY_CHAIN_SLOT_DURATION_MILLIS: u32 = 6000; +pub const RELAY_CHAIN_SLOT_DURATION_MILLIS: u32 = 6_000; // NOTE: Currently it is not possible to change the slot duration after the chain has started. // Attempting to do so will brick block production. /// Slot duration. -pub const SLOT_DURATION: u64 = MILLISECS_PER_BLOCK; +pub const SLOT_DURATION: u64 = 6_000; // Time is measured by number of blocks. /// 10 blocks. -pub const MINUTES: BlockNumber = 60_000 / (MILLISECS_PER_BLOCK as BlockNumber); +pub const MINUTES: BlockNumber = 60_000 / (SLOT_DURATION as BlockNumber); /// 600 blocks. pub const HOURS: BlockNumber = MINUTES * 60; /// 14,400 blocks. diff --git a/node/Cargo.toml b/node/Cargo.toml index c7c7f10e4..e8305fade 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -28,6 +28,7 @@ cumulus-client-consensus-aura = { workspace = true } cumulus-client-consensus-common = { workspace = true } cumulus-client-consensus-proposer = { workspace = true } cumulus-client-service = { workspace = true } +cumulus-primitives-aura = { workspace = true, features = ["std"] } cumulus-primitives-core = { workspace = true, features = ["std"] } cumulus-primitives-parachain-inherent = { workspace = true, features = ["std"] } cumulus-relay-chain-interface = { workspace = true } diff --git a/node/src/command.rs b/node/src/command.rs index 106849aaa..fbcbac7ee 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -506,6 +506,7 @@ pub fn run() -> Result<()> { if chain_spec.is_crab() { return service::start_dev_node::( config, + id, ð_rpc_config, ) .map_err(Into::into); @@ -515,6 +516,7 @@ pub fn run() -> Result<()> { if chain_spec.is_darwinia() { return service::start_dev_node::( config, + id, ð_rpc_config, ) .map_err(Into::into) @@ -524,6 +526,7 @@ pub fn run() -> Result<()> { if chain_spec.is_pangolin() { return service::start_dev_node::( config, + id, ð_rpc_config, ) .map_err(Into::into) diff --git a/node/src/service/mod.rs b/node/src/service/mod.rs index a7dafa75b..d61c3ca1b 100644 --- a/node/src/service/mod.rs +++ b/node/src/service/mod.rs @@ -43,9 +43,10 @@ use futures::FutureExt; // darwinia use dc_primitives::*; // substrate -use sc_client_api::Backend; +use sc_client_api::{Backend, HeaderBackend}; use sc_consensus::ImportQueue; use sc_network::NetworkBlock; +use sp_core::Encode; /// Full client backend type. type FullBackend = sc_service::TFullBackend; @@ -94,7 +95,8 @@ impl IdentifyVariant for Box { /// A set of APIs that darwinia-like runtimes must implement. pub trait RuntimeApiCollection: - cumulus_primitives_core::CollectCollationInfo + cumulus_primitives_aura::AuraUnincludedSegmentApi + + cumulus_primitives_core::CollectCollationInfo + fp_rpc::ConvertTransactionRuntimeApi + fp_rpc::EthereumRuntimeRPCApi + moonbeam_rpc_primitives_debug::DebugRuntimeApi @@ -110,7 +112,8 @@ pub trait RuntimeApiCollection: { } impl RuntimeApiCollection for Api where - Api: cumulus_primitives_core::CollectCollationInfo + Api: cumulus_primitives_aura::AuraUnincludedSegmentApi + + cumulus_primitives_core::CollectCollationInfo + fp_rpc::ConvertTransactionRuntimeApi + fp_rpc::EthereumRuntimeRPCApi + moonbeam_rpc_primitives_debug::DebugRuntimeApi @@ -261,6 +264,7 @@ where Executor: 'static + sc_executor::NativeExecutionDispatch, SC: FnOnce( Arc>, + Arc, ParachainBlockImport, Option<&substrate_prometheus_endpoint::Registry>, Option, @@ -296,7 +300,6 @@ where telemetry_worker_handle, ), } = new_partial::(¶chain_config, eth_rpc_config)?; - let (relay_chain_interface, collator_key) = cumulus_client_service::build_relay_chain_interface( polkadot_config, @@ -308,12 +311,10 @@ where ) .await .map_err(|e| sc_service::Error::Application(Box::new(e) as Box<_>))?; - let validator = parachain_config.role.is_authority(); let prometheus_registry = parachain_config.prometheus_registry().cloned(); let import_queue_service = import_queue.service(); let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); - let (network, system_rpc_tx, tx_handler_controller, start_network, sync_service) = cumulus_client_service::build_network(cumulus_client_service::BuildNetworkParams { parachain_config: ¶chain_config, @@ -521,6 +522,7 @@ where if validator { start_consensus( client.clone(), + backend.clone(), block_import, prometheus_registry.as_ref(), telemetry.as_ref().map(|t| t.handle()), @@ -614,6 +616,7 @@ where cumulus_client_service::CollatorSybilResistance::Resistant, // Aura para_id, |client, + backend, block_import, prometheus_registry, telemetry, @@ -642,11 +645,17 @@ where announce_block, client.clone(), ); - let params = cumulus_client_consensus_aura::collators::basic::Params { + let params = cumulus_client_consensus_aura::collators::lookahead::Params { create_inherent_data_providers: move |_, ()| async move { Ok(()) }, block_import, - para_client: client, + para_client: client.clone(), + para_backend: backend.clone(), relay_client: relay_chain_interface, + code_hash_provider: move |block_hash| { + client.code_at(block_hash).ok().map(|c| { + cumulus_primitives_core::relay_chain::ValidationCode::from(c).hash() + }) + }, sync_oracle, keystore, collator_key, @@ -657,9 +666,9 @@ where proposer, collator_service, // Very limited proposal time. - authoring_duration: Duration::from_millis(500), + authoring_duration: Duration::from_millis(1_500), }; - let fut = cumulus_client_consensus_aura::collators::basic::run::< + let fut = cumulus_client_consensus_aura::collators::lookahead::run::< Block, sp_consensus_aura::sr25519::AuthorityPair, _, @@ -669,6 +678,8 @@ where _, _, _, + _, + _, >(params); task_manager.spawn_essential_handle().spawn("aura", None, fut); @@ -685,21 +696,19 @@ where /// !!! WARNING: DO NOT USE ELSEWHERE pub fn start_dev_node( mut config: sc_service::Configuration, + para_id: cumulus_primitives_core::ParaId, eth_rpc_config: &crate::cli::EthRpcConfig, ) -> Result where - RuntimeApi: sp_api::ConstructRuntimeApi> + RuntimeApi: 'static + Send + Sync - + 'static, + + sp_api::ConstructRuntimeApi>, RuntimeApi::RuntimeApi: RuntimeApiCollection, RuntimeApi::RuntimeApi: sp_consensus_aura::AuraApi, Executor: 'static + sc_executor::NativeExecutionDispatch, { - // substrate - use sc_client_api::HeaderBackend; - let sc_service::PartialComponents { client, backend, @@ -720,7 +729,6 @@ where ), } = new_partial::(&config, eth_rpc_config)?; let net_config = sc_network::config::FullNetworkConfiguration::new(&config.network); - let (network, system_rpc_tx, tx_handler_controller, start_network, sync_service) = sc_service::build_network(sc_service::BuildNetworkParams { config: &config, @@ -757,7 +765,8 @@ where } let force_authoring = config.force_authoring; - let backoff_authoring_blocks: Option<()> = None; + let backoff_authoring_blocks = >::None; + let slot_duration = sc_consensus_aura::slot_duration(&*client)?; let proposer_factory = sc_basic_authorship::ProposerFactory::new( task_manager.spawn_handle(), client.clone(), @@ -765,9 +774,8 @@ where None, None, ); - - let slot_duration = sc_consensus_aura::slot_duration(&*client)?; let client_for_cidp = client.clone(); + if config.role.is_authority() { let aura = sc_consensus_aura::start_aura::< sp_consensus_aura::sr25519::AuthorityPair, @@ -782,29 +790,41 @@ where _, _, >(sc_consensus_aura::StartAuraParams { - slot_duration: sc_consensus_aura::slot_duration(&*client)?, + slot_duration, client: client.clone(), select_chain, block_import: instant_finalize::InstantFinalizeBlockImport::new(client.clone()), proposer_factory, create_inherent_data_providers: move |block: Hash, ()| { - let current_para_block = client_for_cidp - .number(block) - .expect("Header lookup should succeed") - .expect("Header passed in as parent should be present in backend."); + let maybe_current_para_block = client_for_cidp.number(block); + let maybe_current_block_head = client_for_cidp.expect_header(block); let client_for_xcm = client_for_cidp.clone(); + // TODO: hack for now. + let additional_key_values = Some(vec![( + array_bytes::hex2bytes_unchecked( + "1cb6f36e027abb2091cfb5110ab5087f06155b3cd9a8c9e5e9a23fd5dc13a5ed", + ), + cumulus_primitives_aura::Slot::from_timestamp( + sp_timestamp::Timestamp::current(), + slot_duration, + ) + .encode(), + )]); async move { + let current_para_block = maybe_current_para_block? + .ok_or(sp_blockchain::Error::UnknownBlock(block.to_string()))?; + let current_para_block_head = + Some(polkadot_primitives::HeadData(maybe_current_block_head?.encode())); let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); - let slot = sp_consensus_aura::inherents::InherentDataProvider::from_timestamp_and_slot_duration( *timestamp, slot_duration, ); - let mocked_parachain = cumulus_primitives_parachain_inherent::MockValidationDataInherentDataProvider { current_para_block, + current_para_block_head, relay_offset: 1000, relay_blocks_per_para_block: 2, para_blocks_per_relay_epoch: 0, @@ -812,11 +832,12 @@ where xcm_config: cumulus_primitives_parachain_inherent::MockXcmConfig::new( &*client_for_xcm, block, - Default::default(), + para_id, Default::default(), ), raw_downward_messages: Vec::new(), raw_horizontal_messages: Vec::new(), + additional_key_values, }; Ok((slot, timestamp, mocked_parachain)) @@ -887,8 +908,6 @@ where let collator = config.role.is_authority(); let eth_rpc_config = eth_rpc_config.clone(); let sync_service = sync_service.clone(); - - let slot_duration = sc_consensus_aura::slot_duration(&*client)?; let pending_create_inherent_data_providers = move |_, ()| async move { let current = sp_timestamp::InherentDataProvider::from_system_time(); let next_slot = current.timestamp().as_millis() + slot_duration.as_millis(); diff --git a/pallet/staking/src/weights.rs b/pallet/staking/src/weights.rs index 0e692c68d..0f92ab270 100644 --- a/pallet/staking/src/weights.rs +++ b/pallet/staking/src/weights.rs @@ -134,7 +134,7 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `574` // Estimated: `4543` - // Minimum execution time: 12_000 nanoseconds. + // Minimum execution time: 6_000 nanoseconds. Weight::from_parts(12_000_000, 0) .saturating_add(Weight::from_parts(4543, 0)) .saturating_add(T::DbWeight::get().reads(3_u64)) @@ -265,7 +265,7 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `574` // Estimated: `4543` - // Minimum execution time: 12_000 nanoseconds. + // Minimum execution time: 6_000 nanoseconds. Weight::from_parts(12_000_000, 0) .saturating_add(Weight::from_parts(4543, 0)) .saturating_add(RocksDbWeight::get().reads(3_u64)) diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index 2b4a13c04..ebf1c356c 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -174,9 +174,9 @@ impl WeightToFeePolynomial for RefTimeToFee { type Balance = Balance; fn polynomial() -> WeightToFeeCoefficients { - // Map base extrinsic weight to 1/200 UNIT. + // Map base extrinsic weight to 1/800 UNIT. let p = UNIT; - let q = 200 * Balance::from(ExtrinsicBaseWeight::get().ref_time()); + let q = 800 * Balance::from(ExtrinsicBaseWeight::get().ref_time()); smallvec::smallvec![WeightToFeeCoefficient { degree: 1, diff --git a/runtime/common/src/test.rs b/runtime/common/src/test.rs index 4caf6cc9d..609043e85 100644 --- a/runtime/common/src/test.rs +++ b/runtime/common/src/test.rs @@ -421,7 +421,7 @@ macro_rules! impl_evm_tests { #[test] fn evm_constants_are_correctly() { assert_eq!(BlockGasLimit::get(), U256::from(20_000_000)); - assert_eq!(WeightPerGas::get().ref_time(), 18750); + assert_eq!(WeightPerGas::get().ref_time(), 75000); } #[test] diff --git a/runtime/crab/Cargo.toml b/runtime/crab/Cargo.toml index 9feec2ad6..e4fe37eba 100644 --- a/runtime/crab/Cargo.toml +++ b/runtime/crab/Cargo.toml @@ -27,6 +27,7 @@ cumulus-pallet-dmp-queue = { workspace = true } cumulus-pallet-parachain-system = { workspace = true } cumulus-pallet-xcm = { workspace = true } cumulus-pallet-xcmp-queue = { workspace = true } +cumulus-primitives-aura = { workspace = true } cumulus-primitives-core = { workspace = true } cumulus-primitives-utility = { workspace = true } parachain-info = { workspace = true } @@ -141,6 +142,7 @@ std = [ "cumulus-pallet-parachain-system/std", "cumulus-pallet-xcm/std", "cumulus-pallet-xcmp-queue/std", + "cumulus-primitives-aura/std", "cumulus-primitives-core/std", "cumulus-primitives-utility/std", "parachain-info/std", diff --git a/runtime/crab/src/lib.rs b/runtime/crab/src/lib.rs index 65732dfd9..627443414 100644 --- a/runtime/crab/src/lib.rs +++ b/runtime/crab/src/lib.rs @@ -325,6 +325,15 @@ sp_api::impl_runtime_apis! { } } + impl cumulus_primitives_aura::AuraUnincludedSegmentApi for Runtime { + fn can_build_upon( + included_hash: ::Hash, + slot: cumulus_primitives_aura::Slot, + ) -> bool { + ConsensusHook::can_build_upon(included_hash, slot) + } + } + impl cumulus_primitives_core::CollectCollationInfo for Runtime { fn collect_collation_info(header: &::Header) -> cumulus_primitives_core::CollationInfo { ParachainSystem::collect_collation_info(header) diff --git a/runtime/crab/src/pallets.rs b/runtime/crab/src/pallets.rs index 7b4336f93..05bc0f799 100644 --- a/runtime/crab/src/pallets.rs +++ b/runtime/crab/src/pallets.rs @@ -59,8 +59,7 @@ mod session; pub use session::*; mod aura; - -mod aura_ext; +pub use aura::*; // Governance stuff. mod governance; diff --git a/runtime/crab/src/pallets/aura.rs b/runtime/crab/src/pallets/aura.rs index 7cddfe41c..c390c5c06 100644 --- a/runtime/crab/src/pallets/aura.rs +++ b/runtime/crab/src/pallets/aura.rs @@ -19,9 +19,19 @@ // darwinia use crate::*; +pub type ConsensusHook = cumulus_pallet_aura_ext::FixedVelocityConsensusHook< + Runtime, + RELAY_CHAIN_SLOT_DURATION_MILLIS, + BLOCK_PROCESSING_VELOCITY, + UNINCLUDED_SEGMENT_CAPACITY, +>; + impl pallet_aura::Config for Runtime { - type AllowMultipleBlocksPerSlot = ConstBool; + type AllowMultipleBlocksPerSlot = ConstBool; type AuthorityId = sp_consensus_aura::sr25519::AuthorityId; type DisabledValidators = (); type MaxAuthorities = ConstU32<100_000>; + type SlotDuration = ConstU64; } + +impl cumulus_pallet_aura_ext::Config for Runtime {} diff --git a/runtime/crab/src/pallets/aura_ext.rs b/runtime/crab/src/pallets/aura_ext.rs deleted file mode 100644 index 4f6c6044c..000000000 --- a/runtime/crab/src/pallets/aura_ext.rs +++ /dev/null @@ -1,22 +0,0 @@ -// This file is part of Darwinia. -// -// Copyright (C) Darwinia Network -// SPDX-License-Identifier: GPL-3.0 -// -// Darwinia is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Darwinia is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with Darwinia. If not, see . - -// darwinia -use crate::*; - -impl cumulus_pallet_aura_ext::Config for Runtime {} diff --git a/runtime/crab/src/pallets/evm.rs b/runtime/crab/src/pallets/evm.rs index 067d2a0dc..812d42daf 100644 --- a/runtime/crab/src/pallets/evm.rs +++ b/runtime/crab/src/pallets/evm.rs @@ -31,8 +31,9 @@ frame_support::parameter_types! { // Restrict the POV size of the Ethereum transactions in the same way as weight limit. pub BlockPovSizeLimit: u64 = NORMAL_DISPATCH_RATIO * MAX_POV_SIZE as u64; pub PrecompilesValue: CrabPrecompiles = CrabPrecompiles::<_>::new(); + // The compute time has increased to 2s after async backing. pub WeightPerGas: frame_support::weights::Weight = frame_support::weights::Weight::from_parts( - fp_evm::weight_per_gas(BLOCK_GAS_LIMIT, NORMAL_DISPATCH_RATIO, WEIGHT_MILLISECS_PER_BLOCK), + fp_evm::weight_per_gas(BLOCK_GAS_LIMIT, NORMAL_DISPATCH_RATIO, WEIGHT_MILLISECS_PER_BLOCK * 4), 0 ); // TODO: FIX ME. https://github.com/rust-lang/rust/issues/88581 diff --git a/runtime/crab/src/pallets/parachain_system.rs b/runtime/crab/src/pallets/parachain_system.rs index 2af82d21f..9472a59b1 100644 --- a/runtime/crab/src/pallets/parachain_system.rs +++ b/runtime/crab/src/pallets/parachain_system.rs @@ -25,7 +25,9 @@ frame_support::parameter_types! { } impl cumulus_pallet_parachain_system::Config for Runtime { - type CheckAssociatedRelayNumber = cumulus_pallet_parachain_system::RelayNumberStrictlyIncreases; + type CheckAssociatedRelayNumber = + cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases; + type ConsensusHook = ConsensusHook; type DmpMessageHandler = DmpQueue; type OnSystemEvent = (); type OutboundXcmpMessageSource = XcmpQueue; diff --git a/runtime/crab/src/pallets/system.rs b/runtime/crab/src/pallets/system.rs index ca4b69c8c..c6ee6e203 100644 --- a/runtime/crab/src/pallets/system.rs +++ b/runtime/crab/src/pallets/system.rs @@ -31,7 +31,7 @@ pub const NORMAL_DISPATCH_RATIO: sp_runtime::Perbill = sp_runtime::Perbill::from pub const WEIGHT_MILLISECS_PER_BLOCK: u64 = 500; pub const MAXIMUM_BLOCK_WEIGHT: frame_support::weights::Weight = frame_support::weights::Weight::from_parts( - frame_support::weights::constants::WEIGHT_REF_TIME_PER_MILLIS * WEIGHT_MILLISECS_PER_BLOCK, + frame_support::weights::constants::WEIGHT_REF_TIME_PER_SECOND.saturating_mul(2), cumulus_primitives_core::relay_chain::MAX_POV_SIZE as u64, ); diff --git a/runtime/crab/src/pallets/timestamp.rs b/runtime/crab/src/pallets/timestamp.rs index d6f5fb3ed..31147bd33 100644 --- a/runtime/crab/src/pallets/timestamp.rs +++ b/runtime/crab/src/pallets/timestamp.rs @@ -20,7 +20,7 @@ use crate::*; impl pallet_timestamp::Config for Runtime { - type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>; + type MinimumPeriod = ConstU64<0>; /// A timestamp: milliseconds since the unix epoch. type Moment = u64; #[cfg(not(feature = "runtime-benchmarks"))] diff --git a/runtime/darwinia/Cargo.toml b/runtime/darwinia/Cargo.toml index ae4b1afe3..fab4a62b5 100644 --- a/runtime/darwinia/Cargo.toml +++ b/runtime/darwinia/Cargo.toml @@ -27,6 +27,7 @@ cumulus-pallet-dmp-queue = { workspace = true } cumulus-pallet-parachain-system = { workspace = true } cumulus-pallet-xcm = { workspace = true } cumulus-pallet-xcmp-queue = { workspace = true } +cumulus-primitives-aura = { workspace = true } cumulus-primitives-core = { workspace = true } cumulus-primitives-utility = { workspace = true } parachain-info = { workspace = true } @@ -149,6 +150,7 @@ std = [ "cumulus-pallet-parachain-system/std", "cumulus-pallet-xcm/std", "cumulus-pallet-xcmp-queue/std", + "cumulus-primitives-aura/std", "cumulus-primitives-core/std", "cumulus-primitives-utility/std", "parachain-info/std", diff --git a/runtime/darwinia/src/lib.rs b/runtime/darwinia/src/lib.rs index 8b3c85315..dc23af212 100644 --- a/runtime/darwinia/src/lib.rs +++ b/runtime/darwinia/src/lib.rs @@ -330,6 +330,15 @@ sp_api::impl_runtime_apis! { } } + impl cumulus_primitives_aura::AuraUnincludedSegmentApi for Runtime { + fn can_build_upon( + included_hash: ::Hash, + slot: cumulus_primitives_aura::Slot, + ) -> bool { + ConsensusHook::can_build_upon(included_hash, slot) + } + } + impl cumulus_primitives_core::CollectCollationInfo for Runtime { fn collect_collation_info(header: &::Header) -> cumulus_primitives_core::CollationInfo { ParachainSystem::collect_collation_info(header) diff --git a/runtime/darwinia/src/pallets.rs b/runtime/darwinia/src/pallets.rs index 724bf8319..7f32e0c66 100644 --- a/runtime/darwinia/src/pallets.rs +++ b/runtime/darwinia/src/pallets.rs @@ -59,8 +59,7 @@ mod session; pub use session::*; mod aura; - -mod aura_ext; +pub use aura::*; // Governance stuff. mod governance; diff --git a/runtime/darwinia/src/pallets/aura.rs b/runtime/darwinia/src/pallets/aura.rs index 7cddfe41c..c390c5c06 100644 --- a/runtime/darwinia/src/pallets/aura.rs +++ b/runtime/darwinia/src/pallets/aura.rs @@ -19,9 +19,19 @@ // darwinia use crate::*; +pub type ConsensusHook = cumulus_pallet_aura_ext::FixedVelocityConsensusHook< + Runtime, + RELAY_CHAIN_SLOT_DURATION_MILLIS, + BLOCK_PROCESSING_VELOCITY, + UNINCLUDED_SEGMENT_CAPACITY, +>; + impl pallet_aura::Config for Runtime { - type AllowMultipleBlocksPerSlot = ConstBool; + type AllowMultipleBlocksPerSlot = ConstBool; type AuthorityId = sp_consensus_aura::sr25519::AuthorityId; type DisabledValidators = (); type MaxAuthorities = ConstU32<100_000>; + type SlotDuration = ConstU64; } + +impl cumulus_pallet_aura_ext::Config for Runtime {} diff --git a/runtime/darwinia/src/pallets/aura_ext.rs b/runtime/darwinia/src/pallets/aura_ext.rs deleted file mode 100644 index 4f6c6044c..000000000 --- a/runtime/darwinia/src/pallets/aura_ext.rs +++ /dev/null @@ -1,22 +0,0 @@ -// This file is part of Darwinia. -// -// Copyright (C) Darwinia Network -// SPDX-License-Identifier: GPL-3.0 -// -// Darwinia is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Darwinia is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with Darwinia. If not, see . - -// darwinia -use crate::*; - -impl cumulus_pallet_aura_ext::Config for Runtime {} diff --git a/runtime/darwinia/src/pallets/evm.rs b/runtime/darwinia/src/pallets/evm.rs index 6bc17dfd2..b5f697434 100644 --- a/runtime/darwinia/src/pallets/evm.rs +++ b/runtime/darwinia/src/pallets/evm.rs @@ -31,8 +31,9 @@ frame_support::parameter_types! { // Restrict the POV size of the Ethereum transactions in the same way as weight limit. pub BlockPovSizeLimit: u64 = NORMAL_DISPATCH_RATIO * MAX_POV_SIZE as u64; pub PrecompilesValue: DarwiniaPrecompiles = DarwiniaPrecompiles::<_>::new(); + // The compute time has increased to 2s after async backing. pub WeightPerGas: frame_support::weights::Weight = frame_support::weights::Weight::from_parts( - fp_evm::weight_per_gas(BLOCK_GAS_LIMIT, NORMAL_DISPATCH_RATIO, WEIGHT_MILLISECS_PER_BLOCK), + fp_evm::weight_per_gas(BLOCK_GAS_LIMIT, NORMAL_DISPATCH_RATIO, WEIGHT_MILLISECS_PER_BLOCK * 4), 0 ); // TODO: FIX ME. https://github.com/rust-lang/rust/issues/88581 diff --git a/runtime/darwinia/src/pallets/parachain_system.rs b/runtime/darwinia/src/pallets/parachain_system.rs index 2af82d21f..9472a59b1 100644 --- a/runtime/darwinia/src/pallets/parachain_system.rs +++ b/runtime/darwinia/src/pallets/parachain_system.rs @@ -25,7 +25,9 @@ frame_support::parameter_types! { } impl cumulus_pallet_parachain_system::Config for Runtime { - type CheckAssociatedRelayNumber = cumulus_pallet_parachain_system::RelayNumberStrictlyIncreases; + type CheckAssociatedRelayNumber = + cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases; + type ConsensusHook = ConsensusHook; type DmpMessageHandler = DmpQueue; type OnSystemEvent = (); type OutboundXcmpMessageSource = XcmpQueue; diff --git a/runtime/darwinia/src/pallets/system.rs b/runtime/darwinia/src/pallets/system.rs index 486c596a8..b941dc897 100644 --- a/runtime/darwinia/src/pallets/system.rs +++ b/runtime/darwinia/src/pallets/system.rs @@ -31,7 +31,7 @@ pub const NORMAL_DISPATCH_RATIO: sp_runtime::Perbill = sp_runtime::Perbill::from pub const WEIGHT_MILLISECS_PER_BLOCK: u64 = 500; pub const MAXIMUM_BLOCK_WEIGHT: frame_support::weights::Weight = frame_support::weights::Weight::from_parts( - frame_support::weights::constants::WEIGHT_REF_TIME_PER_MILLIS * WEIGHT_MILLISECS_PER_BLOCK, + frame_support::weights::constants::WEIGHT_REF_TIME_PER_SECOND.saturating_mul(2), cumulus_primitives_core::relay_chain::MAX_POV_SIZE as u64, ); diff --git a/runtime/darwinia/src/pallets/timestamp.rs b/runtime/darwinia/src/pallets/timestamp.rs index d6f5fb3ed..31147bd33 100644 --- a/runtime/darwinia/src/pallets/timestamp.rs +++ b/runtime/darwinia/src/pallets/timestamp.rs @@ -20,7 +20,7 @@ use crate::*; impl pallet_timestamp::Config for Runtime { - type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>; + type MinimumPeriod = ConstU64<0>; /// A timestamp: milliseconds since the unix epoch. type Moment = u64; #[cfg(not(feature = "runtime-benchmarks"))] diff --git a/runtime/pangolin/Cargo.toml b/runtime/pangolin/Cargo.toml index 7f5de44ed..f69c665c0 100644 --- a/runtime/pangolin/Cargo.toml +++ b/runtime/pangolin/Cargo.toml @@ -26,6 +26,7 @@ cumulus-pallet-dmp-queue = { workspace = true } cumulus-pallet-parachain-system = { workspace = true } cumulus-pallet-xcm = { workspace = true } cumulus-pallet-xcmp-queue = { workspace = true } +cumulus-primitives-aura = { workspace = true } cumulus-primitives-core = { workspace = true } cumulus-primitives-utility = { workspace = true } parachain-info = { workspace = true } @@ -148,6 +149,7 @@ std = [ "cumulus-pallet-parachain-system/std", "cumulus-pallet-xcm/std", "cumulus-pallet-xcmp-queue/std", + "cumulus-primitives-aura/std", "cumulus-primitives-core/std", "cumulus-primitives-utility/std", "parachain-info/std", diff --git a/runtime/pangolin/src/lib.rs b/runtime/pangolin/src/lib.rs index 03b8534fd..77874de8b 100644 --- a/runtime/pangolin/src/lib.rs +++ b/runtime/pangolin/src/lib.rs @@ -329,6 +329,15 @@ sp_api::impl_runtime_apis! { } } + impl cumulus_primitives_aura::AuraUnincludedSegmentApi for Runtime { + fn can_build_upon( + included_hash: ::Hash, + slot: cumulus_primitives_aura::Slot, + ) -> bool { + ConsensusHook::can_build_upon(included_hash, slot) + } + } + impl cumulus_primitives_core::CollectCollationInfo for Runtime { fn collect_collation_info(header: &::Header) -> cumulus_primitives_core::CollationInfo { ParachainSystem::collect_collation_info(header) diff --git a/runtime/pangolin/src/pallets.rs b/runtime/pangolin/src/pallets.rs index 86472c119..1feecbe11 100644 --- a/runtime/pangolin/src/pallets.rs +++ b/runtime/pangolin/src/pallets.rs @@ -57,8 +57,7 @@ mod session; pub use session::*; mod aura; - -mod aura_ext; +pub use aura::*; // Governance stuff. mod governance; diff --git a/runtime/pangolin/src/pallets/aura.rs b/runtime/pangolin/src/pallets/aura.rs index 7cddfe41c..c390c5c06 100644 --- a/runtime/pangolin/src/pallets/aura.rs +++ b/runtime/pangolin/src/pallets/aura.rs @@ -19,9 +19,19 @@ // darwinia use crate::*; +pub type ConsensusHook = cumulus_pallet_aura_ext::FixedVelocityConsensusHook< + Runtime, + RELAY_CHAIN_SLOT_DURATION_MILLIS, + BLOCK_PROCESSING_VELOCITY, + UNINCLUDED_SEGMENT_CAPACITY, +>; + impl pallet_aura::Config for Runtime { - type AllowMultipleBlocksPerSlot = ConstBool; + type AllowMultipleBlocksPerSlot = ConstBool; type AuthorityId = sp_consensus_aura::sr25519::AuthorityId; type DisabledValidators = (); type MaxAuthorities = ConstU32<100_000>; + type SlotDuration = ConstU64; } + +impl cumulus_pallet_aura_ext::Config for Runtime {} diff --git a/runtime/pangolin/src/pallets/aura_ext.rs b/runtime/pangolin/src/pallets/aura_ext.rs deleted file mode 100644 index 4f6c6044c..000000000 --- a/runtime/pangolin/src/pallets/aura_ext.rs +++ /dev/null @@ -1,22 +0,0 @@ -// This file is part of Darwinia. -// -// Copyright (C) Darwinia Network -// SPDX-License-Identifier: GPL-3.0 -// -// Darwinia is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Darwinia is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with Darwinia. If not, see . - -// darwinia -use crate::*; - -impl cumulus_pallet_aura_ext::Config for Runtime {} diff --git a/runtime/pangolin/src/pallets/evm.rs b/runtime/pangolin/src/pallets/evm.rs index a34dacada..388f6dd26 100644 --- a/runtime/pangolin/src/pallets/evm.rs +++ b/runtime/pangolin/src/pallets/evm.rs @@ -31,8 +31,9 @@ frame_support::parameter_types! { // Restrict the POV size of the Ethereum transactions in the same way as weight limit. pub BlockPovSizeLimit: u64 = NORMAL_DISPATCH_RATIO * MAX_POV_SIZE as u64; pub PrecompilesValue: PangolinPrecompiles = PangolinPrecompiles::<_>::new(); + // The compute time has increased to 2s after async backing. pub WeightPerGas: frame_support::weights::Weight = frame_support::weights::Weight::from_parts( - fp_evm::weight_per_gas(BLOCK_GAS_LIMIT, NORMAL_DISPATCH_RATIO, WEIGHT_MILLISECS_PER_BLOCK), + fp_evm::weight_per_gas(BLOCK_GAS_LIMIT, NORMAL_DISPATCH_RATIO, WEIGHT_MILLISECS_PER_BLOCK * 4), 0 ); // TODO: FIX ME. https://github.com/rust-lang/rust/issues/88581 diff --git a/runtime/pangolin/src/pallets/parachain_system.rs b/runtime/pangolin/src/pallets/parachain_system.rs index 2af82d21f..9472a59b1 100644 --- a/runtime/pangolin/src/pallets/parachain_system.rs +++ b/runtime/pangolin/src/pallets/parachain_system.rs @@ -25,7 +25,9 @@ frame_support::parameter_types! { } impl cumulus_pallet_parachain_system::Config for Runtime { - type CheckAssociatedRelayNumber = cumulus_pallet_parachain_system::RelayNumberStrictlyIncreases; + type CheckAssociatedRelayNumber = + cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases; + type ConsensusHook = ConsensusHook; type DmpMessageHandler = DmpQueue; type OnSystemEvent = (); type OutboundXcmpMessageSource = XcmpQueue; diff --git a/runtime/pangolin/src/pallets/system.rs b/runtime/pangolin/src/pallets/system.rs index ca4b69c8c..c6ee6e203 100644 --- a/runtime/pangolin/src/pallets/system.rs +++ b/runtime/pangolin/src/pallets/system.rs @@ -31,7 +31,7 @@ pub const NORMAL_DISPATCH_RATIO: sp_runtime::Perbill = sp_runtime::Perbill::from pub const WEIGHT_MILLISECS_PER_BLOCK: u64 = 500; pub const MAXIMUM_BLOCK_WEIGHT: frame_support::weights::Weight = frame_support::weights::Weight::from_parts( - frame_support::weights::constants::WEIGHT_REF_TIME_PER_MILLIS * WEIGHT_MILLISECS_PER_BLOCK, + frame_support::weights::constants::WEIGHT_REF_TIME_PER_SECOND.saturating_mul(2), cumulus_primitives_core::relay_chain::MAX_POV_SIZE as u64, ); diff --git a/runtime/pangolin/src/pallets/timestamp.rs b/runtime/pangolin/src/pallets/timestamp.rs index d6f5fb3ed..31147bd33 100644 --- a/runtime/pangolin/src/pallets/timestamp.rs +++ b/runtime/pangolin/src/pallets/timestamp.rs @@ -20,7 +20,7 @@ use crate::*; impl pallet_timestamp::Config for Runtime { - type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>; + type MinimumPeriod = ConstU64<0>; /// A timestamp: milliseconds since the unix epoch. type Moment = u64; #[cfg(not(feature = "runtime-benchmarks"))] diff --git a/tests/ethereum/test-bls.ts b/tests/ethereum/test-bls.ts index 395a7b9ef..a0cbc2cbc 100644 --- a/tests/ethereum/test-bls.ts +++ b/tests/ethereum/test-bls.ts @@ -546,7 +546,7 @@ describe("Test Bls precompile", () => { .fast_aggregate_verify(pub_keys_bytes, hexToBytes(message), hexToBytes(signature)) .send(); expect(receipt.transactionHash).to.not.be.null; - expect(receipt.gasUsed).to.be.equals(8597448); + expect(receipt.gasUsed).to.be.equals(2597448); // Reserve enough space for the pre-contract operations expect(BLOCK_GAS_LIMIT - receipt.gasUsed).to.be.gt(10_000_000);