Skip to content

v1.0.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@sangaman sangaman released this 05 Dec 19:13
· 1361 commits to master since this release
3500a50

Bug Fixes

  • lnd: don't default lnd clients as disabled (3030b9c), closes #672
  • p2p: cancel retry connection timer (28a06a4)
  • rpc: close streaming calls on shutdown (84cfe8a), closes #699

Features

  • db: set null price for market orders (b0b9797)
  • orderbook: don’t match with quantity on hold (#697) (2444ab9)
  • graceful shutdown on SIGINT (3bc22d8)
  • orderbook/swaps: accept partial swaps (d73da4c), closes #550
  • p2p: reconnect to peer after disconnection (#695) (56fa2b4), closes #616 #698
  • rpc: add currencies to swap result (86dfed4), closes #670
  • rpc/orderbook: stream existing orders (#657) (25c39ef), closes #534

Performance Improvements

  • use async fs & crypto methods (2431685)