Skip to content

Releases: cimble-code/xmr-btc-swap

preview

25 Jun 15:31
c1a54a4
Compare
Choose a tag to compare
preview Pre-release
Pre-release

Added

  • Printing the deposit address to the terminal as a QR code.
    To not break automated scripts or integrations with other software, this behaviour is disabled if --json is passed to the application.

Fixed

  • An issue where the ASB gives long price guarantees when setting up a swap.
    Now, after sending a spot price the ASB will wait for one minute for the CLI's to trigger the execution setup, and three minutes to see the BTC lock transaction of the CLI in mempool after the swap started.
    If the first timeout is triggered the execution setup will be aborted, if the second timeout is triggered the swap will be safely aborted.

Removed

  • The websocket transport from the CLI.
    Websockets were only ever intended to be used for the ASB side to allow websites to retrieve quotes.
    The CLI can use regular TCP connections and having both - TCP and websockets - causes problems and unnecessary overhead.