about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/bisq-desktop
AgeCommit message (Collapse)AuthorFilesLines
2024-06-28bisq-desktop: 1.9.16 -> 1.9.17R. Ryantm1-2/+2
2024-06-20bisq-desktop: 1.9.15 -> 1.9.16Emmanuel Rosa1-2/+2
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-04-12bisq-desktop: 1.9.14 -> 1.9.15R. Ryantm1-2/+2
2024-03-17bisq-desktop: use stripJavaArchivesHookTomaSajt1-3/+2
2023-11-26bisq-desktop: 1.9.12 -> 1.9.14Emmanuel Rosa1-14/+16
2023-07-14bisq-desktop: 1.9.10 -> 1.9.12Emmanuel Rosa1-2/+2
2023-06-28bisq-desktop: 1.9.9 -> 1.9.10 (#240155)Emmanuel Rosa1-5/+17
* bisq-desktop: 1.9.9 -> 1.9.10 * bisq-desktop: add HiDPI launcher
2023-06-10bisq-desktop: make reproducibleAndrew Marshall1-1/+4
2023-06-10bisq-desktop: formattingAndrew Marshall1-1/+8
2023-01-10bisq-desktop: 1.9.8 -> 1.9.9Emmanuel Rosa1-2/+2
2023-01-10bisq-desktop: update updater scriptEmmanuel Rosa1-2/+1
2022-12-26bisq-desktop: 1.9.6 -> 1.9.8R. Ryantm1-2/+2
2022-11-01bisq-desktop: 1.9.5 -> 1.9.6R. Ryantm1-2/+2
2022-09-10bisq-desktop: 1.9.4 -> 1.9.5R. Ryantm1-2/+2
2022-08-07bisq: 1.9.1 -> 1.9.4Cyryl Płotnicki1-2/+2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott1-0/+1
these are the easily identifiable cases and will not be comprehensive
2022-05-27bisq-desktop: 1.8.4 -> 1.9.1Emmanuel Rosa1-2/+2
2022-04-16treewide: remove nativeBuildInputs that are in stdenvBen Siraphob1-2/+1
2022-03-11bisq-desktop: 1.8.2 -> 1.8.4Emmanuel Rosa1-2/+2
2022-02-25treewide: switch all desktop file generators to new APIK9001-1/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2022-02-02bisq-desktop: 1.8.0 -> 1.8.2Emmanuel Rosa1-2/+2
2021-12-13bisq-desktop: 1.7.5 -> 1.8.0R. Ryantm1-2/+2
2021-10-29bisq-desktop: 1.7.4 -> 1.7.5R. Ryantm1-2/+2
2021-09-29bisq-desktop: 1.7.3 -> 1.7.4R. RyanTM1-2/+2
2021-09-01bisq-desktop: 1.7.2 -> 1.7.3Emmanuel Rosa1-2/+2
2021-08-11bisq-desktop: add updater scriptEmmanuel Rosa2-0/+24
This change adds an updater script which uses signature verification to verify the update.
2021-08-11bisq-desktop: optimize DAO state snapshotEmmanuel Rosa1-1/+1
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-11bisq-desktop: 1.7.0 -> 1.7.2Emmanuel Rosa1-2/+2
2021-08-11bisq-desktop: utilize the built-in Tor handlingEmmanuel Rosa1-27/+24
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-11bisq-desktop: *.desktop file improvementsEmmanuel Rosa1-2/+2
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-10bisq-desktop: format, cleanup, use hooks instead of manually calling ↵Sandro Jäckel1-4/+8
copyDesktopItems
2021-06-29bisq: init at 1.7.0Emmanuel Rosa1-0/+99
This change adds the Bisq decentralized Bitcoin exchange Closes #69807