Skip to content

Releases: eigenwallet/core

preview

preview Pre-release
Pre-release

Choose a tag to compare

@gecko-botty gecko-botty released this 01 Jul 13:01
89954b8
  • 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).

4.10.2

Choose a tag to compare

@gecko-botty gecko-botty released this 22 Jun 09:40
215a9dc
Prepare release 4.10.2 (#1131)

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

4.10.1

Choose a tag to compare

@gecko-botty gecko-botty released this 20 Jun 09:24
fdec124
Prepare release 4.10.1 (#1128)

4.10.0

Choose a tag to compare

@gecko-botty gecko-botty released this 19 Jun 17:37
792c082
  • GUI + ASB: Speed up Bitcoin wallet calls by waiting for less than all Electrum servers to respond.

4.9.6

Choose a tag to compare

@gecko-botty gecko-botty released this 17 Jun 09:57
82ee879
  • 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

Choose a tag to compare

@gecko-botty gecko-botty released this 16 Jun 18:43
83bdaf7
Prepare release 4.9.5 (#1121)

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