-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add E2E Tests for Asset Teleportation Between LAOS and Asset Hub with Configuration Updates #829
Merged
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
…o_be_1000' into feature/zombienet-test-asset-hub
…eature/zombienet-test-asset-hub
luispdm
previously approved these changes
Nov 5, 2024
tsenovilla
previously approved these changes
Nov 5, 2024
luispdm
approved these changes
Nov 6, 2024
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.
Approved but let's wait for @magecnion 's review before actually merging
luispdm
requested changes
Nov 12, 2024
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.
Requesting changes to fix conflicts (to avoid accidental merge)
luispdm
previously approved these changes
Nov 13, 2024
tsenovilla
previously approved these changes
Nov 13, 2024
luispdm
approved these changes
Nov 13, 2024
tsenovilla
approved these changes
Nov 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR Type
Tests, Enhancement
Description
HereLocation
instead ofRelayLocation
.package.json
.Changes walkthrough 📝
3 files
xcm_config.rs
Update XCM configuration to use HereLocation
runtime/laos/src/configs/xcm_config.rs
RelayLocation
parameter.RelayLocation
withHereLocation
inTrader
type.util.ts
Add utility functions for XCM and event handling
e2e-tests/tests/util.ts
download_polkadot.sh
Add polkadot-parachain download and setup instructions
zombienet/download_polkadot.sh
polkadot-parachain
.3 files
mod.rs
Add tests for Zombinet sovereign accounts
xcm-simulator/src/tests/mod.rs
zombinet_para_id
sovereign accounts.test-teleport-laos.ts
Implement E2E test for asset teleportation between LAOS and Asset Hub
e2e-tests/tests/test-teleport-laos.ts
Hub.
test-staking.ts
Update staking tests to use LAOS network context
e2e-tests/tests/test-staking.ts
context.networks.laos
for staking tests.3 files
config.ts
Update configuration for LAOS and Asset Hub nodes
e2e-tests/tests/config.ts
CHECKING_ACCOUNT
constant.native.toml
Update Zombienet configuration for Asset Hub and logging
zombienet/native.toml
e2e.yml
Update GitHub Actions for Asset Hub command setup
.github/workflows/e2e.yml
ZOMBIENET_ASSETHUB_COMMAND
.1 files
package.json
Update dependencies and test configuration
e2e-tests/package.json
--exit
flag.1 files
metadata15.golden
Update metadata file formatting
runtime/laos/src/tests/metadata15.golden
1 files
package-lock.json
...
e2e-tests/package-lock.json
...