From 0938ca1822b684d7bc0e3ee655dad9f0f705fe10 Mon Sep 17 00:00:00 2001 From: Daniel Karzel Date: Sun, 26 Dec 2021 07:49:27 +1100 Subject: [PATCH] Fix changelog entry Due to failing build this never made it into `0.10.1` and is part of the next release. --- CHANGELOG.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a50e10..58e5572b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Record monero wallet restore blockheight in state `SwapSetupCompleted` already. + This solves issues where the CLI went offline after sending the BTC transaction, and the monero wallet restore blockheight being recorded after Alice locked the Monero, resulting in the generated XMR redeem wallet not detecting the transaction and reporting `No unlocked balance in the specified account`. + This is a breaking database change! + Swaps that were saved prior to this change may fail to load if they are in state `SwapSetupCompleted` of `BtcLocked`. + Make sure to finish your swaps before upgrading. - logs to use rfc3339 local time formatting. ## [0.10.1] - 2021-12-23 @@ -21,14 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The swap has to be in a `BtcRedeemed` state. Use `--help` for more details. -### Changed - -- Record monero wallet restore blockheight in state `SwapSetupCompleted` already. - This solves issues where the CLI went offline after sending the BTC transaction, and the monero wallet restore blockheight being recorded after Alice locked the Monero, resulting in the generated XMR redeem wallet not detecting the transaction and reporting `No unlocked balance in the specified account`. - This is a breaking database change! - Swaps that were saved prior to this change may fail to load if they are in state `SwapSetupCompleted` of `BtcLocked`. - Make sure to finish your swaps before upgrading. - ## [0.10.0] - 2021-10-15 ### Removed