-
Disconnect from non-advertised nodes after 3 hours (configurable), not including `ping`/`pong` packets.
-
xucli shutdown does not bring the process down and does not close the active peer connections.
-
All existing orders need to be published so the client can be fully synced with the order book state, in case he subscribed on a non-empty state.
https://github.com/ExchangeUnion/xud/pull/500#issue…
-
This issue is to track setting up automated tests that spin up `btcd` & `ltcd` using either simnet or regtest networks, along with multiple `xud` instances each with its own pair of `lnd` instances fo…
-
We should store a history of trades made through `xud`. It should use a new table in the database (`trades`) and add a row every time an order is filled. I figure this should not be applicable for `no…
-
This issue is about renaming `list`/`get` calls in a consistent manner. I know we all have our feelings about this and especially all the renaming. Brought that up because I believe it's still fixable…
-
Running `npm run test`.
All tests pass but there is an ugly error:
```
25 passing (356ms)
9/14/2018, 10:32:05 AM [P2P] warn: error while opening connection to peer (028599d05b18c0c3f8028915a…
-
XUC fee should be paid after the swap. If a taker peer didn't pay it, he should be penalized.
Making the fee payment atomic together with the swaps seems to be too complicated and not particularly ne…
-
This issue is about a swap failure after the deal was agreed with the peer and the amount was held by the peer. Providing that the taker is acting reasonably fast once a deal agreed, the only "error" …
-
Our API layer is currently exposed via the `service` property on the main `xud` instance. We should create test cases for the exposed methods to test the API integration with `xud`.