ExchangeUnion / xud-docker

Streamlined setup of xud and all dependencies via docker 🐳
https://docs.exchangeunion.com
GNU Affero General Public License v3.0
5 stars 5 forks source link

debug: use xud:latest & connext:latest for mainnet #664

Closed ghost closed 4 years ago

ghost commented 4 years ago

This PR is for testing only - DO NOT merge.

kilrau commented 4 years ago

EDIT: Fixed

I changed xud to use latest too to get in the latest connext fixes, but now starting is failing with below. Already tried removing the raiden section from my xud.conf. Ideas?

d@beast:~$ xud -b connext-mainnet-latest --dev
1) Simnet
2) Testnet
3) Mainnet
Please choose the network: 3
🚀 Launching mainnet environment
Unable to find image 'exchangeunion/utils:latest__connext-mainnet-latest' locally
latest__connext-mainnet-latest: Pulling from exchangeunion/utils
cbdbe7a5bc2a: Already exists 
26ebcd19a4e3: Pull complete 
35acdcbeccf1: Pull complete 
647f327f91dd: Pull complete 
9add0a120de2: Pull complete 
55180587b44b: Pull complete 
dc815c0e51d5: Pull complete 
b3dd017136b8: Pull complete 
Digest: sha256:20fb1bb8b87322568b8ab87dc79cca8cebe528bd2a73f0b4fee64d845665ae3b
Status: Downloaded newer image for exchangeunion/utils:latest__connext-mainnet-latest
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/runpy.py", line 184, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/local/lib/python3.8/runpy.py", line 143, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "/usr/local/lib/python3.8/runpy.py", line 110, in _get_module_details
    __import__(pkg_name)
  File "/usr/local/lib/python3.8/site-packages/launcher-1.0.0-py3.8.egg/launcher/__init__.py", line 6, in <module>
    from .config import Config, ConfigLoader
  File "/usr/local/lib/python3.8/site-packages/launcher-1.0.0-py3.8.egg/launcher/config/__init__.py", line 1, in <module>
    from .config import Config, ArgumentParser, PortPublish, ConfigLoader
  File "/usr/local/lib/python3.8/site-packages/launcher-1.0.0-py3.8.egg/launcher/config/config.py", line 10, in <module>
    from .template import nodes_config, general_config, PortPublish
  File "/usr/local/lib/python3.8/site-packages/launcher-1.0.0-py3.8.egg/launcher/config/template.py", line 522
    "host": "$data_dir/lndltc",
          ^
SyntaxError: invalid syntax
kilrau commented 4 years ago

Closing this PR, since we only need the branch, not a PR.