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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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