-
[xud.log](https://github.com/ExchangeUnion/xud/files/2648655/xud.log)
[XUD]ExecuteSwap: order_id=727eb1f0-f7e4-11e8-b384-c3957b6da77d, peer_pub_key=03fd337659e99e628d0487e4f87acf93e353db06f754dccc4…
-
It might be useful to know whether a placed order attempted to swap with any peer orders but failed. Currently `placeOrder` only returns information about successful swaps and internal matches. We cou…
-
```
Moshes-MacBook-Pro-3:xud-simnet moshe$ go version
go version go1.10 darwin/amd64
```
```
Moshes-MacBook-Pro-3:~ moshe$ ltcd --simnet --txindex --datadir=./data --logdir=./logs --addpeer=35.…
-
```
------------ADDED------------
price: 0.0073
quantity: 23.978099999999998
pair_id: "LTC/BTC"
id: "37bfa860-f999-11e8-b029-671f6857cde7"
peer_pub_key: "03fd337659e99e628d0487e4f87acf93e353db06…
-
When attempting to connect to an unreachable node, connection retries procedure might trigger, which will last a long time. During that time, it's not possible to connect to a different address of the…
-
So I'm having this weird issue where I load the mod successfully and load into a world, but the mod and all the items for it just don't exist. Like the mod and source are in my mods folder, but the mo…
-
I tried to get the docker containers running as shown next.
`docker-compose up -d`:
```
...
xud_1 |
xud_1 | > xud@1.0.0-alpha.3 start /opt/xud
xud_1 | > node dist/Xud.js
xud_1 |
xud_…
-
This issue is to track P2P improvements which we want to have done in `alpha.2`:
* Switch off P2P functionality by default https://github.com/ExchangeUnion/xud/issues/434
* Permanently disconnect …
-
As per https://github.com/ExchangeUnion/xud-wiki/pull/1#discussion_r230417456: automatic check and print result. Update https://github.com/ExchangeUnion/xud-wiki/pull/1.
-
Need to handle the case when XUD is running without LND channels for BTC or LTC.
Today, The system allows orders to be entered and matching can be done (but fails).
The more generic case is `no …