Skip to content

Releases: eigenwallet/core

3.1.1

08 Oct 15:01
4cf1515
Compare
Choose a tag to compare
  • GUI: Fix an issue where it would always say "Wait for the application to load all required components" if Tor was disabled.

3.1.0

07 Oct 15:58
8528b35
Compare
Choose a tag to compare
  • 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

04 Oct 13:21
bbdae0c
Compare
Choose a tag to compare
Prepare release 3.0.7 (#598)

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

3.0.6

02 Oct 19:56
a30ab4f
Compare
Choose a tag to compare
  • 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

02 Oct 19:34
97c48cb
Compare
Choose a tag to compare
  • 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

26 Sep 23:19
0f20615
Compare
Choose a tag to compare
  • 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.

3.0.3

24 Sep 11:33
fa53184
Compare
Choose a tag to compare
  • 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.

3.0.2

21 Sep 08:07
03f41bb
Compare
Choose a tag to compare
  • Fix an issue where the released binaries for Windows where incorrect labeled as having been built for Linux

3.0.1

19 Sep 02:52
b9948d7
Compare
Choose a tag to compare
  • 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 the orchestrator before you can download a newer version, run it and an updated docker-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 the config.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 to 9939
  • ORCHESTRATOR: We incorrectly passed the --mainnet flag to the asb 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.