diff --git a/CHANGELOG.md b/CHANGELOG.md index 4065796..b029863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## Unreleased +This is a development pre-release. + +### Added +- Support for the `coinbase` opcode. + +### Changed + +### Fixed + ## v0.1.0-dev.9 This is a development pre-release. diff --git a/Cargo.lock b/Cargo.lock index 9e77aed..31c756d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -942,7 +942,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -973,7 +973,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1096,7 +1096,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "hash-db", "log", @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1287,13 +1287,13 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1303,13 +1303,13 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1320,26 +1320,26 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-messages", "bp-runtime", @@ -1350,13 +1350,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-header-chain", "bp-messages", @@ -1368,13 +1368,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -1389,7 +1389,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-trie", "trie-db", ] @@ -1397,7 +1397,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1410,14 +1410,14 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-trie", ] [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-messages", "bp-runtime", @@ -1427,14 +1427,14 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", ] [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -1446,7 +1446,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1456,7 +1456,7 @@ dependencies = [ "snowbridge-core", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1465,7 +1465,7 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -1498,7 +1498,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1507,7 +1507,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-header-chain", "bp-messages", @@ -1528,7 +1528,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-trie", "sp-weights", "staging-xcm", @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2147,7 +2147,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -2164,7 +2164,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2183,12 +2183,12 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-inherents", "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-trie", "sp-version", "staging-xcm", @@ -2199,7 +2199,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2210,7 +2210,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -2223,7 +2223,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derivative", @@ -2257,7 +2257,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2272,7 +2272,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2297,7 +2297,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -2312,7 +2312,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "sp-api", "sp-consensus-aura", @@ -2321,7 +2321,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2337,7 +2337,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2351,17 +2351,17 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-trie", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2378,7 +2378,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -2388,7 +2388,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2405,7 +2405,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3246,7 +3246,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-support-procedural", @@ -3262,15 +3262,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "static_assertions", ] [[package]] name = "frame-benchmarking-pallet-pov" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3298,7 +3298,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3309,7 +3309,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3325,7 +3325,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "aquamarine", "frame-support", @@ -3337,7 +3337,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] @@ -3366,7 +3366,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "array-bytes", "const-hex", @@ -3382,7 +3382,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "aquamarine", "array-bytes", @@ -3406,7 +3406,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3414,8 +3414,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-trie", "sp-weights", "static_assertions", @@ -3425,7 +3425,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "Inflector", "cfg-expr", @@ -3438,14 +3438,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "syn 2.0.96", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3457,7 +3457,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "proc-macro2", "quote", @@ -3467,7 +3467,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cfg-if", "docify", @@ -3486,7 +3486,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3500,7 +3500,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "parity-scale-codec", @@ -3510,7 +3510,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "parity-scale-codec", @@ -5094,7 +5094,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-alliance" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5105,7 +5105,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-io", "sp-runtime", ] @@ -5113,7 +5113,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5131,7 +5131,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5149,7 +5149,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5164,7 +5164,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5178,7 +5178,7 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5190,13 +5190,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5213,7 +5213,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5229,7 +5229,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "log", "pallet-assets", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -5251,7 +5251,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -5267,7 +5267,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -5282,7 +5282,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -5295,7 +5295,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "aquamarine", "docify", @@ -5333,13 +5333,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-benchmarking", @@ -5355,7 +5355,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -5374,7 +5374,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5399,7 +5399,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5416,7 +5416,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5429,13 +5429,13 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-header-chain", "bp-messages", @@ -5447,14 +5447,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-trie", ] [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5468,13 +5468,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-header-chain", "bp-messages", @@ -5492,13 +5492,13 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bitvec", "frame-benchmarking", @@ -5516,7 +5516,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5534,7 +5534,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5553,7 +5553,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-benchmarking", @@ -5570,7 +5570,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5584,7 +5584,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bitflags 1.3.2", "environmental", @@ -5615,7 +5615,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -5637,7 +5637,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -5647,7 +5647,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "proc-macro2", "quote", @@ -5657,7 +5657,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -5668,7 +5668,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5684,7 +5684,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5702,7 +5702,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -5717,7 +5717,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5734,7 +5734,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -5749,7 +5749,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5771,7 +5771,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5784,7 +5784,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5802,7 +5802,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-benchmarking", @@ -5820,7 +5820,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "blake2", "frame-benchmarking", @@ -5838,7 +5838,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5860,7 +5860,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5876,7 +5876,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5895,7 +5895,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5910,7 +5910,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -5921,7 +5921,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5934,7 +5934,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5950,7 +5950,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "environmental", "frame-benchmarking", @@ -5969,7 +5969,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cfg-if", "docify", @@ -5987,7 +5987,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "log", "parity-scale-codec", @@ -6001,7 +6001,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "log", "parity-scale-codec", @@ -6013,7 +6013,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "log", "parity-scale-codec", @@ -6024,7 +6024,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6040,7 +6040,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6057,7 +6057,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "sp-api", @@ -6066,7 +6066,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6081,7 +6081,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "log", "parity-scale-codec", @@ -6092,7 +6092,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -6104,13 +6104,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6123,14 +6123,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-staking", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6140,7 +6140,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -6155,7 +6155,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6178,7 +6178,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-support", @@ -6194,7 +6194,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-benchmarking", @@ -6211,7 +6211,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6227,7 +6227,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -6237,7 +6237,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6255,7 +6255,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6269,7 +6269,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6286,7 +6286,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6302,7 +6302,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "derive_more 0.99.18", "environmental", @@ -6326,6 +6326,9 @@ dependencies = [ "serde", "sp-api", "sp-arithmetic", + "sp-consensus-aura", + "sp-consensus-babe", + "sp-consensus-slots", "sp-core", "sp-io", "sp-runtime", @@ -6337,7 +6340,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "anyhow", "polkavm-linker 0.19.0", @@ -6349,7 +6352,7 @@ dependencies = [ [[package]] name = "pallet-revive-mock-network" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -6368,7 +6371,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6378,7 +6381,7 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "proc-macro2", "quote", @@ -6388,7 +6391,7 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bitflags 1.3.2", "pallet-revive-proc-macro", @@ -6401,7 +6404,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -6416,7 +6419,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -6430,7 +6433,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-benchmarking", @@ -6448,7 +6451,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "log", "pallet-ranked-collective", @@ -6460,7 +6463,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-benchmarking", @@ -6477,7 +6480,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -6490,7 +6493,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -6511,7 +6514,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6527,7 +6530,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -6539,7 +6542,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6556,7 +6559,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6577,7 +6580,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "log", "sp-arithmetic", @@ -6586,7 +6589,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "sp-api", @@ -6596,7 +6599,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6612,7 +6615,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -6629,7 +6632,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-benchmarking", @@ -6644,7 +6647,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-benchmarking", @@ -6656,14 +6659,14 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6681,7 +6684,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6697,7 +6700,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6709,7 +6712,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6728,7 +6731,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-benchmarking", @@ -6747,7 +6750,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-benchmarking", @@ -6764,7 +6767,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6778,7 +6781,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6793,7 +6796,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6809,7 +6812,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6823,7 +6826,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6837,7 +6840,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -6860,7 +6863,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6878,7 +6881,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-messages", "bp-runtime", @@ -6891,7 +6894,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6900,7 +6903,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -6911,7 +6914,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-builder", ] @@ -6919,7 +6922,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -6949,7 +6952,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -6970,7 +6973,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -7173,7 +7176,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -7184,7 +7187,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bounded-collections", "derive_more 0.99.18", @@ -7200,7 +7203,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bitvec", "hex-literal", @@ -7221,14 +7224,14 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "thiserror 1.0.69", ] [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bitvec", "frame-benchmarking", @@ -7278,19 +7281,19 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bs58", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -7329,7 +7332,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-executor", ] @@ -7337,7 +7340,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "asset-test-utils", "assets-common", @@ -7530,11 +7533,11 @@ dependencies = [ "sp-consensus-slots", "sp-core", "sp-core-hashing", - "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -7546,22 +7549,22 @@ dependencies = [ "sp-npos-elections", "sp-offchain", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-session", "sp-staking", "sp-state-machine", "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-timestamp", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", "sp-version", "sp-version-proc-macro", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-weights", "staging-parachain-info", "staging-xcm", @@ -7584,7 +7587,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "frame-benchmarking", @@ -7610,7 +7613,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-transaction-pool", "sp-version", ] @@ -8479,7 +8482,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "polkadot-primitives", @@ -8680,18 +8683,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "thiserror 1.0.69", ] [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "parking_lot", @@ -8701,25 +8704,25 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "polkavm 0.18.0", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "thiserror 1.0.69", "wasm-instrument", ] @@ -8727,18 +8730,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "log", "polkavm 0.18.0", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "anyhow", "cfg-if", @@ -8748,8 +8751,8 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "wasmtime", ] @@ -9288,7 +9291,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "enumn", "parity-scale-codec", @@ -9315,7 +9318,7 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "byte-slice-cast", "frame-support", @@ -9329,7 +9332,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "ssz_rs", "ssz_rs_derive", ] @@ -9337,7 +9340,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "ethabi-decode", "frame-support", @@ -9352,7 +9355,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-builder", ] @@ -9360,7 +9363,7 @@ dependencies = [ [[package]] name = "snowbridge-ethereum" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "ethabi-decode", "ethbloom", @@ -9374,7 +9377,7 @@ dependencies = [ "serde-big-array", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] @@ -9395,7 +9398,7 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-merkle-tree" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9406,20 +9409,20 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "parity-scale-codec", "snowbridge-core", "snowbridge-outbound-queue-merkle-tree", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "snowbridge-pallet-ethereum-client" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9436,26 +9439,26 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "static_assertions", ] [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "snowbridge-pallet-inbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "alloy-core", "frame-benchmarking", @@ -9473,7 +9476,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-executor", ] @@ -9481,19 +9484,19 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue-fixtures" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "snowbridge-pallet-outbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -9509,13 +9512,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "snowbridge-pallet-system" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9527,7 +9530,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-executor", ] @@ -9535,7 +9538,7 @@ dependencies = [ [[package]] name = "snowbridge-router-primitives" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "hex-literal", @@ -9546,7 +9549,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-executor", ] @@ -9554,14 +9557,14 @@ dependencies = [ [[package]] name = "snowbridge-runtime-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "log", "parity-scale-codec", "snowbridge-core", "sp-arithmetic", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -9570,7 +9573,7 @@ dependencies = [ [[package]] name = "snowbridge-runtime-test-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -9601,12 +9604,12 @@ dependencies = [ [[package]] name = "snowbridge-system-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "snowbridge-core", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", ] @@ -9623,7 +9626,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "hash-db", @@ -9632,10 +9635,10 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-state-machine", "sp-trie", "sp-version", @@ -9645,7 +9648,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "Inflector", "blake2", @@ -9659,7 +9662,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9671,7 +9674,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "docify", "integer-sqrt", @@ -9703,7 +9706,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9715,7 +9718,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "sp-api", "sp-inherents", @@ -9725,7 +9728,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "async-trait", "parity-scale-codec", @@ -9741,7 +9744,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "async-trait", "parity-scale-codec", @@ -9759,7 +9762,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9767,7 +9770,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -9779,7 +9782,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "finality-grandpa", "log", @@ -9796,7 +9799,7 @@ dependencies = [ [[package]] name = "sp-consensus-pow" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "sp-api", @@ -9807,7 +9810,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9818,7 +9821,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -9848,12 +9851,12 @@ dependencies = [ "secp256k1 0.28.2", "secrecy 0.8.0", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "ss58-registry", "substrate-bip39", "thiserror 1.0.69", @@ -9865,15 +9868,15 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -9887,7 +9890,7 @@ dependencies = [ "ark-ed-on-bls12-381-bandersnatch", "ark-ed-on-bls12-381-bandersnatch-ext", "ark-scale", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] @@ -9927,7 +9930,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "blake2b_simd", "byteorder", @@ -9940,17 +9943,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "syn 2.0.96", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "proc-macro2", "quote", @@ -9970,11 +9973,11 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] @@ -9990,7 +9993,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10002,7 +10005,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10015,7 +10018,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bytes", "docify", @@ -10027,12 +10030,12 @@ dependencies = [ "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-trie", "tracing", "tracing-core", @@ -10041,7 +10044,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "sp-core", "sp-runtime", @@ -10051,18 +10054,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "parking_lot", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -10071,7 +10074,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-metadata 18.0.0", "parity-scale-codec", @@ -10081,7 +10084,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10092,7 +10095,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "log", "parity-scale-codec", @@ -10101,7 +10104,7 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-runtime", "thiserror 1.0.69", ] @@ -10109,7 +10112,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10122,7 +10125,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "sp-api", "sp-core", @@ -10132,7 +10135,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "backtrace", "regex", @@ -10141,7 +10144,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "binary-merkle-tree", "docify", @@ -10160,7 +10163,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-trie", "sp-weights", "tracing", @@ -10170,19 +10173,19 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive 0.18.0", "primitive-types 0.13.1", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "static_assertions", ] @@ -10208,7 +10211,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "Inflector", "expander", @@ -10234,7 +10237,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10248,7 +10251,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10261,7 +10264,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "hash-db", "log", @@ -10270,7 +10273,7 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-panic-handler", "sp-trie", "thiserror 1.0.69", @@ -10281,7 +10284,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -10294,10 +10297,10 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "thiserror 1.0.69", "x25519-dalek", ] @@ -10305,7 +10308,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" [[package]] name = "sp-std" @@ -10315,13 +10318,13 @@ source = "git+https://github.com/paritytech/polkadot-sdk#d62a90c8c729acd98c7e9a5 [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] @@ -10339,7 +10342,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "async-trait", "parity-scale-codec", @@ -10351,7 +10354,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "tracing", @@ -10373,7 +10376,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "sp-api", "sp-runtime", @@ -10382,7 +10385,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "async-trait", "parity-scale-codec", @@ -10396,7 +10399,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "ahash", "hash-db", @@ -10408,7 +10411,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "thiserror 1.0.69", "tracing", "trie-db", @@ -10418,7 +10421,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10427,7 +10430,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "sp-version-proc-macro", "thiserror 1.0.69", ] @@ -10435,7 +10438,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -10447,7 +10450,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10470,7 +10473,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -10478,7 +10481,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", ] [[package]] @@ -10557,7 +10560,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -10570,7 +10573,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "array-bytes", "bounded-collections", @@ -10591,7 +10594,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -10613,7 +10616,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "environmental", "frame-benchmarking", @@ -10697,7 +10700,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -10709,7 +10712,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "build-helper", "cargo_metadata", @@ -10914,7 +10917,7 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "testnet-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -11846,7 +11849,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "polkadot-primitives", @@ -12218,7 +12221,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "Inflector", "proc-macro2", @@ -12229,7 +12232,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "parity-scale-codec", @@ -12243,7 +12246,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0#4302f74f7874e6a894578731142a7b310a1449b0" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d#2d53238a186ac1161ca9998471694eb1833efb1d" dependencies = [ "frame-support", "frame-system", @@ -12256,7 +12259,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4302f74f7874e6a894578731142a7b310a1449b0)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=2d53238a186ac1161ca9998471694eb1833efb1d)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", diff --git a/Cargo.toml b/Cargo.toml index fe49f5f..c701143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ assert_fs = "1.1.2" # polkadot-sdk and friends codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" } scale-info = { version = "2.11.6", default-features = false } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "4302f74f7874e6a894578731142a7b310a1449b0" } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "2d53238a186ac1161ca9998471694eb1833efb1d" } # llvm [workspace.dependencies.inkwell] diff --git a/crates/differential/genesis.json b/crates/differential/genesis.json index 2abb453..49f3431 100644 --- a/crates/differential/genesis.json +++ b/crates/differential/genesis.json @@ -18,7 +18,7 @@ "terminalTotalDifficulty": 0, "terminalTotalDifficultyPassed": true }, - "coinbase": "0x0000000000000000000000000000000000000000", + "coinbase": "0xffffffffffffffffffffffffffffffffffffffff", "difficulty": "0x20000", "extraData": "", "gasLimit": "0xffffffff", diff --git a/crates/integration/contracts/Coinbase.sol b/crates/integration/contracts/Coinbase.sol new file mode 100644 index 0000000..79d3b0d --- /dev/null +++ b/crates/integration/contracts/Coinbase.sol @@ -0,0 +1,27 @@ +// SPDX-License-Identifier: MIT + +pragma solidity ^0.8; + +/* runner.json +{ + "differential": true, + "actions": [ + { + "Instantiate": { + "code": { + "Solidity": { + "contract": "Coinbase" + } + } + } + } + ] +} +*/ + +contract Coinbase { + constructor() payable { + address coinbase = address(0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF); + assert(block.coinbase == coinbase); + } +} diff --git a/crates/integration/src/tests.rs b/crates/integration/src/tests.rs index d1145c7..d95e9ee 100644 --- a/crates/integration/src/tests.rs +++ b/crates/integration/src/tests.rs @@ -50,6 +50,7 @@ test_spec!(gas_price, "GasPrice", "GasPrice.sol"); test_spec!(gas_left, "GasLeft", "GasLeft.sol"); test_spec!(gas_limit, "GasLimit", "GasLimit.sol"); test_spec!(base_fee, "BaseFee", "BaseFee.sol"); +test_spec!(coinbase, "Coinbase", "Coinbase.sol"); fn instantiate(path: &str, contract: &str) -> Vec { vec![Instantiate { diff --git a/crates/llvm-context/src/polkavm/evm/context.rs b/crates/llvm-context/src/polkavm/evm/context.rs index fc6c5d3..8a90e30 100644 --- a/crates/llvm-context/src/polkavm/evm/context.rs +++ b/crates/llvm-context/src/polkavm/evm/context.rs @@ -122,12 +122,20 @@ where /// Translates the `coinbase` instruction. pub fn coinbase<'ctx, D>( - _context: &mut Context<'ctx, D>, + context: &mut Context<'ctx, D>, ) -> anyhow::Result> where D: Dependency + Clone, { - todo!() + let pointer = context.build_alloca_at_entry( + context.integer_type(revive_common::BIT_LENGTH_ETH_ADDRESS), + "coinbase_output", + ); + context.build_runtime_call( + revive_runtime_api::polkavm_imports::BLOCK_AUTHOR, + &[pointer.to_int(context).into()], + ); + context.build_load_address(pointer) } /// Translates the `basefee` instruction. diff --git a/crates/runner/src/runtime.rs b/crates/runner/src/runtime.rs index dc5974c..d0d82ad 100644 --- a/crates/runner/src/runtime.rs +++ b/crates/runner/src/runtime.rs @@ -1,5 +1,4 @@ -use frame_support::{runtime, weights::constants::WEIGHT_REF_TIME_PER_SECOND}; - +use frame_support::{runtime, traits::FindAuthor, weights::constants::WEIGHT_REF_TIME_PER_SECOND}; use pallet_revive::AccountId32Mapper; use polkadot_sdk::*; use polkadot_sdk::{ @@ -11,8 +10,6 @@ pub type Balance = u128; pub type AccountId = pallet_revive::AccountId32Mapper; pub type Block = frame_system::mocking::MockBlock; pub type Hash = ::Hash; -pub type EventRecord = - frame_system::EventRecord<::RuntimeEvent, Hash>; #[runtime] mod runtime { @@ -26,7 +23,8 @@ mod runtime { RuntimeHoldReason, RuntimeSlashReason, RuntimeLockId, - RuntimeTask + RuntimeTask, + RuntimeViewFunction )] pub struct Runtime; @@ -88,4 +86,14 @@ impl pallet_revive::Config for Runtime { type InstantiateOrigin = EnsureSigned; type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; type ChainId = ConstU64<420_420_420>; + type FindAuthor = Self; +} + +impl FindAuthor<::AccountId> for Runtime { + fn find_author<'a, I>(_digests: I) -> Option<::AccountId> + where + I: 'a + IntoIterator, + { + Some([0xff; 32].into()) + } } diff --git a/crates/runtime-api/src/polkavm_imports.c b/crates/runtime-api/src/polkavm_imports.c index 72faeb8..e101fb8 100644 --- a/crates/runtime-api/src/polkavm_imports.c +++ b/crates/runtime-api/src/polkavm_imports.c @@ -72,6 +72,8 @@ POLKAVM_IMPORT(void, balance_of, uint32_t, uint32_t) POLKAVM_IMPORT(void, base_fee, uint32_t) +POLKAVM_IMPORT(void, block_author, uint32_t) + POLKAVM_IMPORT(void, block_hash, uint32_t, uint32_t) POLKAVM_IMPORT(void, block_number, uint32_t) diff --git a/crates/runtime-api/src/polkavm_imports.rs b/crates/runtime-api/src/polkavm_imports.rs index be40232..a14a12b 100644 --- a/crates/runtime-api/src/polkavm_imports.rs +++ b/crates/runtime-api/src/polkavm_imports.rs @@ -22,6 +22,8 @@ pub static BALANCE_OF: &str = "balance_of"; pub static BASE_FEE: &str = "base_fee"; +pub static BLOCK_AUTHOR: &str = "block_author"; + pub static BLOCK_HASH: &str = "block_hash"; pub static BLOCK_NUMBER: &str = "block_number"; @@ -80,13 +82,14 @@ pub static WEIGHT_TO_FEE: &str = "weight_to_fee"; /// All imported runtime API symbols. /// Useful for configuring common attributes and linkage. -pub static IMPORTS: [&str; 34] = [ +pub static IMPORTS: [&str; 35] = [ SBRK, MEMORY_SIZE, ADDRESS, BALANCE, BALANCE_OF, BASE_FEE, + BLOCK_AUTHOR, BLOCK_HASH, BLOCK_NUMBER, CALL,