Skip to content

Releases: eigenwallet/core

4.13.2

Choose a tag to compare

@gecko-botty gecko-botty released this 23 Jul 17:10
e65b1a6
  • GUI + ASB: Remove nine unusable Electrum defaults and add healthy Mullvad,
    Cake Wallet, Blockstream, DIYnodes, and ACINQ mainnet servers.

4.13.1

Choose a tag to compare

@gecko-botty gecko-botty released this 23 Jul 14:06
bec1b86
Prepare release 4.13.1 (#1168)

Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>

4.13.0

Choose a tag to compare

@gecko-botty gecko-botty released this 23 Jul 12:52
99f2181
  • 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

Choose a tag to compare

@gecko-botty gecko-botty released this 18 Jul 12:31
26b9a44
  • 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

preview Pre-release
Pre-release

Choose a tag to compare

@gecko-botty gecko-botty released this 23 Jul 12:34
26b9a44
Prepare release 4.12.0 (#1161)

Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>

4.11.5

Choose a tag to compare

@gecko-botty gecko-botty released this 07 Jul 18:24
11901eb
  • ASB: The Hermes protocol is now enabled by default (hermes_enabled defaults to true), and the default hermes_min_swap_amount was lowered from 0.01 to 0.001 BTC (~50 USD at a reference price of 50,000 USD/BTC).

4.11.4

Choose a tag to compare

@gecko-botty gecko-botty released this 30 Jun 11:32
1840d6b
Prepare release 4.11.4 (#1146)

4.11.3

Choose a tag to compare

@gecko-botty gecko-botty released this 24 Jun 15:57
dd3e888
Prepare release 4.11.3 (#1140)

Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>

4.11.2

Choose a tag to compare

@gecko-botty gecko-botty released this 23 Jun 21:06
75ad229
Prepare release 4.11.2 (#1137)

Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>

4.11.0

Choose a tag to compare

@gecko-botty gecko-botty released this 23 Jun 15:46
6040ed3
  • 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).