-
Enhancement of https://github.com/ExchangeUnion/xud/pull/1055:
support discrepancies in the currency symbol used by a peer for the same token. For example, a peer that advertises "XBT" with a token…
-
Thoughts:
- We should provide much more info in `getinfo` to get the users attention for unresolved "pending swaps" in getinfo, locked up balance, what happened etc (mostly concerns swap in swap reco…
-
The optional `--stream` parameter for placing the order is only working as a taker.
After looking at the codebase it is not trivial to fix because of the mechanics of the flow of `onUpdate` callba…
ghost updated
4 years ago
-
## Abstract
With @LefterisJP and @rakanalh we discussed to develop tests for the raiden test suite covering features we added to the raiden client to support our atomic swap.
Next Step: Open PR …
-
Offshoot of #185. We want to be able to ban by IP address when a certain IP address spams us with invalid messages or repeatedly fails to complete the handshake. Since IP addresses change, we need not…
-
If the internet connection on the host machine is lost temporarily, like a minute, arby does not successfully issue new orders on restart. Since this could be because of non-significant price changes …
-
This issue is about adding basic accounting capabilities to arby for the end user. Details below.
ghost updated
3 years ago
-
Some users may want to generate seeds on their own and initialize swap clients like lnd and connext manually with differing seeds.
As this use case already works with lnd, xud should check if the c…
-
## Summary
Add an HTTP/JSON trading API alongside the existing gRPC API.
With the exception of authentication, the API should mirror [one of: Bittrex/Coinbase/Binance] trading API, for maximum c…
-
We should issue a warning before `create` in new environments if the system has less than 2GB of RAM installed:
```
Your system has less than 2GB of RAM installed. This likely leads to issues duri…