Skip to content

Commit

Permalink
Merge #656: update nixpkgs: bitcoin 24.1 -> 25.1
Browse files Browse the repository at this point in the history
a66c999 tests/trustedcoin: fix test (Erik Arvstedt)
8e2010c update nixpkgs (Jonas Nick)
2804d4a Revert "bitcoin: replace nixpkgs package with bitcoin{,d} 24.1" (Jonas Nick)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK a66c999

Tree-SHA512: 6a30a86d64ad1a178ab091f3300291d711cedacd35b056f91f26b9976b83f556a1f7872a32f74c3fd545396f303b4475b9a16dd9c3043914586c5ac615519d59
  • Loading branch information
jonasnick committed Oct 23, 2023
2 parents 1852305 + a66c999 commit 4c96a8d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 132 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 0 additions & 112 deletions pkgs/bitcoin/default.nix

This file was deleted.

13 changes: 0 additions & 13 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ in
}
}:
let self = {
# TODO-EXTERNAL:
# Remove bitcoin and bitcoind 24.1 packages and replace with 25.0 from nixpkgs
# when https://github.com/bitcoin/bitcoin/issues/27722 has been resolved
bitcoin = pkgs.libsForQt5.callPackage ./bitcoin {
stdenv = if pkgs.stdenv.isDarwin then pkgs.darwin.apple_sdk_11_0.stdenv else pkgs.stdenv;
withGui = true;
inherit (pkgs.darwin) autoSignDarwinBinariesHook;
};

bitcoind = pkgs.callPackage ./bitcoin {
withGui = false;
inherit (pkgs.darwin) autoSignDarwinBinariesHook;
};
clightning-rest = pkgs.callPackage ./clightning-rest { inherit (self) fetchNodeModules; };
clboss = pkgs.callPackage ./clboss { };
clightning-plugins = pkgs.recurseIntoAttrs (import ./clightning-plugins pkgs self.nbPython3Packages);
Expand Down
2 changes: 2 additions & 0 deletions pkgs/pinned.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
pkgs: pkgsUnstable:
{
inherit (pkgs)
bitcoin
bitcoind
charge-lnd
electrs
elementsd
Expand Down
1 change: 0 additions & 1 deletion test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ def _():
def expect_clightning_log(str):
machine.wait_until_succeeds(log_has_string("clightning", str))

machine.wait_for_unit("clightning")
expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+bitcoind RPC working")
expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+estimatefees error: none of the esploras returned usable responses")
if "regtest" in enabled_tests:
Expand Down

0 comments on commit 4c96a8d

Please sign in to comment.