Skip to content

4.15.0

Latest

Choose a tag to compare

@gecko-botty gecko-botty released this 22 Sep 17:20
cded48c
  • GUI: Support outbound connections to makers through libp2p circuit relays.
  • ASB: Fix an issue where multiple swaps which started at the same time tried to spend the same Monero outputs (double spend), causing only one to succeeded:
  • Construction of Monero lock transctions is spaced out by 5min by default now. Customize this cooldown via monero.lock_construction_cooldown_secs.
  • In cases where we have confirmed that the Monero we wanted to send is already spent in another swap the ASB can now rebuild a new Monero transaction.
    This requires your own trusted Monero node on your own hardware. To enable this feature, set monero.trusted_daemon = true (false by default).
    This can make swaps succeed even if they initially conflict with another swap.