Erik Arvstedt
da625fc13d
bitcoind.rpc.users: improve example
...
Add RPC entries that don't exist in the public whitelist.
2024-07-31 18:13:29 +02:00
Erik Arvstedt
a04c15958a
btcpayserver: remove redundant RPC entry from whitelist
...
`getpeerinfo` already exists in the public whitelist.
2024-07-31 18:13:29 +02:00
Erik Arvstedt
fee9dc8c17
bitcoind-rpc-public-whitelist: add getnodeaddresses
...
`getnodeaddresses` returns addresses of peers the bitcoind instance
has seen over its lifetime. It's safe for public use.
2024-07-31 18:13:29 +02:00
Jonas Nick
7dad87527f
Merge fort-nix/nix-bitcoin#717 : trustedcoin: 0.7.0 -> 0.8.0
...
e5dfa05594
trustedcoin: 0.7.0 -> 0.8.2 (Otto Sabart)
Pull request description:
ACKs for top commit:
erikarvstedt:
ACK e5dfa05594
Tree-SHA512: 02a2f9a259176f5554755e2748e298ef0c9ffc4c87c96ca729ac7a0c7138f043bcc0352fbe10468796f1f2372a66bc3e1c5d480008185ee582f3f69df802deca
2024-07-26 11:58:04 +00:00
Otto Sabart
e5dfa05594
trustedcoin: 0.7.0 -> 0.8.2
2024-07-24 21:00:00 +02:00
Jonas Nick
52fb047379
Merge fort-nix/nix-bitcoin#719 : docs: update installation instructions to NixOS 24.05
...
147147f3a3
docs: update installation instructions to NixOS 24.05 (Jonas Nick)
Pull request description:
ACKs for top commit:
erikarvstedt:
ACK 147147f3a3
Tree-SHA512: 69d0443951478d29fd6f81b9ae9912f7dccc8594a96185a00ae59fd67bd44f2f66da545a34fcfdffcbaf2114860ed81eacad459b24e992f77b1356d37dce8a5f
2024-07-22 13:31:17 +00:00
Jonas Nick
147147f3a3
docs: update installation instructions to NixOS 24.05
2024-07-22 13:21:14 +00:00
Jonas Nick
1c6e35e152
Merge fort-nix/nix-bitcoin#718 : Update to Nixos 24.05
...
2a9489ec0b
tests/flake: check flake outputs for all systems (Erik Arvstedt)
b7bce52da9
examples: fix call to `start-bash-session.sh` (Erik Arvstedt)
5d0907b064
test/nixos-search: fix running `flake-info` in an offline environment (Erik Arvstedt)
3cc6010658
test/nixos-search/ci-test.sh: remove unneded setup step (Erik Arvstedt)
22c1424552
backups: fix for nixos 24.05 (Erik Arvstedt)
69b3d5f1b3
bitcoind: fix module warning (Erik Arvstedt)
e8e5d8cf4c
python3Packages.joinmarket: update to nixos 24.05 (Erik Arvstedt)
7f8563afec
python3Packages.pyln-proto: update to nixos 24.05 (Erik Arvstedt)
5d463b1677
treewide: remove `buildPythonPackageWithDepsCheck` (Erik Arvstedt)
fc703c38c9
treewide: remove obsolete `mdDoc` (Erik Arvstedt)
83eb1de24b
update to nixos 24.05 (Erik Arvstedt)
7daab61431
rtl: remove unused pkg arg (Erik Arvstedt)
Pull request description:
ACKs for top commit:
jonasnick:
ACK 2a9489ec0b
Tree-SHA512: 1e88d52b52050ea39c18570eb22b3b83471ebbf30d7ba77f212947ffaaf80ebb851782aa6a5e42752bdfb0db00fa31d5fb9cebb7f42a50145acfeeef1c1aa934
2024-07-22 13:09:15 +00:00
Erik Arvstedt
2a9489ec0b
tests/flake: check flake outputs for all systems
...
Now all `supportedSystems` from flake.nix are checked instead of only
the native system of the `nix flake check` process.
2024-07-20 22:46:57 +02:00
Erik Arvstedt
b7bce52da9
examples: fix call to start-bash-session.sh
...
Ensure that the file relative to the example scripts is called.
Previously, the unqualified call would give precedence to source files in
PATH. This could lead to the wrong file being called when dir
`helper` (containing another file named `start-bash-session.sh`) was in PATH.
2024-07-20 22:41:18 +02:00
Erik Arvstedt
5d0907b064
test/nixos-search: fix running flake-info
in an offline environment
2024-07-20 22:41:18 +02:00
Erik Arvstedt
3cc6010658
test/nixos-search/ci-test.sh: remove unneded setup step
...
Sandbox is off by default in the `docker-nixpkgs` image.
2024-07-20 22:41:18 +02:00
Erik Arvstedt
22c1424552
backups: fix for nixos 24.05
2024-07-20 22:41:18 +02:00
Erik Arvstedt
69b3d5f1b3
bitcoind: fix module warning
...
Fix warning:
```
bitcoind.service is ordered after 'network-online.target' but doesn't depend on it
```
2024-07-20 22:41:18 +02:00
Erik Arvstedt
e8e5d8cf4c
python3Packages.joinmarket: update to nixos 24.05
2024-07-20 22:39:46 +02:00
Erik Arvstedt
7f8563afec
python3Packages.pyln-proto: update to nixos 24.05
...
- coincurve has been bumped to v20 on pyln-proto master without further
code changes, so using v19 is fine
- the breaking changes in cryptography 42 don't affect pyln-proto
https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
2024-07-18 20:57:00 +02:00
Erik Arvstedt
5d463b1677
treewide: remove buildPythonPackageWithDepsCheck
...
Requirements checking has been re-enabled in nixos 24.05.
2024-07-18 20:57:00 +02:00
Erik Arvstedt
fc703c38c9
treewide: remove obsolete mdDoc
2024-07-18 20:57:00 +02:00
Erik Arvstedt
83eb1de24b
update to nixos 24.05
2024-07-18 20:57:00 +02:00
Erik Arvstedt
7daab61431
rtl: remove unused pkg arg
2024-07-15 20:32:26 +02:00
Jonas Nick
929b0db6b7
Merge fort-nix/nix-bitcoin#716 : README: don't mention IRC channel which is now unused
...
7467eef06d
README: don't mention IRC channel which is now unused (Martin Milata)
Pull request description:
Top commit has no ACKs.
Tree-SHA512: 1d0c31a50f26d28c03321a12f19f88d62a71da7a61a5438284a5ddd718ea31f94718ffc8414e0458e93b1cb7d5bc4087eee431d69141af72a5d85db944e653f9
2024-07-15 16:12:11 +00:00
Martin Milata
7467eef06d
README: don't mention IRC channel which is now unused
2024-07-11 14:26:56 +02:00
Jonas Nick
a470f6eb83
Merge fort-nix/nix-bitcoin#714 : bitcoind-rpc-public-whitelist: add getpeerinfo
...
1f32792d31
bitcoind-rpc-public-whitelist: add `getpeerinfo` (Erik Arvstedt)
Pull request description:
ACKs for top commit:
jonasnick:
utACK 1f32792d31
Tree-SHA512: e1fa6a05484a1227362630bc6644bdb188b85bf6b83cab477ec9cd03154ba0a8ebd9d17bcbf24959787d750bcd6a46f9dd819caabc5f8f808b33d100d3ebb637
2024-07-09 18:01:11 +00:00
Erik Arvstedt
1f32792d31
bitcoind-rpc-public-whitelist: add getpeerinfo
...
Required by lnd 0.18.0.
2024-07-08 12:54:56 +02:00
Jonas Nick
32f72e8f0e
Merge fort-nix/nix-bitcoin#712 : update nixpkgs
...
77acf53ebb
update nixpkgs (Jonas Nick)
Pull request description:
ACKs for top commit:
erikarvstedt:
ACK 77acf53ebb
Tree-SHA512: bbc3b25d0a23d496122f55a649e00521dbe44cf36b95cfe1d3be1d78728f2aa940ce004cb2e927e33fb4ec609b5f8e7b4f038eb60e9d068a2381f2a22c472baa
2024-07-05 05:59:56 +00:00
Jonas Nick
77acf53ebb
update nixpkgs
...
Fixes SSH unauthenticated RCE (CVE-2024-6387) via
https://github.com/NixOS/nixpkgs/pull/323765 .
2024-07-04 06:54:47 +00:00
Jonas Nick
652b67ed94
Merge fort-nix/nix-bitcoin#711 : update nixpkgs
...
b26cea03b3
update nixpkgs (Jonas Nick)
Pull request description:
ACKs for top commit:
erikarvstedt:
ACK b26cea03b3
Tree-SHA512: 1c947307f0e89c89b931ee2c66675544a0fd37d878bf80acc940bdd023d2f0576b0b02a098ed36fe93bb334b877027f22077e3039fe8a609c2230a53e860fd17
2024-07-03 19:44:19 +00:00
Jonas Nick
b26cea03b3
update nixpkgs
...
bitcoin: 27.0 -> 27.1
bitcoind: 27.0 -> 27.1
clightning: 24.02.2 -> 24.05
fulcrum: 1.10.0 -> 1.11.0
lnd: 0.17.5-beta -> 0.18.0-beta
Co-authored-by: Erik Arvstedt <erik.arvstedt@gmail.com>
2024-07-03 06:12:24 +00:00
Jonas Nick
efd8ea7e02
Merge fort-nix/nix-bitcoin#706 : clightning-plugins: update package
...
211ae9a669
clightning-plugins: update package (Jonas Nick)
Pull request description:
ACKs for top commit:
erikarvstedt:
ACK 211ae9a669
Tree-SHA512: 9a4ad830a074ac81aead7cb36a029fa8f6999f31305af46d4da2487b90f2c57b2c2cb7b1e8b0b29c09dfed3d6ae42e5e89f7da200c3c61e4ee72de2046eca4ae
2024-06-06 10:17:56 +00:00
Jonas Nick
211ae9a669
clightning-plugins: update package
2024-06-06 09:08:10 +00:00
Jonas Nick
e21a687b7b
Merge fort-nix/nix-bitcoin#704 : Update nixpkgs
...
47e57821f6
update nixpkgs (Jonas Nick)
2bb70e84be
update-flake.sh: support 2.18.2 (Jonas Nick)
Pull request description:
ACKs for top commit:
erikarvstedt:
ACK 47e57821f6
Tree-SHA512: 67290afde0bc7fb1df89f9afd59136fd5e6c0434cd8a9f3373f17cca70f334b43c9a7193f149c0a7f8eaf8d5cdc463de17b5b5b5b1e58338d28dfe34dbf9bb8d
2024-05-24 18:56:50 +00:00
Jonas Nick
47e57821f6
update nixpkgs
...
electrs: 0.10.1 -> 0.10.5
2024-05-24 17:20:26 +00:00
Jonas Nick
2bb70e84be
update-flake.sh: support 2.18.2
...
2.18.2 is greater than 2.18 but does not support --flake.
2024-05-24 17:20:18 +00:00
Jonas Nick
84b8b1ffe9
Merge fort-nix/nix-bitcoin#703 : treewide: use substituteInPlace --replace-fail
...
44addcb5aa
treewide: use `substituteInPlace --replace-fail` (Erik Arvstedt)
Pull request description:
ACKs for top commit:
jonasnick:
ACK 44addcb5aa
Tree-SHA512: ef5677ed38f253c3db88f149d2bf996773d81fedb1592a878060ee5384fe332efda907e710737053201e60d7151161379b9b974f57b6d51237f648e95b061381
2024-05-24 16:19:39 +00:00
Erik Arvstedt
44addcb5aa
treewide: use substituteInPlace --replace-fail
...
Now substitution failures result in a script error.
This has recently been backported to nixpkgs 23.11.
2024-05-24 14:55:00 +02:00
Jonas Nick
aab479fc9d
Merge fort-nix/nix-bitcoin#702 : JoinMarket update and improvements
...
1cbe955897
joinmarket: 0.9.10 -> 0.9.11 (Otto Sabart)
946a0b8441
python-bitcointx: 1.1.4 -> 1.1.5 (Otto Sabart)
Pull request description:
ACKs for top commit:
erikarvstedt:
ACK 1cbe955897
Tree-SHA512: ce5a584f11798b8c4e130a33f519a276d9235383d876efcd7371121d3c33105c54320f7e17c2012e7950a203654612cff6bc8093db9872d3753bec90e8b532b6
2024-05-24 09:50:14 +00:00
Otto Sabart
1cbe955897
joinmarket: 0.9.10 -> 0.9.11
2024-05-22 21:00:00 +02:00
Otto Sabart
946a0b8441
python-bitcointx: 1.1.4 -> 1.1.5
2024-05-21 21:00:00 +02:00
Jonas Nick
0de7f48528
Merge fort-nix/nix-bitcoin#696 : trustedcoin: 0.6.1 -> 0.7.0
...
de048c201e
trustedcoin: 0.6.1 -> 0.7.0 (Otto Sabart)
Pull request description:
ACKs for top commit:
erikarvstedt:
ACK de048c201e
Tree-SHA512: a2fbf7cef265d119a81913210f7dd97d10e356e600a3198c66383d7c78b2322b8eb211b990aae47f3557d8c76ed668bf5ac6d23e0a8636f2606d008092a37754
2024-05-20 06:36:35 +00:00
Jonas Nick
e8f8e7f6a5
Merge fort-nix/nix-bitcoin#698 : joinmarket: include the bond-calculator script
...
d1eb9778d1
joinmarket: include the bond-calculator script (Otto Sabart)
Pull request description:
ACKs for top commit:
erikarvstedt:
ACK d1eb9778d1
Tree-SHA512: 72000a2d9922c5a40a5a9d58ab959f17038f092f49dd1589fed0cd86f1f29448ac85d1d3129e2c41d045e5e574c6ea084a6e532c564934c3ab33dcc87140a7e0
2024-05-20 06:34:01 +00:00
Otto Sabart
d1eb9778d1
joinmarket: include the bond-calculator script
2024-05-08 21:00:00 +02:00
Otto Sabart
de048c201e
trustedcoin: 0.6.1 -> 0.7.0
2024-05-06 21:00:00 +02:00
Jonas Nick
881f4b4bb1
Merge fort-nix/nix-bitcoin#692 : update nixpkgs (bitcoind, lnd)
...
42bae23337
update nixpkgs (Erik Arvstedt)
64e9998f72
update-flake.sh: support Nix >= 2.19 (Erik Arvstedt)
Pull request description:
ACKs for top commit:
jonasnick:
ACK 42bae23337
Tree-SHA512: 2f64e12adec726b97b8c9ed8cc5e0a95217902099233ab6c891d7098f3371327b86ba5eaab22a75833e71a3640067b1c7a688fe2259eb7501a1d156be0a3a7f1
2024-05-06 07:25:52 +00:00
Jonas Nick
85dc561c4b
Merge fort-nix/nix-bitcoin#694 : clboss: 0.13 -> 0.13.1
...
eafcb36119
clboss: 0.13 -> 0.13.1 (Erik Arvstedt)
Pull request description:
ACKs for top commit:
jonasnick:
utACK eafcb36119
Tree-SHA512: f2aadb9aaa1f1d7c98c61281439f50e1757275c7c1fe42cd61308819008fca1bbfdfc22815aeb74d562a6104c0e93d6f271103463fd2b28d81267566f8beb109
2024-05-06 07:09:49 +00:00
Erik Arvstedt
eafcb36119
clboss: 0.13 -> 0.13.1
2024-05-05 17:29:30 +02:00
Erik Arvstedt
42bae23337
update nixpkgs
...
bitcoind: 26.1 -> 27.0
lnd: 0.17.4-beta -> 0.17.5-beta
2024-05-05 17:03:34 +02:00
Erik Arvstedt
64e9998f72
update-flake.sh: support Nix >= 2.19
2024-05-03 23:12:32 +02:00
Jonas Nick
8ff709ebd7
Merge fort-nix/nix-bitcoin#690 : update nixpkgs
...
97eaa5a604
update nixpkgs (Jonas Nick)
Pull request description:
ACKs for top commit:
erikarvstedt:
ACK 97eaa5a604
Tree-SHA512: 2442091150834fce92245b26194b23aa9496cc840651a4b52db9aca4aa83feb7809414fe750558fad5bb7d65b209caef99dfc4351278640ed9f6841710fa2598
2024-04-21 13:19:03 +00:00
Jonas Nick
97eaa5a604
update nixpkgs
...
btcpayserver: 1.12.5 -> 1.13.1
clightning: 24.02.1 -> 24.02.2
hwi: 2.4.0 -> 3.0.0
nbxplorer: 2.5.0 -> 2.5.2
Don't update bitcoin to 27.0 due to compatibility issues with lnd.
2024-04-20 07:50:46 +00:00
Jonas Nick
fcb7dc4ff8
Merge fort-nix/nix-bitcoin#689 : Update clightning plugins and remove unmaintained plugins
...
5730afe48e
obsolete-options: add removed clightning plugins (Erik Arvstedt)
aec25c7d04
clightning-plugins: update (Jonas Nick)
b27078efa5
clightning-plugins: remove unmaintained summary plugin (Jonas Nick)
24bc983363
clightning-plugins: remove unmaintained plugins prometheus & helpme (Jonas Nick)
Pull request description:
ACKs for top commit:
erikarvstedt:
ACK 5730afe48e
Tree-SHA512: 2f8e5552a680fb80792fb595587af4c848513c69d7290494ab7133e2b50c341b2d055fc24f598dc82e222c892697c37be7895cc7e9da67f6d2bba024af6e09c0
2024-04-09 18:04:30 +00:00