Skip to content

Commit

Permalink
Relayer v1.2.1 (paritytech#2895)
Browse files Browse the repository at this point in the history
* bump relayer version

* bump supported chain versions

* updated lock file
  • Loading branch information
svyatonik committed Mar 26, 2024
1 parent 47b4c48 commit 1022b6d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relay-clients/client-bridge-hub-rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ impl ChainWithMessages for BridgeHubRococo {

impl ChainWithRuntimeVersion for BridgeHubRococo {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 1_008_000, transaction_version: 4 });
Some(SimpleRuntimeVersion { spec_version: 1_009_000, transaction_version: 4 });
}
2 changes: 1 addition & 1 deletion relay-clients/client-bridge-hub-westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ impl ChainWithMessages for BridgeHubWestend {

impl ChainWithRuntimeVersion for BridgeHubWestend {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 1_008_000, transaction_version: 4 });
Some(SimpleRuntimeVersion { spec_version: 1_009_000, transaction_version: 4 });
}
2 changes: 1 addition & 1 deletion relay-clients/client-rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ impl ChainWithTransactions for Rococo {

impl ChainWithRuntimeVersion for Rococo {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 1_008_000, transaction_version: 24 });
Some(SimpleRuntimeVersion { spec_version: 1_009_000, transaction_version: 24 });
}
2 changes: 1 addition & 1 deletion relay-clients/client-westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ impl ChainWithTransactions for Westend {

impl ChainWithRuntimeVersion for Westend {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 1_008_000, transaction_version: 24 });
Some(SimpleRuntimeVersion { spec_version: 1_009_000, transaction_version: 24 });
}
2 changes: 1 addition & 1 deletion substrate-relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substrate-relay"
version = "1.2.0"
version = "1.2.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 1022b6d

Please sign in to comment.