Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bridges lane id agnostic for backwards compatibility #5649

Merged
merged 47 commits into from
Sep 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
1994378
Removed `pallet::getter`
bkontur Sep 2, 2024
1333603
xcm-executor doc nits
bkontur Sep 2, 2024
b24e92b
Better log
bkontur Sep 3, 2024
af658ce
Renamed AdminOrigin to ForceOrigin
bkontur Sep 3, 2024
f95b114
Add optional laneId to genesis config + open AHR<>AHW for local genesis
bkontur Sep 4, 2024
8061876
Fix metrics labels
bkontur Sep 4, 2024
bcad8a2
Fix `LaneId` encode/decode for backwards compatibility
bkontur Sep 4, 2024
df91ef2
Lets see BridgeId in the logs
bkontur Sep 6, 2024
e9fc6eb
Make `LaneId` generic for backwards compatibility
bkontur Sep 6, 2024
9c55ad7
Generic `LaneId` for `pallet_bridge_messages`
bkontur Sep 8, 2024
4c52f86
Generic `LaneId` for `pallet_xcm_bridge_hub`
bkontur Sep 9, 2024
17d3681
Generic `LaneId` for `pallet_bridge_relayers`
bkontur Sep 16, 2024
387f5ea
Generic `LaneId` for `bridge-runtime-common`
bkontur Sep 17, 2024
cdbddfa
Generic `LaneId` for relayer code
bkontur Sep 17, 2024
387ae67
Add multi-instance support for `pallet_bridge_relayers`
bkontur Sep 18, 2024
c1ec789
Rewards migraiton for `pallet_bridge_relayers`
bkontur Sep 18, 2024
e1f09f3
Adjust testnet runtimes to the latest vogue
bkontur Sep 19, 2024
4835750
Adjust tests with latest vogue
bkontur Sep 19, 2024
bebaba1
Testing nits
bkontur Sep 20, 2024
ded26ef
zepter+taplo
bkontur Sep 20, 2024
8de9f0c
prdoc draft
bkontur Sep 20, 2024
9d74ecb
prdoc
bkontur Sep 20, 2024
69357e6
Deduplicate functionality
bkontur Sep 20, 2024
ba33d24
Fix for zombienet-bridges-0001-asset-transfer-works
bkontur Sep 22, 2024
c084d60
Merge remote-tracking branch 'origin/master' into bko-bridges-lane-id…
bkontur Sep 22, 2024
fad96d9
clippy
bkontur Sep 22, 2024
268a7a7
clippy
bkontur Sep 22, 2024
f89581f
Fix bridges integration tests - open AHR<>AHW lanes for genesis
bkontur Sep 22, 2024
c2989e0
Fixed migration for BridgeHubRococo/Westend
bkontur Sep 22, 2024
58aafd2
Merge remote-tracking branch 'origin/master' into bko-bridges-lane-id…
bkontur Sep 22, 2024
7bace0d
Merge remote-tracking branch 'origin/master' into bko-bridges-lane-id…
bkontur Sep 23, 2024
93a789a
Exporter nits
bkontur Sep 23, 2024
962e141
Merge remote-tracking branch 'origin/master' into bko-bridges-lane-id…
bkontur Sep 23, 2024
3ae8d31
Update bridges/modules/relayers/src/extension/mod.rs
bkontur Sep 24, 2024
8e6e33a
prdoc major -> minor
bkontur Sep 24, 2024
6ccc9c5
Removed forgotten TODO
bkontur Sep 24, 2024
e3f212b
Merge remote-tracking branch 'origin/master' into bko-bridges-lane-id…
bkontur Sep 24, 2024
98aedb2
Missing instance support for rewards + Bulletin without rewards + Has…
bkontur Sep 24, 2024
444c12a
Merge remote-tracking branch 'origin/bko-bridges-lane-id-agnostic' in…
bkontur Sep 24, 2024
2f8a0fc
prdoc
bkontur Sep 24, 2024
b545648
prdoc
bkontur Sep 24, 2024
4daae21
Review fixes - part1
bkontur Sep 24, 2024
7a6cc8d
Review nits
bkontur Sep 24, 2024
11789c1
Merge remote-tracking branch 'origin/master' into bko-bridges-lane-id…
bkontur Sep 24, 2024
e0c77ca
Merge branch 'master' into bko-bridges-lane-id-agnostic
bkontur Sep 24, 2024
2f24d48
fix prdoc
ggwpez Sep 24, 2024
2bb151b
Merge branch 'master' into bko-bridges-lane-id-agnostic
bkontur Sep 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions prdoc/pr_5649.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ crates:
- name: parachains-runtimes-test-utils
bump: patch
- name: bp-messages
bump: minor
bump: major
acatangiu marked this conversation as resolved.
Show resolved Hide resolved
acatangiu marked this conversation as resolved.
Show resolved Hide resolved
- name: bp-relayers
bump: minor
bump: major
- name: bp-xcm-bridge-hub
bump: patch
- name: pallet-bridge-messages
bump: patch
- name: pallet-bridge-relayers
bump: patch
- name: pallet-xcm-bridge-hub
bump: minor
bump: major
- name: emulated-integration-tests-common
bump: patch
- name: bp-bridge-hub-kusama
Expand All @@ -40,10 +40,10 @@ crates:
- name: bp-polkadot-bulletin
bump: patch
- name: bridge-hub-rococo-runtime
bump: patch
bump: major
- name: bridge-hub-westend-runtime
bump: patch
- name: polkadot-parachain-bin
bump: none
- name: bridge-hub-test-utils
bump: minor
bump: major
Loading