Skip to content

v1.2.0

Compare
Choose a tag to compare
@sangaman sangaman released this 16 Oct 05:09
· 145 commits to master since this release
ed0ac6e

1.2.0 (2020-10-16)

This release includes a number of fixes and features, most significantly related to Connext integration.

  • Inbound collateral from the Connext node is now dynamically requested upon orders being placed that receive a Connext currency.
  • Keep track of inbound and outbound amounts reserved by standing orders in the orderbook, and expose these amounts on the TradingLimits call.

Bug Fixes

  • cli: switch getbalance table columns (#1931) (49c8c18), closes #1930
  • orderbook: don't remove 0 quantity w/ hold (#1921) (5f3793a)
  • bold link, mm link (#1873) (54bd9ce)
  • checking for invoice support on lnd clients while verifying connection (4c26aff)
  • 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)
  • propagating currencies and pairs on database if initDB true even DB is filled (17c7cb5)
  • 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)
  • order invalidation only be sent to peers with active pair (#1530) (#1890) (0dc85bd)

Features