Skip to content

Releases: UnstoppableSwap/core

1.0.0-rc.10

05 Dec 16:34
b7631d2
Compare
Choose a tag to compare
  • GUI: Release .deb installer for Debian-based systems
  • ASB: The maker will now retry indefinitely to redeem the Bitcoin until the cancel timelock expires. This fixes an issue where the swap would be refunded if the maker failed to publish the redeem transaction on the first try (e.g due to a network error).
  • ASB (experimental): We now listen on an onion address by default using an internal Tor client. You do not need to run a Tor daemon on your own anymore. The tor.control_port and tor.socks5_port properties in the config file have been removed. A new tor.register_hidden_service property has been added which when set to true will run a hidden service on which connections will be accepted. You can configure the number of introduction points to use by setting the tor.hidden_service_num_intro_points (3 - 20) property in the config file. The onion address will be advertised to all rendezvous points without having to be added to network.external_addresses. For now, this feature is experimental and may be unstable. We recommend you use it in combination with a clearnet address. This feature is powered by arti, an implementation of the Tor protocol in Rust by the Tor Project.
  • CLI + GUI: We can now dial makers over /onion3/**** addresses using the integrated Tor client.

preview

05 Dec 16:37
b7631d2
Compare
Choose a tag to compare
preview Pre-release
Pre-release
Prepare release 1.0.0-rc.10 (#226)

1.0.0-rc.9

04 Dec 18:13
e11dbed
Compare
Choose a tag to compare
  • GUI: Release .deb installer for Debian-based systems
  • ASB: The maker will now retry indefinitely to redeem the Bitcoin until the cancel timelock expires. This fixes an issue where the swap would be refunded if the maker failed to publish the redeem transaction on the first try (e.g due to a network error).
  • ASB (experimental): We now listen on an onion address by default using an internal Tor client. You do not need to run a Tor daemon on your own anymore. The tor.control_port and tor.socks5_port properties in the config file have been removed. A new tor.register_hidden_service property has been added which when set to true will run a hidden service on which connections will be accepted. You can configure the number of introduction points to use by setting the tor.hidden_service_num_intro_points (3 - 20) property in the config file. The onion address will be advertised to all rendezvous points without having to be added to network.external_addresses. For now, this feature is experimental and may be unstable. We recommend you use it in combination with a clearnet address. This feature is powered by arti, an implementation of the Tor protocol in Rust by the Tor Project.
  • CLI + GUI: We can now dial makers over /onion3/**** addresses using the integrated Tor client.

1.0.0-rc.7

26 Nov 14:01
9b4e854
Compare
Choose a tag to compare
  • GUI: Changed terminology from "swap providers" to "makers"
  • GUI: For each maker, we now display a unique deterministically generated avatar derived from the maker's public key

1.0.0-rc.6

21 Nov 10:21
92f6efc
Compare
Choose a tag to compare
  • CLI + GUI: Tor is now bundled with the application. All libp2p connections between peers are routed through Tor, if the --enable-tor flag is set. The --tor-socks5-port argument has been removed. This feature is powered by arti, an implementation of the Tor protocol in Rust by the Tor Project.
  • CLI + GUI: At startup the wallets and tor client are started in parallel. This will speed up the startup time of the application.

1.0.0-rc.5

19 Nov 16:38
d0108fd
Compare
Choose a tag to compare
  • GUI: Set new Discord invite link to non-expired one
  • GUI: Fix an issues where asbs would not be sorted correctly
  • ASB: Change level of logs related to rendezvous registrations to TRACE

1.0.0-rc.4

17 Nov 16:11
56363da
Compare
Choose a tag to compare
  • GUI: Fix an issue where the AppImage would render a blank screen on some Linux systems
  • ASB: We now log verbose messages to hourly rotating tracing*.log which are kept for 24 hours. General logs are written to swap-all.log.

1.0.0-rc.2

16 Nov 12:01
56102fa
Compare
Choose a tag to compare
  • GUI: ASBs discovered via rendezvous are now prioritized if they are running the latest version
  • GUI: Display up to 16 characters of the peer id of ASBs

1.0.0-rc.1

15 Nov 13:51
38e07c9
Compare
Choose a tag to compare
Prepare release 1.0.0-rc.1 (#175)

Co-authored-by: UnstoppableSwap Botty <[email protected]>

1.0.0-alpha.3

14 Nov 23:43
afdf310
Compare
Choose a tag to compare
Prepare release 1.0.0-alpha.3 (#174)

Co-authored-by: UnstoppableSwap Botty <[email protected]>