Commit Graph

120 Commits

Author SHA1 Message Date
Marek Mahut
3acc5b4189
Merge pull request #78595 from mmahut/litecoin
litecoin: move to qt5 and add zeromq supoort
2020-01-28 11:14:49 +01:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Franz Pletz
ec1c46e2e5
Merge pull request #78499 from r-ryantm/auto-update/dero
dero: 0.11.6 -> 0.11.7
2020-01-27 10:44:49 +00:00
Marek Mahut
910c73e062 litecoin: add zmq support 2020-01-27 10:22:31 +01:00
Marek Mahut
3baa12f286 litecoin: support qt5 2020-01-27 10:20:28 +01:00
Jaka Hudoklin
73a59af35b
Merge pull request #78513 from r-ryantm/auto-update/litecoind
litecoind: 0.16.3 -> 0.17.1
2020-01-26 11:14:28 +03:00
R. RyanTM
26183d0833 litecoind: 0.16.3 -> 0.17.1 2020-01-26 07:34:20 +00:00
R. RyanTM
a927ceff4c dero: 0.11.6 -> 0.11.7 2020-01-26 03:51:22 +00:00
Mario Rodas
d47671b9f6
bitcoin: fix build on darwin 2020-01-25 00:00:00 -05:00
Marek Mahut
85dc47b441
Merge pull request #78156 from mmahut/vertcoin
vertcoin: init at 0.14.0
2020-01-24 23:36:02 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Marek Mahut
d43fb5a39d digibyte: init at 7.17.2 2020-01-21 13:36:31 +01:00
Marek Mahut
099a5aecd3 vertcoin: init at 0.14.0 2020-01-21 13:36:07 +01:00
nyanloutre
61fd512651 wasabiwallet: use dotnet runtime instead of sdk 2020-01-19 14:30:39 -08:00
Marek Mahut
dcd6e6c94a ledger-live-desktop: 1.19.2 -> 1.20.0 2020-01-08 18:10:26 +01:00
R. RyanTM
e3f9951ac1 bitcoin-abc: 0.20.8 -> 0.20.9 2020-01-06 20:14:53 +01:00
wucke13
4be14c94b2 pivx: 3.4.0 -> 4.0.0 2020-01-04 11:49:32 +00:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
nyanloutre
c953481ea7
ledger-live-desktop: 1.18.2 -> 1.19.2 2019-12-22 12:22:27 +01:00
Mario Rodas
bf3c173595
Merge pull request #76067 from jonasnick/lightning-0.8.0
clightning: 0.7.3 -> 0.8.0
2019-12-20 22:57:48 -05:00
Alyssa Ross
7887a81193
treewide: fix cargoSha256 (again)
cargo-vendor output was changed in a4fc84de44.
2019-12-20 20:08:53 +00:00
lassulus
cdcb4ba4b0 bitcoin-abc: 0.20.7 -> 0.20.8 2019-12-20 08:06:42 +01:00
Jonas Nick
b03ab5054a
clightning: 0.7.3 -> 0.8.0 2019-12-19 20:31:51 +00:00
Jaka Hudoklin
ad9b68ca04
bitcoin: install desktop file and pixmaps 2019-12-13 09:35:36 +00:00
Jaakko Luttinen
5f07c64bc3 monero: 0.15.0.0 -> 0.15.0.1 2019-12-09 18:56:27 +01:00
R. RyanTM
939d1c3a43 bitcoin-unlimited: 1.6.0.1 -> 1.7.0.0 2019-12-08 23:35:13 +01:00
Mario Rodas
5ab4e70ad0
Merge pull request #75098 from xrelkd/update/parity
parity: 2.5.10 -> 2.5.11, parity-beta: 2.6.5 -> 2.6.6
2019-12-07 02:48:37 -05:00
xrelkd
0feb96c5c2 parity-beta: 2.6.5 -> 2.6.6 2019-12-06 20:54:08 +08:00
xrelkd
54a5c37f24 parity: 2.5.10 -> 2.5.11 2019-12-06 20:53:51 +08:00
xrelkd
1b16f902e2 go-ethereum: 1.9.8 -> 1.9.9 2019-12-06 20:45:00 +08:00
Russell O'Connor
e503d20e19 bitcoin: 0.18.1 -> 0.19.0.1
protobuf is not longer a dependency of bitcoin.
2019-12-04 00:38:34 +01:00
lassulus
d3f928282c bitcoin-abc: 0.20.6 -> 0.20.7 2019-12-03 20:59:28 +01:00
Ryan Mulligan
f68abbb1c9
Merge pull request #74491 from r-ryantm/auto-update/monero-gui
monero-gui: 0.15.0.0 -> 0.15.0.1
2019-11-28 09:51:53 -08:00
R. RyanTM
7c0fcf837a monero-gui: 0.15.0.0 -> 0.15.0.1 2019-11-28 05:37:24 -08:00
Robin Gloster
63688d9ce3
Merge pull request #74095 from r-ryantm/auto-update/bitcoin-abc
bitcoin-abc: 0.20.5 -> 0.20.6
2019-11-27 18:27:06 +01:00
xrelkd
1e042e9338 go-ethereum: 1.9.7 -> 1.9.8 2019-11-27 08:52:01 +08:00
Alexey Shmalko
3921287742
Merge pull request #74201 from r-ryantm/auto-update/dogecoind
dogecoind: 1.14.1 -> 1.14.2
2019-11-26 23:16:54 +02:00
Thomas Kerber
4f3e74a7a2 zcash: 1.0.13 -> 2.1.0-1 2019-11-26 00:01:37 +01:00
R. RyanTM
d83c53e2b1 dogecoind: 1.14.1 -> 1.14.2 2019-11-25 13:00:47 -08:00
R. RyanTM
2e708a948b bitcoin-abc: 0.20.5 -> 0.20.6 2019-11-24 22:17:33 -08:00
xrelkd
e492d0e9c6 parity-beta: 2.6.4 -> 2.6.5 2019-11-22 23:57:49 +08:00
xrelkd
52399e43b2 parity: 2.5.9 -> 2.5.10 2019-11-22 23:57:48 +08:00
Jonas Nick
c4090b6edf
lnd: 0.7.1 -> 0.8.1 2019-11-17 15:35:51 +00:00
Henrik Jonsson
ce987860f6
wasabiwallet: 1.1.9 -> 1.1.9.2 2019-11-16 17:48:34 -08:00
nyanloutre
25dbbd2f81 ledger-live-desktop: 1.15.0 -> 1.18.2 2019-11-16 10:54:07 +01:00
fuwa
2bb10a525d wownero: 0.6.1.2 -> 0.7.0 2019-11-13 00:26:34 -08:00
rnhmjoj
c2402b1d13
monero-gui: 0.14.1.2 -> 0.15.0.0 2019-11-10 15:46:49 +01:00
rnhmjoj
039d299810
monero: add missing deps 2019-11-10 15:45:01 +01:00
Pavol Rusnak
6cc03f3418
monero: 0.14.1.0 -> 0.15.0.0 2019-11-10 14:49:51 +01:00
xrelkd
3ab5272eb1 go-ethereum: 1.9.6 -> 1.9.7 2019-11-08 09:39:53 +08:00