github eigenwallet/core 3.1.2

latest releases: preview, 3.1.3
one day ago
  • ASB: Fix an issue where we would sometimes create Monero transaction without ensuring we were fully synchronized
  • GUI: Fix an issue where it would always say "Wait for the application to load all required components" if Tor was disabled.
  • 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.
  • 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.
  • GUI: We now default to redeeming swaps into the internal Monero wallet, and sending Bitcoin refund into the internal Bitcoin wallet. If you want to change this behaviour go to Settings -> "Redeem Policy" and "Refund Policy".
  • GUI(Linux): Fixed an issue where the screen would be blank when launching the GUI.
  • GUI(Linux): The Linux builds are not built on Ubuntu 24.04. This mean it'll require glibc 2.39 which might not be present on some systems. If this is the case for you, please use the flatpak builds. We continue to look for a better way solution.
  • GUI: A warning will be display for makers running <3.0.0. Versions 2.*.* 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.
  • ORCHESTRATOR: Introduce a new asb-tracing-logger container within the docker-compose.yml. The asb-tracing-logger gives you access to the tracing (high verbosity) logs of your asb. Download the new orchestrator and run it. Then run docker compose up -d. The new asb-tracing-logger container will be created. Then run docker compose logs -f --tail 100 asb-tracing-logger to view detailed logging and see what is going on behind the scenes. The asb 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. Setting maker.developer_tip to 0.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. Blocktimes are too low on testnet to be able to test reliably.

Note: The releases 3.0.3 - 3.1.1 were squashed and merged into 3.1.2

Don't miss a new core release

NewReleases is sending notifications on new releases.