Skip to content

Releases: raiden-network/raiden-services

v0.6.0

14 Jan 09:54
Compare
Choose a tag to compare
  • PFS: Fix DB schema to not override channels (#693)
  • PFS: Fix deletion of channels (#695)
  • PFS: Add UDC info to /info endpoint (#689)
  • PFS: Forbid concurrent database usage (#681)
  • PFS: Provide specific error message for common errors (#674)
  • PFS: Wait for first matrix sync before starting PFS API (#659)
  • PFS: Rework path validity checking (#666)
  • PFS: Improve handling of PFSFeeUpdate messages (#661)
  • MS/PFS: Add profiling options to services (#653)
  • MS/PFS: Don't replace gevent's error handler (#652)

v0.5.0

25 Nov 16:47
Compare
Choose a tag to compare
  • Properly handle 'ValueError: x_list must be in strictly ascending order!' (#636)
  • Don't force presence update when receiving capacity update (#647)
  • Allow passing Matrix servers as CLI arguments (#633)
  • Properly validate integer fields in API (#620)
  • Properly validate DateTimes in messages and API (#619)
  • Fix unhandled exception when receiving unexpected IOU (#624)
  • Increase precision in fee calculation (#611)
  • Add JSON logging mode (#599)
  • Wait for Matrix to start properly (#595)
  • Show contracts version in info endpoint (#590)
  • Add capped mediation fees (#574)
  • Use production Matrix servers on mainnet (#575)

v0.4.1

08 Oct 10:05
Compare
Choose a tag to compare
  • Add long description to PyPI package (#568)
  • Fix docker build (#570)

v0.4.0

04 Oct 14:49
Compare
Choose a tag to compare
  • Improve accuracy of imbalance fee calculation (#565)
  • Allow CORS requests to PFS (#559)
  • Check MS registration at startup (#545)
  • Improve PFS routing performance (#521)
  • Bugfix: handle nodes with unknown visibility (#525)

v0.3.0

13 Aug 08:22
Compare
Choose a tag to compare
  • Wait for confirmation of transactions in monitoring service (#503)
  • Take unconfirmed state into account if necessary, e.g. user deposit check (#502)
  • Remove handling of ChannelNewDeposit event (#496)
  • Bugfix: Fix possible crash when receiving unexpected message types (#499)
  • Bugfix: Fix crash related to handling of settled channels (#512)
  • Bugfix: Ignore MonitorRequests after channel closing (#510)

v0.2.0

30 Jul 15:45
Compare
Choose a tag to compare
  • Update to raiden 0.100.5.dev0
  • Add CLI options for PFS info settings (#479)
  • Provide script to register services in ServiceRegistry (#447)
  • Allow error reporting to Sentry (#406)
  • Bugfix: Request collector crashes on unsigned RequestMonitoring Messages (#420)
  • Bugfix: Request collector stores arbitrary Monitoring Requests (#419)
  • Bugfix: Monitoring Service database vulnerable to timing based Monitoring Request injection (#418)

v0.1.0

09 Jul 12:31
Compare
Choose a tag to compare

Initial release of the Raiden services.