Skip to content

Releases: fort-nix/nix-bitcoin

nix-bitcoin-0.0.24

01 Dec 20:44
0b12a4b
Compare
Choose a tag to compare

#270 Fix typo in gitignore (@danielabrozzoni)
#275 electrs: 0.8.5 -> 0.8.6 (@erikarvstedt)

nix-bitcoin-0.0.23

22 Nov 20:10
fdc338e
Compare
Choose a tag to compare

#264 Fix containers for nixpkgs 20.09 (@erikarvstedt)
#265 testing framework: re-add features removed in nixpkgs 20.09 (@erikarvstedt)
#267 lightning-loop: 0.11.0-beta -> 0.11.1-beta (@nixbitcoin)
#259 Adds curated clightning plugins (@GambolingPangolin)

Highlights

  • You can now enable clightning plugins in your configuration.nix. See examples/configuration.nix and docs/usage.md.

nix-bitcoin-0.0.22

09 Nov 07:10
eda6dcf
Compare
Choose a tag to compare

#263 Update nixpkgs (stable 20.03 -> 20.09) (@jonasnick)

nix-bitcoin-0.0.21

06 Nov 12:17
4e8b9f2
Compare
Choose a tag to compare

#255 Improve netns-isolation and Tor config (@erikarvstedt)
#261 Fix netns restart (@erikarvstedt)
#258 joinmarket 0.7.0 -> 0.7.2 & lightning-loop 0.10.0-beta -> 0.11.0-beta (@nixbitcoin)

This release also changes the effect of the enforceTor option of the lnd module. Previously, if the option was disabled, outgoing connections would still go through Tor.

nix-bitcoin-0.0.20

24 Oct 15:00
c0d04b9
Compare
Choose a tag to compare

This release fixes bug on some linux distribution where the secrets/ directory would get wiped.

#257 generate-secrets: always run with Bash, stop on errors (@erikarvstedt)

nix-bitcoin-0.0.19

20 Oct 11:30
5ec9ea1
Compare
Choose a tag to compare
  • 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)

nix-bitcoin-0.0.18

29 Sep 17:51
c051544
Compare
Choose a tag to compare

#242 generate-secrets: fix python version for rpcauth (@erikarvstedt)
#240 push-release: fix bug where assets are not pushed (@jonasnick)
#237 BTCPayServer from upstream & postgresqlBackup (@nixbitcoin)
#246 Update nixpkgs (@jonasnick)
#234 loop: v0.8.1 -> v0.9.0 (@nixbitcoin)

Includes update to clightnin 0.9.1

nix-bitcoin-0.0.17

22 Sep 17:35
43cac9d
Compare
Choose a tag to compare

#239 docs: fix joinmarket usage instructions (@nixbitcoin)

nix-bitcoin-0.0.16

22 Sep 17:14
4cf31f8
Compare
Choose a tag to compare

#164 Add JoinMarket Clientserver (@nixbitcoin)
#238 Deprecate lightning-charge and nanopos (@jonasnick)
#236 btcpayserver: sqlite -> postgresql (@nixbitcoin)
#206 Add --dry-run option to push-release script (@jonasnick)

nix-bitcoin-0.0.15

15 Sep 13:59
a9c163c
Compare
Choose a tag to compare

#221 nbxplorer/btcpayserver: add module (@nixbitcoin)