Skip to content

Commit 0663195

Browse files
committed
Revert unrelated files picked up from master merge
1 parent f74e85d commit 0663195

File tree

7 files changed

+54
-109
lines changed

7 files changed

+54
-109
lines changed

CLAUDE.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

Cargo.lock

Lines changed: 46 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ anyhow = "1.0"
106106
async-std = "1.13.2"
107107
async-trait = "0.1.89"
108108
env_logger = "0.11"
109-
futures = "0.3.32"
109+
futures = "0.3.31"
110110
hex = "0.4"
111111
num-format = "0.4"
112112
num-traits = "0.2"
113113
rbtag = "0.3"
114114
structopt = "0.3"
115115
signal-hook = "0.4.3"
116116
signal-hook-async-std = "0.4.0"
117-
strum = { version = "0.28.0", features = ["derive"] }
117+
strum = { version = "0.27.2", features = ["derive"] }
118118
pallet-bridge-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
119119
parachains-relay = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
120120
relay-asset-hub-rococo-client = { path = "./relay-clients/client-asset-hub-rococo" }
@@ -132,5 +132,5 @@ substrate-relay-helper = { git = "https://github.com/paritytech/polkadot-sdk", b
132132
bp-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
133133
hex-literal = "0.4"
134134
sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
135-
tempfile = "3.25"
135+
tempfile = "3.24"
136136
finality-grandpa = { version = "0.16.2" }

relay-clients/client-bridge-hub-kusama/src/codegen_runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! Autogenerated runtime API
1818
//! THIS FILE WAS AUTOGENERATED USING parity-bridges-common::runtime-codegen
1919
//! EXECUTED COMMAND: target/release/runtime-codegen --from-wasm-file
20-
//! /tmp/tmp.r5z8US3Gkl/bridge-hub-kusama_runtime-v2000007.compact.compressed.wasm
20+
//! bridge-hub-kusama_runtime-v2000006.compact.compressed.wasm
2121
2222
#[allow(dead_code, unused_imports, non_camel_case_types, unreachable_patterns)]
2323
#[allow(clippy::all)]

relay-clients/client-bridge-hub-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@ impl ChainWithMessages for BridgeHubKusama {
140140

141141
impl ChainWithRuntimeVersion for BridgeHubKusama {
142142
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
143-
Some(SimpleRuntimeVersion { spec_version: 2_000_007, transaction_version: 5 });
143+
Some(SimpleRuntimeVersion { spec_version: 2_000_006, transaction_version: 5 });
144144
}

substrate-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "substrate-relay"
3-
version = "1.8.18"
3+
version = "1.8.17"
44
authors.workspace = true
55
edition.workspace = true
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

tools/runtime-codegen/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)