Releases: eigenwallet/core
Releases · eigenwallet/core
4.6.1
- ASB+CONTROLLER: New
set-external-bitcoin-redeem-addresscommand with parameteraddress(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 usingclear-external-bitcoin-redeem-address.
preview
Prepare release 4.6.1 (#1020) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
4.6.0
- 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
Prepare release 4.5.5 (#1010)
4.5.4
Prepare release 4.5.4 (#1006) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
4.5.3
- ASB: New
maker.btc_redeem_fee_multiplierconfig option (default1.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
- ASB+CONTROLLER:
get-swapsnow includes thebtc_redeem_txidper 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
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
- ASB+CONTROLLER:
get-swapsnow accepts optionallimitandoffsetparameters which can be used for pagination.
If not present, no pagination will be done.
4.5.0
- ASB+CONTROLLER:
get-swapsnow includes thebtc_redeem_feeper 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:
XmrRedeemConstructedandXmrRedeemPublished(Bob/GUI), andXmrRefundTxConstructedandXmrRefundTxPublished(Alice/ASB). The GUI surfaces both phases — "constructing", then "publishing", then waiting for the first confirmation with the redeem txid shown.