Releases: eigenwallet/core
Releases · eigenwallet/core
Release list
4.13.2
4.13.1
Prepare release 4.13.1 (#1168) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
4.13.0
- ASB: Fix a bug in the algorithm used to the select the Bitcoin output used for the swap.
- ASB+GUI: Fix a bug in the cross curve equality proof cryptography.
4.12.0
- GUI: The wallet setup dialog is now a multi-step wizard. Creating a wallet lets you pick a name and location and requires backing up the seed phrase before continuing, and opening a wallet file supports drag & drop. Newly created wallets are named by the user instead of a Unix timestamp.
preview
Prepare release 4.12.0 (#1161) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
4.11.5
- ASB: The Hermes protocol is now enabled by default (
hermes_enableddefaults totrue), and the defaulthermes_min_swap_amountwas lowered from0.01to0.001BTC (~50 USD at a reference price of 50,000 USD/BTC).
4.11.4
4.11.3
Prepare release 4.11.3 (#1140) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
4.11.2
Prepare release 4.11.2 (#1137) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
4.11.0
- PROTOCOL: A new protcol called "Hermes" has been implemented. It allows taker and maker to communicate through the Monero blockchain. Monero transactions are used for passing messages. This is used for the taker to transmit the encrypted signature to the maker without requiring a network connection. This means a swap can now succeed without any p2p connection to the other party after the intitial swap setup.
- ASB: Added new
[maker]config options for the Hermes protocol: hermes_enabled: whether to fund the on-chain Hermes encrypted-signature channel at all (default:false).hermes_funding_amount_piconero: amount of Monero (in piconero) attached to the Monero lock transaction to fund the Hermes transaction (default:100000000, i.e. 0.0001 XMR).hermes_min_swap_amount: minimum swap size (in BTC) below which the Hermes amount is not funded (default:0.01).