Skip to content

Releases: fort-nix/nix-bitcoin

nix-bitcoin-0.0.84

17 Dec 14:02
932e4c9

Choose a tag to compare

Highlights

  • btcpayserver: 1.6.12 -> 1.7.1
  • bitcoind: 24.0 -> 24.0.1
  • clightning: 0.12.1 -> 22.11.1
  • joinmarket: 0.9.7 -> 0.9.8
  • lnd: 0.15.4-beta -> 0.15.5-beta
  • nbxplorer: 2.3.41 -> 2.3.49

Change Log

#573 update nixpkgs (@jonasnick)
#576 joinmarket: 0.9.7 -> 0.9.8 (@nixbitcoin)

nix-bitcoin-0.0.83

28 Nov 20:54
5cafafd

Choose a tag to compare

Highlights

  • bitcoind: 23.0 -> 24.0
  • charge-lnd: 0.2.12 -> 0.2.13

Change Log

#571 lnd: support INADDR_ANY addresses for bitcoind.zmqpubraw* (@erikarvstedt)
#572 update nixpkgs (@jonasnick)

nix-bitcoin-0.0.82

11 Nov 14:43
81350a0

Choose a tag to compare

Highlights

  • electrs: 0.9.9 -> 0.9.10
  • elementsd: 22.0 -> 22.0.2
  • extra-container: 0.10 -> 0.11
  • The nix-bitcoin test framework can now be used by flakes that extend nix-bitcoin
  • Most features of run-tests.sh are now accessible via nix build/nix run (see examples)

Change Log

#567 bitcoind: fix rare startup error (@erikarvstedt)
#559 Define tests via flake (@erikarvstedt)
#569 treewide: set shebang for bash scripts (@erikarvstedt)
#568 Minor improvements (@erikarvstedt)
#570 Update nixpkgs (@jonasnick)

nix-bitcoin-0.0.81

01 Nov 13:31
a174dc8

Choose a tag to compare

Highlights

  • lnd 0.15.2 -> 0.15.4
    • Emergency hotfix release to fix a bug that can cause lnd nodes to be unable to parse certain transactions

Change Log

#565 pkgs: add lnd 0.15.4 (hotfix) (@erikarvstedt)

nix-bitcoin-0.0.80

28 Oct 08:43
7c16fc5

Choose a tag to compare

Highlights

  • btcpayserver: 1.6.10 -> 1.6.12
  • clightning: 0.12.0 -> 0.12.1
  • fulcrum: 1.8.1 -> 1.8.2
  • nbxplorer: 2.3.33 -> 2.3.41

Change Log

#560 Update nixpgks (@erikarvstedt)
#551 tests: Reenable flake-info (@erikarvstedt)
#563 lnd: fix missing RPC permissions when bitcoind is pruned (@erikarvstedt)

nix-bitcoin-0.0.79

10 Oct 11:53
9fc05e3

Choose a tag to compare

Highlights

  • lnd: 0.15.1 -> 0.15.2
    • Emergency hot fix release to fix a bug that can cause lnd nodes to be unable to parse certain large blocks

Change Log

nix-bitcoin-0.0.78

23 Sep 19:22
34f6eb9

Choose a tag to compare

Highlights

  • electrs: 0.9.7 -> 0.9.9
  • elementsd: 0.21.0.2 -> 22.0
  • fulcrum: 1.7.0 -> 1.8.1

Change Log

#529 ShellCheck on scripts generated by nix (@seberm)
#550 Update nixpkgs (@jonasnick)

nix-bitcoin-0.0.77

07 Sep 09:50
4e63301

Choose a tag to compare

Highlights

  • btcpayserver: 1.6.9 -> 1.6.10
  • clightning: 0.11.2 -> 0.12.0
  • clightning-rest: 0.8.0 -> 0.9.0
  • joinmarket: 0.9.6 -> 0.9.7
  • lnd: 0.15.0-beta -> 0.15.1-beta
  • rtl: 0.13.0 -> 0.13.1

Change Log

#541 img/logo: add LICENSE (@erikarvstedt)
#531 ShellCheck for various helper bash scripts (@seberm)
#542 rtl: 0.13.0 -> 0.13.1, clightning-rest: 0.8.0 -> 0.9.0 (@erikarvstedt)
#539 Minor improvements (@erikarvstedt)
#544 joinmarket: 0.9.6 -> 0.9.7 (@nixbitcoin)
#547 tests: disable nixosSearch (@erikarvstedt)
#545 test/lib/create-git-repo: fix variable quoting (@erikarvstedt)
#546 Update nixpkgs (@jonasnick)

nix-bitcoin-0.0.76

21 Aug 19:20
81bf18b

Choose a tag to compare

Highlights

  • clightning: native database replication to a local path or a remote SSH target (see docs/services.md)
  • nbxplorer: 2.3.28 -> 2.3.33
  • btcpayserver: 1.6.1 -> 1.6.9
  • charge-lnd: 0.2.4 -> 0.2.12
  • lightning-loop: 0.19.1-beta -> 0.20.0-beta
  • cl-rest: 0.7.2 -> 0.8.0
  • rtl: 0.12.3-beta -> 0.13.0

Change Log

#436 clightning: native database replication
#498 docs: show how to allow connections to remote bitcoind in systemd services
#527 readme: add nixos options search (@erikarvstedt)
#530 onion-services: don't propagate restart of onion-addresses to depending services (@erikarvstedt)
#537 update nixpkgs (@erikarvstedt)
#538 rtl: 0.12.3 -> 0.13.0, clightning-rest: 0.7.2 -> 0.8.0 (@erikarvstedt)

nix-bitcoin-0.0.75

24 Jul 14:11
fbbaaa7

Choose a tag to compare

Highlights

  • added module for fulcrum, "a fast & nimble SPV server for [...] Bitcoin"
  • btcpayserver: 1.5.4 -> 1.6.1
  • nbxplorer: 2.3.26 -> 2.3.28

Note to krops users

This release adds support for evaluating your node config on a machine that has a different system platform than your node.
This is relevant, for example, when deploying from macOS or when deploying from a x86 desktop PC to a Raspberry Pi.
In these cases, the deploy command (which evaluates your node in the background) now works correctly. Previously, only command krops-deploy was available for deploying.

To activate this feature in your node config, open a shell in your node configuration directory and follow these instructions in the installation guide.

Change Log

Highlights

#504 Add fulcrum module (@erikarvstedt)
#512 Remove bitcoind banlist (@erikarvstedt)
#516 krops: Enable evaluating nodes with non-native systems (@erikarvstedt)

Minor changes

#498 docs: show how to allow connections to remote bitcoind in systemd services (@seberm)
#515 bitcoind-remote: fix quotation marks in preStart script (@seberm)
#511 Minor improvements (@erikarvstedt)
#518 docs/install: Fix formatting (@erikarvstedt)
#520 secrets: fix sorting in setup-secrets (@erikarvstedt)
#522 docs: improve Security Fund documentation (@erikarvstedt)
#521 update nixpkgs (@jonasnick)
#523 examples/deploy-krops: fix missing secrets (@erikarvstedt)
#524 operator: fix syntax error in description (@erikarvstedt)