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
716: Release version 0.8.2 r=rishflab a=comit-botty-mc-botface
Hi `@rishflab!`
This PR was created in response to a manual trigger of the release workflow here: https://github.com/comit-network/xmr-btc-swap/actions/runs/1188401341.
I've updated the changelog and bumped the versions in the manifest files in this commit: fb0a201.
Merging this PR will create a GitHub release and upload any assets that are created as part of the release build.
Co-authored-by: COMIT Botty McBotface <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+10-7
Original file line number
Diff line number
Diff line change
@@ -7,28 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.8.2] - 2021-09-01
11
+
10
12
### Added
11
13
12
14
- Add the ability to view the swap-cli bitcoin balance and withdraw
13
-
See issue https://github.com/comit-network/xmr-btc-swap/issues/694
15
+
See issue <https://github.com/comit-network/xmr-btc-swap/issues/694>
14
16
15
17
### Fixed
16
18
17
19
- An issue where the connection between ASB and CLI would get closed prematurely.
18
20
The CLI expects to be connected to the ASB throughout the entire swap and hence reconnects as soon as the connection is closed.
19
21
This resulted in a loop of connections being established but instantly closed again because the ASB deemed the connection to not be necessary.
20
-
See issue https://github.com/comit-network/xmr-btc-swap/issues/648.
22
+
See issue <https://github.com/comit-network/xmr-btc-swap/issues/648>.
21
23
- An issue where the ASB was unable to use the Monero wallet in case `monero-wallet-rpc` has been restarted.
22
24
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.
23
-
See issue https://github.com/comit-network/xmr-btc-swap/issues/652.
25
+
See issue <https://github.com/comit-network/xmr-btc-swap/issues/652>.
24
26
- An issue where swap protocol was getting stuck trying to submit the cancel transaction.
25
27
We were not handling the error when TxCancel submission fails.
26
28
We also configured the electrum client to retry 5 times in order to help with this problem.
27
-
See issues: https://github.com/comit-network/xmr-btc-swap/issues/709https://github.com/comit-network/xmr-btc-swap/issues/688, https://github.com/comit-network/xmr-btc-swap/issues/701.
29
+
See issues: <https://github.com/comit-network/xmr-btc-swap/issues/709><https://github.com/comit-network/xmr-btc-swap/issues/688>, <https://github.com/comit-network/xmr-btc-swap/issues/701>.
28
30
- Add the ability to view the swap-cli bitcoin balance and withdraw
29
-
See issue https://github.com/comit-network/xmr-btc-swap/issues/694
31
+
See issue <https://github.com/comit-network/xmr-btc-swap/issues/694>
30
32
- An issue where the ASB withdraw one bitcoin UTXO at a time instead of the whole balance.
31
-
See issue https://github.com/comit-network/xmr-btc-swap/issues/662
33
+
See issue <https://github.com/comit-network/xmr-btc-swap/issues/662>
32
34
33
35
## [0.8.1] - 2021-08-16
34
36
@@ -201,7 +203,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
201
203
- Fixed an issue where Alice would not verify if Bob's Bitcoin lock transaction is semantically correct, i.e. pays the agreed upon amount to an output owned by both of them.
202
204
Fixing this required a **breaking change** on the network layer and hence old versions are not compatible with this version.
0 commit comments