Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 989 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 989 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]

  • settle_payment is now settle_attempt, as this only settles one Attempt.
  • Information in UncertaintyNetwork is updated when AttemptStatus changes

[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