Releases: eigenwallet/core
Releases · eigenwallet/core
Release list
preview
- 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).
4.10.2
Prepare release 4.10.2 (#1131) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
4.10.1
4.10.0
- GUI + ASB: Speed up Bitcoin wallet calls by waiting for less than all Electrum servers to respond.
4.9.6
- GUI: Allow user to copy raw hex of the Monero redeem transaction to broadcast externally.
- GUI: Continuously republish the Monero redeem transaction while we are waiting for it to confirm.
4.9.5
Prepare release 4.9.5 (#1121) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>