Skip to content

Release v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@manoranjith manoranjith released this 18 Dec 15:07

perun-node v0.5.0 is a regular development release.

Newly added:

  1. Support for payment requests. User can send (decrease own balance) or request (increase own balance) money when sending state channel updates.
  2. Support for running integration tests in Circle CI continuous integration pipeline.

Improvements:

  1. Added unit tests in session package. Previously only integration tests was implemented in this package.
  2. Channel logger is now derived from session logger. So each log entry for the channel also includes the fields registered on session logger. (currently it is only session-id).
  3. Re-organized definition of configuration parameters used in tests for easier maintenance and update.

For detailed information on changes covered in the release, see the milestone 11.