Skip to content

Releases: eigenwallet/core

4.9.0

10 Jun 13:45
f439987

Choose a tag to compare

  • ASB+CONTROLLER: The JSON-RPC server now requires authentication. The ASB verifies a password against a hashed keyfile (--rpc-auth-file), and asb-controller prompts for the password on startup. Generate the keyfile with orchestrator gen-rpc-auth. Clients authenticate by sending the password with every request in an Authorization: Bearer <password> header.
  • ASB+GUI: Skip publishing the Monero redeem/refund transaction if it is already present on chain (e.g. after a restart)

preview

10 Jun 14:17
f439987

Choose a tag to compare

preview Pre-release
Pre-release
Prepare release 4.9.0 (#1102)

4.8.4

09 Jun 20:21
186873b

Choose a tag to compare

Prepare release 4.8.4 (#1094)

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

4.8.3

08 Jun 13:53
37827d9

Choose a tag to compare

  • Reliably retry Monero redeem step

4.8.2

06 Jun 18:44
e04aa48

Choose a tag to compare

Prepare release 4.8.2 (#1082)

4.8.1

05 Jun 14:17
16f4bdf

Choose a tag to compare

Prepare release 4.8.1 (#1079)

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

4.8.0

05 Jun 12:20
50a6ad5

Choose a tag to compare

Prepare release 4.8.0 (#1075)

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

4.7.11

05 Jun 12:05
1ff3a2f

Choose a tag to compare

  • GUI: Fix flickering of offers
  • Remove three dead rendezvous points

4.7.10

02 Jun 07:41
9f33972

Choose a tag to compare

Release version 4.7.10 (#1063)

* Prepare release 4.7.10

* Update CHANGELOG.md

---------

Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
Co-authored-by: Mohan <86064887+binarybaron@users.noreply.github.com>

4.7.9

29 May 13:14
f527962

Choose a tag to compare

  • ASB: The ASB will refuse to cooperate with cooperative XMR redeem requests if the swap in question was deemed malicious. A swap is considered malicious if for any reason the Bitcoin amount the ASB receives is less than 75% of what was sent into the swap originally.