Skip to content

Releases: eigenwallet/core

4.6.1

15 May 11:45
f727c97

Choose a tag to compare

  • ASB+CONTROLLER: New set-external-bitcoin-redeem-address command with parameter address (string) allows you to udpate the external bitcoin redeem address at runtime.
    The change is persisted to the config file. Go back to using the internal Bitcoin wallet by using clear-external-bitcoin-redeem-address.

preview

16 May 12:24
f727c97

Choose a tag to compare

preview Pre-release
Pre-release
Prepare release 4.6.1 (#1020)

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

4.6.0

13 May 20:34
3acbe4b

Choose a tag to compare

  • GUI: Exolix has become a community supporter. They support development and provide a reliable market maker. They are visually highlighted in the UI.

4.5.5

13 May 10:37
79e7244

Choose a tag to compare

Prepare release 4.5.5 (#1010)

4.5.4

12 May 16:51
3d309ec

Choose a tag to compare

Prepare release 4.5.4 (#1006)

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

4.5.3

08 May 12:43
05bec52

Choose a tag to compare

  • ASB: New maker.btc_redeem_fee_multiplier config option (default 1.0) that scales the estimated BTC redeem fee. Setting it higher (e.g. 2.0) acts as a safety margin so the redeem still confirms when fee estimation undershoots actual mempool conditions.

4.5.2

07 May 10:00
a6f9b36

Choose a tag to compare

  • ASB+CONTROLLER: get-swaps now includes the btc_redeem_txid per swap: the Bitcoin redeem transaction id. This is deterministic from the swap's locked state, so it is set even before the redeem transaction is published.

test-21dfabe8-20260507140135

07 May 14:01

Choose a tag to compare

Pre-release

TESTING RELEASE: Concurrent swaps

Built from commit 21dfabe837e19dd1610f3bb21753c8b868f42076 by @binarybaron.

This is a developer test build. Docker images were NOT pushed to
ghcr, binaries were NOT uploaded to crabnebula, the Homebrew
formula was NOT updated, and the Flatpak repo was NOT republished.
Do not distribute this build to end users.

4.5.1

05 May 15:37
f7f5f6f

Choose a tag to compare

  • ASB+CONTROLLER: get-swaps now accepts optional limit and offset parameters which can be used for pagination.
    If not present, no pagination will be done.

4.5.0

27 Apr 12:19
47fc423

Choose a tag to compare

  • ASB+CONTROLLER: get-swaps now includes the btc_redeem_fee per swap: the fee Alice paid (or will pay) for the Bitcoin redeem transaction.
  • GUI+ASB: New intermediate states around Monero redeem/refund. The signed transaction is now built and published as separate steps: XmrRedeemConstructed and XmrRedeemPublished (Bob/GUI), and XmrRefundTxConstructed and XmrRefundTxPublished (Alice/ASB). The GUI surfaces both phases — "constructing", then "publishing", then waiting for the first confirmation with the redeem txid shown.