This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[xcm] Foreign global consensus parachain LocationToAccountId converter #7016
Merged
paritytech-processbot
merged 17 commits into
master
from
bko-global-consensus-parachain-location-convert
May 16, 2023
Merged
[xcm] Foreign global consensus parachain LocationToAccountId converter #7016
paritytech-processbot
merged 17 commits into
master
from
bko-global-consensus-parachain-location-convert
May 16, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bkontur
added
A0-please_review
Pull request needs code review.
B0-silent
Changes should not be mentioned in any release notes
D3-trivial 🧸
PR contains trivial changes in a runtime directory that do not require an audit.
T6-XCM
This PR/Issue is related to XCM.
labels
Apr 6, 2023
bkontur
changed the title
**Foreign** global consensus parachain LocationToAccount converter
Foreign global consensus parachain LocationToAccountId converter
Apr 6, 2023
KiChjang
reviewed
Apr 7, 2023
bot rebase |
…s-parachain-location-convert
Rebased |
12 tasks
bot rebase |
…s-parachain-location-convert
Rebased |
acatangiu
approved these changes
Apr 13, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bot rebase |
…s-parachain-location-convert
Rebased |
serban300
reviewed
Apr 17, 2023
…s-parachain-location-convert
bkontur
changed the title
Foreign global consensus parachain LocationToAccountId converter
[xcm] Foreign global consensus parachain LocationToAccountId converter
Apr 18, 2023
gavofyork
reviewed
Apr 18, 2023
gavofyork
reviewed
Apr 18, 2023
gavofyork
suggested changes
Apr 18, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per comments.
…s-parachain-location-convert
Co-authored-by: Gavin Wood <gavin@parity.io>
bkontur
commented
Apr 18, 2023
This pull request has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/bridge-hub-questions/2693/5 |
…s-parachain-location-convert
…s-parachain-location-convert
gavofyork
reviewed
May 15, 2023
gavofyork
approved these changes
May 15, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks a lot better now.
Co-authored-by: Gavin Wood <gavin@parity.io>
bot merge |
Waiting for commit status. |
paritytech-processbot
bot
deleted the
bko-global-consensus-parachain-location-convert
branch
May 16, 2023 08:37
ordian
added a commit
that referenced
this pull request
May 23, 2023
* master: (60 commits) Ensure all `StorageVersion`s on Rococo/Westend are correct and migration hooks pass (#7251) Try-runtime proper return types (#7146) Have OCW mined election once a week on Westend (#7248) Bump enumn from 0.1.5 to 0.1.8 (#7226) Companion to #14183: FRAME: Allow message ID to be mutated in `ProcessMessage` (#7262) Remove TODO comment (#7260) Fix build (#7261) Update syn (#7258) Use Message Queue pallet for UMP dispatch (#6271) Freeze chain if there are byzantine threshold + 1 invalid votes against a local candidate (#7225) Revert chain if at least f+1 validators voted against a candidate (#7151) Ensure all `StorageVersion`s on Polkadot/Kusama are correct (#7199) Forgotten pub reexport for `GlobalConsensusParachainConvertsFor` (#7238) PVF: Vote invalid on panics in execution thread (after a retry) (#7155) PVF: Remove `rayon` and some uses of `tokio` (#7153) [xcm] Foreign global consensus parachain LocationToAccountId converter (#7016) Update docs (#7230) Bump parity-db to 0.4.8 (#7231) Merge branch 'master' of https://github.com/paritytech/polkadot (#7224) Relax the watermark rule in the runtime (#7188) ...
ordian
added a commit
that referenced
this pull request
May 23, 2023
…slashing-client * ao-past-session-slashing-runtime: (61 commits) Ensure all `StorageVersion`s on Rococo/Westend are correct and migration hooks pass (#7251) Try-runtime proper return types (#7146) Have OCW mined election once a week on Westend (#7248) Bump enumn from 0.1.5 to 0.1.8 (#7226) Companion to #14183: FRAME: Allow message ID to be mutated in `ProcessMessage` (#7262) Remove TODO comment (#7260) Fix build (#7261) Update syn (#7258) Use Message Queue pallet for UMP dispatch (#6271) Freeze chain if there are byzantine threshold + 1 invalid votes against a local candidate (#7225) Revert chain if at least f+1 validators voted against a candidate (#7151) Ensure all `StorageVersion`s on Polkadot/Kusama are correct (#7199) Forgotten pub reexport for `GlobalConsensusParachainConvertsFor` (#7238) PVF: Vote invalid on panics in execution thread (after a retry) (#7155) PVF: Remove `rayon` and some uses of `tokio` (#7153) [xcm] Foreign global consensus parachain LocationToAccountId converter (#7016) Update docs (#7230) Bump parity-db to 0.4.8 (#7231) Merge branch 'master' of https://github.com/paritytech/polkadot (#7224) Relax the watermark rule in the runtime (#7188) ...
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A0-please_review
Pull request needs code review.
B0-silent
Changes should not be mentioned in any release notes
D3-trivial 🧸
PR contains trivial changes in a runtime directory that do not require an audit.
T6-XCM
This PR/Issue is related to XCM.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
E.g.: this will be used for sovereign accounts of parachain represented on different global consensus
Inspired by: #6662