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

[XCM] Add generic location to account converter that also works with external ecosystems for bridge hubs #7809

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

x3c41a
Copy link
Contributor

@x3c41a x3c41a commented Mar 5, 2025

That's the continuation of PR#7313

@x3c41a x3c41a added the T6-XCM This PR/Issue is related to XCM. label Mar 5, 2025
@paritytech-workflow-stopper
Copy link

All GitHub workflows were cancelled due to failure one of the required jobs.
Failed workflow url: https://github.com/paritytech/polkadot-sdk/actions/runs/13681651964
Failed job name: fmt

parachain_id: 1000.into(),
..Default::default()
}
let mut t = frame_system::GenesisConfig::<Runtime>::default().build_storage().unwrap();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@x3c41a for parachain tests, we could also use ExtBuilder, but GenesisConfig is also fine and can be reused for relaychains:

ExtBuilder::<Runtime>::default()
		.with_collators(collator_session_keys.collators())
		.with_session_keys(collator_session_keys.session_keys())
		.with_para_id(1000)
		.build()
		.execute_with(|| {
					for tc in test_cases {..}
		})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T6-XCM This PR/Issue is related to XCM.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants