diff --git a/CHANGELOG.md b/CHANGELOG.md index f1572b4712..f2f81f2127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Changelog for the runtimes governed by the Polkadot Fellowship. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.4.1] 26.02.2025 + +### Fixed + +- Fix an issue related to staking in combination with nomination pools ([polkadot-fellows/runtimes/pull/608](https://github.com/polkadot-fellows/runtimes/pull/608)) + ## [1.4.0] 07.02.2025 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index f21fa0ce09..6adf1aaeb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,7 +592,7 @@ version = "1.0.0" dependencies = [ "assert_matches", "asset-hub-kusama-runtime", - "asset-test-utils", + "asset-test-utils 20.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "cumulus-pallet-parachain-system", "emulated-integration-tests-common", "frame-support", @@ -621,7 +621,7 @@ dependencies = [ name = "asset-hub-kusama-runtime" version = "1.0.0" dependencies = [ - "asset-test-utils", + "asset-test-utils 20.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "assets-common", "bp-asset-hub-kusama", "bp-asset-hub-polkadot", @@ -727,7 +727,7 @@ version = "1.0.0" dependencies = [ "assert_matches", "asset-hub-polkadot-runtime", - "asset-test-utils", + "asset-test-utils 20.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "collectives-polkadot-runtime-constants", "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -756,7 +756,7 @@ dependencies = [ name = "asset-hub-polkadot-runtime" version = "1.0.0" dependencies = [ - "asset-test-utils", + "asset-test-utils 20.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "assets-common", "bp-asset-hub-kusama", "bp-asset-hub-polkadot", @@ -871,11 +871,41 @@ dependencies = [ "xcm-runtime-apis", ] +[[package]] +name = "asset-test-utils" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" +dependencies = [ + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "pallet-asset-conversion", + "pallet-assets", + "pallet-balances", + "pallet-collator-selection", + "pallet-session", + "pallet-timestamp", + "pallet-xcm", + "pallet-xcm-bridge-hub-router", + "parachains-common", + "parachains-runtimes-test-utils", + "parity-scale-codec", + "sp-io 38.0.0", + "sp-runtime 39.0.5", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", + "xcm-runtime-apis", +] + [[package]] name = "assets-common" version = "0.18.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c540587f89a03003946b14decef4fcadb083edc4e62f968de245b82e5402e923" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1114,9 +1144,9 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.69" +version = "0.3.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" +checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" dependencies = [ "addr2line 0.21.0", "cc", @@ -1181,8 +1211,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "15.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "336bf780dd7526a9a4bc1521720b25c1994dc132cccd59553431923fa4d1a693" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "hash-db", "log", @@ -1409,15 +1438,14 @@ dependencies = [ [[package]] name = "bp-bridge-hub-cumulus" version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3832b3362711b0c186f046d248407aec14b89812d39d996b914634a72b2bc2ce" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-messages", "bp-polkadot-core", "bp-runtime", "frame-support", "frame-system", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "sp-api", "sp-std", ] @@ -1460,8 +1488,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "890df97cea17ee61ff982466bb9e90cb6b1462adb45380999019388d05e4b92d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1478,8 +1505,7 @@ dependencies = [ [[package]] name = "bp-kusama" version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad2076b1e50cfcdf07d04e5d395b0b57983bb73eb2791fbafe5348852a89381f" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1492,8 +1518,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7efabf94339950b914ba87249497f1a0e35a73849934d164fecae4b275928cf6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1509,8 +1534,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9011e5c12c15caf3c4129a98f4f4916ea9165db8daf6ed85867c3106075f40df" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1527,8 +1551,7 @@ dependencies = [ [[package]] name = "bp-polkadot" version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa6277dd4333917ecfbcc35e9332a9f11682e0a506e76b617c336224660fce33" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1541,8 +1564,7 @@ dependencies = [ [[package]] name = "bp-polkadot-bulletin" version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16ed3a8bcfb14fe0ff32102d0699df1afd1fd4bb94d4ed4bb84a09f76f9ca8f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-messages", @@ -1560,8 +1582,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345cf472bac11ef79d403e4846a666b7d22a13cd16d9c85b62cd6b5e16c4a042" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-messages", "bp-runtime", @@ -1579,8 +1600,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9465ad727e466d67d64244a1aa7bb19933a297913fdde34b8e9bda0a341bdeb" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-messages", @@ -1598,8 +1618,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "746d9464f912b278f8a5e2400f10541f95da7fc6c7d688a2788b9a46296146ee" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -1622,8 +1641,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92e659078b54c0b6bd79896738212a305842ad37168976363233516754337826" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1643,8 +1661,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0873c54562b3d492541cbc8a7974c6854a5157d07880a2a71f8ba888a69e17e9" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-messages", "bp-runtime", @@ -1661,8 +1678,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9284820ca704f5c065563cad77d2e3d069a23cc9cb3a29db9c0de8dd3b173a87" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "scale-info", @@ -1674,8 +1690,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c31b53c53d627e2da38f8910807944bf3121e154b5c0ac9e122995af9dfb13ed" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1996,10 +2011,9 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "329b98c9cfa8a36beb65eebe197460e06dc3b041baf84d16c2c9862b99d1e7d2" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ - "asset-test-utils", + "asset-test-utils 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing)", "bp-header-chain", "bp-messages", "bp-parachains", @@ -2040,8 +2054,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.18.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86cf718057e18ce3e5f2c8e3fc318c38ad71d47ada91dc4b841c0f69c214ef04" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-messages", @@ -2174,9 +2187,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.83" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7" dependencies = [ "jobserver", "libc", @@ -2390,7 +2403,7 @@ version = "1.0.0" dependencies = [ "assert_matches", "asset-hub-polkadot-runtime", - "asset-test-utils", + "asset-test-utils 20.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "collectives-polkadot-runtime", "collectives-polkadot-runtime-constants", "cumulus-pallet-parachain-system", @@ -2652,7 +2665,7 @@ dependencies = [ name = "coretime-kusama-integration-tests" version = "1.0.0" dependencies = [ - "asset-test-utils", + "asset-test-utils 20.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "coretime-kusama-runtime", "cumulus-pallet-parachain-system", "emulated-integration-tests-common", @@ -2761,7 +2774,7 @@ dependencies = [ name = "coretime-polkadot-integration-tests" version = "1.0.0" dependencies = [ - "asset-test-utils", + "asset-test-utils 20.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "coretime-polkadot-runtime", "cumulus-pallet-parachain-system", "emulated-integration-tests-common", @@ -3089,8 +3102,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbe2735fc7cf2b6521eab00cb1a1ab025abc1575cc36887b36dc8c5cb1c9434" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3107,8 +3119,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "546403ee1185f4051a74cc9c9d76e82c63cac3fb68e1bf29f61efb5604c96488" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -3144,8 +3155,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "befbaf3a1ce23ac8476481484fef5f4d500cbd15b4dad6380ce1d28134b0c1f7" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -3156,8 +3166,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18168570689417abfb514ac8812fca7e6429764d01942750e395d7d8ce0716ef" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -3170,8 +3179,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e49231f6cd8274438b078305dc8ce44c54c0d3f4a28e902589bcbaa53d954608" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3186,8 +3194,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f788bdac9474795ea13ba791b55798fb664b2e3da8c3a7385b480c9af4e6539" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -3212,27 +3219,21 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11e7825bcf3cc6c962a5b9b9f47e02dc381109e521d0bc00cad785c65da18471" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-primitives 15.0.0", "sp-api", "sp-consensus-aura", - "sp-runtime 39.0.5", ] [[package]] name = "cumulus-primitives-core" version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c6b5221a4a3097f2ebef66c84c1e6d7a0b8ec7e63f2bd5ae04c1e6d3fc7514e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", "polkadot-parachain-primitives", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "scale-info", "sp-api", "sp-runtime 39.0.5", @@ -3243,8 +3244,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "842a694901e04a62d88995418dec35c22f7dba2b34d32d2b8de37d6b92f973ff" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3258,8 +3258,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "421f03af054aac7c89e87a49e47964886e53a8d7395990eab27b6f201d42524f" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "sp-externalities 0.29.0", "sp-runtime-interface 28.0.0", @@ -3269,8 +3268,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bdcf4d46dd93f1e6d5dd6d379133566a44042ba6476d04bdcbdb4981c622ae4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3287,12 +3285,11 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e570e41c3f05a8143ebff967bbb0c7dcaaa6f0bebd8639b9418b8005b13eda03" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "sp-runtime 39.0.5", "sp-state-machine 0.43.0", "sp-trie 37.0.0", @@ -3804,10 +3801,9 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a2fdb16bdf43492ecf4e8ac21efcf140bb9783dded06d33a3f330123301c25b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ - "asset-test-utils", + "asset-test-utils 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing)", "bp-messages", "bp-xcm-bridge-hub", "bridge-runtime-common", @@ -3825,9 +3821,9 @@ dependencies = [ "parity-scale-codec", "paste", "polkadot-parachain-primitives", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-parachains", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.30.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing)", "sp-authority-discovery", "sp-consensus-babe", "sp-consensus-beefy", @@ -3955,7 +3951,7 @@ dependencies = [ "parity-scale-codec", "polkadot-core-primitives", "polkadot-parachain-primitives", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-common", "scale-info", "serde_json", @@ -4062,9 +4058,9 @@ dependencies = [ [[package]] name = "enumn" -version = "0.1.12" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ad8cef1d801a4686bfd8919f0b30eac4c8e48968c437a6405ded4fb5272d2b" +checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", @@ -4370,8 +4366,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad4cc2314d3be8b49c555f6a7e550f5559e73ffd6ef9690ffbd9a706774452e0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", ] @@ -4394,8 +4389,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a01bdd47c2d541b38bd892da647d1e972c9d85b4ecd7094ad64f7600175da54d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-support-procedural", @@ -4419,8 +4413,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8156f209055d352994ecd49e19658c6b469d7c6de923bd79868957d0dcfb6f71" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -4431,8 +4424,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c36f5116192c63d39f1b4556fa30ac7db5a6a52575fa241b045f7dfa82ecc2be" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4448,8 +4440,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c365bf3879de25bbee28e9584096955a02fbe8d7e7624e10675800317f1cee5b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "aquamarine", "frame-support", @@ -4490,8 +4481,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ac71dbd97039c49fdd69f416a4dd5d8da3652fdcafc3738b45772ad79eb4ec" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "array-bytes", "docify", @@ -4506,8 +4496,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2a946c33c9bd653f464bb158e020a9e85bd9d6746f39d702a84973bd6a4cde0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "futures", "indicatif", @@ -4529,8 +4518,7 @@ dependencies = [ [[package]] name = "frame-support" version = "38.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7dd8b9f161a8289e3b9fe6c1068519358dbff2270d38097a923d3d1b4459dca" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "aquamarine", "array-bytes", @@ -4559,7 +4547,7 @@ dependencies = [ "sp-io 38.0.0", "sp-metadata-ir", "sp-runtime 39.0.5", - "sp-staking 36.0.0", + "sp-staking", "sp-state-machine 0.43.0", "sp-std", "sp-tracing 17.0.1", @@ -4570,13 +4558,13 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "30.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e8f9b6bc1517a6fcbf0b2377e5c8c6d39f5bb7862b191a59a9992081d63972d" +version = "30.0.3" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", + "docify", "expander", "frame-support-procedural-tools", "itertools 0.11.0", @@ -4591,8 +4579,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bead15a320be1764cdd50458c4cfacb23e0cee65f64f500f8e34136a94c7eeca" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -4604,8 +4591,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed971c6435503a099bdac99fe4c5bea08981709e5b5a0a8535a1856f48561191" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "proc-macro2", "quote", @@ -4615,8 +4601,7 @@ dependencies = [ [[package]] name = "frame-system" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3c7fa02f8c305496d2ae52edaecdb9d165f11afa965e05686d7d7dd1ce93611" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "cfg-if", "docify", @@ -4636,8 +4621,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9693b2a736beb076e673520e1e8dee4fc128b8d35b020ef3e8a4b1b5ad63d9f2" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -4651,8 +4635,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "475c4f8604ba7e4f05cd2c881ba71105093e638b9591ec71a8db14a64b3b4ec3" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "docify", "parity-scale-codec", @@ -4662,8 +4645,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.44.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83c811a5a1f5429c7fb5ebbf6cf9502d8f9b673fd395c12cf46c44a30a7daf0e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "parity-scale-codec", @@ -5251,6 +5233,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "httparse", + "httpdate", "itoa", "pin-project-lite 0.2.13", "smallvec", @@ -5584,7 +5567,7 @@ dependencies = [ name = "integration-tests-helpers" version = "1.0.0" dependencies = [ - "asset-test-utils", + "asset-test-utils 20.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "cumulus-pallet-xcmp-queue", "pallet-balances", "pallet-message-queue", @@ -6093,8 +6076,8 @@ dependencies = [ "emulated-integration-tests-common", "kusama-runtime-constants", "parachains-common", - "polkadot-primitives 16.0.0", - "sc-consensus-grandpa", + "polkadot-primitives", + "sc-consensus-grandpa 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-authority-discovery", "sp-consensus-babe", "sp-consensus-beefy", @@ -6121,7 +6104,7 @@ name = "kusama-runtime-constants" version = "1.0.0" dependencies = [ "frame-support", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-common", "smallvec", "sp-core 34.0.0", @@ -6160,9 +6143,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.152" +version = "0.2.170" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" +checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" [[package]] name = "libm" @@ -7628,8 +7611,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-alliance" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59378a648a0aa279a4b10650366c3389cd0a1239b1876f74bfecd268eecb086b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "array-bytes", "frame-benchmarking", @@ -7649,8 +7631,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33f0078659ae95efe6a1bf138ab5250bc41ab98f22ff3651d0208684f08ae797" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -7668,8 +7649,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ab66c4c22ac0f20e620a954ce7ba050118d6d8011e2d02df599309502064e98" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -7683,8 +7663,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71b2149aa741bc39466bbcc92d9d0ab6e9adcf39d2790443a735ad573b3191e7" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -7698,8 +7677,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "406a486466d15acc48c99420191f96f1af018f3381fde829c467aba489030f18" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -7716,8 +7694,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f45f4eb6027fc34c4650e0ed6a7e57ed3335cc364be74b4531f714237676bcee" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -7733,8 +7710,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b31da6e794d655d1f9c4da6557a57399538d75905a7862a2ed3f7e5fb711d7e4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -7750,8 +7726,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb0208f0538d58dcb78ce1ff5e6e8641c5f37b23b20b05587e51da30ab13541" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -7766,8 +7741,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "625d47577cabbe1318ccec5d612e2379002d1b6af1ab6edcef3243c66ec246df" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -7780,8 +7754,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee096c0def13832475b340d00121025e0225de29604d44bc6dfcaa294c995b4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -7798,14 +7771,13 @@ dependencies = [ "sp-io 38.0.0", "sp-runtime 39.0.5", "sp-session", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-bags-list" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fd23a6f94ba9c1e57c8a7f8a41327d132903a79c55c0c83f36cbae19946cf10" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "aquamarine", "docify", @@ -7826,8 +7798,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6945b078919acb14d126490e4b0973a688568b30142476ca69c6df2bed27ad" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "docify", "frame-benchmarking", @@ -7842,8 +7813,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "014d177a3aba19ac144fc6b2b5eb94930b9874734b91fd014902b6706288bb5f" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -7856,14 +7826,13 @@ dependencies = [ "sp-consensus-beefy", "sp-runtime 39.0.5", "sp-session", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-beefy-mmr" version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c64f536e7f04cf3a0a17fdf20870ddb3d63a7690419c40f75cfd2f72b6e6d22" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -7888,8 +7857,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "37.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59f3d032f78624b12238a31b6e80ab3e112381a7bc222df152650e33bb2ce190" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -7906,8 +7874,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d825fbed9fb68bc5d344311653dc0f69caeabe647365abf79a539310b2245f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-runtime", @@ -7926,8 +7893,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1decdc9fb885e46eb17f850aa14f8cf39e17f31574aa6a5fa1a9e603cc526a2" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-messages", @@ -7946,8 +7912,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41450a8d214f20eaff57aeca8e647b20c0df7d66871ee2262609b90824bd4cca" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-parachains", @@ -7967,8 +7932,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.18.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe3be7077b7ddee7178b1b12e9171435da73778d093788e10b1bdfad1e10962" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-header-chain", "bp-messages", @@ -7992,8 +7956,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.17.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "018b477d7d464c451b1d09a4ce9e792c3c65b15fd764b23da38ff9980e786065" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bitvec", "frame-benchmarking", @@ -8011,8 +7974,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f3bc38ae6584b5f57e4de3e49e5184bfc0f20692829530ae1465ffe04e09e7" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8030,8 +7992,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658798d70c9054165169f6a6a96cfa9d6a5e7d24a524bc19825bf17fcbc5cc5a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8044,14 +8005,13 @@ dependencies = [ "rand", "scale-info", "sp-runtime 39.0.5", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-collective" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e149f1aefd444c9a1da6ec5a94bc8a7671d7a33078f85dd19ae5b06e3438e60" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8067,8 +8027,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "999c242491b74395b8c5409ef644e782fe426d87ae36ad92240ffbf21ff0a76e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8084,8 +8043,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "22.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93052dd8d5910e1b939441541cec416e629b2c0ab92680124c2e5a137e12c285" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8103,8 +8061,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "5.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117f003a97f980514c6db25a50c22aaec2a9ccb5664b3cb32f52fb990e0b0c12" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -8113,14 +8070,13 @@ dependencies = [ "scale-info", "sp-io 38.0.0", "sp-runtime 39.0.5", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-election-provider-multi-phase" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f9ad5ae0c13ba3727183dadf1825b6b7b0b0598ed5c366f8697e13fd540f7d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8142,8 +8098,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4111d0d27545c260c9dd0d6fc504961db59c1ec4b42e1bcdc28ebd478895c22" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8404,8 +8359,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ee60e8ef10b3936f2700bd61fa45dcc190c61124becc63bed787addcfa0d20" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "docify", "frame-benchmarking", @@ -8417,14 +8371,13 @@ dependencies = [ "scale-info", "sp-io 38.0.0", "sp-runtime 39.0.5", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-glutton" version = "24.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1c79ab340890f6ab088a638c350ac1173a1b2a79c18004787523032025582b4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -8442,8 +8395,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d3a570a4aac3173ea46b600408183ca2bcfdaadc077f802f11e6055963e2449" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8459,14 +8411,13 @@ dependencies = [ "sp-io 38.0.0", "sp-runtime 39.0.5", "sp-session", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-identity" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3a4288548de9a755e39fcb82ffb9024b6bb1ba0f582464a44423038dd7a892e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "enumflags2", "frame-benchmarking", @@ -8482,8 +8433,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fd95270cf029d16cb40fe6bd9f8ab9c78cd966666dccbca4d8bfec35c5bba5" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8496,14 +8446,13 @@ dependencies = [ "sp-core 34.0.0", "sp-io 38.0.0", "sp-runtime 39.0.5", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-indices" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5e4b97de630427a39d50c01c9e81ab8f029a00e56321823958b39b438f7b940" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8533,8 +8482,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1868b5dca4bbfd1f4a222cbb80735a5197020712a71577b496bbb7e19aaa5394" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8550,8 +8498,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "41.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "983f7d1be18e9a089a3e23670918f5085705b4403acd3fdde31878d57b76a1a8" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "environmental", "frame-benchmarking", @@ -8570,8 +8517,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6932dfb85f77a57c2d1fdc28a7b3a59ffe23efd8d5bb02dc3039d91347e4a3b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8588,8 +8534,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e5099c9a4442efcc1568d88ca1d22d624e81ab96358f99f616c67fbd82532d2" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8604,8 +8549,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168792cf95a32fa3baf9b874efec82a45124da0a79cee1ae3c98a823e6841959" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8621,8 +8565,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59e2aad461a0849d7f0471576eeb1fe3151795bcf2ec9e15eca5cca5b9d743b2" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "enumflags2", "frame-benchmarking", @@ -8639,8 +8582,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "24.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a1f50c217e19dc50ff586a71eb5915df6a05bc0b25564ea20674c8cd182c1f" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "pallet-nfts", "parity-scale-codec", @@ -8650,8 +8592,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ac349e119880b7df1a7c4c36d919b33a498d0e9548af3c237365c654ae0c73d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8666,8 +8607,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "35.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d04f050ab02af6cbe058e101abb8706be7f8ea7958e5bf1d4cd8caa6b66c71" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -8678,15 +8618,14 @@ dependencies = [ "sp-core 34.0.0", "sp-io 38.0.0", "sp-runtime 39.0.5", - "sp-staking 36.0.0", + "sp-staking", "sp-tracing 17.0.1", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d2eaca0349bcda923343226b8b64d25a80b67e0a1ebaaa5b0ab1e1b3b225bc" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8700,14 +8639,13 @@ dependencies = [ "scale-info", "sp-runtime 39.0.5", "sp-runtime-interface 28.0.0", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "33.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03eea431eba0658ca763a078bd849e0622c37c85eddd011b8e886460b50c0827" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -8717,8 +8655,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c4379cf853465696c1c5c03e7e8ce80aeaca0a6139d698abe9ecb3223fd732a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -8728,14 +8665,13 @@ dependencies = [ "scale-info", "serde", "sp-runtime 39.0.5", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-offences-benchmarking" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69aa1b24cdffc3fa8c89cdea32c83f1bf9c1c82a87fa00e57ae4be8e85f5e24f" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8752,14 +8688,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime 39.0.5", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-parameters" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9aba424d55e17b2a2bec766a41586eab878137704d4803c04bebd6a4743db7b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "docify", "frame-benchmarking", @@ -8776,8 +8711,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "407828bc48c6193ac076fdf909b2fadcaaecd65f42b0b0a04afe22fe8e563834" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8793,8 +8727,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d39df395f0dbcf07dafe842916adea3266a87ce36ed87b5132184b6bcd746393" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8808,8 +8741,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "38.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15a640e732164203eb5298823cc8c29cfc563763c43c9114e76153b3166b8b9d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8827,8 +8759,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "406a116aa6d05f88f3c10d79ff89cf577323680a48abd8e5550efb47317e67fa" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8842,8 +8773,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3008c20531d1730c9b457ae77ecf0e3c9b07aaf8c4f5d798d61ef6f0b9e2d4b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8861,8 +8791,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "23.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af2d92b1fef1c379c0692113b505c108c186e09c25c72b38e879b6e0f172ebe" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8880,8 +8809,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26899a331e7ab5f7d5966cbf203e1cf5bd99cd110356d7ddcaa7597087cdc0b5" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "docify", "frame-benchmarking", @@ -8898,8 +8826,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8474b62b6b7622f891e83d922a589e2ad5be5471f5ca47d45831a797dba0b3f4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -8912,7 +8839,7 @@ dependencies = [ "sp-io 38.0.0", "sp-runtime 39.0.5", "sp-session", - "sp-staking 36.0.0", + "sp-staking", "sp-state-machine 0.43.0", "sp-trie 37.0.0", ] @@ -8920,8 +8847,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8aadce7df0fee981721983795919642648b846dab5ab9096f82c2cea781007d0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8937,8 +8863,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1dc69fea8a8de343e71691f009d5fece6ae302ed82b7bb357882b2ea6454143" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -8955,8 +8880,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c870d123f4f053b56af808a4beae1ffc4309a696e829796c26837936c926db3b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8972,14 +8896,13 @@ dependencies = [ "sp-application-crypto 38.0.0", "sp-io 38.0.0", "sp-runtime 39.0.5", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db5e6b1d8ee9d3f6894c5abd8c3e17737ed738c9854f87bfd16239741b7f4d5d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -8990,8 +8913,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "988a7ebeacc84d4bdb0b12409681e956ffe35438447d8f8bc78db547cffb6ebc" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "log", "sp-arithmetic 26.0.0", @@ -9000,19 +8922,17 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "24.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7298559ef3a6b2f5dfbe9a3b8f3d22f2ff9b073c97f4c4853d2b316d973e72d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "sp-api", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] name = "pallet-state-trie-migration" version = "40.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "138c15b4200b9dc4c3e031def6a865a235cdc76ff91ee96fba19ca1787c9dda6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -9028,8 +8948,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1574fe2aed3d52db4a389b77b53d8c9758257b121e3e7bbe24c4904e11681e0e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "docify", "frame-benchmarking", @@ -9044,8 +8963,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9ba9b71bbfd33ae672f23ba7efaeed2755fdac37b8f946cb7474fc37841b7e1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "docify", "frame-benchmarking", @@ -9064,8 +8982,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "38.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cdb86580c72b58145f9cddba21a0c1814742ca56abc9caac3c1ac72f6bde649" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -9080,8 +8997,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49fdf5ab71e9dbcadcf7139736b6ea6bac8ec4a83985d46cbd130e1eec770e41" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -9093,8 +9009,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98bfdd3bb9b58fb010bcd419ff5bf940817a8e404cdbf7886a53ac730f5dda2b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "docify", "frame-benchmarking", @@ -9112,8 +9027,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2b13cdaedf2d5bd913a5f6e637cb52b5973d8ed4b8d45e56d921bc4d627006f" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -9127,8 +9041,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fdcade6efc0b66fc7fc4138964802c02d0ffb7380d894e26b9dd5073727d2b3" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -9143,8 +9056,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "807df2ef13ab6bf940879352c3013bfa00b670458b4c125c2f60e5753f68e3d5" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -9158,8 +9070,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ef17df925290865cf37096dd0cb76f787df11805bba01b1d0ca3e106d06280b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -9173,8 +9084,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "17.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989676964dbda5f5275650fbdcd3894fe7fac626d113abf89d572b4952adcc36" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -9198,8 +9108,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2da423463933b42f4a4c74175f9e9295a439de26719579b894ce533926665e4a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -9217,8 +9126,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f336403f9e9bf22a0e1fdb90aa5093c52599c9a0639591fbcc1e979b58862d1b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-messages", "bp-runtime", @@ -9240,8 +9148,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.15.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fabf1fdcf451ac79995f11cb9b6a0761924c57bb79442c2d91b3bbefe4dfa081" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -9260,8 +9167,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "18.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9460a69f409be27c62161d8b4d36ffc32735d09a4f9097f9c789db0cca7196c" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -9276,7 +9182,7 @@ dependencies = [ "pallet-message-queue", "pallet-xcm", "parity-scale-codec", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "scale-info", "sp-consensus-aura", "sp-core 34.0.0", @@ -9291,8 +9197,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "19.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d37c6a0fe791b244282e445c7ae2534217b05781a7e47ef9e391860cf3412210" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -9562,7 +9467,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-parachain-primitives", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-common", "primitive-types", "scale-info", @@ -9605,7 +9510,7 @@ dependencies = [ name = "people-kusama-integration-tests" version = "1.0.0" dependencies = [ - "asset-test-utils", + "asset-test-utils 20.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "cumulus-pallet-parachain-system", "emulated-integration-tests-common", "frame-support", @@ -9670,7 +9575,7 @@ dependencies = [ "parachains-runtimes-test-utils", "parity-scale-codec", "polkadot-parachain-primitives", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-common", "scale-info", "serde", @@ -9715,7 +9620,7 @@ dependencies = [ name = "people-polkadot-integration-tests" version = "1.0.0" dependencies = [ - "asset-test-utils", + "asset-test-utils 20.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "cumulus-pallet-parachain-system", "emulated-integration-tests-common", "frame-support", @@ -9945,8 +9850,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2900d3b857e34c480101618a950c3a4fbcddc8c0d50573d48553376185908b8" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "scale-info", @@ -9961,10 +9865,10 @@ dependencies = [ "emulated-integration-tests-common", "pallet-staking", "parachains-common", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime", "polkadot-runtime-constants", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-authority-discovery", "sp-consensus-babe", "sp-consensus-beefy", @@ -9975,8 +9879,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52b5648a2e8ce1f9a0f8c41c38def670cefd91932cd793468e1a5b0b0b4e4af1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bounded-collections", "derive_more", @@ -9989,38 +9892,10 @@ dependencies = [ "sp-weights 31.0.0", ] -[[package]] -name = "polkadot-primitives" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b57bc055fa389372ec5fc0001b99aeffd50f3fd379280ce572d935189bb58dd8" -dependencies = [ - "bitvec", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", - "sp-authority-discovery", - "sp-consensus-slots", - "sp-core 34.0.0", - "sp-inherents", - "sp-io 38.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.5", - "sp-staking 34.0.0", -] - [[package]] name = "polkadot-primitives" version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bb20b75d33212150242d39890d7ededab55f1084160c337f15d0eb8ca8c3ad4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bitvec", "hex-literal", @@ -10040,7 +9915,7 @@ dependencies = [ "sp-io 38.0.0", "sp-keystore 0.40.0", "sp-runtime 39.0.5", - "sp-staking 36.0.0", + "sp-staking", ] [[package]] @@ -10109,7 +9984,7 @@ dependencies = [ "pallet-xcm-benchmarks", "parity-scale-codec", "polkadot-parachain-primitives", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-constants", "polkadot-runtime-parachains", @@ -10134,7 +10009,7 @@ dependencies = [ "sp-offchain", "sp-runtime 39.0.5", "sp-session", - "sp-staking 36.0.0", + "sp-staking", "sp-std", "sp-storage 21.0.0", "sp-tracing 17.0.1", @@ -10153,8 +10028,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc15154ba5ca55d323fcf7af0f5dcd39d58dcb4dfac3d9b30404840a6d8bbde4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bitvec", "frame-benchmarking", @@ -10180,7 +10054,7 @@ dependencies = [ "pallet-treasury", "pallet-vesting", "parity-scale-codec", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-parachains", "rustc-hex", "scale-info", @@ -10194,7 +10068,7 @@ dependencies = [ "sp-npos-elections", "sp-runtime 39.0.5", "sp-session", - "sp-staking 36.0.0", + "sp-staking", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -10206,7 +10080,7 @@ name = "polkadot-runtime-constants" version = "1.0.0" dependencies = [ "frame-support", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-common", "smallvec", "sp-core 34.0.0", @@ -10218,21 +10092,19 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c306f1ace7644a24de860479f92cf8d6467393bb0c9b0777c57e2d42c9d452a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bs58 0.5.1", "frame-benchmarking", "parity-scale-codec", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "sp-tracing 17.0.1", ] [[package]] name = "polkadot-runtime-parachains" version = "17.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d4cdf181c2419b35c2cbde813da2d8ee777b69b4a6fa346b962d144e3521976" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -10256,7 +10128,7 @@ dependencies = [ "parity-scale-codec", "polkadot-core-primitives", "polkadot-parachain-primitives", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-metrics", "rand", "rand_chacha", @@ -10271,7 +10143,7 @@ dependencies = [ "sp-keystore 0.40.0", "sp-runtime 39.0.5", "sp-session", - "sp-staking 36.0.0", + "sp-staking", "sp-std", "sp-tracing 17.0.1", "staging-xcm", @@ -10928,9 +10800,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.35" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" +checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" dependencies = [ "proc-macro2", ] @@ -11065,18 +10937,18 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.20" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280" +checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.20" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925" +checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", @@ -11158,7 +11030,7 @@ version = "1.0.0" dependencies = [ "pallet-staking-reward-fn", "parity-scale-codec", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "scale-info", "sp-api", "sp-runtime 39.0.5", @@ -11547,9 +11419,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.14" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" +checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" [[package]] name = "rusty-fork" @@ -11621,8 +11493,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b975ee3a95eaacb611e7b415737a7fa2db4d8ad7b880cc1b97371b04e95c7903" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "log", "sp-core 34.0.0", @@ -11633,8 +11504,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f666f8ff11f96bf6d90676739eb7ccb6a156a4507634b7af83b94f0aa8195a50" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "sp-api", @@ -11649,8 +11519,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3534c5dc910e6c9e0f25871948e7bb683852d1aef44b8b7753062feef4235e7c" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "array-bytes", "docify", @@ -11677,8 +11546,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b18cef11d2c69703e0d7c3528202ef4ed1cd2b47a6f063e9e17cad8255b1fa94" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -11689,8 +11557,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e73f1673cdfe658c4be6ffd5113b71c0de74616717e604455dcfd29e15781729" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "fnv", "futures", @@ -11698,7 +11565,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "sc-executor", - "sc-transaction-pool-api", + "sc-transaction-pool-api 37.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing)", "sc-utils", "sp-api", "sp-blockchain", @@ -11717,8 +11584,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.44.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f64e538ab9edefbf0ddc105ff5b088344c88bc86f21650a2d2020be04a957730" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "async-trait", "futures", @@ -11763,11 +11629,55 @@ dependencies = [ "sc-consensus", "sc-network", "sc-network-common", - "sc-network-gossip", + "sc-network-gossip 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", "sc-network-sync", "sc-network-types", "sc-telemetry", - "sc-transaction-pool-api", + "sc-transaction-pool-api 37.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-utils", + "serde_json", + "sp-api", + "sp-application-crypto 38.0.0", + "sp-arithmetic 26.0.0", + "sp-blockchain", + "sp-consensus", + "sp-consensus-grandpa", + "sp-core 34.0.0", + "sp-crypto-hashing", + "sp-keystore 0.40.0", + "sp-runtime 39.0.5", + "substrate-prometheus-endpoint", + "thiserror", +] + +[[package]] +name = "sc-consensus-grandpa" +version = "0.30.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" +dependencies = [ + "ahash 0.8.8", + "array-bytes", + "async-trait", + "dyn-clone", + "finality-grandpa", + "fork-tree", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip 0.45.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing)", + "sc-network-sync", + "sc-network-types", + "sc-telemetry", + "sc-transaction-pool-api 37.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing)", "sc-utils", "serde_json", "sp-api", @@ -11787,8 +11697,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.40.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f0cc0a3728fd033589183460c5a49b2e7545d09dc89a098216ef9e9aadcd9dc" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -11811,8 +11720,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3b703a33dcb7cddf19176fdf12294b9a6408125836b0f4afee3e6969e7f190" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "polkavm", "sc-allocator", @@ -11825,8 +11733,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26fe58d9cacfab73e5595fa84b80f7bd03efebe54a0574daaeb221a1d1f7ab80" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "log", "polkavm", @@ -11837,8 +11744,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd498f2f77ec1f861c30804f5bfd796d4afcc8ce44ea1f11bfbe2847551d161" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "anyhow", "cfg-if", @@ -11856,8 +11762,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "781a1ffd953074e060a5f9e253f7a029bedd935fe9621bb7483cc2d442a6b1d1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -11873,7 +11778,7 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-types", - "sc-transaction-pool-api", + "sc-transaction-pool-api 37.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing)", "sp-api", "sp-consensus", "sp-core 34.0.0", @@ -11886,8 +11791,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.45.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c37e7920a9c9f164012715b778a22e2ec9e52e619ab64d18a6e64250c88fd039" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -11938,8 +11842,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.44.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbff059c0ca497757f633cfa13625fbaa3028f23a77a9696e94e700008f8dd5a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -11974,11 +11877,29 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-network-gossip" +version = "0.45.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" +dependencies = [ + "ahash 0.8.8", + "futures", + "futures-timer", + "log", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-network-types", + "schnellru", + "sp-runtime 39.0.5", + "substrate-prometheus-endpoint", + "tracing", +] + [[package]] name = "sc-network-sync" -version = "0.44.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08c9df284544a234ed8e507c6b55e6e3ed4803b7730906b94339706cf12bcc32" +version = "0.44.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12015,8 +11936,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c372dbda66644a1df0daa8c0d99c36b6f74db7dca213d2416cd84f507125224" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bs58 0.5.1", "ed25519-dalek", @@ -12033,14 +11953,13 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.44.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "147274633577e55db73dbdc64168c25b54cca6cac4fcde118bd9946cf7b24838" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "jsonrpsee 0.24.7", "parity-scale-codec", "sc-chain-spec", "sc-mixnet", - "sc-transaction-pool-api", + "sc-transaction-pool-api 37.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing)", "scale-info", "serde", "serde_json", @@ -12054,8 +11973,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "25.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9e28cab12625bcdb8828f9a1177b8d061972f90fda89a70c10763da50e0aaa5" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "chrono", "futures", @@ -12089,11 +12007,26 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-transaction-pool-api" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" +dependencies = [ + "async-trait", + "futures", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain", + "sp-core 34.0.0", + "sp-runtime 39.0.5", + "thiserror", +] + [[package]] name = "sc-utils" version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acf1bad736c230f16beb1cf48af9e69564df23b13aca9e5751a61266340b4bb5" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "async-channel 1.9.0", "futures", @@ -12740,8 +12673,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e34f1146a457a5c554dedeae6c7273aa54c3b031f3e9eb0abd037b5511e2ce9" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "enumn", "parity-scale-codec", @@ -12893,8 +12825,7 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10bd720997e558beb556d354238fa90781deb38241cf31c1b6368738ef21c279" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "byte-slice-cast", "frame-support", @@ -12916,8 +12847,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6be61e4db95d1e253a1d5e722953b2d2f6605e5f9761f0a919e5d3fbdbff9da9" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "ethabi-decode", "frame-support", @@ -12940,8 +12870,7 @@ dependencies = [ [[package]] name = "snowbridge-ethereum" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc3d6d549c57df27cf89ec852f932fa4008eea877a6911a87e03e8002104eabd" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "ethabi-decode", "ethbloom", @@ -12976,8 +12905,7 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-merkle-tree" version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74c6a9b65fa61711b704f0c6afb3663c6288288e8822ddae5cc1146fe3ad9ce8" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "scale-info", @@ -12988,8 +12916,7 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-runtime-api" version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d27b8d9cb8022637a5ce4f52692520fa75874f393e04ef5cd75bd8795087f6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "parity-scale-codec", @@ -13002,8 +12929,7 @@ dependencies = [ [[package]] name = "snowbridge-pallet-ethereum-client" version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d53d32d8470c643f9f8c1f508e1e34263f76297e4c9150e10e8f2e0b63992e1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -13028,8 +12954,7 @@ dependencies = [ [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3984b98465af1d862d4e87ba783e1731f2a3f851b148d6cb98d526cebd351185" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", @@ -13041,8 +12966,7 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue" version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2e6a9d00e60e3744e6b6f0c21fea6694b9c6401ac40e41340a96e561dcf1935" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -13070,8 +12994,7 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue-fixtures" version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f251e579b3d3d93cf833c8e503122808742dee33e7ea53b0f292a76c024d66" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", @@ -13083,8 +13006,7 @@ dependencies = [ [[package]] name = "snowbridge-pallet-outbound-queue" version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7d49478041b6512c710d0d4655675d146fe00a8e0c1624e5d8a1d6c161d490f" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -13106,8 +13028,7 @@ dependencies = [ [[package]] name = "snowbridge-pallet-system" version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "674db59b3c8013382e5c07243ad9439b64d81d2e8b3c4f08d752b55aa5de697e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-benchmarking", "frame-support", @@ -13127,8 +13048,7 @@ dependencies = [ [[package]] name = "snowbridge-router-primitives" version = "0.16.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aefe74eafeac92e1d9e46b7bb76ec297f6182b4a023f7e7eb7eb8be193f93bef" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "hex-literal", @@ -13147,8 +13067,7 @@ dependencies = [ [[package]] name = "snowbridge-runtime-common" version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6093f0e73d6cfdd2eea8712155d1d75b5063fc9b1d854d2665b097b4bb29570d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "log", @@ -13164,8 +13083,7 @@ dependencies = [ [[package]] name = "snowbridge-runtime-test-common" version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "242ad550a31ebd8e29a17beb89f1e5ddf4e657ebdf667fb9e4c0660428de4e9b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -13196,8 +13114,7 @@ dependencies = [ [[package]] name = "snowbridge-system-runtime-api" version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b8b83b3db781c49844312a23965073e4d93341739a35eafe526c53b578d3b7" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "snowbridge-core", @@ -13259,8 +13176,7 @@ dependencies = [ [[package]] name = "sp-api" version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbce492e0482134128b7729ea36f5ef1a9f9b4de2d48ff8dde7b5e464e28ce75" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "docify", "hash-db", @@ -13282,8 +13198,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9aadf9e97e694f0e343978aa632938c5de309cbcc8afed4136cb71596737278" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "Inflector", "blake2 0.10.6", @@ -13311,8 +13226,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d8133012faa5f75b2f0b1619d9f720c1424ac477152c143e5f7dbde2fe1a958" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "scale-info", @@ -13339,8 +13253,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46d0d0a4c591c421d3231ddd5e27d828618c24456d51445d21a1f79fcee97c23" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "docify", "integer-sqrt", @@ -13348,15 +13261,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "519c33af0e25ba2dd2eb3790dc404d634b6e4ce0801bcc8fa3574e07c365e734" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "scale-info", @@ -13368,8 +13279,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74738809461e3d4bd707b5b94e0e0c064a623a74a6a8fe5c98514417a02858dd" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "sp-api", "sp-inherents", @@ -13379,8 +13289,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "37.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a309eecd6b5689f57e67181deaa628d9c8951db1ba0d26f07c69e14dffdc4765" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "futures", "parity-scale-codec", @@ -13399,8 +13308,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce75efd1e164be667a53c20182c45b4c2abe325abcbd21fc292b82be5b9240f7" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "async-trait", "futures", @@ -13415,8 +13323,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a8faaa05bbcb9c41f0cc535c4c1315abf6df472b53eae018678d1b4d811ac47" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "async-trait", "parity-scale-codec", @@ -13432,8 +13339,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36ee95e17ee8dcd14db7d584b899a426565ca9abe5a266ab82277977fc547f86" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "async-trait", "parity-scale-codec", @@ -13451,8 +13357,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "22.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d97e8cd75d85d15cda6f1923cf3834e848f80d5a6de1cf4edbbc5f0ad607eb" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "lazy_static", "parity-scale-codec", @@ -13473,8 +13378,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "587b791efe6c5f18e09dbbaf1ece0ee7b5fe51602c233e7151a3676b0de0260b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "finality-grandpa", "log", @@ -13491,8 +13395,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.40.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbafb7ed44f51c22fa277fb39b33dc601fa426133a8e2b53f3f46b10f07fba43" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "scale-info", @@ -13550,8 +13453,7 @@ dependencies = [ [[package]] name = "sp-core" version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c961a5e33fb2962fa775c044ceba43df9c6f917e2c35d63bfe23738468fa76a7" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -13597,8 +13499,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc9927a7f81334ed5b8a98a4a978c81324d12bd9713ec76b5c68fd410174c5eb" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "blake2b_simd", "byteorder", @@ -13611,8 +13512,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b85d0f1f1e44bd8617eb2a48203ee854981229e3e79e6f468c7175d5fd37489b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "quote", "sp-crypto-hashing", @@ -13622,8 +13522,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "722cbecdbf5b94578137dbd07feb51e95f7de221be0c1ff4dcfe0bb4cd986929" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -13632,8 +13531,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d09fa0a5f7299fb81ee25ae3853d26200f7a348148aed6de76be905c007dbe" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "proc-macro2", "quote", @@ -13655,8 +13553,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a904407d61cb94228c71b55a9d3708e9d6558991f9e83bd42bd91df37a159d30" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "environmental", "parity-scale-codec", @@ -13666,8 +13563,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a646ed222fd86d5680faa4a8967980eb32f644cae6c8523e1c689a6deda3e8" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "scale-info", @@ -13679,8 +13575,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afffbddc380d99a90c459ba1554bbbc01d62e892de9f1485af6940b89c4c0d57" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13720,8 +13615,7 @@ dependencies = [ [[package]] name = "sp-io" version = "38.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59ef7eb561bb4839cc8424ce58c5ea236cbcca83f26fcc0426d8decfe8aa97d4" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bytes", "docify", @@ -13747,8 +13641,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "39.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c0e20624277f578b27f44ecfbe2ebc2e908488511ee2c900c5281599f700ab3" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "sp-core 34.0.0", "sp-runtime 39.0.5", @@ -13770,8 +13663,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0248b4d784cb4a01472276928977121fa39d977a5bb24793b6b15e64b046df42" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -13782,8 +13674,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c768c11afbe698a090386876911da4236af199cd38a5866748df4d8628aeff" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "thiserror", "zstd 0.12.4", @@ -13792,8 +13683,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a616fa51350b35326682a472ee8e6ba742fdacb18babac38ecd46b3e05ead869" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -13803,8 +13693,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b0b017dd54823b6e62f9f7171a1df350972e5c6d0bf17e0c2f78680b5c31942" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "scale-info", @@ -13815,8 +13704,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "34.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a12dd76e368f1e48144a84b4735218b712f84b3f976970e2f25a29b30440e10" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "log", "parity-scale-codec", @@ -13833,8 +13721,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af922f112c7c1ed199eabe14f12a82ceb75e1adf0804870eccfbcf3399492847" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "scale-info", @@ -13847,8 +13734,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d9de237d72ecffd07f90826eef18360208b16d8de939d54e61591fac0fcbf99" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "sp-api", "sp-core 34.0.0", @@ -13858,8 +13744,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8f5a17a0a11de029a8b811cb6e8b32ce7e02183cc04a3e965c383246798c416" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "backtrace", "lazy_static", @@ -13869,8 +13754,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45458f0955870a92b3969098d4f1f4e9b55b4282d9f1dc112a51bb5bb6584900" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -13905,8 +13789,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "39.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1e00503b83cf48fffe48746b91b9b832d6785d4e2eeb0941558371eac6baac6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "docify", "either", @@ -13952,8 +13835,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "985eb981f40c689c6a0012c937b68ed58dabb4341d06f2dfe4dfd5ed72fa4017" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13972,8 +13854,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0195f32c628fee3ce1dfbbf2e7e52a30ea85f3589da9fe62a8b816d70fc06294" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "Inflector", "expander", @@ -13986,8 +13867,7 @@ dependencies = [ [[package]] name = "sp-session" version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00a3a307fedc423fb8cd2a7726a3bbb99014f1b4b52f26153993e2aae3338fe6" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "scale-info", @@ -13995,28 +13875,13 @@ dependencies = [ "sp-core 34.0.0", "sp-keystore 0.40.0", "sp-runtime 39.0.5", - "sp-staking 36.0.0", -] - -[[package]] -name = "sp-staking" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "143a764cacbab58347d8b2fd4c8909031fb0888d7b02a0ec9fa44f81f780d732" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.5", + "sp-staking", ] [[package]] name = "sp-staking" version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a73eedb4b85f4cd420d31764827546aa22f82ce1646d0fd258993d051de7a90" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -14051,8 +13916,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.43.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930104d6ae882626e8880d9b1578da9300655d337a3ffb45e130c608b6c89660" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "hash-db", "log", @@ -14072,8 +13936,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "18.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c219bc34ef4d1f9835f3ed881f965643c32034fcc030eb33b759dadbc802c1c2" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.3", @@ -14097,8 +13960,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" [[package]] name = "sp-storage" @@ -14117,8 +13979,7 @@ dependencies = [ [[package]] name = "sp-storage" version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c82989b3a4979a7e1ad848aad9f5d0b4388f1f454cc131766526601ab9e8f8" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "impl-serde", "parity-scale-codec", @@ -14130,8 +13991,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a1cb4df653d62ccc0dbce1db45d1c9443ec60247ee9576962d24da4c9c6f07" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "async-trait", "parity-scale-codec", @@ -14156,8 +14016,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf641a1d17268c8fcfdb8e0fa51a79c2d4222f4cfda5f3944dbdbc384dced8d5" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "tracing", @@ -14168,8 +14027,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc4bf251059485a7dd38fe4afeda8792983511cc47f342ff4695e2dcae6b5247" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "sp-api", "sp-runtime 39.0.5", @@ -14203,8 +14061,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6282aef9f4b6ecd95a67a45bcdb67a71f4a4155c09a53c10add4ffe823db18cd" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "ahash 0.8.8", "hash-db", @@ -14227,8 +14084,7 @@ dependencies = [ [[package]] name = "sp-version" version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d521a405707b5be561367cd3d442ff67588993de24062ce3adefcf8437ee9fe1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "impl-serde", "parity-scale-codec", @@ -14245,8 +14101,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aee8f6730641a65fcf0c8f9b1e448af4b3bb083d08058b47528188bccc7b7a7" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -14271,8 +14126,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b066baa6d57951600b14ffe1243f54c47f9c23dd89c262e17ca00ae8dca58be9" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -14300,8 +14154,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93cdaf72a1dad537bbb130ba4d47307ebe5170405280ed1aa31fa712718a400e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -14455,7 +14308,7 @@ dependencies = [ "pallet-xcm", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", "relay-common", @@ -14479,7 +14332,7 @@ dependencies = [ "sp-offchain", "sp-runtime 39.0.5", "sp-session", - "sp-staking 36.0.0", + "sp-staking", "sp-std", "sp-storage 21.0.0", "sp-tracing 17.0.1", @@ -14498,8 +14351,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d28266dfddbfff721d70ad2f873380845b569adfab32f257cf97d9cedd894b68" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -14512,8 +14364,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "14.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96bee7cd999e9cdf10f8db72342070d456e21e82a0f5962ff3b87edbd5f2b20e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "array-bytes", "bounded-collections", @@ -14532,8 +14383,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "17.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6f7a92cfaec55a5ed0f9cbbb9076aa8ec0aff1ba90b9804cc5c8f2369fde59c" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "frame-system", @@ -14555,8 +14405,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "17.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c89045f495097293ce29df1f3f459e9ccc991ff2ee88a4a91e8110a6886d2c8" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "environmental", "frame-benchmarking", @@ -14671,8 +14520,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -14707,10 +14555,11 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d8fe06b03b8a291c09507c42f92a2c2c10dd3d62975d02c7f64a92d87bfe09b" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ - "hyper 0.14.27", + "http-body-util", + "hyper 1.4.1", + "hyper-util", "log", "prometheus", "thiserror", @@ -14720,8 +14569,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.44.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5939d2b2a0b556714512dffb08ae3df3fc245039d9b08ee5b0df4e403007ee3a" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "async-trait", "jsonrpsee 0.24.7", @@ -14744,8 +14592,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "24.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf035ffe7335fb24053edfe4d0a5780250eda772082a1b80ae25835dd4c09265" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "array-bytes", "build-helper", @@ -15003,7 +14850,7 @@ dependencies = [ "kusama-runtime-constants", "parachains-common", "polkadot-core-primitives", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-constants", "smallvec", "sp-core 34.0.0", @@ -16699,8 +16546,7 @@ dependencies = [ [[package]] name = "xcm-emulator" version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e9ca0239660dd0303f2aa492e297d0be5051fc39e792c840580e05c522fecaa" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "array-bytes", "cumulus-pallet-parachain-system", @@ -16719,7 +16565,7 @@ dependencies = [ "parity-scale-codec", "paste", "polkadot-parachain-primitives", - "polkadot-primitives 16.0.0", + "polkadot-primitives", "polkadot-runtime-parachains", "sp-arithmetic 26.0.0", "sp-core 34.0.0", @@ -16735,8 +16581,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "10.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fb4f14094d65c500a59bcf540cf42b99ee82c706edd6226a92e769ad60563e" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "Inflector", "proc-macro2", @@ -16747,8 +16592,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f3d96bd7362d9e6884ef6762f08737d89205a358d059a0451353f3e91985ca5" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=bkchr-fix-the-thing#b6a646d1f72dbfb50cb83230bbc0309d2f659357" dependencies = [ "frame-support", "parity-scale-codec", diff --git a/Cargo.toml b/Cargo.toml index cd4d8aef38..2cf8cfd39a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -317,3 +317,224 @@ opt-level = 3 inherits = "release" lto = true codegen-units = 1 + +[patch.crates-io] +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-support-procedural = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-support-procedural-tools = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-support-procedural-tools-derive = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-crypto-hashing = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-crypto-hashing-proc-macro = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-debug-derive = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-storage = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-wasm-interface = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-panic-handler = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-trie = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-arithmetic = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-api-proc-macro = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-metadata-ir = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-version = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-version-proc-macro = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-block-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-database = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-executor = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-executor-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-allocator = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-executor-polkavm = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-executor-wasmtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-executive = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-metadata-hash-extension = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-session = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-consensus-slots = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-election-provider-support = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-election-provider-solution-type = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-npos-elections = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-chain-spec-derive = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-network = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-network-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-network-types = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-utils = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +fork-tree = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +cumulus-pallet-parachain-system-proc-macro = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +staging-xcm = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +xcm-procedural = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +cumulus-primitives-proof-size-hostfunction = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-message-queue = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-asset-rate = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-broker = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-fast-unstake = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-bags-list = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-identity = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-staking-reward-fn = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-vesting = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-mmr = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-mmr-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +polkadot-runtime-metrics = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +staging-xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +slot-range-helper = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +staging-xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-asset-conversion = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-assets = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-salary = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-ranked-collective = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +xcm-runtime-apis = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-offences = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-indices = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-consensus-beefy = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +parachains-runtimes-test-utils = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +cumulus-primitives-aura = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-collator-selection = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-glutton = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +staging-parachain-info = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +binary-merkle-tree = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-beefy = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-beefy-mmr = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-bounties = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-child-bounties = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-conviction-voting = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-membership = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-nis = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-parameters = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-proxy = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-recovery = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-referenda = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-society = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-state-trie-migration = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +frame-remote-externalities = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +substrate-rpc-client = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-whitelist = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-delegated-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-nomination-pools = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-staking-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +parachains-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-asset-tx-payment = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-xcm-bridge-hub-router = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-xcm-bridge-hub-router = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +assets-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-relayers = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-test-utils = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-xcm-bridge-hub = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bridge-hub-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-beacon-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-ethereum = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bridge-hub-test-utils = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-bridge-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-bridge-messages = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-bridge-parachains = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-bridge-relayers = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-xcm-bridge-hub = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +emulated-integration-tests-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +xcm-emulator = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-alliance = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-asset-conversion-tx-payment = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-core-fellowship = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-nft-fractionalization = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-nfts = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-nfts-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +pallet-uniques = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-outbound-queue-merkle-tree = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-outbound-queue-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-pallet-ethereum-client = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-pallet-ethereum-client-fixtures = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-pallet-inbound-queue = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-pallet-inbound-queue-fixtures = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-router-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-pallet-outbound-queue = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-pallet-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-runtime-test-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +snowbridge-system-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +substrate-bip39 = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-bridge-hub-cumulus = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } +bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "bkchr-fix-the-thing" } diff --git a/relay/kusama/src/lib.rs b/relay/kusama/src/lib.rs index 25a9b26643..d9865b92cf 100644 --- a/relay/kusama/src/lib.rs +++ b/relay/kusama/src/lib.rs @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 26, @@ -834,6 +834,7 @@ impl pallet_staking::Config for Runtime { type EventListeners = (NominationPools, DelegatedStaking); type DisablingStrategy = pallet_staking::UpToLimitDisablingStrategy; type WeightInfo = weights::pallet_staking::WeightInfo; + type Filter = pallet_nomination_pools::AllPoolMembers; } impl pallet_fast_unstake::Config for Runtime { @@ -1690,6 +1691,7 @@ impl pallet_nomination_pools::Config for Runtime { type PalletId = PoolsPalletId; type MaxPointsToBalance = MaxPointsToBalance; type AdminOrigin = EitherOf, StakingAdmin>; + type Filter = pallet_staking::AllStakers; } parameter_types! { diff --git a/relay/polkadot/src/lib.rs b/relay/polkadot/src/lib.rs index 883e80ed9e..46bff87120 100644 --- a/relay/polkadot/src/lib.rs +++ b/relay/polkadot/src/lib.rs @@ -164,7 +164,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 26, @@ -708,6 +708,7 @@ impl pallet_staking::Config for Runtime { type EventListeners = (NominationPools, DelegatedStaking); type DisablingStrategy = pallet_staking::UpToLimitDisablingStrategy; type WeightInfo = weights::pallet_staking::WeightInfo; + type Filter = pallet_nomination_pools::AllPoolMembers; } impl pallet_fast_unstake::Config for Runtime { @@ -1463,6 +1464,7 @@ impl pallet_nomination_pools::Config for Runtime { type MaxPointsToBalance = MaxPointsToBalance; type WeightInfo = weights::pallet_nomination_pools::WeightInfo; type AdminOrigin = EitherOf, StakingAdmin>; + type Filter = pallet_staking::AllStakers; } parameter_types! { diff --git a/system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs b/system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs index a4e38d0a4a..89a9e96e72 100644 --- a/system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs +++ b/system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs @@ -121,7 +121,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("statemine"), impl_name: create_runtime_str!("statemine"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 15, @@ -137,7 +137,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("statemine"), impl_name: create_runtime_str!("statemine"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 15, diff --git a/system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs b/system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs index 91d719822d..a5c1858508 100644 --- a/system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs +++ b/system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("statemint"), impl_name: create_runtime_str!("statemint"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 15, diff --git a/system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs b/system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs index 61e80f0138..438a5bc1a3 100644 --- a/system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs +++ b/system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs @@ -205,7 +205,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("bridge-hub-kusama"), impl_name: create_runtime_str!("bridge-hub-kusama"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 5, diff --git a/system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs b/system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs index 12b6b69552..e33e13a971 100644 --- a/system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs +++ b/system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs @@ -188,7 +188,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("bridge-hub-polkadot"), impl_name: create_runtime_str!("bridge-hub-polkadot"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/system-parachains/collectives/collectives-polkadot/src/lib.rs b/system-parachains/collectives/collectives-polkadot/src/lib.rs index 4845be3d3f..49af7642f9 100644 --- a/system-parachains/collectives/collectives-polkadot/src/lib.rs +++ b/system-parachains/collectives/collectives-polkadot/src/lib.rs @@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("collectives"), impl_name: create_runtime_str!("collectives"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 7, diff --git a/system-parachains/coretime/coretime-kusama/src/lib.rs b/system-parachains/coretime/coretime-kusama/src/lib.rs index 18b0a9155d..9d1710cce1 100644 --- a/system-parachains/coretime/coretime-kusama/src/lib.rs +++ b/system-parachains/coretime/coretime-kusama/src/lib.rs @@ -145,7 +145,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("coretime-kusama"), impl_name: create_runtime_str!("coretime-kusama"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/system-parachains/coretime/coretime-polkadot/src/lib.rs b/system-parachains/coretime/coretime-polkadot/src/lib.rs index 567c4c4106..6fd2dcf8c5 100644 --- a/system-parachains/coretime/coretime-polkadot/src/lib.rs +++ b/system-parachains/coretime/coretime-polkadot/src/lib.rs @@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("coretime-polkadot"), impl_name: create_runtime_str!("coretime-polkadot"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/system-parachains/encointer/src/lib.rs b/system-parachains/encointer/src/lib.rs index 6f0279120e..2f4a1307f2 100644 --- a/system-parachains/encointer/src/lib.rs +++ b/system-parachains/encointer/src/lib.rs @@ -131,7 +131,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("encointer-parachain"), impl_name: create_runtime_str!("encointer-parachain"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/system-parachains/gluttons/glutton-kusama/src/lib.rs b/system-parachains/gluttons/glutton-kusama/src/lib.rs index 60845b8be3..874934419f 100644 --- a/system-parachains/gluttons/glutton-kusama/src/lib.rs +++ b/system-parachains/gluttons/glutton-kusama/src/lib.rs @@ -91,7 +91,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("glutton"), impl_name: create_runtime_str!("glutton"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/system-parachains/people/people-kusama/src/lib.rs b/system-parachains/people/people-kusama/src/lib.rs index 363c9dadc9..2c391a4f20 100644 --- a/system-parachains/people/people-kusama/src/lib.rs +++ b/system-parachains/people/people-kusama/src/lib.rs @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("people-kusama"), impl_name: create_runtime_str!("people-kusama"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/system-parachains/people/people-polkadot/src/lib.rs b/system-parachains/people/people-polkadot/src/lib.rs index c6b92c1f11..be10258301 100644 --- a/system-parachains/people/people-polkadot/src/lib.rs +++ b/system-parachains/people/people-polkadot/src/lib.rs @@ -149,7 +149,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("people-polkadot"), impl_name: create_runtime_str!("people-polkadot"), authoring_version: 1, - spec_version: 1_004_000, + spec_version: 1_004_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0,