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)