You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)