Releases: UnstoppableSwap/core
Releases · UnstoppableSwap/core
1.0.0-rc.10
- 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
andtor.socks5_port
properties in the config file have been removed. A newtor.register_hidden_service
property has been added which when set totrue
will run a hidden service on which connections will be accepted. You can configure the number of introduction points to use by setting thetor.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 tonetwork.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
Prepare release 1.0.0-rc.10 (#226)
1.0.0-rc.9
- 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
andtor.socks5_port
properties in the config file have been removed. A newtor.register_hidden_service
property has been added which when set totrue
will run a hidden service on which connections will be accepted. You can configure the number of introduction points to use by setting thetor.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 tonetwork.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
- 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
- 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
- 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
- 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 toswap-all.log
.
1.0.0-rc.2
- 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
Prepare release 1.0.0-rc.1 (#175) Co-authored-by: UnstoppableSwap Botty <[email protected]>
1.0.0-alpha.3
Prepare release 1.0.0-alpha.3 (#174) Co-authored-by: UnstoppableSwap Botty <[email protected]>