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

Allow E2E testing with live-chain state #1947

Closed
cmichi opened this issue Oct 25, 2023 · 0 comments · Fixed by #1949
Closed

Allow E2E testing with live-chain state #1947

cmichi opened this issue Oct 25, 2023 · 0 comments · Fixed by #1949
Assignees
Labels
A-ink_e2e [ink_e2e] Work item

Comments

@cmichi
Copy link
Collaborator

cmichi commented Oct 25, 2023

We got it working by now and @brunopgalvao wrote the instructions down here: use-ink/ink-docs#283.

For this to work though, my custom ink branch https://github.com/paritytech/ink/commits/cmichi-use-sc-chopstick-compatible-2 has to be used. It contains only two commits though.

Please create a PR against master that implements those two changes properly. My branch is hacky and contains some unnecessary changes (you'll see them).

  • Allow specifying the WS_PORT of the RPC node.
  • Add a feature unstable-light-client to ink!. If passed on the command-line the effect should be this.

Please test if the instructions from Bruno's PR still work with your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ink_e2e [ink_e2e] Work item
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants