-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enhance XCM Configuration with Teleportation Support and Extensive Tests #812
Conversation
/describe |
PR Description updated to latest commit (ec9c8da) |
/describe |
PR Description updated to latest commit (952f3e6) |
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Type
Enhancement, Tests
Description
TrustedTeleporters
and updating network settings.Changes walkthrough 📝
5 files
xcm_config.rs
Enhance XCM configuration with teleportation support
runtime/laos/src/configs/xcm_config.rs
RelayNetwork
toPolkadot
and modifiedUniversalLocation
.TrustedTeleporters
.LocalAssetTransactor
to track teleports.xcm_config.rs
Update XCM simulator configuration for Laosish
xcm-simulator/src/laosish/configs/xcm_config.rs
RelayNetwork
toKusama
and modifiedUniversalLocation
.TrustedTeleporters
.lib.rs
Add parachain teleporter and update parachain configurations
xcm-simulator/src/lib.rs
parachain_teleporter
module.parachain.rs
Enhance parachain configurations with asset management
xcm-simulator/src/parachain.rs
ParachainInfo
into runtime.parachain_teleporter.rs
Introduce parachain teleporter module with asset management
xcm-simulator/src/parachain_teleporter.rs
2 files
lib.rs
Update runtime version for Laos
runtime/laos/src/lib.rs
config.ts
Update runtime spec version in E2E tests
e2e-tests/tests/config.ts
1 files
mod.rs
Make configs module public in Laosish
xcm-simulator/src/laosish/mod.rs
configs
module public.2 files
laosish_xcm.rs
Add tests for XCM operations and teleportation
xcm-simulator/src/tests/laosish_xcm.rs
creation.
mod.rs
Enhance test module with asset and teleportation tests
xcm-simulator/src/tests/mod.rs
2 files
Cargo.toml
Update package version and dependencies
Cargo.toml
assets-common
dependency.Cargo.toml
Rename package and update dependencies
xcm-simulator/Cargo.toml
laos-xcm-simulator
.pallet-assets
andassets-common
dependencies.