Skip to content

0.8.2

Compare
Choose a tag to compare
@comit-botty-mc-botface comit-botty-mc-botface released this 01 Sep 06:51
699b16b

Added

  • Add the ability to view the swap-cli bitcoin balance and withdraw
    See issue #694

Fixed

  • An issue where the connection between ASB and CLI would get closed prematurely.
    The CLI expects to be connected to the ASB throughout the entire swap and hence reconnects as soon as the connection is closed.
    This resulted in a loop of connections being established but instantly closed again because the ASB deemed the connection to not be necessary.
    See issue #648.
  • An issue where the ASB was unable to use the Monero wallet in case monero-wallet-rpc has been restarted.
    In case no wallet is loaded when we try to interact with the monero-wallet-rpc daemon, we now load the correct wallet on-demand.
    See issue #652.
  • An issue where swap protocol was getting stuck trying to submit the cancel transaction.
    We were not handling the error when TxCancel submission fails.
    We also configured the electrum client to retry 5 times in order to help with this problem.
    See issues: #709 #688, #701.
  • An issue where the ASB withdraw one bitcoin UTXO at a time instead of the whole balance.
    See issue #662