Commit Graph

730 Commits

Author SHA1 Message Date
R. RyanTM
4a9c5a6754 go-ethereum: 1.10.7 -> 1.10.8 2021-08-25 04:59:11 +00:00
Artturi
053ec739f7
Merge pull request #135401 from r-ryantm/auto-update/wasabiwallet 2021-08-23 17:27:17 +03:00
matthewcroughan
71c47ca244 cryptop: add setuptools to fix crash
Without setuptools, cryptop crashes at runtime
2021-08-23 09:14:46 +01:00
R. RyanTM
e32cc5f93a wasabiwallet: 1.1.12.5 -> 1.1.12.9 2021-08-23 07:46:06 +00:00
asymmetric
06bc3335d6
polkadot: 0.9.9 -> 0.9.9-1 (#135226)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-22 22:52:23 +02:00
xrelkd
938d27ffa5 openethereum: remove xrelkd as maintainer 2021-08-22 02:30:08 +08:00
xrelkd
054db8703c go-ethereum: remove xrelkd as maintainer 2021-08-22 02:30:07 +08:00
Sandro
b2573f352e
Merge pull request #134578 from smancill/phase-hooks-use-strings
treewide: ensure pre/post phase hooks are strings
2021-08-21 14:49:30 +02:00
Robert Hensing
b5836f7956
Merge pull request #130511 from emmanuelrosa/bisq-pkg-improvements
bisq-desktop: Nix package improvements
2021-08-21 08:49:04 +02:00
Sebastián Mancilla
8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
Sandro
94d00858ba
Merge pull request #134778 from onsails/polkadot 2021-08-19 19:47:08 +02:00
Andrey Kuznetsov
f4cb0cace0
polkadot: 0.9.8 -> 0.9.9 2021-08-19 09:06:04 +00:00
github-actions[bot]
ad00d57d02
Merge master into staging-next 2021-08-17 18:01:12 +00:00
R. RyanTM
87f4f2f103 namecoin: nc0.20.1 -> nc0.21.1 2021-08-17 11:00:06 -07:00
github-actions[bot]
8a131da1bc
Merge master into staging-next 2021-08-17 00:01:28 +00:00
Sandro
716ecb051d
Merge pull request #133683 from Stunkymonkey/whirlpool-gui-phases
whirlpool-gui: deprecate phases
2021-08-16 22:26:06 +02:00
Jan Tojnar
0aa35561e7 Merge branch 'master' into staging-next 2021-08-14 12:53:07 +02:00
adisbladis
0bddd0a336
Merge pull request #133745 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.10.6 -> 1.10.7
2021-08-13 11:35:52 -05:00
Artturi
cdb1a85834
Merge pull request #133722 from r-ryantm/auto-update/erigon
erigon: 2021.08.01 -> 2021.08.02
2021-08-13 17:12:28 +03:00
Artturi
19eaa88a04
Merge pull request #133699 from r-ryantm/auto-update/lndmanage
lndmanage: 0.12.0 -> 0.13.0
2021-08-13 17:06:50 +03:00
R. RyanTM
734965565d go-ethereum: 1.10.6 -> 1.10.7 2021-08-13 10:28:14 +00:00
R. RyanTM
3770c4b97f erigon: 2021.08.01 -> 2021.08.02 2021-08-13 08:44:30 +00:00
Jörg Thalheim
d7fb1a587f
Merge pull request #133609 from nixbitcoin/btcpayserver-1.2.0
btcpayserver: 1.1.2 -> 1.2.0
2021-08-13 08:03:58 +01:00
R. RyanTM
f76f19c914 lndmanage: 0.12.0 -> 0.13.0 2021-08-13 04:48:14 +00:00
Felix Buehler
327f53d8ea whirlpool-gui: deprecate phases 2021-08-12 23:55:12 +02:00
nixbitcoin
0041c35bb4
btcpayserver: 1.1.2 -> 1.2.0 2021-08-12 10:33:48 +00:00
nixbitcoin
84eba0ab84
lightning-loop: 0.14.2-beta -> 0.15.0-beta 2021-08-12 10:30:33 +00:00
Jan Tojnar
4e7e464ae8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/tools/system/sg3_utils/default.nix
2021-08-11 16:22:42 +02:00
Sandro
2e4b2ad74b
Merge pull request #126750 from d-xo/erigon-2021-06-03 2021-08-11 13:30:51 +02: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
1eea388646
Merge pull request #133332 from SuperSandro2000/cleanup 2021-08-10 14:28:26 +02:00
Jonas Nick
f8d8220875
clightning: 0.10.0 -> 0.10.1 2021-08-10 09:20:42 +00:00
Sandro Jäckel
e566af7f40
bisq-desktop: format, cleanup, use hooks instead of manually calling copyDesktopItems 2021-08-10 10:19:30 +02:00
Artturi
9dea8d2f00
Merge pull request #133292 from andresilva/ledger-live-2.32.2
ledger-live-desktop: 2.31.1 -> 2.32.2
2021-08-10 05:43:08 +03:00
R. RyanTM
8d347b1419 bitcoin-unlimited: 1.9.1.1 -> 1.9.2.0 2021-08-09 21:56:42 +00:00
André Silva
c756b732d4
ledger-live-desktop: 2.31.1 -> 2.32.2 2021-08-09 21:32:33 +01:00
David Terry
a74eaeba5a
erigon: 2021.05.02 -> 2021.08.01 2021-08-08 21:22:21 +02:00
David Terry
c708f2f92a
turbo-geth: rename to erigon 2021-08-08 21:22:19 +02:00
github-actions[bot]
610ef47b20
Merge master into staging-next 2021-08-08 18:01:03 +00:00
David Terry
c1186b572f
maintainers: xwvvvvwx -> d-xo 2021-08-08 19:11:45 +02:00
github-actions[bot]
e3996d7839
Merge master into staging-next 2021-08-03 12:01:28 +00:00
Sandro
f88e522416
Merge pull request #131824 from lourkeur/chia
chia: fix farming with a pool
2021-08-03 10:16:01 +00:00
github-actions[bot]
9a482b20d8
Merge master into staging-next 2021-08-02 18:01:25 +00:00
Sandro
cd9938d126
Merge pull request #132215 from ilyakooo0/iko/chia-plotter 2021-08-02 14:39:38 +00:00
github-actions[bot]
2e1b619a62
Merge master into staging-next 2021-08-02 12:01:29 +00:00
Sandro Jäckel
95c29de58f
pivx: cleanup, format 2021-08-02 13:11:50 +02:00