Skip to content

0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 18:26
6dbc748

Added

  • Uuid wrapper type against uuid:Uuid to identify trades and swaps, the wrapper implements strict encoding functionalities by @h4sh3d (#297)
  • New DealId and SwapId types wrapping generic Uuid by @h4sh3d (#297)

Changed

  • Module negotiation is renamed as the trade module by @h4sh3d and @Lederstrumpf (#296)
  • Offer and PublicOffer are renamed DealParameters and Deal, these structs are used to initialized a swap during the trade setup and should be the outcome of a proper negotiation phase currently out-of-scope for this library by @h4sh3d and @Lederstrumpf (#296)
  • Deal uuid type is switched to a wrapper type by @h4sh3d (#297)

Removed

  • SwapId is removed and use the new Uuid wrapper type by @h4sh3d (#297)
  • lightning_encoding is removed for the protocol messages by @h4sh3d (#298)