v1.1.0
1.1.0 (2020-09-28)
Most notable features of this release:
- Xud now automatically requests inbound liquidity for connext currencies (ETH/ERC20) and prevents orders from entering the orderbook until there is sufficient inbound liquidity to cover the order. This "smart collateralization" feature considerably increases the likelihood that the orders can be executed successfully.
- The DAI token and
USDT/DAI
trading pair have been enabled by default.
Bug Fixes
- bold link, mm link (#1873) (54bd9ce)
- don't activate unsupported pairs with peers (0fe2d66)
- grpc throws error for addpair/withdraw for wrong argument (#1844) (48a0a33)
- handling insufficient balance errors for swap clients (246889b)
- implemented showing all pairs instead of active ones for listpeers (206dad0)
- listorders limit displays first orders instead of last (#1883) (e101e6f)
- order invalidation only be sent to peers with active pair (#1530) (#1890) (0dc85bd)
- propagating nodes on database if initDB true even DB is filled (#1907) (246136e)
- xudrpc GetBalanceResponse json_name (#1909) (26f89e6)
- connext: avoid scientific notation for amount (#1905) (cc1e689)
- connext: display error message for 400 status code (#1911) (b4e1858)
- connext: remove BigInt to avoid precision loss (#1893) (d9ddd1c)
Features
- connext: reject app install for transfers without status field (#1863) (519aa54)
- connext: request collateral for order amount (75078c0), closes #1845
- orderbook: better replace order hold message (b7fa00a)
- rpc: show connext status on create/restore node (#1902) (82e16a5)
- simnet: add DAI (#1915) (35e85b3)
- sat_per_byte custom fee for openchannel (#1832) (b56ad98), closes #1829
- connext: unlock expired transfer apps (#1857) (023434d)
- logging: order holds on trace level (#1865) (5e3ad04)
- orderbook: log error message on remove order (#1901) (788490f)
- p2p: don't log empty order packets (#1871) (1b6d6d6)
- p2p: increase reconnection delay backoff (#1870) (44af197)
- rpc: add txid to open/close channel response (0669a3f), closes #1860
- simnet: change USDT contract address (#1912) (0a2bdfd)
- simnet: upgrade simnet USDT contract address (#1906) (7e5f8ef)