Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 838 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 838 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.0] - 2022-06-21

Added

  • introduction of an Attempt Class and a Payment Class ([#28])
  • introduction of an AttemptStatus to describe the state of the Attempt ([#28])
  • settle_payment in OracleLightingNetwork is added ([#28])
  • logging added in SyncSimulatedPaymentSession ([#28])

Changed

  • calculation of fees and probabilities is moved from SyncSimulatedPaymentSession to Attempt class ([#28])

Deprecated

Removed

Fixed

EXPERIMENTAL