Skip to content

nix-bitcoin-0.0.19

Compare
Choose a tag to compare
@jonasnick jonasnick released this 20 Oct 11:30
· 1168 commits to master since this release
5ec9ea1
  • There was a bug that resulted in incorrect HMACs being created in the secrets directory. Depending on what modules are enabled, this can lead to difficult to detect problems. You are affected if the secrets/*-HMAC-* files are empty. If so, you can fix this bug by removing them and run generate-secrets contained in this release (by starting the nix-shell for example).
  • It's not necessary anymore to manually enable module dependencies (see #251)
  • Includes the following package updates:
    spark-wallet: 0.2.16 -> 0.2.17
    elementsd: 0.18.1.8 -> 0.18.1.9
    lightning-loop: 0.9.0 -> 0.10.0

#243 Modularize Tests (@erikarvstedt)
#245 Fix tests without secure-node (@erikarvstedt)
#247 Add module 'versioning' (@erikarvstedt)
#249 Add regtest support (@erikarvstedt)
#254 shell.nix: fix failing generate-secrets (@erikarvstedt)
#252 nix-bitcoin pkg updates (@nixbitcoin)
#251 Services: Auto-enable dependencies (@erikarvstedt)
#250 Improve examples (@erikarvstedt)