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

Add P<>K bridge manual zombienet test for asset transfer #198

Conversation

serban300
Copy link
Contributor

@serban300 serban300 commented Feb 23, 2024

  • Does not require a CHANGELOG entry

This PR adds a P<>K bridge zombienet test which checks the following:

  • transfering DOT from AssetHub Polkadot to AssetHub Kusama works
  • transfering wDOT from AssetHub Kusama to AssetHub Polkadot works
  • transfering KSM from AssetHub Kusama to AssetHub Polkadot works
  • transfering wKSM from AssetHub Polkadot to AssetHub Kusama works

The test is meant to be ran manually as per the instructions in the README.md and is based on the naive bridge testing "orchestrator" defined in the polkadot-sdk repo: https://github.com/paritytech/polkadot-sdk/tree/master/bridges/testing . The "orchestrator" is downloaded using git sparse checkout directly from the polkadot-sdk repo (I couldn't find a better way to package the bash and js files on which the test depends).

Proposing to add the test in this repo as per the feedback from the bridges team and since this way it would be more convenient to run it before a release or when performing a change to the bridge hubs for example. If there are concerns about this, the second option would be to add it to the parity-bridges-common repo.

Closes: paritytech/polkadot-sdk#3400

Copy link
Contributor

@svyatonik svyatonik left a comment

Choose a reason for hiding this comment

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

👍

@acatangiu
Copy link
Contributor

/merge

@fellowship-merge-bot fellowship-merge-bot bot enabled auto-merge (squash) May 1, 2024 11:08
@fellowship-merge-bot
Copy link
Contributor

Enabled auto-merge in Pull Request

Available commands
  • /merge: Enables auto-merge for Pull Request
  • /merge cancel: Cancels auto-merge for Pull Request
  • /merge help: Shows this menu

For more information see the documentation

auto-merge was automatically disabled May 1, 2024 11:58

Head branch was pushed to by a user without write access

@serban300 serban300 force-pushed the bridge-zombienet-packaging branch from 154e9d9 to e840ed1 Compare May 1, 2024 11:58
@acatangiu
Copy link
Contributor

/merge

@fellowship-merge-bot fellowship-merge-bot bot merged commit 6d5a7a1 into polkadot-fellows:main May 1, 2024
36 checks passed
@fellowship-merge-bot
Copy link
Contributor

Enabled auto-merge in Pull Request

Available commands
  • /merge: Enables auto-merge for Pull Request
  • /merge cancel: Cancels auto-merge for Pull Request
  • /merge help: Shows this menu

For more information see the documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bridges: Add manual asset transfer test for Polkadot<>Kusama
3 participants