nix-bitcoin-0.0.51
Highlights
- shell.nix rewrite
- If you follow the documented deployment method using krops (or the deprecated nixops variant), you will have to update your shell.nix. The instructions for how to do so appear when upgrading nix-bitcoin.
- The new shell brings improved commands which can be explored by entering
h
orhelp
. In particular, there's a new simple commandupdate-nix-bitcoin
that does not require to restart the shell and adeploy
command that evaluates the configuration while runningkrops-deploy
.
- joinmarket: 0.8.3 -> 0.9.1
- btcpayserver: 1.2.0 -> 1.2.3
- charge-lnd: 0.2.3 -> 0.2.4
- nbxplorer: 2.1.58 -> 2.2.5
Change Log
#380 joinmarket: 0.8.3 -> 0.9.1 (@nixbitcoin)
#381 run-tests: Fix 'eval' command for newer versions of nix (@erikarvstedt)
#384 joinmarket: Update patch hash (@erikarvstedt)
#385 Misc. improvments (@erikarvstedt)
#383 update nixpkgs (@jonasnick)
#387 Shell improvements (@erikarvstedt)