Skip to content

Commit

Permalink
Relay v1.6.0: added support for BHP 1_002_002 (#2999)
Browse files Browse the repository at this point in the history
* bump BHP version

* bump relay version
  • Loading branch information
svyatonik committed May 20, 2024
1 parent 8492639 commit f920edf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ impl ChainWithMessages for BridgeHubPolkadot {

impl ChainWithRuntimeVersion for BridgeHubPolkadot {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 1_002_000, transaction_version: 3 });
Some(SimpleRuntimeVersion { spec_version: 1_002_002, transaction_version: 3 });
}
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.5.1"
version = "1.6.0"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit f920edf

Please sign in to comment.