From 8e80628a71f5b965b6a34b16f2fe98d1a8179990 Mon Sep 17 00:00:00 2001 From: Daniel Karzel Date: Wed, 23 Jun 2021 15:42:15 +1000 Subject: [PATCH] Changelog entry for price guarantee changes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f1d5fc..ea24f3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Printing the deposit address to the terminal as a QR code. To not break automated scripts or integrations with other software, this behaviour is disabled if `--json` is passed to the application. +### Fixed + +- An issue where the ASB gives long price guarantees when setting up a swap. + Now, after sending a spot price the ASB will wait for one minute for the CLI's to trigger the execution setup, and three minutes to see the BTC lock transaction of the CLI in mempool after the swap started. + If the first timeout is triggered the execution setup will be aborted, if the second timeout is triggered the swap will be safely aborted. + ### Removed - The websocket transport from the CLI.