Skip to content

Commit 20ac6ff

Browse files
Bridges patch applied for stable2409 (#519)
Relates to: paritytech/polkadot-sdk#6781 Relates to: paritytech/polkadot-sdk#6536 Closes: paritytech/parity-bridges-common#3017 Basically, this PR reverts back the congestion mechanism for Bridges, which was removed by #490 and later reverted by paritytech/polkadot-sdk#6781. - [X] Does not require a CHANGELOG entry ## TODO/Follow-ups - [x] run bridges zombienet tests - [x] fresh weights for relevant pallets --------- Co-authored-by: GitHub Action <[email protected]>
1 parent 700417a commit 20ac6ff

34 files changed

+993
-833
lines changed

Cargo.lock

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

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ asset-hub-kusama-emulated-chain = { path = "integration-tests/emulated/chains/pa
1212
asset-hub-kusama-runtime = { path = "system-parachains/asset-hubs/asset-hub-kusama" }
1313
asset-hub-polkadot-emulated-chain = { path = "integration-tests/emulated/chains/parachains/assets/asset-hub-polkadot" }
1414
asset-hub-polkadot-runtime = { path = "system-parachains/asset-hubs/asset-hub-polkadot" }
15-
asset-test-utils = { version = "18.0.0" }
15+
asset-test-utils = { version = "20.0.0" }
1616
assets-common = { version = "0.18.0", default-features = false }
1717
authority-discovery-primitives = { version = "34.0.0", default-features = false, package = "sp-authority-discovery" }
1818
babe-primitives = { version = "0.40.0", default-features = false, package = "sp-consensus-babe" }
@@ -32,14 +32,14 @@ bp-polkadot-bulletin = { version = "0.15.0", default-features = false }
3232
bp-polkadot-core = { version = "0.18.0", default-features = false }
3333
bp-relayers = { version = "0.18.0", default-features = false }
3434
bp-runtime = { version = "0.18.0", default-features = false }
35-
bp-xcm-bridge-hub = { version = "0.4.0", default-features = false }
35+
bp-xcm-bridge-hub = { version = "0.4.2", default-features = false }
3636
bp-xcm-bridge-hub-router = { version = "0.14.1", default-features = false }
3737
bridge-hub-common = { version = "0.10.0", default-features = false }
3838
bridge-hub-kusama-emulated-chain = { path = "integration-tests/emulated/chains/parachains/bridges/bridge-hub-kusama" }
3939
bridge-hub-kusama-runtime = { path = "system-parachains/bridge-hubs/bridge-hub-kusama" }
4040
bridge-hub-polkadot-emulated-chain = { path = "integration-tests/emulated/chains/parachains/bridges/bridge-hub-polkadot" }
4141
bridge-hub-polkadot-runtime = { path = "system-parachains/bridge-hubs/bridge-hub-polkadot" }
42-
bridge-hub-test-utils = { version = "0.18.0" }
42+
bridge-hub-test-utils = { version = "0.20.0" }
4343
bridge-runtime-common = { version = "0.18.0", default-features = false }
4444
clap = { version = "4.5.0" }
4545
codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false }
@@ -58,7 +58,7 @@ cumulus-pallet-xcmp-queue = { version = "0.17.0", default-features = false }
5858
cumulus-primitives-aura = { version = "0.15.0", default-features = false }
5959
cumulus-primitives-core = { version = "0.16.0", default-features = false }
6060
cumulus-primitives-utility = { version = "0.17.0", default-features = false }
61-
emulated-integration-tests-common = { version = "14.1.0" }
61+
emulated-integration-tests-common = { version = "16.0.0" }
6262
encointer-balances-tx-payment = { version = "~14.1.0", default-features = false }
6363
encointer-balances-tx-payment-rpc-runtime-api = { version = "~14.1.0", default-features = false }
6464
encointer-kusama-runtime = { path = "system-parachains/encointer" }
@@ -169,11 +169,11 @@ pallet-vesting = { version = "38.0.0", default-features = false }
169169
pallet-whitelist = { version = "37.0.0", default-features = false }
170170
pallet-xcm = { version = "17.0.0", default-features = false }
171171
pallet-xcm-benchmarks = { version = "17.0.0", default-features = false }
172-
pallet-xcm-bridge-hub = { version = "0.13.0", default-features = false }
173-
pallet-xcm-bridge-hub-router = { version = "0.15.1", default-features = false }
172+
pallet-xcm-bridge-hub = { version = "0.13.2", default-features = false }
173+
pallet-xcm-bridge-hub-router = { version = "0.15.3", default-features = false }
174174
parachain-info = { version = "0.17.0", default-features = false, package = "staging-parachain-info" }
175175
parachains-common = { version = "18.0.0", default-features = false }
176-
parachains-runtimes-test-utils = { version = "17.0.0" }
176+
parachains-runtimes-test-utils = { version = "19.0.0" }
177177
paste = { version = "1.0.14" }
178178
penpal-emulated-chain = { path = "integration-tests/emulated/chains/parachains/testing/penpal" }
179179
penpal-runtime = { version = "0.25.0" }
@@ -211,7 +211,7 @@ snowbridge-pallet-outbound-queue = { version = "0.10.0", default-features = fals
211211
snowbridge-pallet-system = { version = "0.10.0", default-features = false }
212212
snowbridge-router-primitives = { version = "0.16.0", default-features = false }
213213
snowbridge-runtime-common = { version = "0.10.0", default-features = false }
214-
snowbridge-runtime-test-common = { version = "0.10.0" }
214+
snowbridge-runtime-test-common = { version = "0.12.0" }
215215
snowbridge-system-runtime-api = { version = "0.10.0", default-features = false }
216216
sp-api = { version = "34.0.0", default-features = false }
217217
sp-application-crypto = { version = "38.0.0", default-features = false }

0 commit comments

Comments
 (0)