-
One a swap agreed between the taker and the maker, the maker is holding the agreed amount for the swap.
In case of a swap error, the amount is being release #637 and available for trading.
Howev…
-
XUD's Order Signing
=============================================================
XUD enables two modes for signing an order:
1. Sign order to verify authenticity of public key
2. Sign & encrypt…
-
place order should be enhanced to show all events from order entry until order is entered to the book as ownorder.
we should always present the orderId (even if no own order created).
-
Somehow I got this caught in an infinte loop continuously creating orders:
```
vagrant@xud-simnet-1:~$ xucli buy 0.1 LTC/BTC 0.1
no matches found
remaining 0.1 LTC entered the order book as 7cce18…
-
We already have P2P sanity tests (#132) but we should also test P2P functionality.
- initialize two `xud` instances and place a few `ownOrder` on both
- connect the `xud` instances to each other a…
-
Right now we are parsing the config files of BTCD and LND and that works thank to #44. But we are explicitly getting the values we need from the config of the external service and not using the `deepM…
-
This was working in the past.
To reproduce:
- start a fresh XUD
- make sure it connected to test1,test2, test3 servers
- stop XUD
- restart XUD
it will not reconnect with these servers
Lo…
-
With the possibility that an order is on hold for a pending swap, we need to handle the case when we receive a request to remove such an order from the order book. I'm thinking the best approach would…
-
Add checksum/hash field to the packet header.
On receiving, verify the packet data integrity.
-
`xud` should have only 2 matching modes: do no matching, or all matching.
represent this by adding a boolean config property, `disableMatching`, which its default value will be `false`. It should b…