summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/blockchains/lnd.nix
AgeCommit message (Collapse)Author
2020-08-25lnd: 0.10.3 -> 0.11.0Jonas Nick
2020-08-10buildGoModule packages: set doCheck = falsezowoq
2020-07-09lnd: build with same feature tags as upstreamMartin Milata
See: https://github.com/lightningnetwork/lnd/blob/v0.10.3-beta/make/release_flags.mk#L36 Also pass RawTags and GoVersion to build so that it shows in e.g. "lncli version".
2020-07-07lnd: 0.10.0 -> 0.10.3Martin Milata
Release notes: https://github.com/lightningnetwork/lnd/releases/tag/v0.10.1-beta https://github.com/lightningnetwork/lnd/releases/tag/v0.10.2-beta https://github.com/lightningnetwork/lnd/releases/tag/v0.10.3-beta
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice
2020-05-03lnd: 0.9.2 -> 0.10.0Jonas Nick
2020-04-28treewide get rid of go 1.12 (#83253)Colin
* treewide Drop unneeded go 1.12 overrides * Fix packr to be go module compatible. I updated to version 2.8.0 which is the latest on master. Then due to the 2 different sets of go modules which are used, I split the build into two different derivations, then merged them togethor using symlinkJoin to have the same output structure as the existing derivation. * Remove consul dependency on go1.12 I updated the consul version to 1.7.2 and flipped it to building using modules. * Remove go1.12 from perkeep. Update the version to the latest unstable on master. * Update scaleway-cli to not be pinned to go1.12 Switched the version to 1.20 * Update prometheus-varnish-exporter to not depend on go1.12 * Update lnd to build with go1.12 Updated the version Forced only building subpackages with main to prevent panics over multiple modules in one repo * Remove go1.12 from openshift Had to update the version to 4.1.0 and do a bit of munging to get this to work * Remove go1.12 completely. These are no longer needed. * Update bazel-watcher and make it build with go 1.14
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-21lnd: fix build on darwinMario Rodas
2020-02-16lnd 0.8.1 -> lnd 0.9.0Jonas Nick
2019-11-17lnd: 0.7.1 -> 0.8.1Jonas Nick
2019-08-29tree: rename altcoins to blockchainsWilliam Casarin
Signed-off-by: William Casarin <jb55@jb55.com>