diff --git a/Cargo.lock b/Cargo.lock index 32512e10a0..e1468d5214 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9882,7 +9882,7 @@ dependencies = [ [[package]] name = "substrate-relay" -version = "1.8.15" +version = "1.8.17" dependencies = [ "anyhow", "async-std", diff --git a/relay-clients/client-bridge-hub-polkadot/src/codegen_runtime.rs b/relay-clients/client-bridge-hub-polkadot/src/codegen_runtime.rs index 01f3f15dad..20483a11bb 100644 --- a/relay-clients/client-bridge-hub-polkadot/src/codegen_runtime.rs +++ b/relay-clients/client-bridge-hub-polkadot/src/codegen_runtime.rs @@ -17,7 +17,7 @@ //! Autogenerated runtime API //! THIS FILE WAS AUTOGENERATED USING parity-bridges-common::runtime-codegen //! EXECUTED COMMAND: target/release/runtime-codegen --from-wasm-file -//! bridge-hub-polkadot_runtime-v2000006.compact.compressed.wasm +//! /tmp/tmp.ER5ViBLgH2/bridge-hub-polkadot_runtime-v2000007.compact.compressed.wasm #[allow(dead_code, unused_imports, non_camel_case_types, unreachable_patterns)] #[allow(clippy::all)] diff --git a/relay-clients/client-bridge-hub-polkadot/src/lib.rs b/relay-clients/client-bridge-hub-polkadot/src/lib.rs index 99ad89d46b..a2bc059be2 100644 --- a/relay-clients/client-bridge-hub-polkadot/src/lib.rs +++ b/relay-clients/client-bridge-hub-polkadot/src/lib.rs @@ -144,5 +144,5 @@ impl ChainWithMessages for BridgeHubPolkadot { impl ChainWithRuntimeVersion for BridgeHubPolkadot { const RUNTIME_VERSION: Option = - Some(SimpleRuntimeVersion { spec_version: 2_000_006, transaction_version: 4 }); + Some(SimpleRuntimeVersion { spec_version: 2_000_007, transaction_version: 4 }); } diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index a30b7dede9..398829a48e 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-relay" -version = "1.8.15" +version = "1.8.17" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0"