Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nix-bitcoin pkg updates #252

Merged
merged 4 commits into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions modules/lightning-loop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ let
cfg = config.services.lightning-loop;
inherit (config) nix-bitcoin-services;
secretsDir = config.nix-bitcoin.secretsDir;
network = config.services.bitcoind.network;
configFile = builtins.toFile "loop.conf" ''
datadir=${cfg.dataDir}
network=${config.services.bitcoind.network}
network=${network}
logdir=${cfg.dataDir}/logs
tlscertpath=${secretsDir}/loop-cert
tlskeypath=${secretsDir}/loop-key
Expand Down Expand Up @@ -50,7 +51,9 @@ in {
};
cli = mkOption {
default = pkgs.writeScriptBin "loop" ''
${cfg.cliExec} ${cfg.package}/bin/loop --tlscertpath ${secretsDir}/loop-cert "$@"
${cfg.cliExec} ${cfg.package}/bin/loop \
--macaroonpath '${cfg.dataDir}/${network}/loop.macaroon' \
--tlscertpath '${secretsDir}/loop-cert' "$@"
'';
description = "Binary to connect with the lightning-loop instance.";
};
Expand Down
4 changes: 2 additions & 2 deletions pkgs/elementsd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
with stdenv.lib;
stdenv.mkDerivation rec{
name = "elements" + (toString (optional (!withGui) "d")) + "-" + version;
version = "0.18.1.8";
version = "0.18.1.9";

src = fetchurl {
urls = [
"https://github.com/ElementsProject/elements/archive/elements-${version}.tar.gz"
];
sha256 = "8e1a69e959617c0d200150dff9b0302b5c295ec96f1c94c39c3e8af4d99295de";
sha256 = "c6f1b040a896a1aaa7340f5cd48e119c84fef88df5d4c17d5ad5c13783f5b6c7";
};

nativeBuildInputs =
Expand Down
6 changes: 3 additions & 3 deletions pkgs/lightning-loop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

buildGoModule rec {
pname = "lightning-loop";
version = "0.9.0-beta";
version = "0.10.0-beta";

src = fetchurl {
url = "https://github.com/lightninglabs/loop/archive/v${version}.tar.gz";
# Use ./get-sha256.sh to fetch latest (verified) sha256
sha256 = "82f7c1c0c1d2ddec59c7c5e0780ae645f97ecdaca00b397cd533b27db7a6b7ca";
sha256 = "2c43168c72a064813427a55adb5bbb9a9aafe508d3921fc875418047bc0972a1";
};

subPackages = [ "cmd/loop" "cmd/loopd" ];

vendorSha256 = "1dmiiyp38biyrlmwxbrh3k8w7mxv0lsvf5qnzjrrxy6qbmglmk0l";
vendorSha256 = "030km5fsz1x6zl93krc0nz0d9krnhqakk353b60wni5ynkgqgp3j";

meta = with lib; {
description = " Lightning Loop: A Non-Custodial Off/On Chain Bridge";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/lightning-loop/get-sha256.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ echo "Latest release is ${latest}"

# GPG verification
export GNUPGHOME=$TMPDIR
echo "Fetching Joost Jager's Key"
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys D146D0F68939436268FA9A130E26BB61B76C4D3A 2> /dev/null
echo "Fetching Alex Bosworth's Key"
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys DE23E73BFA8A0AD5587D2FCDE80D2F3F311FD87E 2> /dev/null

Expand Down
2 changes: 1 addition & 1 deletion pkgs/spark-wallet/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TMPDIR="$(mktemp -d -p /tmp)"
trap "rm -rf $TMPDIR" EXIT

# Get/verify spark-wallet-npm.tgz
version="0.2.16"
version="0.2.17"
export GNUPGHOME=$TMPDIR
gpg --keyserver hkps://keyserver.ubuntu.com --recv-key FCF19B67866562F08A43AAD681F6104CD0F150FC
wget -P $TMPDIR https://github.com/shesek/spark-wallet/releases/download/v${version}/SHA256SUMS.asc
Expand Down
92 changes: 46 additions & 46 deletions pkgs/spark-wallet/node-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

let
sources = {
"@babel/polyfill-7.10.4" = {
"@babel/polyfill-7.12.1" = {
name = "_at_babel_slash_polyfill";
packageName = "@babel/polyfill";
version = "7.10.4";
version = "7.12.1";
src = fetchurl {
url = "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.10.4.tgz";
sha512 = "8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg==";
url = "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz";
sha512 = "X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==";
};
};
"accepts-1.3.7" = {
Expand Down Expand Up @@ -85,13 +85,13 @@ let
sha1 = "898508da2226f380df904728456849c1501a4b0d";
};
};
"ast-types-0.14.1" = {
"ast-types-0.14.2" = {
name = "ast-types";
packageName = "ast-types";
version = "0.14.1";
version = "0.14.2";
src = fetchurl {
url = "https://registry.npmjs.org/ast-types/-/ast-types-0.14.1.tgz";
sha512 = "pfSiukbt23P1qMhNnsozLzhMLBs7EEeXqPyvPmnuZM+RMfwfqwDbSVKYflgGuVI7/VehR4oMks0igzdNAg4VeQ==";
url = "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz";
sha512 = "O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==";
};
};
"asynckit-0.4.0" = {
Expand Down Expand Up @@ -418,13 +418,13 @@ let
sha512 = "mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==";
};
};
"debug-4.2.0" = {
"debug-4.3.0" = {
name = "debug";
packageName = "debug";
version = "4.2.0";
version = "4.3.0";
src = fetchurl {
url = "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz";
sha512 = "IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==";
url = "https://registry.npmjs.org/debug/-/debug-4.3.0.tgz";
sha512 = "jjO6JD2rKfiZQnBoRzhRTbXjHLGLfH+UtGkWLc/UXAh/rzZMyjbgn0NcfFpqT8nd1kTtFnDiJcrIFkq4UKeJVg==";
};
};
"decamelize-1.2.0" = {
Expand Down Expand Up @@ -778,13 +778,13 @@ let
sha512 = "WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==";
};
};
"helmet-4.1.0" = {
"helmet-4.1.1" = {
name = "helmet";
packageName = "helmet";
version = "4.1.0";
version = "4.1.1";
src = fetchurl {
url = "https://registry.npmjs.org/helmet/-/helmet-4.1.0.tgz";
sha512 = "KWy75fYN8hOG2Rhl8e5B3WhOzb0by1boQum85TiddIE9iu6gV+TXbUjVC17wfej0o/ZUpqB9kxM0NFCZRMzf+Q==";
url = "https://registry.npmjs.org/helmet/-/helmet-4.1.1.tgz";
sha512 = "Avg4XxSBrehD94mkRwEljnO+6RZx7AGfk8Wa6K1nxaU+hbXlFOhlOIMgPfFqOYQB/dBCsTpootTGuiOG+CHiQA==";
};
};
"hosted-git-info-2.8.8" = {
Expand Down Expand Up @@ -877,13 +877,13 @@ let
sha1 = "bdded70114290828c0a039e72ef25f5aaec4354a";
};
};
"ip-regex-4.1.0" = {
"ip-regex-4.2.0" = {
name = "ip-regex";
packageName = "ip-regex";
version = "4.1.0";
version = "4.2.0";
src = fetchurl {
url = "https://registry.npmjs.org/ip-regex/-/ip-regex-4.1.0.tgz";
sha512 = "pKnZpbgCTfH/1NLIlOduP/V+WRXzC2MOz3Qo8xmxk8C5GudJLgK5QyLVXOSWy3ParAH7Eemurl3xjv/WXYFvMA==";
url = "https://registry.npmjs.org/ip-regex/-/ip-regex-4.2.0.tgz";
sha512 = "n5cDDeTWWRwK1EBoWwRti+8nP4NbytBBY0pldmnIkq6Z55KNFmWofh4rl9dPZpj+U/nVq7gweR3ylrvMt4YZ5A==";
};
};
"ipaddr.js-1.9.1" = {
Expand Down Expand Up @@ -1724,13 +1724,13 @@ let
sha512 = "cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==";
};
};
"spdx-license-ids-3.0.5" = {
"spdx-license-ids-3.0.6" = {
name = "spdx-license-ids";
packageName = "spdx-license-ids";
version = "3.0.5";
version = "3.0.6";
src = fetchurl {
url = "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz";
sha512 = "J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==";
url = "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz";
sha512 = "+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==";
};
};
"statuses-1.5.0" = {
Expand Down Expand Up @@ -1814,13 +1814,13 @@ let
sha1 = "5ef8db295d01e6ed6cbf7aab96998d7822527b68";
};
};
"superagent-5.3.1" = {
"superagent-6.1.0" = {
name = "superagent";
packageName = "superagent";
version = "5.3.1";
version = "6.1.0";
src = fetchurl {
url = "https://registry.npmjs.org/superagent/-/superagent-5.3.1.tgz";
sha512 = "wjJ/MoTid2/RuGCOFtlacyGNxN9QLMgcpYLDQlWFIhhdJ93kNscFonGvrpAHSCVjRVj++DGCglocF7Aej1KHvQ==";
url = "https://registry.npmjs.org/superagent/-/superagent-6.1.0.tgz";
sha512 = "OUDHEssirmplo3F+1HWKUrUjvnQuA+nZI6i/JJBdXb5eq9IyEQwPyPpqND+SSsxf6TygpBEkUjISVRN4/VOpeg==";
};
};
"superagent-proxy-git://github.com/shesek/superagent-proxy#b512f8bbcf1baa196058922ee3b6cfe45375ebc9" = {
Expand Down Expand Up @@ -1860,13 +1860,13 @@ let
sha1 = "b403d0b91be50c331dfc4b82eeceb22c3de16d20";
};
};
"tslib-2.0.1" = {
"tslib-2.0.3" = {
name = "tslib";
packageName = "tslib";
version = "2.0.1";
version = "2.0.3";
src = fetchurl {
url = "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz";
sha512 = "SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==";
url = "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz";
sha512 = "uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==";
};
};
"type-check-0.3.2" = {
Expand Down Expand Up @@ -2019,21 +2019,21 @@ in
"spark-wallet-file:./package" = nodeEnv.buildNodePackage {
name = "spark-wallet";
packageName = "spark-wallet";
version = "0.2.16";
version = "0.2.17";
src = fetchurl {
url = "https://github.com/shesek/spark-wallet/releases/download/v0.2.16/spark-wallet-0.2.16-npm.tgz";
sha256 = "b0e23db0daef606f68ca17b4192a3d7758f3fc2f9d6b20adc62d72a3adff362b";
url = "https://github.com/shesek/spark-wallet/releases/download/v0.2.17/spark-wallet-0.2.17-npm.tgz";
sha256 = "fb61f8246a219cf41694f38ec81ab925142060d67ad4f423ec9c643e49567320";
};
dependencies = [
sources."@babel/polyfill-7.10.4"
sources."@babel/polyfill-7.12.1"
sources."accepts-1.3.7"
sources."agent-base-4.3.0"
sources."ansi-regex-4.1.0"
sources."ansi-styles-3.2.1"
sources."array-find-index-1.0.2"
sources."array-flatten-1.1.1"
sources."arrify-1.0.1"
sources."ast-types-0.14.1"
sources."ast-types-0.14.2"
sources."asynckit-0.4.0"
sources."base64-js-1.3.1"
sources."basic-auth-2.0.1"
Expand All @@ -2048,7 +2048,7 @@ in
sources."camelcase-keys-4.2.0"
(sources."clightning-client-0.1.2" // {
dependencies = [
sources."debug-4.2.0"
sources."debug-4.3.0"
sources."ms-2.1.2"
];
})
Expand Down Expand Up @@ -2131,7 +2131,7 @@ in
];
})
sources."graceful-fs-4.2.4"
sources."helmet-4.1.0"
sources."helmet-4.1.1"
sources."hosted-git-info-2.8.8"
sources."http-errors-1.7.2"
(sources."http-proxy-agent-2.1.0" // {
Expand All @@ -2151,7 +2151,7 @@ in
sources."inherits-2.0.3"
sources."ini-1.3.5"
sources."ip-1.1.5"
sources."ip-regex-4.1.0"
sources."ip-regex-4.2.0"
sources."ipaddr.js-1.9.1"
sources."is-arrayish-0.2.1"
sources."is-fullwidth-code-point-2.0.0"
Expand Down Expand Up @@ -2192,7 +2192,7 @@ in
sources."p-try-1.0.0"
(sources."pac-proxy-agent-3.0.1" // {
dependencies = [
sources."debug-4.2.0"
sources."debug-4.3.0"
sources."ms-2.1.2"
];
})
Expand All @@ -2210,7 +2210,7 @@ in
sources."proxy-addr-2.0.6"
(sources."proxy-agent-git://github.com/shesek/node-proxy-agent#0d916427f586e41a1a4485db88509218017f9696" // {
dependencies = [
sources."debug-4.2.0"
sources."debug-4.3.0"
sources."ms-2.1.2"
];
})
Expand Down Expand Up @@ -2252,7 +2252,7 @@ in
sources."spdx-correct-3.1.1"
sources."spdx-exceptions-2.3.0"
sources."spdx-expression-parse-3.0.1"
sources."spdx-license-ids-3.0.5"
sources."spdx-license-ids-3.0.6"
sources."statuses-1.5.0"
sources."string-template-0.2.1"
sources."string-width-3.1.0"
Expand All @@ -2264,9 +2264,9 @@ in
sources."strip-ansi-5.2.0"
sources."strip-bom-3.0.0"
sources."strip-indent-2.0.0"
(sources."superagent-5.3.1" // {
(sources."superagent-6.1.0" // {
dependencies = [
sources."debug-4.2.0"
sources."debug-4.3.0"
sources."mime-2.4.6"
sources."ms-2.1.2"
sources."qs-6.9.4"
Expand All @@ -2282,7 +2282,7 @@ in
sources."thunkify-2.1.2"
sources."toidentifier-1.0.0"
sources."trim-newlines-2.0.0"
sources."tslib-2.0.1"
sources."tslib-2.0.3"
sources."type-check-0.3.2"
sources."type-is-1.6.18"
sources."unpipe-1.0.0"
Expand Down
5 changes: 4 additions & 1 deletion test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,10 @@ def _():
"[[ $(sudo -u operator lncli getinfo | jq -M .block_height) == 10 ]]"
)
if "lightning-loop" in enabled_tests:
machine.wait_until_succeeds(log_has_string("lightning-loop", "Connected to lnd node"))
machine.wait_until_succeeds(
log_has_string("lightning-loop", "Starting event loop at height 10")
)
succeed("sudo -u operator loop getparams | jq -e '.rules'")


if "netns-isolation" in enabled_tests:
Expand Down