This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
0.4.19
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.