summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum.nix
Commit message (Collapse)AuthorAge
* pkgs/applications/blockchains: move packages into subdirsSandro Jäckel2021-07-28
|
* go-ethereum: 1.10.5 -> 1.10.6R. RyanTM2021-07-23
|
* go-ethereum: 1.10.4 -> 1.10.5Iceman2021-07-18
|
* go-ethereum: 1.10.3 -> 1.10.4R. RyanTM2021-06-18
|
* go-ethereum: also add clef output, needed by beeAttila Lendvai2021-06-13
|
* go-ethereum: 1.10.2 -> 1.10.3R. RyanTM2021-05-06
|
* go-ethereum: 1.10.1 -> 1.10.2R. RyanTM2021-04-10
|
* go-ethereum: 1.10.0 -> 1.10.1R. RyanTM2021-03-10
|
* go-ethereum: 1.9.25 -> 1.10.0R. RyanTM2021-03-04
|
* go-ethereum: Clarify lgpl3/gpl3 licensesadisbladis2021-02-22
|
* go-ethereum: Make multi outputadisbladis2021-02-22
| | | | | | | Put geth in a separate output and prepare the expression for more derivation outputs. For now we only have a separate `geth` output since that's the most relevant.
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* go-ethereum: 1.9.24 -> 1.9.25Raghav Sood2020-12-11
|
* go-ethereum: 1.9.23 -> 1.9.24Raghav Sood2020-11-13
|
* go-ethereum: 1.9.22 -> 1.9.23Raghav Sood2020-10-16
|
* go-ethereum: 1.9.21 -> 1.9.22Raghav Sood2020-09-29
|
* go-ethereum: 1.9.20 -> 1.9.21Raghav Sood2020-09-11
|
* go-ethereum: Add RaghavSood to maintainersRaghav Sood2020-08-26
|
* go-ethereum: 1.9.19 -> 1.9.20Raghav Sood2020-08-26
|
* Merge pull request #95170 from RaghavSood/ethereum/1.9.19adisbladis2020-08-11
|\ | | | | go-ethereum: 1.9.18 -> 1.9.19
| * go-ethereum: 1.9.18 -> 1.9.19Raghav Sood2020-08-11
| |
* | buildGoModule packages: set doCheck = falsezowoq2020-08-10
| |
* | go-ethereum: use vend to simplify packageColin L Rice2020-07-29
|/
* go-ethereum: 1.9.17 -> 1.9.18Raghav Sood2020-07-27
|
* go-ethereum: 1.9.16 -> 1.9.17Raghav Sood2020-07-20
|
* go-ethereum: 1.9.16Raghav Sood2020-07-10
|
* Merge pull request #89939 from asymmetric/no-gethMario Rodas2020-06-09
|\ | | | | go-ethereum: remove asymmetric from maintainers
| * go-ethereum: remove asymmetric from maintainersLorenzo Manacorda2020-06-09
| |
* | go-ethereum: 1.9.14 -> 1.9.15R. RyanTM2020-06-09
|/
* go-ethereum: 1.9.13 -> 1.9.14Francois-Rene Rideau2020-05-15
|
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|
* go-ethereum: 1.9.12 -> 1.9.13xrelkd2020-04-17
|
* go-ethereum: 1.9.11 -> 1.9.12R. RyanTM2020-04-01
|
* Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim2020-03-27
| | | | | | | This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
* go-ethereum: fix build on darwinMario Rodas2020-03-21
|
* go-ethereum: 1.9.10 -> 1.9.11R. RyanTM2020-03-14
|
* go-ethereum: 1.9.9 -> 1.9.10xrelkd2020-01-30
|
* go-ethereum: 1.9.8 -> 1.9.9xrelkd2019-12-06
|
* go-ethereum: 1.9.7 -> 1.9.8xrelkd2019-11-27
|
* go-ethereum: 1.9.6 -> 1.9.7xrelkd2019-11-08
|
* stop using hardeningDisable = [ "fortify" ]; for Go packagesPavol Rusnak2019-10-27
| | | | it seems that the issue #25959 is not present anymore
* go-ethereum: 1.9.5 -> 1.9.6xrelkd2019-10-10
|
* go-ethereum: 1.9.3 -> 1.9.5xrelkd2019-09-28
|
* go-ethereum: 1.9.2 -> 1.9.3xrelkd2019-09-03
|
* tree: rename altcoins to blockchainsWilliam Casarin2019-08-29
Signed-off-by: William Casarin <jb55@jb55.com>