Skip to content

1.0.0-beta.3

Compare
Choose a tag to compare
@sangaman sangaman released this 01 Jun 23:12
· 426 commits to master since this release
9e7e110

Bug Fixes

  • cli: use localhost when rpc config 0.0.0.0 (0cdde81)
  • connext: add 0x prefix to getHashLockStatus (d470a14)
  • connext: provide preimage for swap recovery (1724d57)
  • connext: rebalancer logic for simnet channel opener (#1540) (3896397)
  • connext: unknown send payment error (c93dfec)
  • lnd: relax unhandled openchannel timeout (b072391), closes #1405
  • orderbook: remainingOrder on retries (421f0ad)
  • swaps: don't cancel invoice on swap timeout (3c20171), closes #1574
  • add :: to selfaddress detection (#1489) (18aa554)
  • add connextUpdate listener when not operational (3ef792e)
  • connectPeerAddresses typo (#1504) (38732ed)
  • ignore npm-shrinkwrap for commit hash (52689be)
  • persist node id of peer for swapped order (7ffa091)
  • swaps: don't fail payment for complete swap (#1581) (0f9c9ff), closes #1571 #1569
  • swaps: failed payment for completed swap (274230a), closes #1569
  • broadcast invalidation after internal match (1cc8ec4), closes #1547
  • prevent hang on first updateCapacity call (#1493) (a6b981d)
  • raiden (#1552) (db3789e)
  • cli: cleaner message if decimal_places NaN (41d01f9), closes #1539
  • cli: handle config file loading error (824bcd6)
  • cli: openchannel push amount (71b73f8)
  • orderbook: match own orders before peers' (ca9f26b), closes #1206
  • rpc: correctly log errors for streaming calls (55c0c11)
  • swapclient: don't initialize if misconfigured (3168336)
  • string message grpc error handling (a1a600d)
  • update xud version on every compile (bc3d4ec), closes #1449

Features

  • swaps: use SwapRecovery for maker pay errors (87dd0d1)
  • additional swaps-related logging (2b385d7)
  • cli: automatically determine rpc host/port (2063fe0), closes #1451
  • cli: clarify positional args & add examples (a0072ee)
  • cli: print "successfully" for SwapSuccesses (de2e6cb)
  • cli: print placeorder swapfailure reason (5355813)
  • cli: use streaming PlaceOrder by default (b4e8d9d)
  • cli: use ticker format for addpair (b8b0f9b), closes #1521
  • lnd: attempt openchannel when connect fails (d0589ea)
  • p2p: log reason enum for SwapFailed packet (f875e1a), closes #1499
  • rpc: CloseChannel call (f69fa7c), closes #1471 #1472 #1476
  • rpc: include aliases in ListOrders (c865f59), closes #643
  • rpc: TradeHistory (79bed74), closes #1232
  • service: add logger (8aca0fd)
  • peer order match events & alias (fb6ecfd), closes #1514
  • testing config option for develoment/tests (2738b07), closes #1496
  • rpc: deposit & withdraw calls using lnd (c306ea3), closes #1062
  • rpc: push amount in OpenChannel call (6bf82f9), closes #1464
  • simnet: increase ETH channel size (#1506) (1e20723)
  • swaps: log full SwapFailureReason name (0a93f96), closes #1499

BREAKING CHANGES

  • Remove SwapCompleted phase & packet (466abf1)
  • NodeState packet now contains connext_address field