Releases: comit-network/xmr-btc-swap
Releases · comit-network/xmr-btc-swap
Release list
preview
- ASB + CLI: You can now use the
logscommand to retrieve logs stored in the past, redacting addresses and id's usinglogs --redact. - ASB: The
--disable-timestampflag has been removed
1.0.0-rc.1
Project development has moved to UnstoppableSwap/core
Please download the latest release from here. All future releases will be published exclusively on the new repository.
Binaries compiled from this repository are incompatible with newer versions.
0.13.4
- ASB: The
historycommand can now be used while the asb is running. - ASB: Retry locking of Monero if it fails on first attempt
0.13.3
- Introduced a cooperative Monero redeem feature for Bob to request from Alice if Bob is punished for not refunding in time. Alice can choose to cooperate but is not obligated to do so. This change is backwards compatible. To attempt recovery, resume a swap in the "Bitcoin punished" state. Success depends on Alice being active and still having a record of the swap. Note that Alice's cooperation is voluntary and recovery is not guaranteed
- CLI:
--change-addresscan now be omitted. In that case, any change is refunded to the internal bitcoin wallet.
0.13.2
- CLI: Buffer received transfer proofs for later processing if we're currently running a different swap
- CLI: We now display the reason for a failed cancel-refund operation to the user (#683)
0.13.1
- Add retry logic to monero-wallet-rpc wallet refresh
0.13.0
- Minimum Supported Rust Version (MSRV) bumped to 1.74
- Lowered default Bitcoin confirmation target for Bob to 1 to make sure Bitcoin transactions get confirmed in time
- Added support for starting the CLI (using the
start-daemonsubcommand) as a Daemon that accepts JSON-RPC requests - Update monero-wallet-rpc version to v0.18.3.1
0.12.3
- Swap: If no Monero daemon is manually specified, we will automatically choose one from a list of public daemons by connecting to each and checking their availability.
0.12.2
Changed
- Minimum Supported Rust Version (MSRV) bumped to 1.67
- ASB can now register with multiple rendezvous nodes. The
rendezvous_pointoption inconfig.tomlcan be a string with comma separated addresses, or a toml array of address strings.
0.12.1
Changed
- Swap: merge separate cancel/refund commands into one
cancel-and-refundcommand for stuck swaps