Skip to content

Commit 699b16b

Browse files
Merge #716
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]>
2 parents 117afa7 + d482db4 commit 699b16b

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.2] - 2021-09-01
11+
1012
### Added
1113

1214
- 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>
1416

1517
### Fixed
1618

1719
- An issue where the connection between ASB and CLI would get closed prematurely.
1820
The CLI expects to be connected to the ASB throughout the entire swap and hence reconnects as soon as the connection is closed.
1921
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>.
2123
- An issue where the ASB was unable to use the Monero wallet in case `monero-wallet-rpc` has been restarted.
2224
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>.
2426
- An issue where swap protocol was getting stuck trying to submit the cancel transaction.
2527
We were not handling the error when TxCancel submission fails.
2628
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/709 https://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>.
2830
- 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>
3032
- 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>
3234

3335
## [0.8.1] - 2021-08-16
3436

@@ -201,7 +203,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
201203
- 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.
202204
Fixing this required a **breaking change** on the network layer and hence old versions are not compatible with this version.
203205

204-
[Unreleased]: https://github.com/comit-network/xmr-btc-swap/compare/0.8.1...HEAD
206+
[Unreleased]: https://github.com/comit-network/xmr-btc-swap/compare/0.8.2...HEAD
207+
[0.8.2]: https://github.com/comit-network/xmr-btc-swap/compare/0.8.1...0.8.2
205208
[0.8.1]: https://github.com/comit-network/xmr-btc-swap/compare/0.8.0...0.8.1
206209
[0.8.0]: https://github.com/comit-network/xmr-btc-swap/compare/0.7.0...0.8.0
207210
[0.7.0]: https://github.com/comit-network/xmr-btc-swap/compare/0.6.0...0.7.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swap"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = [ "The COMIT guys <[email protected]>" ]
55
edition = "2018"
66
description = "XMR/BTC trustless atomic swaps."

0 commit comments

Comments
 (0)