Releases: eigenwallet/core
Releases · eigenwallet/core
4.3.0
- 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 = falsein the config file. You can tweakwormhole_max_concurrent_rend_requeststo 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
correct the url in readme (#945)
4.2.4
Prepare release 4.2.4 (#943)
4.2.3
- GUI: Fix an issue where we could get stuck in the "BtcCancelled" state if the swap was punished.
4.2.2
- ASB+CONTROLLER: Fix a bug where
get-swapswould show "No swaps found" despite there being swaps.
4.1.1
- ASB: Optimize how we respond to network request
4.1.0
4.0.5
4.0.4
- ASB: Tweak some networking configurations to make DOS harder.
4.0.3
- ASB: Attempt fix of
get-swapsnot showing swaps. - ASB: Fix
btc_amnesty_amount missingbug which prevented swaps from before 4.0.0 from running.