Skip to content

Releases: eigenwallet/core

4.3.0

09 Apr 21:50
0387e73

Choose a tag to compare

  • A new feature called "wormholes" allows makers to automatically give out dedidcated onion services to takers which have committed funds to at least one swap. Takers can then connect to the maker irrespective of any potential DOS attack against the makers public onion service address. Wormholes are enabled by default. To disable them, set tor.wormhole_enabled = false in the config file. You can tweak wormhole_max_concurrent_rend_requests to control the maximum number of concurrent rendezvous requests per wormhole (default: 3). A higher value means each "wormhole" can handle more concurrent connections but also means they become more susceptible to DOS attacks.

preview

10 Apr 12:19
93ded4c

Choose a tag to compare

preview Pre-release
Pre-release
correct the url in readme (#945)

4.2.4

01 Apr 15:53
0048579

Choose a tag to compare

Prepare release 4.2.4 (#943)

4.2.3

31 Mar 17:38
7def891

Choose a tag to compare

  • GUI: Fix an issue where we could get stuck in the "BtcCancelled" state if the swap was punished.

4.2.2

31 Mar 13:39
0a44a90

Choose a tag to compare

  • ASB+CONTROLLER: Fix a bug where get-swaps would show "No swaps found" despite there being swaps.

4.1.1

26 Mar 07:42
5d11faa

Choose a tag to compare

  • ASB: Optimize how we respond to network request

4.1.0

25 Mar 00:06
9de20cc

Choose a tag to compare

  • GUI: Fix an issue where the application would crash when the internal Tor client tried to execute a Proof-of-Work challenge due to a missing entitlement permission. (#915)

4.0.5

24 Mar 23:46
2df35c7

Choose a tag to compare

  • Try to fix an issue where the response from the Monero daemon would be too large to parse when fetching the status of a transaction (#885).

4.0.4

20 Mar 21:39
e934a41

Choose a tag to compare

  • ASB: Tweak some networking configurations to make DOS harder.

4.0.3

18 Mar 20:07
685b273

Choose a tag to compare

  • ASB: Attempt fix of get-swaps not showing swaps.
  • ASB: Fix btc_amnesty_amount missing bug which prevented swaps from before 4.0.0 from running.