Skip to content

Commit

Permalink
Bridges patch applied for stable2409 (#519)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bkontur and actions-user authored Jan 16, 2025
1 parent 700417a commit 20ac6ff
Show file tree
Hide file tree
Showing 34 changed files with 993 additions and 833 deletions.
69 changes: 37 additions & 32 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asset-hub-kusama-emulated-chain = { path = "integration-tests/emulated/chains/pa
asset-hub-kusama-runtime = { path = "system-parachains/asset-hubs/asset-hub-kusama" }
asset-hub-polkadot-emulated-chain = { path = "integration-tests/emulated/chains/parachains/assets/asset-hub-polkadot" }
asset-hub-polkadot-runtime = { path = "system-parachains/asset-hubs/asset-hub-polkadot" }
asset-test-utils = { version = "18.0.0" }
asset-test-utils = { version = "20.0.0" }
assets-common = { version = "0.18.0", default-features = false }
authority-discovery-primitives = { version = "34.0.0", default-features = false, package = "sp-authority-discovery" }
babe-primitives = { version = "0.40.0", default-features = false, package = "sp-consensus-babe" }
Expand All @@ -32,14 +32,14 @@ bp-polkadot-bulletin = { version = "0.15.0", default-features = false }
bp-polkadot-core = { version = "0.18.0", default-features = false }
bp-relayers = { version = "0.18.0", default-features = false }
bp-runtime = { version = "0.18.0", default-features = false }
bp-xcm-bridge-hub = { version = "0.4.0", default-features = false }
bp-xcm-bridge-hub = { version = "0.4.2", default-features = false }
bp-xcm-bridge-hub-router = { version = "0.14.1", default-features = false }
bridge-hub-common = { version = "0.10.0", default-features = false }
bridge-hub-kusama-emulated-chain = { path = "integration-tests/emulated/chains/parachains/bridges/bridge-hub-kusama" }
bridge-hub-kusama-runtime = { path = "system-parachains/bridge-hubs/bridge-hub-kusama" }
bridge-hub-polkadot-emulated-chain = { path = "integration-tests/emulated/chains/parachains/bridges/bridge-hub-polkadot" }
bridge-hub-polkadot-runtime = { path = "system-parachains/bridge-hubs/bridge-hub-polkadot" }
bridge-hub-test-utils = { version = "0.18.0" }
bridge-hub-test-utils = { version = "0.20.0" }
bridge-runtime-common = { version = "0.18.0", default-features = false }
clap = { version = "4.5.0" }
codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false }
Expand All @@ -58,7 +58,7 @@ cumulus-pallet-xcmp-queue = { version = "0.17.0", default-features = false }
cumulus-primitives-aura = { version = "0.15.0", default-features = false }
cumulus-primitives-core = { version = "0.16.0", default-features = false }
cumulus-primitives-utility = { version = "0.17.0", default-features = false }
emulated-integration-tests-common = { version = "14.1.0" }
emulated-integration-tests-common = { version = "16.0.0" }
encointer-balances-tx-payment = { version = "~14.1.0", default-features = false }
encointer-balances-tx-payment-rpc-runtime-api = { version = "~14.1.0", default-features = false }
encointer-kusama-runtime = { path = "system-parachains/encointer" }
Expand Down Expand Up @@ -169,11 +169,11 @@ pallet-vesting = { version = "38.0.0", default-features = false }
pallet-whitelist = { version = "37.0.0", default-features = false }
pallet-xcm = { version = "17.0.0", default-features = false }
pallet-xcm-benchmarks = { version = "17.0.0", default-features = false }
pallet-xcm-bridge-hub = { version = "0.13.0", default-features = false }
pallet-xcm-bridge-hub-router = { version = "0.15.1", default-features = false }
pallet-xcm-bridge-hub = { version = "0.13.2", default-features = false }
pallet-xcm-bridge-hub-router = { version = "0.15.3", default-features = false }
parachain-info = { version = "0.17.0", default-features = false, package = "staging-parachain-info" }
parachains-common = { version = "18.0.0", default-features = false }
parachains-runtimes-test-utils = { version = "17.0.0" }
parachains-runtimes-test-utils = { version = "19.0.0" }
paste = { version = "1.0.14" }
penpal-emulated-chain = { path = "integration-tests/emulated/chains/parachains/testing/penpal" }
penpal-runtime = { version = "0.25.0" }
Expand Down Expand Up @@ -211,7 +211,7 @@ snowbridge-pallet-outbound-queue = { version = "0.10.0", default-features = fals
snowbridge-pallet-system = { version = "0.10.0", default-features = false }
snowbridge-router-primitives = { version = "0.16.0", default-features = false }
snowbridge-runtime-common = { version = "0.10.0", default-features = false }
snowbridge-runtime-test-common = { version = "0.10.0" }
snowbridge-runtime-test-common = { version = "0.12.0" }
snowbridge-system-runtime-api = { version = "0.10.0", default-features = false }
sp-api = { version = "34.0.0", default-features = false }
sp-application-crypto = { version = "38.0.0", default-features = false }
Expand Down
Loading

0 comments on commit 20ac6ff

Please sign in to comment.