Commit graph

10 commits

Author SHA1 Message Date
R. Ryantm de1e932add bisq-desktop: 1.7.4 -> 1.7.5 2021-10-29 00:29:16 +00:00
R. RyanTM c246461a1b bisq-desktop: 1.7.3 -> 1.7.4 2021-09-29 00:21:37 +00:00
Emmanuel Rosa 2a54e05c1c bisq-desktop: 1.7.2 -> 1.7.3 2021-09-01 09:42:02 +07:00
Emmanuel Rosa 1405110f56 bisq-desktop: add updater script
This change adds an updater script which uses signature verification to
verify the update.
2021-08-11 02:30:19 +07:00
Emmanuel Rosa 961ca77734 bisq-desktop: optimize DAO state snapshot
This change introduces Java VM arguments to take advantage of
optimizations introduced in Bisq 1.7.2.

See https://github.com/bisq-network/bisq/pull/5609
2021-08-11 02:30:19 +07:00
Emmanuel Rosa ab8ecd66c5 bisq-desktop: 1.7.0 -> 1.7.2 2021-08-11 02:30:05 +07:00
Emmanuel Rosa c82be07e04 bisq-desktop: utilize the built-in Tor handling
Bisq comes with an embedded Tor binary (provided by a third party), but we don't use it in this package because it's build for a FHS-abiding Linux distro; Meaning, Tor won't execute because it tried to load libraries from standard locations.

To address this problem, the Nix package launches an ephemeral Tor instance for Bisq. The approach works, but it does mean having to manage the tor process, something which is already handled well by Bisq.

This change modifies the Bisq Jar archive such that it launches the Tor binary from Nixpkgs, allowing Bisq to manage Tor as it does on other Linux distros and operating systems.

In a nutshell, when Bisq is launched it extracts a copy of the tor binary from its Jar file and saves it in the Bisq data directory. It is then executed from there. Since Nix doesn't know that Bisq has a runtime dependency on Tor, this change modifies the launcher script to contain a reference to Tor, thus convincing Nix that Tor is a runtime dependency.
2021-08-11 02:26:33 +07:00
Emmanuel Rosa 6cb0749fb1 bisq-desktop: *.desktop file improvements
This commit includes two changes to the *.desktop file:

 1. Adds the Bisq version number.
 2. Fixes the categories.

 Sometimes the Bisq network raises the minimum required Bisq version. Adding the version number so that it's displayed in the desktop environment's menu makes it easy for users to confirm whether they have the necessary version.

 Originally, there were two main categories assigned, which violates the standard. This change removes one of the main categories and adds an auxillary category.
2021-08-11 02:20:30 +07:00
Sandro Jäckel e566af7f40
bisq-desktop: format, cleanup, use hooks instead of manually calling copyDesktopItems 2021-08-10 10:19:30 +02:00
Emmanuel Rosa 02b42cf7b4 bisq: init at 1.7.0
This change adds the Bisq decentralized Bitcoin exchange

Closes #69807
2021-06-29 07:01:07 +07:00