Releases: eigenwallet/core
Releases · eigenwallet/core
4.9.0
- ASB+CONTROLLER: The JSON-RPC server now requires authentication. The ASB verifies a password against a hashed keyfile (
--rpc-auth-file), andasb-controllerprompts for the password on startup. Generate the keyfile withorchestrator gen-rpc-auth. Clients authenticate by sending the password with every request in anAuthorization: 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
Prepare release 4.9.0 (#1102)
4.8.4
Prepare release 4.8.4 (#1094) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
4.8.3
- Reliably retry Monero redeem step
4.8.2
Prepare release 4.8.2 (#1082)
4.8.1
Prepare release 4.8.1 (#1079) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
4.8.0
Prepare release 4.8.0 (#1075) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
4.7.11
- GUI: Fix flickering of offers
- Remove three dead rendezvous points
4.7.10
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
- 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.