Skip to content

v1.0.0-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@sangaman sangaman released this 21 Mar 04:33
· 1208 commits to master since this release
v1.0.0-alpha.11
46ed064

Bug Fixes

  • p2p: fix connection timeout unhandled error (d258551)
  • p2p: open peer before sending session ack (2e6e1e8), closes #839
  • p2p: peer error logging (67a632c)
  • packets: correct order packet validation (1329d37)
  • proto: set price as double (9869116)

Code Refactoring

Features

  • raiden: add add minimum viable RaidenClient REST API integration (5758c0c)
  • rpc: add failureReason to SwapFailure msg (f2d9228), closes #807
  • swaps: handle taker getRoutes exceptions (5c8c9dc)

Performance Improvements

  • p2p: use async randomBytes for packet framer (4756711)

BREAKING CHANGES

  • Changes p2p packet structures for packets that communicate the node state.
  • Changes the way lnd config options are passed in via command line arguments.