Releases: eigenwallet/core
Releases · eigenwallet/core
3.1.1
3.1.0
- GUI: Remember acknowledged alerts and do not show them again.
- RENDEZVOUS-SERVER: Fix an issue where connections would timeout immediately.
- RENDEZVOUS-SERVER: Release a standalone rendezvous server binary.
3.0.7
Prepare release 3.0.7 (#598) Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
3.0.6
- GUI + SWAP + ASB: Upgrade arti (tor library) to 1.5.0. This might improve connectivity reliability.
- ASB: Fix an issue where we would not wait between re-dials of rendezvous nodes.
- GUI: Faster startup time by allowing parts of the application be used while other components are still initializing.
3.0.5
- GUI + SWAP + ASB: Upgrade arti (tor library) to 1.5.0. This might improve connectivity reliability.
- ASB: Fix an issue where we would not wait between re-dials of rendezvous nodes.
- GUI: Faster startup time by allowing parts of the application be used while other components are still initializing.
3.0.4
- GUI: A warning will be display for makers running
<3.0.0
. Versions2.*.*
are deprecated and do not support some essential protocols such as the new cooperative Monero redeem protocol. If you are a maker and are having issues with upgrading, please contact the developer on Matrix. - GUI: Clearly mark makers that have no available funds as having no available funds.
3.0.3
- ORCHESTRATOR: Introduce a new
asb-tracing-logger
container within thedocker-compose.yml
. Theasb-tracing-logger
gives you access to the tracing (high verbosity) logs of your asb. Download the neworchestrator
and run it. Then rundocker compose up -d
. The newasb-tracing-logger
container will be created. Then rundocker compose logs -f --tail 100 asb-tracing-logger
to view detailed logging and see what is going on behind the scenes. Theasb
will continue printing less-verbose logs like before. - ASB: You can now configure your maker to donate a small part of swaps to funding further development of the project. This is disabled by default. You can manually enable it if you choose to do so. Set
maker.developer_tip
to a number between 0 and 1. Settingmaker.developer_tip
to0.02
will donate 2% of each swap to the donation address of the project. This is defined here in the code. The tip is sent by adding an additional output to the Monero lock transaction of a swap. This means this will not impact the availability of your UTXOs (unlocked funds) as it does not require an additonal transaction. Because tips are only ever sent in Monero you maintain full privacy. - ASB + CLI + GUI (Testnet only): Bitcoin timelocks have been tripled. This has no affect for mainnet swaps.
3.0.2
- Fix an issue where the released binaries for Windows where incorrect labeled as having been built for Linux
3.0.1
- ASB: require Monero wallet to be fully synchronized before providing quotes
- ORCHESTRATOR: Allow re-generating
docker-compose.yml
while preserving the asb config (config.toml
). If you've ran theorchestrator
before you can download a newer version, run it and an updateddocker-compose.yml
will be generated (overwriting the previous file). All data and configuration options will be preserved as they are stored inside the Docker volumes and theconfig.toml
file. - GUI + CLI: Fix an issue where it'd take a long time to redeem the Monero. We did not properly skip the block scanning.
- GUI + CLI: Assume Monero double spend safety after 22 instead of after 12 blocks given the recent large re-org attacks
- ORCHESTRATOR: Change exposed mainnet port from
9839
to9939
- ORCHESTRATOR: We incorrectly passed the
--mainnet
flag to theasb
binary but it is the default for the asb. - CONTROLLER: Add a
bitcoin-seed
command to the controller. You can use it to export the descriptor of the internal Bitcoin wallet. - CLI + GUI + ASB: Accept self-signed TLS certificates and TLS certificates with older protocol versions.