-
Notifications
You must be signed in to change notification settings - Fork 140
Ensure Consistent Topic IDs for Traceable Cross-Chain XCM #739
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
Ensure Consistent Topic IDs for Traceable Cross-Chain XCM #739
Conversation
Re-Enable as last step
TODO: - Resolve the `Imbalance` type mismatch on `pallet_staking`
…ves parachain runtime TODO: Check whether we need some `AuthorizedAliasingConsideration`.
…rachains' runtimes TODO: Check whether we need some `AuthorizedAliasingConsideration`.
…ub parachains' runtimes TODO: - important: `core` rewrite over `sp_io`. Can't compile `bridge-hub-polkadot-runtime`. Can't figure out which dependency has the `std` open. - Check whether we need some `AuthorizedAliasingConsideration`.
… parachains' runtimes TODO: - important: `core` rewrite over `sp_io`. Can't compile both parachain runtimes. Can't figure out which dependency has the `std` open. - Check whether we need some `AuthorizedAliasingConsideration`.
[At/2503] Pass compilation for several runtimes
Fix BH migraitons
Fix BHP benchmarks
…knumber-migration Add broker block number migration and fix tests
…tion fix Polkadot SDK stable2503 integration and fix integration tests
# Conflicts: # CHANGELOG.md # Cargo.lock # Cargo.toml # relay/kusama/src/lib.rs
|
Depends on #711 |
# Conflicts: # CHANGELOG.md # Cargo.lock # Cargo.toml # relay/kusama/src/lib.rs # relay/polkadot/src/lib.rs # system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs
acatangiu
left a comment
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.
@raymondkfcheung please squash all the commits - currently the PR shows all the commits from PR711 which was already merged
| Kusama::execute_with(|| { | ||
| Dmp::make_parachain_reachable(CoretimeKusama::para_id()); | ||
| }); |
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.
hmm how did these pass before?
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.
I'm not sure why. But these two tests are failed locally.
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.
hmm how did these pass before?
Explained here: #759 (comment)
|
Closing it, in favour of #759. |
Ensures every XCM processed with the same topic ID across multiple chains to improve traceability.
Partially addresses paritytech/polkadot-sdk#6119 and relates to paritytech/polkadot-sdk#7691.