From 5ece51c96bdc6a502e0e02a2ccda2391da12a636 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Fri, 3 May 2024 09:49:13 +0300 Subject: [PATCH] update polkadot-sdk refs --- Cargo.lock | 278 ++++++++++-------- ...b_rococo_messages_to_bridge_hub_westend.rs | 10 +- ...b_westend_messages_to_bridge_hub_rococo.rs | 10 +- .../rococo_headers_to_bridge_hub_westend.rs | 6 +- ...rococo_parachains_to_bridge_hub_westend.rs | 5 +- .../westend_headers_to_bridge_hub_rococo.rs | 6 +- ...westend_parachains_to_bridge_hub_rococo.rs | 5 +- 7 files changed, 166 insertions(+), 154 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d899427c6..567c8b164e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1117,7 +1117,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-cumulus" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -1132,7 +1132,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-kusama" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-polkadot" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1160,7 +1160,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-rococo" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1174,7 +1174,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1188,7 +1188,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1205,7 +1205,7 @@ dependencies = [ [[package]] name = "bp-kusama" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1218,7 +1218,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1250,7 +1250,7 @@ dependencies = [ [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1263,7 +1263,7 @@ dependencies = [ [[package]] name = "bp-polkadot-bulletin" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-header-chain", "bp-messages", @@ -1281,7 +1281,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-messages", "bp-runtime", @@ -1299,7 +1299,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-messages", "bp-runtime", @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1326,7 +1326,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "frame-support", "frame-system", @@ -1349,7 +1349,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1369,7 +1369,7 @@ dependencies = [ [[package]] name = "bp-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1382,7 +1382,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests)", ] @@ -1390,7 +1390,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "scale-info", @@ -1401,7 +1401,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-header-chain", "bp-messages", @@ -1412,6 +1412,8 @@ dependencies = [ "bp-test-utils", "bp-xcm-bridge-hub", "bp-xcm-bridge-hub-router", + "const-fnv1a-hash", + "const_format", "frame-support", "frame-system", "hash-db", @@ -1423,7 +1425,6 @@ dependencies = [ "pallet-transaction-payment", "pallet-utility", "parity-scale-codec", - "paste", "scale-info", "sp-api", "sp-core", @@ -1433,6 +1434,7 @@ dependencies = [ "sp-trie", "staging-xcm", "staging-xcm-builder", + "tuplex", ] [[package]] @@ -1683,6 +1685,12 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "const-fnv1a-hash" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32b13ea120a812beba79e34316b3942a857c86ec1593cb34f27bb28272ce2cca" + [[package]] name = "const-oid" version = "0.9.6" @@ -1709,6 +1717,26 @@ dependencies = [ "tiny-keccak", ] +[[package]] +name = "const_format" +version = "0.2.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" +dependencies = [ + "const_format_proc_macros", +] + +[[package]] +name = "const_format_proc_macros" +version = "0.2.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" +dependencies = [ + "proc-macro2 1.0.81", + "quote 1.0.36", + "unicode-xid 0.2.4", +] + [[package]] name = "constant_time_eq" version = "0.1.5" @@ -2595,7 +2623,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "equivocation-detector" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-std", "async-trait", @@ -2786,7 +2814,7 @@ dependencies = [ [[package]] name = "finality-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-std", "async-trait", @@ -2875,7 +2903,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "frame-support", "frame-support-procedural", @@ -2923,7 +2951,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "aquamarine", "array-bytes 6.2.2", @@ -2964,7 +2992,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "Inflector", "cfg-expr", @@ -2983,7 +3011,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -2995,7 +3023,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -3005,7 +3033,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "cfg-if", "docify", @@ -4860,7 +4888,7 @@ dependencies = [ [[package]] name = "messages-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-std", "async-trait", @@ -5424,7 +5452,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "frame-support", "frame-system", @@ -5438,7 +5466,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "docify", "frame-benchmarking", @@ -5454,7 +5482,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5475,7 +5503,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-messages", "bp-runtime", @@ -5493,7 +5521,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5514,7 +5542,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bp-messages", "bp-relayers", @@ -5534,7 +5562,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "frame-benchmarking", "frame-support", @@ -5557,7 +5585,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "frame-support", "frame-system", @@ -5579,7 +5607,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "docify", "frame-benchmarking", @@ -5599,7 +5627,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "frame-support", "frame-system", @@ -5615,7 +5643,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5627,7 +5655,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "frame-benchmarking", "frame-support", @@ -5643,7 +5671,7 @@ dependencies = [ [[package]] name = "parachains-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-std", "async-trait", @@ -5921,7 +5949,7 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "scale-info", @@ -5933,7 +5961,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bounded-collections", "derive_more", @@ -5950,7 +5978,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bitvec", "hex-literal", @@ -6874,7 +6902,7 @@ dependencies = [ [[package]] name = "relay-substrate-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-std", "async-trait", @@ -6916,7 +6944,7 @@ dependencies = [ [[package]] name = "relay-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "ansi_term", "anyhow", @@ -7296,7 +7324,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "log", "sp-core", @@ -7307,7 +7335,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "array-bytes 6.2.2", "docify", @@ -7334,7 +7362,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2 1.0.81", @@ -7345,7 +7373,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "fnv", "futures", @@ -7372,7 +7400,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-trait", "futures", @@ -7397,7 +7425,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -7420,7 +7448,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "polkavm", "sc-allocator", @@ -7433,7 +7461,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "log", "polkavm", @@ -7444,7 +7472,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "anyhow", "cfg-if", @@ -7462,7 +7490,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -7491,7 +7519,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -7542,7 +7570,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -7560,7 +7588,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bs58 0.4.0", "libp2p-identity", @@ -7574,7 +7602,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7594,7 +7622,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "chrono", "futures", @@ -7614,7 +7642,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-trait", "futures", @@ -7630,7 +7658,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-channel 1.9.0", "futures", @@ -8346,7 +8374,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "hash-db", "log", @@ -8368,7 +8396,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "Inflector", "blake2 0.10.6", @@ -8382,7 +8410,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "scale-info", @@ -8395,7 +8423,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "docify", "integer-sqrt", @@ -8428,7 +8456,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "scale-info", @@ -8440,7 +8468,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "futures", "log", @@ -8458,7 +8486,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-trait", "futures", @@ -8473,7 +8501,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "finality-grandpa", "log", @@ -8490,7 +8518,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "scale-info", @@ -8501,7 +8529,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "array-bytes 6.2.2", "bandersnatch_vrfs", @@ -8548,7 +8576,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4eabe5e0dddc4cd31ad9dab5645350360d4d36a5" +source = "git+https://github.com/paritytech/polkadot-sdk#a9aeabe923dae63ab76ab290951cb9183c51f59c" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -8582,7 +8610,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "blake2b_simd", "byteorder", @@ -8595,7 +8623,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "quote 1.0.36", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests)", @@ -8605,7 +8633,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -8614,7 +8642,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -8624,7 +8652,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4eabe5e0dddc4cd31ad9dab5645350360d4d36a5" +source = "git+https://github.com/paritytech/polkadot-sdk#a9aeabe923dae63ab76ab290951cb9183c51f59c" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -8634,7 +8662,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "environmental", "parity-scale-codec", @@ -8644,7 +8672,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4eabe5e0dddc4cd31ad9dab5645350360d4d36a5" +source = "git+https://github.com/paritytech/polkadot-sdk#a9aeabe923dae63ab76ab290951cb9183c51f59c" dependencies = [ "environmental", "parity-scale-codec", @@ -8654,7 +8682,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "scale-info", @@ -8666,7 +8694,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -8679,7 +8707,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -8705,7 +8733,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "sp-core", "sp-runtime", @@ -8715,7 +8743,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -8726,7 +8754,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "thiserror", "zstd 0.12.4", @@ -8735,7 +8763,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -8745,7 +8773,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "scale-info", @@ -8756,7 +8784,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "backtrace", "lazy_static", @@ -8766,7 +8794,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "rustc-hash", "serde", @@ -8776,7 +8804,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "docify", "either", @@ -8800,7 +8828,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -8819,7 +8847,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4eabe5e0dddc4cd31ad9dab5645350360d4d36a5" +source = "git+https://github.com/paritytech/polkadot-sdk#a9aeabe923dae63ab76ab290951cb9183c51f59c" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -8838,7 +8866,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "Inflector", "expander", @@ -8851,7 +8879,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4eabe5e0dddc4cd31ad9dab5645350360d4d36a5" +source = "git+https://github.com/paritytech/polkadot-sdk#a9aeabe923dae63ab76ab290951cb9183c51f59c" dependencies = [ "Inflector", "expander", @@ -8864,7 +8892,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "scale-info", @@ -8878,7 +8906,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8891,7 +8919,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "hash-db", "log", @@ -8911,7 +8939,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -8935,17 +8963,17 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4eabe5e0dddc4cd31ad9dab5645350360d4d36a5" +source = "git+https://github.com/paritytech/polkadot-sdk#a9aeabe923dae63ab76ab290951cb9183c51f59c" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8957,7 +8985,7 @@ dependencies = [ [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4eabe5e0dddc4cd31ad9dab5645350360d4d36a5" +source = "git+https://github.com/paritytech/polkadot-sdk#a9aeabe923dae63ab76ab290951cb9183c51f59c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8969,7 +8997,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "async-trait", "parity-scale-codec", @@ -8981,7 +9009,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "tracing", @@ -8992,7 +9020,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4eabe5e0dddc4cd31ad9dab5645350360d4d36a5" +source = "git+https://github.com/paritytech/polkadot-sdk#a9aeabe923dae63ab76ab290951cb9183c51f59c" dependencies = [ "parity-scale-codec", "tracing", @@ -9003,7 +9031,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "ahash 0.8.11", "hash-db", @@ -9026,7 +9054,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9043,7 +9071,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.81", @@ -9054,7 +9082,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -9066,7 +9094,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#4eabe5e0dddc4cd31ad9dab5645350360d4d36a5" +source = "git+https://github.com/paritytech/polkadot-sdk#a9aeabe923dae63ab76ab290951cb9183c51f59c" dependencies = [ "impl-trait-for-tuples", "log", @@ -9076,7 +9104,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -9133,7 +9161,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "array-bytes 6.2.2", "bounded-collections", @@ -9151,7 +9179,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "frame-support", "frame-system", @@ -9173,7 +9201,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "environmental", "frame-benchmarking", @@ -9278,7 +9306,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -9290,7 +9318,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "hyper", "log", @@ -9356,7 +9384,7 @@ dependencies = [ [[package]] name = "substrate-relay-helper" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "anyhow", "async-std", @@ -10128,6 +10156,12 @@ dependencies = [ "utf-8", ] +[[package]] +name = "tuplex" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "676ac81d5454c4dcf37955d34fa8626ede3490f744b86ca14a7b90168d2a08aa" + [[package]] name = "twox-hash" version = "1.6.3" @@ -11137,7 +11171,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#96908f525bac7b07d7861dc6e682f84ca25faaec" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-bridge-relayer-compatibility-tests#510c903eaa47b39c3bc637d03772f4d85dbed808" dependencies = [ "Inflector", "proc-macro2 1.0.81", diff --git a/substrate-relay/src/bridges/rococo_westend/bridge_hub_rococo_messages_to_bridge_hub_westend.rs b/substrate-relay/src/bridges/rococo_westend/bridge_hub_rococo_messages_to_bridge_hub_westend.rs index 0927d0e585..37b15f9883 100644 --- a/substrate-relay/src/bridges/rococo_westend/bridge_hub_rococo_messages_to_bridge_hub_westend.rs +++ b/substrate-relay/src/bridges/rococo_westend/bridge_hub_rococo_messages_to_bridge_hub_westend.rs @@ -57,14 +57,8 @@ substrate_relay_helper::generate_receive_message_delivery_proof_call_builder!( pub struct BridgeHubRococoMessagesToBridgeHubWestendMessageLane; impl SubstrateMessageLane for BridgeHubRococoMessagesToBridgeHubWestendMessageLane { - const AT_SOURCE_CHAIN_RELAYER_VERSION: Option = Some(RelayerVersion { - manual: 0, - auto: H256(hex!("ec797ce348d5ce03001b3000f16b7623b0f6b654e441caf8289608e476223969")), - }); - const AT_TARGET_CHAIN_RELAYER_VERSION: Option = Some(RelayerVersion { - manual: 0, - auto: H256(hex!("815e02321b71bf951f7054f78929c11be5b9056ffc954980d94931b4522a7f02")), - }); + const AT_SOURCE_CHAIN_RELAYER_VERSION: Option = Some(RelayerVersion::from_manual(0)); + const AT_TARGET_CHAIN_RELAYER_VERSION: Option = Some(RelayerVersion::from_manual(0)); type SourceChain = BridgeHubRococo; type TargetChain = BridgeHubWestend; diff --git a/substrate-relay/src/bridges/rococo_westend/bridge_hub_westend_messages_to_bridge_hub_rococo.rs b/substrate-relay/src/bridges/rococo_westend/bridge_hub_westend_messages_to_bridge_hub_rococo.rs index ec1aea23cf..273f443fab 100644 --- a/substrate-relay/src/bridges/rococo_westend/bridge_hub_westend_messages_to_bridge_hub_rococo.rs +++ b/substrate-relay/src/bridges/rococo_westend/bridge_hub_westend_messages_to_bridge_hub_rococo.rs @@ -57,14 +57,8 @@ substrate_relay_helper::generate_receive_message_delivery_proof_call_builder!( pub struct BridgeHubWestendMessagesToBridgeHubRococoMessageLane; impl SubstrateMessageLane for BridgeHubWestendMessagesToBridgeHubRococoMessageLane { - const AT_SOURCE_CHAIN_RELAYER_VERSION: Option = Some(RelayerVersion { - manual: 0, - auto: H256(hex!("815e02321b71bf951f7054f78929c11be5b9056ffc954980d94931b4522a7f02")), - }); - const AT_TARGET_CHAIN_RELAYER_VERSION: Option = Some(RelayerVersion { - manual: 0, - auto: H256(hex!("ec797ce348d5ce03001b3000f16b7623b0f6b654e441caf8289608e476223969")), - }); + const AT_SOURCE_CHAIN_RELAYER_VERSION: Option = Some(RelayerVersion::from_manual(0)); + const AT_TARGET_CHAIN_RELAYER_VERSION: Option = Some(RelayerVersion::from_manual(0)); type SourceChain = BridgeHubWestend; type TargetChain = BridgeHubRococo; diff --git a/substrate-relay/src/bridges/rococo_westend/rococo_headers_to_bridge_hub_westend.rs b/substrate-relay/src/bridges/rococo_westend/rococo_headers_to_bridge_hub_westend.rs index 1704cdd7ea..2350b10af5 100644 --- a/substrate-relay/src/bridges/rococo_westend/rococo_headers_to_bridge_hub_westend.rs +++ b/substrate-relay/src/bridges/rococo_westend/rococo_headers_to_bridge_hub_westend.rs @@ -58,10 +58,8 @@ impl SubstrateFinalityPipeline for RococoFinalityToBridgeHubWestend { #[async_trait] impl SubstrateFinalitySyncPipeline for RococoFinalityToBridgeHubWestend { - const RELAYER_VERSION: Option = Some(RelayerVersion { - manual: 0, - auto: H256(hex!("8ef000d4f0184c4751b9462471473368c4b4bdcf1f376264b254e2acf8f705c8")), - }); + const RELAYER_VERSION: Option = Some(RelayerVersion::from_manual(0)); + type SubmitFinalityProofCallBuilder = SubmitFinalityProofCallBuilder; } diff --git a/substrate-relay/src/bridges/rococo_westend/rococo_parachains_to_bridge_hub_westend.rs b/substrate-relay/src/bridges/rococo_westend/rococo_parachains_to_bridge_hub_westend.rs index 08fc8d8135..7e199ffdf6 100644 --- a/substrate-relay/src/bridges/rococo_westend/rococo_parachains_to_bridge_hub_westend.rs +++ b/substrate-relay/src/bridges/rococo_westend/rococo_parachains_to_bridge_hub_westend.rs @@ -31,10 +31,7 @@ use substrate_relay_helper::{ pub struct BridgeHubRococoToBridgeHubWestend; impl SubstrateParachainsPipeline for BridgeHubRococoToBridgeHubWestend { - const RELAYER_VERSION: Option = Some(RelayerVersion { - manual: 0, - auto: H256(hex!("938c8cddccea01a54fb58e8b949f501998f31c5d4edea176722c706b032e1ddd")), - }); + const RELAYER_VERSION: Option = Some(RelayerVersion::from_manual(0)); type SourceParachain = relay_bridge_hub_rococo_client::BridgeHubRococo; type SourceRelayChain = relay_rococo_client::Rococo; diff --git a/substrate-relay/src/bridges/rococo_westend/westend_headers_to_bridge_hub_rococo.rs b/substrate-relay/src/bridges/rococo_westend/westend_headers_to_bridge_hub_rococo.rs index 08ad08aece..fea650f9b1 100644 --- a/substrate-relay/src/bridges/rococo_westend/westend_headers_to_bridge_hub_rococo.rs +++ b/substrate-relay/src/bridges/rococo_westend/westend_headers_to_bridge_hub_rococo.rs @@ -58,10 +58,8 @@ impl SubstrateFinalityPipeline for WestendFinalityToBridgeHubRococo { #[async_trait] impl SubstrateFinalitySyncPipeline for WestendFinalityToBridgeHubRococo { - const RELAYER_VERSION: Option = Some(RelayerVersion { - manual: 0, - auto: H256(hex!("f3b72b260a9262b1a9cc09c87ece99e305cdb8e6d1e052eaba9eec2f4cf368a1")), - }); + const RELAYER_VERSION: Option = Some(RelayerVersion::from_manual(0)); + type SubmitFinalityProofCallBuilder = SubmitFinalityProofCallBuilder; } diff --git a/substrate-relay/src/bridges/rococo_westend/westend_parachains_to_bridge_hub_rococo.rs b/substrate-relay/src/bridges/rococo_westend/westend_parachains_to_bridge_hub_rococo.rs index 85f2733050..79508ea420 100644 --- a/substrate-relay/src/bridges/rococo_westend/westend_parachains_to_bridge_hub_rococo.rs +++ b/substrate-relay/src/bridges/rococo_westend/westend_parachains_to_bridge_hub_rococo.rs @@ -31,10 +31,7 @@ use substrate_relay_helper::{ pub struct BridgeHubWestendToBridgeHubRococo; impl SubstrateParachainsPipeline for BridgeHubWestendToBridgeHubRococo { - const RELAYER_VERSION: Option = Some(RelayerVersion { - manual: 0, - auto: H256(hex!("53c49a5c17f529842eb2f2a85053415ff77be4331c90e0a6f26594686fdfb6ce")), - }); + const RELAYER_VERSION: Option = Some(RelayerVersion::from_manual(0)); type SourceParachain = relay_bridge_hub_westend_client::BridgeHubWestend; type SourceRelayChain = relay_westend_client::Westend;