Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

0.4.19

Compare
Choose a tag to compare
@1010Tom 1010Tom released this 26 May 00:48
e05ea72

Added

  • A QR code for the ItchySats wallet that can be scanned to retrieve the current address.
  • ITCHYSATS_ENV variable that defines different environment of running ItchySats (Umbrel, RaspiBlitz, Docker, Binary)

Changed

  • The API for retrieving offers now returns leverage_details which is a set of leverages including pre-computed values for margin, liquidation price and initial funding fee.
  • Taker can choose a leverage provided the maker offers a selection of leverage.
  • Rollback that a second connection of a taker would steal the old connection
  • The rollover protocol is handled over the libp2p connection. The maker supports both legacy and libp2p requests for rolling over.

Fixed

  • An issue where the maker's libp2p ping actor panicked upon startup.
  • An issue where fees were not handled correctly in maia that could result in invalid transactions.