-
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
chore: update simnet images #385
Conversation
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.
Think we should also remove raiden from xud.conf.
tests/integration/test_simnet.py
Outdated
exit_code, output = utils.exec_run("cat /var/log/launcher.log") | ||
print(output.decode()) | ||
|
||
# exit_code, output = find("xud").exec_run("xucli --rpcport=18886 getinfo") |
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.
Why comment and not delete?
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.
This is the part I've not planned well about which is revealing some useful debug information when the test fails. Anyway I well refine this part later.
f832f51
to
dfe232a
Compare
@peartobear Sorry this PR is still pending becuase the our GCP simnet is still not ready.
|
dfe232a
to
648e3a6
Compare
This is currently not fully working due to #419 (comment)
|
Last commit sets xud grpc listening address to 127.0.0.1, which magically turned the xud grpc listen on
|
This status will show when "xucli getinfo" got an error like: /app/node_modules/yargs/yargs.js:1175 else throw err ^ Error: ENOENT: no such file or directory, open '/root/.xud/tls.cert' at Object.openSync (fs.js:457:3) at Object.readFileSync (fs.js:359:35) at Object.exports.loadXudClient (/app/dist/cli/command.js:23:31) at Object.exports.handler (/app/dist/cli/commands/getinfo.js:69:15) at Object.runCommand (/app/node_modules/yargs/lib/command.js:237:40) at Object.parseArgs [as _parseArgs] (/app/node_modules/yargs/yargs.js:1090:30) at Object.get [as argv] (/app/node_modules/yargs/yargs.js:1024:21) at Object.<anonymous> (/app/bin/xucli:40:3) at Module._compile (internal/modules/cjs/loader.js:1158:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10) { errno: -2, syscall: 'open', code: 'ENOENT', path: '/root/.xud/tls.cert' }
3dcb67d
to
f6d6903
Compare
This commit moving all
We could now try to bring things back, but I rather suggest we remove all simnet specific logic and have the regular create/write down mnemonic, set passwords, set backup location flow for simnet too, just like on testnet/mainnet. The only difference is, that channels come automatically and money is "for free". |
it was decided to create separate issue for task in priveous comment, since it was easier to return autocreation and we did not want to block the merge by this comment. #425 |
This commit will update simnet environment to latest xud-simnet master
How to test?
Run xud script with
-b chore/update-simnet
then select simnet you should have latest xud-simnet experience (auto channel openning is included in this PR).Closes #326
Reopen previous PR #346