Xud: Simulation Tests: Connext

Created on 3 Apr 2020  Â·  9Comments  Â·  Source: ExchangeUnion/xud

Let's flesh out some details @LePremierHomme , but in general it should be similar to the previous raiden test suite, but using ganache instead of geth. Can't find the commit where you deleted all raiden tests, but I bet you can @LePremierHomme . Let's start from there.

P1 automated tests

Most helpful comment

I think we should use ganache for connext tests unless we want to include raiden in the simulation tests again. Easier to setup and maintain.

All 9 comments

I think we should use ganache for connext tests unless we want to include raiden in the simulation tests again. Easier to setup and maintain.

The removal of geth/raiden was part of dockerizing the sim tests, since they caused many issues. Here's the commit: https://github.com/ExchangeUnion/xud/pull/1357/commits/7ad9693384979fc8140c324b399154a99791a3dc
It removed 3 things:

  1. geth setup
  2. raiden setup
  3. test code

If using ganache+connext, it's most likely that only the test code will be reusable.

Where can I find a guide for deploying connext on a local/private network?

If using ganache+connext, it's most likely that only the test code will be reusable.

Sounds about right.

Where can I find a guide for deploying connext on a local/private network?

https://github.com/ConnextProject/indra#launch-indra-in-developer-mode

What's xud latest status regarding supporting connext as swap client?

When it is expected to get merged?

Within the next 2–3 weeks I would say. But @erkarl can give a more detailed estimation.

Anyhow, thats why this issue is assigned to the next milestone beta.4.

Ok, so looks like the missing details are rather technical, and i'll be able to know/specify them only once i'll start working on this.

Was this page helpful?
0 / 5 - 0 ratings