Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit e23be19

Browse files
authored
BridgeHubRococo/Wococo nits + updated subtree (#2572)
* Nits (merge before separatelly) * Small cosmetics for Rococo/Wococo bridge local run * Squashed 'bridges/' changes from 04b3dda6aa..5fc377ab34 5fc377ab34 Support for kusama-polkadot relaying (#2128) 01f4b7f1ba Fix clippy warnings (#2127) 696ff1c368 BHK/P alignments (#2115) 2a66aa3248 Small fixes (#2126) 7810f1a988 Cosmetics (#2124) daf250f69c Remove some `expect()` statements (#2123) 1c5fba8274 temporarily remove balance guard (#2121) 3d0e547361 Propagate message receival confirmation errors (#2116) 1c33143f07 Propagate message verification errors (#2114) b075b00910 Bump time from 0.3.20 to 0.3.21 51a3a51618 Bump serde from 1.0.160 to 1.0.162 da88d044a6 Bump clap from 4.2.5 to 4.2.7 cdca322cd6 Bump sysinfo from 0.28.4 to 0.29.0 git-subtree-dir: bridges git-subtree-split: 5fc377ab34f7dfd3293099c5feec49255e827812 * Fix * Allow to change storage constants (DeliveryReward, RequiredStakeForStakeAndSlash) + tests * Clippy * New SA for RO/WO * Squashed 'bridges/' changes from 5fc377ab34..0f6091d481 0f6091d481 Bump polkadot/substrate (#2134) 9233f0a337 Bump tokio from 1.28.0 to 1.28.1 a29c1caa93 Bump serde from 1.0.162 to 1.0.163 git-subtree-dir: bridges git-subtree-split: 0f6091d48184ebb4f75cb3089befa6b92cf37335
1 parent c409dc1 commit e23be19

File tree

41 files changed

+779
-628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+779
-628
lines changed

Cargo.lock

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bridges/bin/runtime-common/Cargo.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", d
4040
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
4141

4242
# Polkadot dependencies
43-
pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false }
4443
xcm = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false }
4544
xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false }
46-
xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false }
4745

4846
[dev-dependencies]
4947
bp-test-utils = { path = "../../primitives/test-utils" }
@@ -68,7 +66,6 @@ std = [
6866
"pallet-bridge-relayers/std",
6967
"pallet-transaction-payment/std",
7068
"pallet-utility/std",
71-
"pallet-xcm/std",
7269
"scale-info/std",
7370
"sp-api/std",
7471
"sp-core/std",
@@ -78,13 +75,12 @@ std = [
7875
"sp-trie/std",
7976
"xcm/std",
8077
"xcm-builder/std",
81-
"xcm-executor/std",
8278
]
8379
runtime-benchmarks = [
8480
"pallet-bridge-grandpa/runtime-benchmarks",
8581
"pallet-bridge-messages/runtime-benchmarks",
8682
"pallet-bridge-parachains/runtime-benchmarks",
87-
"pallet-xcm/runtime-benchmarks",
83+
"pallet-bridge-relayers/runtime-benchmarks",
8884
"xcm-builder/runtime-benchmarks",
8985
]
9086
integrity-test = [

0 commit comments

Comments
 (0)