Skip to content

Releases: UnstoppableSwap/core

preview

10 Oct 13:04
83f831c
Compare
Choose a tag to compare
preview Pre-release
Pre-release
feat(gui, tauri): Accept --testnet flag, default to mainnet (#106)

This PR tackles #92 

- Add the `tauri-plugin-cli` (only on desktop)
- Check in the frontend if the `--testnet` flag is set. If it's set we pass `testnet=true` to the `initialize_context` command on invokation
- We add the `vite-plugin-top-level-await` to allow top level await in all browsers
- Remove the `bitcoin_confirmation_target` from settings for simplicity

preview gui

09 Sep 20:09
91482f1
Compare
Choose a tag to compare

This is a preview release of the GUI. This is not a stable release. Please only use this release for testing purposes. Download the legacy GUI instead.

0.13.4

26 Jul 14:15
bc3b35c
Compare
Choose a tag to compare
  • ASB: The history command can now be used while the asb is running.
  • ASB: Retry locking of Monero if it fails on first attempt

0.13.3

22 Jul 14:57
612784b
Compare
Choose a tag to compare
  • 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-address can now be omitted. In that case, any change is refunded to the internal bitcoin wallet.