about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
Commit message (Collapse)AuthorAge
* clightning: 0.8.0 -> 0.8.1R. RyanTM2020-02-19
|
* lnd 0.8.1 -> lnd 0.9.0Jonas Nick2020-02-16
|
* ethabi: 7.0.0 -> 11.0.0Jonathan Ringer2020-02-15
|
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* exodus: 19.5.24 -> 20.1.30Marek Mahut2020-02-10
|
* exodus: adding at-spi2-core dependencyMarek Mahut2020-02-10
|
* exodus: adding exodus aliasMarek Mahut2020-02-10
|
* exodus: reformatingMarek Mahut2020-02-10
|
* Merge pull request #79341 from r-ryantm/auto-update/pivxRyan Mulligan2020-02-07
|\ | | | | pivx: 4.0.0 -> 4.0.2
| * pivx: 4.0.0 -> 4.0.2R. RyanTM2020-02-06
| |
* | bitcoin-abc: 0.20.9 -> 0.20.12R. RyanTM2020-02-07
|/
* go-ethereum: 1.9.9 -> 1.9.10xrelkd2020-01-30
|
* Merge pull request #78282 from mmahut/btgMarek Mahut2020-01-28
|\ | | | | bitcoin-gold: init at 0.15.2
| * bitcoin-gold: init at 0.15.2Marek Mahut2020-01-22
| |
* | Merge pull request #78595 from mmahut/litecoinMarek Mahut2020-01-28
|\ \ | | | | | | litecoin: move to qt5 and add zeromq supoort
| * | litecoin: add zmq supportMarek Mahut2020-01-27
| | |
| * | litecoin: support qt5Marek Mahut2020-01-27
| | |
* | | Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
|\ \ \ | | | | | | | | treewide: fix redirected urls
| * | | treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
* | | Merge pull request #78499 from r-ryantm/auto-update/deroFranz Pletz2020-01-27
|\ \ \ | |_|/ |/| | dero: 0.11.6 -> 0.11.7
| * | dero: 0.11.6 -> 0.11.7R. RyanTM2020-01-26
| | |
* | | Merge pull request #78513 from r-ryantm/auto-update/litecoindJaka Hudoklin2020-01-26
|\ \ \ | | | | | | | | litecoind: 0.16.3 -> 0.17.1
| * | | litecoind: 0.16.3 -> 0.17.1R. RyanTM2020-01-26
| |/ /
* | | bitcoin: fix build on darwinMario Rodas2020-01-25
| | |
* | | Merge pull request #78156 from mmahut/vertcoinMarek Mahut2020-01-24
|\ \ \ | | | | | | | | vertcoin: init at 0.14.0
| * | | vertcoin: init at 0.14.0Marek Mahut2020-01-21
| | |/ | |/|
* / | digibyte: init at 7.17.2Marek Mahut2020-01-21
|/ /
* / wasabiwallet: use dotnet runtime instead of sdknyanloutre2020-01-19
|/
* ledger-live-desktop: 1.19.2 -> 1.20.0Marek Mahut2020-01-08
|
* bitcoin-abc: 0.20.8 -> 0.20.9R. RyanTM2020-01-06
|
* pivx: 3.4.0 -> 4.0.0wucke132020-01-04
|
* Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-12-26
|\
| * ledger-live-desktop: 1.18.2 -> 1.19.2nyanloutre2019-12-22
| |
| * Merge pull request #76067 from jonasnick/lightning-0.8.0Mario Rodas2019-12-20
| |\ | | | | | | clightning: 0.7.3 -> 0.8.0
| | * clightning: 0.7.3 -> 0.8.0Jonas Nick2019-12-19
| | |
| * | treewide: fix cargoSha256 (again)Alyssa Ross2019-12-20
| | | | | | | | | cargo-vendor output was changed in a4fc84de44c4edad7fcf303944bcb874180c1bf3.
| * | bitcoin-abc: 0.20.7 -> 0.20.8lassulus2019-12-20
| |/
| * bitcoin: install desktop file and pixmapsJaka Hudoklin2019-12-13
| |
| * monero: 0.15.0.0 -> 0.15.0.1Jaakko Luttinen2019-12-09
| |
| * bitcoin-unlimited: 1.6.0.1 -> 1.7.0.0R. RyanTM2019-12-08
| |
| * Merge pull request #75098 from xrelkd/update/parityMario Rodas2019-12-07
| |\ | | | | | | parity: 2.5.10 -> 2.5.11, parity-beta: 2.6.5 -> 2.6.6
| | * parity-beta: 2.6.5 -> 2.6.6xrelkd2019-12-06
| | |
| | * parity: 2.5.10 -> 2.5.11xrelkd2019-12-06
| | |
| * | go-ethereum: 1.9.8 -> 1.9.9xrelkd2019-12-06
| |/
| * bitcoin: 0.18.1 -> 0.19.0.1Russell O'Connor2019-12-04
| | | | | | | | protobuf is not longer a dependency of bitcoin.
| * bitcoin-abc: 0.20.6 -> 0.20.7lassulus2019-12-03
| |
| * Merge pull request #74491 from r-ryantm/auto-update/monero-guiRyan Mulligan2019-11-28
| |\ | | | | | | monero-gui: 0.15.0.0 -> 0.15.0.1
| | * monero-gui: 0.15.0.0 -> 0.15.0.1R. RyanTM2019-11-28
| | |
| * | Merge pull request #74095 from r-ryantm/auto-update/bitcoin-abcRobin Gloster2019-11-27
| |\ \ | | | | | | | | bitcoin-abc: 0.20.5 -> 0.20.6
| | * | bitcoin-abc: 0.20.5 -> 0.20.6R. RyanTM2019-11-24
| | |/